diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..5c6c2288d9c4f3fb36f2aa636dd5534b7634cac3 --- /dev/null +++ b/README.md @@ -0,0 +1,614 @@ +--- +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_write_text + +## 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:** 404 +- **Total Frames:** 328988 +- **FPS:** 30 +- **Dataset Size:** 22.25 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->Study Room` +- **Objects:** `writing brush(black)`, +`brush and ink slab(orange)`, +`A4 paper(white)` + +- **Task Description:** Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position. + + +### Primary Task Instruction +> Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position. + +### 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->Study Room` + +### Objects +- `writing brush(black)` +- `brush and ink slab(orange)` +- `A4 paper(white)` + + +## Task Descriptions + +- **Standardized Task Description:** `Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position.` +- **Operation Type:** `fixed_single_arm` + +- **Environment Type:** `real_world` + +### Sub-Tasks +This dataset includes 1 distinct subtasks: + +1. **Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position.** + + +### Atomic Actions +- `grasp` +- `pull` +- `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=av1, pix_fmt=yuv420p + +- `cam_front_head_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + +- `cam_left_wrist_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, pix_fmt=yuv420p + +- `cam_right_wrist_rgb`: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, 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** | 404 | +| **Total Frames** | 328988 | +| **Total Tasks** | 1 | +| **Total Videos** | 1616 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **State Dimensions** | 34 | +| **Action Dimensions** | 34 | +| **Camera Views** | 4 | +| **Dataset Size** | 22.25 GB | + + +## Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:403 + + +## 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_write_text_0_qced_hardlink/ +|-- annotations +| |-- camera_params.json +| |-- 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 +| `-- ... (392 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: av1 + 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: av1 + 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: av1 + 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: av1 + 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: + +- `camera_params.json` +- `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/camera_params.json b/annotations/camera_params.json new file mode 100644 index 0000000000000000000000000000000000000000..00bcc6762ecdf30172f675600913d18208dae573 --- /dev/null +++ b/annotations/camera_params.json @@ -0,0 +1,243 @@ +{ + "dataset": "robocoin/AI2_Alphabot_2_write_text_0", + "device_model": "AI2_Alphabot_2", + "total_cameras": 4, + "camera_parameters": { + "cam_front_chest_rgb": { + "camera_name": "cam_front_chest_rgb", + "intrinsic": [ + [ + 605.5223999023438, + 0.0, + 330.06695556640625 + ], + [ + 0.0, + 605.6171875, + 255.00241088867188 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ], + "distortion": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "extrinsic": [ + [ + 1.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "resolution": [ + 640, + 480 + ], + "source_path": "infos/camera_params/chest.json", + "file": "20260403_150214_322.h5" + }, + "cam_front_head_rgb": { + "camera_name": "cam_front_head_rgb", + "intrinsic": [ + [ + 605.3595581054688, + 0.0, + 323.2904052734375 + ], + [ + 0.0, + 605.2147827148438, + 252.01060485839844 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ], + "distortion": [ + 0.0, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "extrinsic": [ + [ + 1.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "resolution": [ + 640, + 480 + ], + "source_path": "infos/camera_params/head.json", + "file": "20260403_150214_322.h5" + }, + "cam_left_wrist_rgb": { + "camera_name": "cam_left_wrist_rgb", + "intrinsic": [ + [ + 435.806396484375, + 0.0, + 316.9818115234375 + ], + [ + 0.0, + 435.4916687011719, + 239.68447875976562 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ], + "distortion": [ + -0.050510186702013016, + 0.061865948140621185, + 0.0005172380479052663, + 0.001003091223537922, + -0.02141876518726349 + ], + "extrinsic": [ + [ + 1.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "resolution": [ + 640, + 480 + ], + "source_path": "infos/camera_params/left.json", + "file": "20260403_150214_322.h5" + }, + "cam_right_wrist_rgb": { + "camera_name": "cam_right_wrist_rgb", + "intrinsic": [ + [ + 434.42449951171875, + 0.0, + 314.183837890625 + ], + [ + 0.0, + 434.0850830078125, + 239.00881958007812 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ], + "distortion": [ + -0.05233064666390419, + 0.05848971754312515, + 0.0002737647155299783, + 0.00015989421808626503, + -0.018886979669332504 + ], + "extrinsic": [ + [ + 1.0, + 0.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0, + 1.0 + ] + ], + "resolution": [ + 640, + 480 + ], + "source_path": "infos/camera_params/right.json", + "file": "20260403_150214_322.h5" + } + } +} \ No newline at end of file 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..81d5b630c628d4a4314db4a15343a17370b7f495 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0573ea389e9234ac4ef403e5ed293ed588dd043253ad1799565c6787e4cfc7 +size 220481 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05b88c671f7cb3870683e6a84a39b3bee0fcb413 --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d8413487cf63b7ecdb33120d9645718ac271c41a52491adb2587eea82aef08 +size 218359 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b5bcde24152579b485c937f357fb21a60eafe82 --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75f7134bd3ab7fd9dbfc32f7f64b4cd72f8304c7f26c01d059ae054762a1475 +size 210651 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bac2608d435e909a17f78734b54c1192a7ab619d --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f39562e73e2b2bb77910560a9795012a9b7c5959a2f60a6fa35d4eb6ead6c2 +size 220066 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcb2ea65e56fe6531555fabe42f67cb782a1aa43 --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307cfb62e642faf3840ecc06e02c2001ef663d0b372e92839dcf579f36455d2e +size 226827 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6d459c8aefc577a5fa1b939f7108944c73e80901 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1ed3f22a295cd77108400e8731e9d89ed552abae84f6ded526a5a41dc1e2ce +size 252466 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb2426c48b89d96f569f7f6fa9281a6dcc3c22aa --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962d530afe84b5be8963b3f831d5e549c0e017980406dcfb4276414ef882c6e4 +size 250809 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d1aa064ef3b25b6b71d4ff5da79276673fb0c9 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00724605eea0c389c09ae238f4207ec271585cbcdc51d2c2461bb83189b38658 +size 274594 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df9076a1cb90ad79724f2fa982cc426870993b4e --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e51bc350085aa5b70c07b5d3f2c66855f926cd1c736b84aa342d51411f88c250 +size 231401 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8f2dd87da5d2d272a8ea08092cf530c506654d8 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134dd0a4711062cd9f6952f7cb58f9bcfd4731f9f7fcca33824db3bd873bcd26 +size 218353 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..39dc9b3047bfd7fa0505c51e49e82ef0cf679a07 --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1863f32a25f66acc4ccecd30d19180f0d945f0ab6d35318351b5fccce2d7fc7e +size 226185 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ccea27070c4c75e2d85648320a21550dca0f9dfd --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2231f9e5164e2f1e22c82d8ac5e46ee6d75626d8b6480644bcd098a230a62129 +size 228592 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..72499419585496b4b76c86086651e47cb445c122 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c0a7e93bd767e2178a1eb98d61ef6d94dd4e4c7323ad25ca8f84d99168be24 +size 221888 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..762005ab95641e5ffef72a5b52fafe19efc23521 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a2d0c8daccd726550005bcc774935af6463ec368cfa8f37394281d5ff34d7f +size 231252 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..134e6fbb4403a204bc521b0ca8576c52c8a0f8e9 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8362dd5c29dd1cd7dcf07fab0e3d3e5d6d4bead010dc06106bd122348a0ca343 +size 210692 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93b6e84942724061efc73e6f212440428ac94955 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fe43a69f4826e0780c9a6620928832a006ca2e3da2d2814d18a5dfaa3ae5b5 +size 229926 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e110da1420d6b6d5cde6561719abe77d0a16922 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3230831746900bb8f02e2a58e22aad6f812ae764a8cb0701e03ef4adb4796e +size 220501 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1bce1d9a51f2d7fad19b7a72eeed4f46fa5440e --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583c73c23ad01f8dacf6438bc8e52c049d9235d3692316f81d13f845aca152eb +size 214954 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f670453824880248a5d65e7b913f46b97bada607 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04da423967d7d972eefbeb3f02c4ba7ea3f9d7bda18ca0cbb8374dd043c45b3c +size 213607 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee9e0d2cc2a9a43b4f4afd8d92457f0b43b2fec6 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed0ef4e97439a4e75739c39475680d20d8d6f803b4fedcc24d13a70701d06ec +size 217314 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5af3544ce8b8d3367c796009f85399e8c54673b7 --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320e3c428c9a9aea629441581789b616743d2f4538aa8c36a597472768646f32 +size 205055 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c35267782017a86a9d221bb021d524caa33f7948 --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1731d4f6e2db4df806d8013494e7a39f148de50c2d28ad2e9dc47c8d20ebcc30 +size 212005 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..272cd89395f3ece72fce476c8bd885efa0cdae71 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef09b59fe4a8d6cdc39197880301af765fad06af98c4c6c396878dc111a11f5 +size 209933 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dee46db040670f54c25cab9701071b1a71d56b2e --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917ee8b1193d53426c401e0799e0b2cf5b1446d2d9bb7deaf8d3ab43362775c7 +size 206276 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a337277184be14b1addac59a498528c9332b9416 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d549d8cc31de646565a884746c713a3397f47a3f771bf19e1a25d3e4779e27 +size 217476 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e9ad1a0dcfb5f885835886eed6888a633a9570d --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b55ff0eb1966963101c5fd3190c6a051332301729f5c6501abc7868c930b02 +size 210206 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae29bff4a54e953460f0aa19ff29e36864052f10 --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4773c77a009b0ca159d38cf8b29943efba4c63ba4fd13670cd387e9884cf74 +size 225044 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae156202ae8009d0382043c408d7094481e3c1ea --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1971699f2c1fb885e71fac648178c0f2bb2c9f600466463a2601e51bff1eaa +size 231694 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27680e0ab357edf40c6b5bf0beee891cfad06387 --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c383b79db8b0d37daea06be0704b97aef8873e8570555e1c0bbd5d7e88286b3 +size 222203 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfad872c03053f821e859fc46b726a6bf1b559e2 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a734b4f7ed9fef34075514aa9a4371c377d487336ebd27c0152aa559e775140a +size 208005 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e66fc88ac40dd0abc5dce69878bdfc1a0710b91 --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1ddfff2e76128c7a207900427eb09c0cd49827d02562b87e6e4bc2fce1e8bb +size 216121 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62259716ece74eb38639f0d65f3c841e0ca3cf14 --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408233ea3b9a6c33c665107582d6f2dd7f0acac36f557dc66f8310efb9c31a53 +size 215907 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab86d999e6a5b90d523adbf276373ed177472215 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b13c60579d9e71d61a7183510c67369a8fb5d618ed4f93486ce72d4c68d5c83 +size 217643 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..123289bc46a6376835c142417a69b46aa879fea7 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce30f3a4cb69a5405c42b6f075666d3a6b6a201176fd83efadf668508173e4a7 +size 218231 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d45234cf0163ceca5429848f331dd6732de527aa --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec070228f6fafaf072a61b908296fab5f7131cda98b9f37a19ba27436eb6ba3 +size 219435 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d2fef89cd3c5079b6d1e2f07ada4924f13426f8 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94eae52ad228f2b100520b86a54498398c3076212477702f7927076a2ddad4e +size 212058 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..446b3227f7bc7604f92c57f99b1cd08957339c22 --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fbcfb5d3dec96f71a88943f9ab1689f0e88b2bc3f95c8d519f86ef53465469 +size 207351 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7813cb8e1fc8e467768d7c9239a03443624ce50e --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093adcc51d9cc63618f889b9495e6de67c4f179e8ef957a0ff0b32439e2e6744 +size 210690 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ccee669f2bc452a2366b972a230c028fb3ed389 --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaddcb43a6c02fe1f975e6a91909cd0784a607dcc7531924bf424493676edc3 +size 210437 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db1a1a27247c840d35b20ca53be4b6f890c46a0d --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f01180708bd7dc4d8723167c37a911503c1f4ab1e40ef8b720508f74fdd61ef +size 209419 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3638a502032fb43834ecc71cc5e110bf877f98d9 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f7bbb336721fea98dda2b84f5a19ea0f511f23a02a4dc77b59dbdf52d4ff90 +size 247615 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b32b8bad73f62670d526bd0b238c53848ff0d22 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3336516ce9d58d66b3e5d29440b12f0adfc09f78bba32eb913118f5132da63f3 +size 266606 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d1e22c85978dc580d9efebfc2110060df70a422 --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df727d22218f61141e7f8b79715afeef4193f674ab1b625f938eee457c6b1c1e +size 242394 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3e48ea8856a4280fb38bdf4e002d11b4a3a3a61 --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18fb7164f4bb13b414a5f662eb107c2bd9e4c329ed8f5e0f82aba5c864cb6b4 +size 213414 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bd48b43e1d354b88f9671547ace0b6f8e16ffa4 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c53ca4826f4799c346223ee13d843747e445ee3a62144d662afdea896fac36 +size 219001 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..14e930d37f75d652377d32736e6a58706eb6ac2a --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0913ddb366accfe46bc0f1a0dc362206a40ce50e6f922447323a5a0728d51f +size 222058 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..847f2fb06937b39e937e31553018770b019f40f1 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c110b5c6e542a4b3d1ca894b233aa4bca85fbb385270d80f078ca78aff1c992f +size 225983 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b1075e0a49ba2a64b338477484f50351d962ee8 --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d306a453a832a2ffac24a8c43dcfe255afbe7834ccb08a06b9d90252c98df6d +size 247122 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5578c610501e0315ba28c4cf492d5415f681a8b1 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83d088b6c5bb99e2e3a674d6fcff15ae4b8c9eb7ed36075bcbf14c119c37e2c +size 241539 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9fcd121d22a09c0f97d5dfcd82289d719455c92 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcf8aa387e9cdb1c060435e8e8f26af12f23cd5aab1340ff37f733ffb7ac1c6 +size 203746 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..658839c1e309f735da56ec876f9966c2f7efba7e --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbdbf96115f4a7fe50b5e67d9885ca50b9e8ae417939d537f463ae460864bb8 +size 209910 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..20de0b409db53fcf5bdc43fe917a41275752fc4b --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b1ca6f608ad9065b1f7589a483e0327cd137c0f56db6ecfc7e0ed3757e32be +size 202601 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01298728075ca768a0f9d32e5f92c5792cd77038 --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb3d24432ed23c560ba23e3672de526a731cd1a415ca37c2853e930c5a27f79 +size 215358 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b63e06169682072bb53d8c7025403fe98012ac6 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457208eafe600b8c40aac91d3e0bfd5de0e10df7b905f15860cac45fd747b97a +size 212875 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..574e01a8af0b59cbee1020e057969ef7b1abddba --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f50c11c4ef20c6bfc1026bffc7db3d3e5aa04fb1cfe16503ab2e6c8473c9a7 +size 213021 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eca60105a18b4fc6e03ad43b4033348fce41d90d --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c0b3fb22e588130d1b70bb28219fa591d072c61577ffc6cd3d169ffcac5fa9 +size 212450 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f2ff922fd7a476b3065adef4d74b27fe413c17f7 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00a6b11f1fc439d2d9a87db89b15bc71e995936381d0802737a89e76d0c6dd3 +size 213540 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..038d00d6f1da45e514235e1c568712efaec305c8 --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad2ff771ef169446d9345ac38b60620a21f9a63bf4aaac32de6acb6fac1c366 +size 220330 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..423c807abd68e56d9de544993a668c77ece2eda1 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bdc85a0d0181dc4563c3deed91d58a06a6f24669985173537e38559acf9ec8d +size 226019 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..05c6b6b2cb608aef89e69e2e286ee7645f030eb5 --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b528e62e6a636a1044274f1ad82526ed3922753f4c6818a032ee25371957d4 +size 204036 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9175ebf93c2fae768c79d3854120a66a91c8d9cb --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e52c631af76d40c6bd989a51747255271aceab728ce0d69fac2b6e340c9838 +size 216180 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ea857bb7dc6eb84c89d8ba717c286dad4a4ff7a --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6d307dd5a4f2c0328343e978f81fce228acd177a7c1e1c9c0817425d1e9875 +size 224891 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1738f463fb26e9d299bc0e9c71c2f1941bd58f2d --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5cef717d0f47cfc7e8a6402e974fc8fc57ff86d172ab4c2e3fde901ed9bc3c +size 221412 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..df8447378c450a507f0586e90b4c60562a686cd3 --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd41c8818244baad22805b6c7174bb0bffac9d5d2122179fc17f1e50586a9a0 +size 225446 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..009a8401765fd8e3e10a495114ce81d5085b8efa --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0aeef6512b50f196b3483185c8139ef76792d9f1dd0c4f164ebcbb1153fc10 +size 216317 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e47e0a2d206ef88522c0cabb01986f220dc233e --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3b3c50b54d300cadd0fcce2f82717c80611b7036ffe7692aaf8841bdac5dad +size 228341 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a2ae45499a944a5b4327b667013ff7fabe3a9bb --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0a31f88d4b6dda925b24535756b1c584d1fd5ec68d9657cfaab6a821122638 +size 240366 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1b19ee0125a1b8c9e5fd814a429057996b62c8c1 --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c1317d355980ed1b744cb6285f506435dca14977ef7c83f75db4c051e669e3 +size 222447 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f765bd739619200fde2da0239b72e602377fcbfc --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4c0501c7117be1af9b6c0ec4e140d4f3c77cccdda63ad45aabd12841d9f8cf +size 192524 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff24c504df3579b68b2c3af6710a87da500aa0ac --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe23f8d8702a191fbc3859ff080b5854c1de08ca10b1a6dfa860e533dfbade1b +size 223989 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de0f34a958615ae5b0b15f693c3be877c4365770 --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b68e0dcea7257b0de6aee09324c0057e2faf568ce1d63c11555028e99dffa11 +size 206214 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1d163970e7cca3773d6197c96d05fd61086b6e49 --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd4f46abf56f81e3cb217a52976a17afbbe8b39902f3a2a90691183bba341c9 +size 206465 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5b6d528d29f9afee77b1b6c1af92d07c874cf7f --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2666fa4da646929e22156c5b760f8a22448da169c9ab028348d85421dca7baa6 +size 233704 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7958a0830567f15f8e0db28c88625db10122f5ce --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9badad97e55b074d2e9ab867b861889f0e736c5d48acf2ab1818909ce787c320 +size 299020 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c87320bd6d759aaacc896230747205ac0b1ef9c1 --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e6f08f84227472e45b9174b27f0ac898072294b5757dd579438f7350db77aa6 +size 272573 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..af38b0f4092b0abb8daf5997501ad217017cea53 --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567b30415bb58fda2d3d5eaee2d79ab25b1ae8bc9baf42c9c37fc36371e440c4 +size 206323 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48e95c0dec53d2d95c802682047d5c7a1a20a812 --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfff61794d6e2ca7bb62b785924c04749bf6137c812e55232e1f82865ce10c7 +size 215821 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eaa57ea61344411e63e6246947594431d2fa75a6 --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820257e713435473bf4d720e8b356c53ae4b3671c8c197bd0a322228418d2e61 +size 224569 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..17807058fcd6c53f1c6e1d5f03bc37ea3ca33c79 --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3472780c7eef1fbc830166f5f0e8198a0ef88d8421cbfaf55ef771d8148c22 +size 233829 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1407ef238a89bc2a6a9a0320bda1bb16ffe2f605 --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79c0763adf794bec97a870349949c33e8f48438dcbbc5bc3cca1f697933795a +size 223827 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6204ffd69d2c1f771975fc058444a149b59db626 --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a96daa2383748ec32675a6631e7a4c34a68bc86bd6ac09f8919ea20fa4f7dc3 +size 245360 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..963aef7fca661e65d5501d87779505004eef4fb2 --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c7b1df4b860d5eee73fc55b7db8928c7b8f1fcfa8d97a2f5cbd99491e6a9de +size 238595 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff629af42995394601e97ffc1137c0e9f02f0ec1 --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ae85568def2145236c9ba4702a7853a8472ac41bc22f7a47c1b6ec28043d19 +size 240632 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d90d834b514b20a0c64ceec7bfd6b449888a4fc3 --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65fb2a214663799dd299e37d39d6515cb43c33abd7480aca1f3f5baea730b7b5 +size 246740 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10177f7c47e62333b61d01a7b8289a41c0e4d8ff --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ada2f85caba3e60d0688d52ccca28db91ad768afafb8272a02eb51f6c208030 +size 249641 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6501717e10b00f6fe7a9c0b3dce522f6fc111770 --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8acafd6efe9c7b5dd22dfac34e9e9129807127bba794a51af594c7ac5a884fd +size 197381 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..936439aec3028108d8ac05f4665a89002c035440 --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4fd16f8f4cc88693dcfb18b2164d5e8269eddd8635ccc106c4eafb8cd857b8 +size 245893 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1450fceeec47a9e35a8ec70ef4c8f89ede543c9 --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fde7d4357b6b4ffb03ec9163f5e0814a80a7e2f732632500b0cd310205666f7 +size 187703 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..54f742216f8d6088be53f602b0feddc156139851 --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962709fd684ca24c96f90cd33914cda45d491e9380507865e6e3d5fc908c89d4 +size 237716 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58efc07625027b91ad049cb4298a1c517cb8e3eb --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d5c84c8af488930e366f8d7dce701a13f365611a289e4f2e45081f47f19416 +size 199354 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..accca8b11d6e09fa527901642b2718cfea23a4dc --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522d6c0cbbe6e85dc8a58f13d3d1d55a941a5b69661a7323db1df2277597d2c9 +size 217699 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..032b52b4b5fc444b5379919b10d77bc9d3aa3d9a --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da401cedc0fe420152caf0b005dfa5dd6d0c70bec04d5f946afb829ea8e1917a +size 231356 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f01108a28362b33aff1181fa46b986fefee2dc2b --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36219eac91a81e035cc032732133f03d15a568665f95d4058302e5aee5502d29 +size 227849 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..851bc5fa036835fdedb9f5fa54761dc2ac256a59 --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d44c46a5d7bf83d274cedbd3342fd65ba798b08bc7280252d7f2b97b928aca +size 214671 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c15576e826f24c1e3d7e4cf34dd38f44119a313 --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9124e7f001334ec2bd524d5c9fe45691e639ff76a5e0b743acdf826f32d19aa5 +size 231280 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b703a072346a75ff15d006a55ebb880247cdf040 --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f04485bf7bd576e5e568485f9eb210e449ec1078fe68ea06be8d352a542ceac +size 228633 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5bea35b8718c2bd17fef49875cc2c32da8cc91a --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032bc172f6b8fe4b5130b76ea5d8b19e012fcf7bebede19f5cf138ecec7ba98b +size 234715 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5fc7bd891f7813e59725f0bf5d44352e25c97cde --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6198be353bed07b25fb935680298edc5864aa3fae8a3d52bb2c8bf813ae1b972 +size 208815 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfbb688a3b473384783387f566f2ac162f9c8478 --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dab7ff412c44ced0648fa6685579bbc09bf2207e2848fb81dc378a42479a723 +size 256385 diff --git a/data/chunk-000/episode_000099.parquet b/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2e2685cb7bbbe8cb45aae0257b7f241545f07ec --- /dev/null +++ b/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f16562d11c166750975837cb5121c69ae0a51d2fed9bbb375f08284ad84a4d +size 217359 diff --git a/data/chunk-000/episode_000100.parquet b/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..db9471050a4b2e99658ee4dd563e337590db47ad --- /dev/null +++ b/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b92afe3405975da9c68314994aa42725b9a734a0948f29ca1718b7a50b22a4d +size 189314 diff --git a/data/chunk-000/episode_000101.parquet b/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4d11636faf9c329806636fedfb0ffaad7c54a36b --- /dev/null +++ b/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf1857623d420ca8adf0851cd29b0cba0a91e3c6b97735e72d3eefffcb173cc +size 197063 diff --git a/data/chunk-000/episode_000102.parquet b/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0094086ac1d397e5339173eff3605dca6edbed2c --- /dev/null +++ b/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78d7177ffc869726892cb9906d3e54855c3fbbf221b04a53eeedb3df9e9fe82 +size 226693 diff --git a/data/chunk-000/episode_000103.parquet b/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0206ea828023ae4591bb29a205043a3e8a83d51 --- /dev/null +++ b/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63174e29460ac5871099b49086474a8bfa73554fe9af9d310f867929fb9c57d2 +size 205105 diff --git a/data/chunk-000/episode_000104.parquet b/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e7f71e223a1e7e1c21e5b10e3402af4d153e3d36 --- /dev/null +++ b/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e5fb3f5f77ab963293db74e6dcc6271708f44ab135d34a77b845a7afc36477 +size 212845 diff --git a/data/chunk-000/episode_000105.parquet b/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5bf44051d1140f408167d74901aedb52e28056b6 --- /dev/null +++ b/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb800b4000132f435fc96cdb766814c6ab67999045704b4c4f5f9ac9bfee05f3 +size 213837 diff --git a/data/chunk-000/episode_000106.parquet b/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9ae4b0f221a7a34c7d018e5b7255f9e23c0f5897 --- /dev/null +++ b/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c63a7ae3e458fe35b17e059f87361ad4b8041c9d8542c679f0170c487a5422 +size 230606 diff --git a/data/chunk-000/episode_000107.parquet b/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..faa41c6074c9ba759598c3a3b1e6d20d659c9146 --- /dev/null +++ b/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac90f26963322d902a48bba6b272d3daec6ed57cd34abb16bd4bf55389aad4a +size 233745 diff --git a/data/chunk-000/episode_000108.parquet b/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e85c860f2bdedcf0ecc5a1d2d7555717f57f4a9 --- /dev/null +++ b/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5251d660d3f797858f6d4f91fbdcb9c404c8881af8206cc6d9c0eb1f4ca883 +size 227530 diff --git a/data/chunk-000/episode_000109.parquet b/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ad93aa019b1871b247dca8afea413a376fdad6d --- /dev/null +++ b/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61e8e0b5c1193dd8f0c58af024c8488176fbb4729882f8a88b165f84862c290 +size 209330 diff --git a/data/chunk-000/episode_000110.parquet b/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c080bd193fcdd879f2407fb8b63a8d24def7211 --- /dev/null +++ b/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e1aca8683100c836cdbf91a12c05cade2f32589ef3a2bfebfb2b25538f73576 +size 228477 diff --git a/data/chunk-000/episode_000111.parquet b/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb52728958a45fc3aa952f142b9da4142ff57be8 --- /dev/null +++ b/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edb5ac7785eb37020e69775ae95d96b2e0a9fde290b69c82ed249dbf9e093fb +size 208449 diff --git a/data/chunk-000/episode_000112.parquet b/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f9b2a3982c4821004e9c63a5d7692bd0ee35bfb --- /dev/null +++ b/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b028955b567ffae7b70ea9422f47578f6c72c13b898e18aa0f1e1c52e27bfd1e +size 210213 diff --git a/data/chunk-000/episode_000113.parquet b/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e5b6977cc54a4056ab0fae30d9fe32846f67a3cd --- /dev/null +++ b/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7430935351ea8f9a9bd75cea2400719aff1752c161532b81da8a0e3806bef550 +size 205349 diff --git a/data/chunk-000/episode_000114.parquet b/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..292ec9dd76292040794ef5acfec263a697a5255d --- /dev/null +++ b/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f377f28454b3a17e56feccfb1e144af9e7a453cbd629348ba114bfac7b451e6 +size 206822 diff --git a/data/chunk-000/episode_000115.parquet b/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4b3b226047c3d9d9beb830297ec6030d8b0235c --- /dev/null +++ b/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994a895af641d9a351092795077f68f15bb8d107f290d012a57f0457818617b3 +size 204285 diff --git a/data/chunk-000/episode_000116.parquet b/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..30f19812c59f6658325cfeddc17c3ac7ee57c63c --- /dev/null +++ b/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65066c900af76b90bb962dd7eeebb834d5c6294beb6e9fd38a61711c630b3273 +size 211579 diff --git a/data/chunk-000/episode_000117.parquet b/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..518df42171fa011b6f732a58029cfa13800d8b6e --- /dev/null +++ b/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02817302911ebe51e0b4d63d46d1082bc687fd269dfc7a1c0b5e54c4c89a4cf +size 209902 diff --git a/data/chunk-000/episode_000118.parquet b/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e708b3f6760d7b67b5dabb2af7744535b2968e55 --- /dev/null +++ b/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2705ef82759391443ee645b96da992da67ee58af54d138dc199cf0515f2b61c1 +size 194990 diff --git a/data/chunk-000/episode_000119.parquet b/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08dc264c31aae86a957d3a48faea9f52633cfa50 --- /dev/null +++ b/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683f49d28845fc0216c3b6084969f7a35239b58aa47e63484a949236c8eafd90 +size 210639 diff --git a/data/chunk-000/episode_000120.parquet b/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3249d67c76f6bcd3ee0039b0d4914a36d6677708 --- /dev/null +++ b/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:069e1a7d47aff266e8fe301987efa17341ee03fa1b0879e8f8961f332680a47e +size 223334 diff --git a/data/chunk-000/episode_000121.parquet b/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..767dfd98ac9c6b9ca5f37638e720a43ced355446 --- /dev/null +++ b/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f45478ca432b85e5fef14b64aa21fe075d625d1964e5c68bd23b03b63ca9a68 +size 213969 diff --git a/data/chunk-000/episode_000122.parquet b/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74bfcaeb93c159d56e5f46ca503201eba7697e80 --- /dev/null +++ b/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df351acdbdfb4bf1b7eb26f2dc498a24dede7a55bd2b7f7f7779171f0172087 +size 214269 diff --git a/data/chunk-000/episode_000123.parquet b/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d25ebd014ae7fd057bb046e8b97c34cf0ffe7a4a --- /dev/null +++ b/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58b72ddba70b79551727799eb82f4927e8f281fd20f7e4220b45cc76a68996d +size 197830 diff --git a/data/chunk-000/episode_000124.parquet b/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06a386a98bfd4e912505a3cbd94b40a2dfc655b2 --- /dev/null +++ b/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddbf01d5a7d10de53dd2fd1a57731952925a074125bf650681cc4a3ea09d84b +size 203124 diff --git a/data/chunk-000/episode_000125.parquet b/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3867c45bd99d8f701a58a821b3cd7e732e11bbf6 --- /dev/null +++ b/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cdefac2b715eeb7a1d7d85b1636aa35e1c6135e51915bbcc6b61146e42b2f6 +size 197975 diff --git a/data/chunk-000/episode_000126.parquet b/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8855443bc90bdb5f446aab26dd6827e66f468184 --- /dev/null +++ b/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9193d0b75db64e1f67d75104a38ce87990a76251c94798c9f67dec682ad96ad1 +size 198025 diff --git a/data/chunk-000/episode_000127.parquet b/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..09f2ce7492307a7374bbef72fecc458ca6147720 --- /dev/null +++ b/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7514c3b72b0ecc6d7f21d46f74163c85d367056ff85edf6ab91d7508d8f74e7d +size 215723 diff --git a/data/chunk-000/episode_000128.parquet b/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..473c6abc3298f0808d6e32a4e19823e6cecfb4b5 --- /dev/null +++ b/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fdcbc27838cec7c31ca488c057c4b64fc2db35b8f3e9c1f38a1e94ad587fd2 +size 212895 diff --git a/data/chunk-000/episode_000129.parquet b/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d014b4cf345d6d7b6aa5a8489b456af37cefd4f --- /dev/null +++ b/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcaa4dbfe342052c5d20b2f7d2652f765b6a892ac108aa9a7563efc8a171bdcb +size 195029 diff --git a/data/chunk-000/episode_000130.parquet b/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d87f65f96335022444a66718a25119ec9c4c0811 --- /dev/null +++ b/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89baa9839619d9d713d10867d44d3e7df31b5a3f910ab21949656964163a9180 +size 230090 diff --git a/data/chunk-000/episode_000131.parquet b/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ce7c0a506ff4f1374655e0e1bbfa6997a225b0ca --- /dev/null +++ b/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e59fb80e29103740e6295aa5417b288acf6d87058ae89267e67f47366a10786 +size 204989 diff --git a/data/chunk-000/episode_000132.parquet b/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07bf268f921984a6141bdc9dd25c949ff27eecc8 --- /dev/null +++ b/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392829bc5a0b714e51a4149447258fa991dee418204c05fcd5d6fda84abaf054 +size 217140 diff --git a/data/chunk-000/episode_000133.parquet b/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91d9a1c35f7dea30e8b0bb2cd249ec975489c63b --- /dev/null +++ b/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822c40c082f5429086789b1d6d418275b147ca55f530623da5ca49dec349dd7c +size 211499 diff --git a/data/chunk-000/episode_000134.parquet b/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a02d67c35ce3b6cd1021e7991f0604c50afb595 --- /dev/null +++ b/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3188ffeb04aed8ecb4d03b9ca9193ae82262abbc2e49214f9bac9dee1c73087e +size 205178 diff --git a/data/chunk-000/episode_000135.parquet b/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3ae62f826e747273c61fef03f210b2f12d2856f6 --- /dev/null +++ b/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f19e7e186b401d4812b7035e4af6d4ca738cd3029c7c4d7ba1ff101f7f5a20f +size 205534 diff --git a/data/chunk-000/episode_000136.parquet b/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0127f529f5973a073919880d06079ac839f916b2 --- /dev/null +++ b/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b4eed4a5417a976df82c3a194f0743b39a48e4b706710c8af2a4d4e9e8fceb +size 201946 diff --git a/data/chunk-000/episode_000137.parquet b/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2a9550ee31e5c01ea7d71a4cb7f1620473238e0 --- /dev/null +++ b/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a5309da5a9e85c9818b1b5de0194b7a3902bb9581a2dde565dc7b4668acbb3 +size 220845 diff --git a/data/chunk-000/episode_000138.parquet b/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0277f2fe5cde310dda44fa401246fd3ac8adf718 --- /dev/null +++ b/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a6c8b6ed4ab566b71ee79d0e4ff3bb0318beefad4ff9480e73fbbb80a7ad25a +size 213409 diff --git a/data/chunk-000/episode_000139.parquet b/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d54d3da41523326ad8cbf9681517325afb3601ad --- /dev/null +++ b/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be7c00f83e79b114b09aa306265a55e05ecd060f84fd0eab4ba42fd6370b20f +size 228825 diff --git a/data/chunk-000/episode_000140.parquet b/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0ca57968d5cb7f225974c99d604836762932477 --- /dev/null +++ b/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ffca953483a651fe61381e014c9e018c04942964a8220a21c522e39132f3df +size 201977 diff --git a/data/chunk-000/episode_000141.parquet b/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f7cc5a37faef6b62dcf98082f758f27aff506d2 --- /dev/null +++ b/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b662d3f8061b66cf8f2db4a78e2da9527ed084df4badb6d79232d6658bec92 +size 206593 diff --git a/data/chunk-000/episode_000142.parquet b/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..395bc2a82ca167315203a52f658fecb022abe517 --- /dev/null +++ b/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81e5869b5b25a5dc11d417c6f634c8d089900108d259a898c007236ab777c01 +size 222622 diff --git a/data/chunk-000/episode_000143.parquet b/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d62cc5b3c94708387cca7f117670a88a5e20e73 --- /dev/null +++ b/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae5c4919874b21d1c9ced124e4b71ccff499dacca533a50c963f3e14d9f1199 +size 213916 diff --git a/data/chunk-000/episode_000144.parquet b/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bf3cd17b2240d6cf9ee6df0bc280a515c67b839c --- /dev/null +++ b/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc14e418ff9f2d679d8e175258f4738c5c6da968a652311e407e0aa30b39bcf +size 235520 diff --git a/data/chunk-000/episode_000145.parquet b/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1e5b6bde453ee8b12cbb21d73c2ec0ae5fa378e --- /dev/null +++ b/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d123fe5ee2e63a2302202b007e4d1f4a7405719ecf0bbe47959fdf095c0a2555 +size 218558 diff --git a/data/chunk-000/episode_000146.parquet b/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..073e889e637a142840851fc03b8c0aa9df11f29b --- /dev/null +++ b/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3182a4f963fb26d46862926c8ca6ac1fc33c1b738b476ba4e3f37c0e1b23c09 +size 215892 diff --git a/data/chunk-000/episode_000147.parquet b/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ff19dddb7511572d45ca4549c001976a0cc7ccb --- /dev/null +++ b/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4305691a74230acf857661c2238e1de4ef9de8d3de9da3692474ebeb5677af7 +size 206761 diff --git a/data/chunk-000/episode_000148.parquet b/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff482d3fabbf8c0ecb3f6519ee8384fbd2e9d49c --- /dev/null +++ b/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a04867fab59cfc1c6673e63b7de2f94d8de7dd8258b7126cd8b1b23c2e6c6e +size 227512 diff --git a/data/chunk-000/episode_000149.parquet b/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21b2f999d1ee616a1fe57b93526a2506122732db --- /dev/null +++ b/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e086eb776907a6e2b7618e77851807cdcb6b725f72be770394c1254af8b9b894 +size 207164 diff --git a/data/chunk-000/episode_000150.parquet b/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8b0714a535b8d129593fb337ada642e28475b52 --- /dev/null +++ b/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ab54735b7306165fb11895876edf9172134e30c52d3c0d1eed044b6c4aa451 +size 200407 diff --git a/data/chunk-000/episode_000151.parquet b/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cbde32a949398c0436871cfd55be8de7bcf06694 --- /dev/null +++ b/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4412ac96555aaec956b0abbebed1cb5914fc2eab6e1b6f7e5609d19b36d324 +size 197892 diff --git a/data/chunk-000/episode_000152.parquet b/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc5c50a5f9ad327046eb1fd656158c109218eea4 --- /dev/null +++ b/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dd4147416cfc6f0801818700cb01d3d1af9a6809f87389c5cc5fba47dc3434 +size 207369 diff --git a/data/chunk-000/episode_000153.parquet b/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f05b0f636ea6364769bf2377978440863aa52302 --- /dev/null +++ b/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b6e54c0d1f264a724101cac92d58a35f1ab013ddb8a6f253a0446c45c8851b +size 194499 diff --git a/data/chunk-000/episode_000154.parquet b/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..969d8ef59ac5698f3b72134926035ddd480dd1b2 --- /dev/null +++ b/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d5a7c6df9399fda115343e25e8b4db2756954efc6ea847216d105a65e9630e +size 201388 diff --git a/data/chunk-000/episode_000155.parquet b/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aecddbaf0567d0d667e9e28ac0819d15ddf92e39 --- /dev/null +++ b/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685118c9a1bb6da1b76f61ba90614b5356f52f089bccb3ff6c3971cdb19fe39a +size 202079 diff --git a/data/chunk-000/episode_000156.parquet b/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36896ec6527c78cf99303b532fc464299cc09f97 --- /dev/null +++ b/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d549da913a62eea6a602af3f67c00c9bcf26c86f2f385098cecf13ba2ef9d9b +size 206294 diff --git a/data/chunk-000/episode_000157.parquet b/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f6b20493f69199b9fdde3d006663683509b17bc0 --- /dev/null +++ b/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5f4a5caee9c7599f804d41613e0073cf6f79d96ff440567b137241f73a5b5c +size 206499 diff --git a/data/chunk-000/episode_000158.parquet b/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..49d7f2e63ae919d1fa6d2f52d02072bfb153f7a5 --- /dev/null +++ b/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188174b0386f43ddbe60acf56120fcd4b0e2383a3b240478c3185e62e2e54786 +size 206920 diff --git a/data/chunk-000/episode_000159.parquet b/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aa34266b9ba760ec373dc6952a69bed04bc20f62 --- /dev/null +++ b/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ac898ef148c85aa2baee7089a1ad770fe8844a5ab6880822abfd119a04d0de +size 250506 diff --git a/data/chunk-000/episode_000160.parquet b/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7ac810a3df9ff9e28f991e43cffef4a0d6758ff --- /dev/null +++ b/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6aed86e7290ddbc1083047e81651ec27d5a3c4a2b037bee8716572a27ba181 +size 264579 diff --git a/data/chunk-000/episode_000161.parquet b/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae0cf648d0c1dcea804b6e28973a82f5a9ac98a4 --- /dev/null +++ b/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2485d0055fcf67804dcd0cec8d9903bf8fd1417649ad57c98fb2b7e4b39ab7be +size 266401 diff --git a/data/chunk-000/episode_000162.parquet b/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4da59edec1fa70bed3cfed7b07349408d535b1ff --- /dev/null +++ b/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe66964aac9807036527fe10fb226fbf038849005a726fe60990455c3951bd18 +size 289514 diff --git a/data/chunk-000/episode_000163.parquet b/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2162c1bd859138ce9fb33340ede8fbcf41bf64e4 --- /dev/null +++ b/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508b8f6b52b2f9bdf0e4bb5f88914a114cc5cf91f35d450e63a50b78e9654124 +size 302740 diff --git a/data/chunk-000/episode_000164.parquet b/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25cf3c3dbdd7bad64176f8c98cfc67f82b2effbb --- /dev/null +++ b/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb8a3be61857b51cdd4ff282f63467441818ba270f9d074c17835e5387f6b07 +size 255420 diff --git a/data/chunk-000/episode_000165.parquet b/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..343e9c937495863b09c027faed26eff71c9aabf2 --- /dev/null +++ b/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1138bc261049710880d5617eda4226a738e2fe4617570d6fc7e899dc9e64df +size 242339 diff --git a/data/chunk-000/episode_000166.parquet b/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..642d5533064017919f2a97a23de6b1716fd76ef6 --- /dev/null +++ b/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2180ecaef0842540afd8b9fa6fb6d6659b63c9f96857f92e309675d1ac8744fb +size 278398 diff --git a/data/chunk-000/episode_000167.parquet b/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8122de8211bcdb9a074c59565d5850e3ebfe9c9b --- /dev/null +++ b/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa62603c06f12249dc8f305b83be05d4996a1cae175b15c2bd397c518ea6cff +size 266356 diff --git a/data/chunk-000/episode_000168.parquet b/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b19b67cc0a0e20cbb00e73aac09e2eeac52e6f6 --- /dev/null +++ b/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec9fbc2c58b5995d467d53ed3311c83d075b0ecca92b0117784f9451d6d6bc5 +size 215941 diff --git a/data/chunk-000/episode_000169.parquet b/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ba8e02f793addb99fffca2099155b679df807d7 --- /dev/null +++ b/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb206d52fa062159419a3b9af3c1e575e71a2aba5fd928490e70559f7c3c3ff7 +size 206649 diff --git a/data/chunk-000/episode_000170.parquet b/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e0a6b000f4a974f164fe9675105a462de6c49eef --- /dev/null +++ b/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9941258528d65d229a468b77d4b254664e9d69731d86da237d32ebf3f2788447 +size 245812 diff --git a/data/chunk-000/episode_000171.parquet b/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..be51c6074693b6936e2b529e9fc7a57ee47c90aa --- /dev/null +++ b/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388e8557ccc5c0416c5da2d807c0546d20a942c39d79f8b7cc97640e303762d7 +size 257774 diff --git a/data/chunk-000/episode_000172.parquet b/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3013587bea35f8aba3e68309fd54553e584ba0e --- /dev/null +++ b/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbd20305a4a78e39fe9439c5b1d1bbe1ae4a2fbc8c45ccf4afb0d140b98112b +size 216598 diff --git a/data/chunk-000/episode_000173.parquet b/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b161aeb31877c3f2fe874a592c4ed95570450c6e --- /dev/null +++ b/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4296b80d34f0f1cf82a727835d59852c9cb128ced04e6d9d0cb3f5c314c39b +size 260176 diff --git a/data/chunk-000/episode_000174.parquet b/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3fff1752932e625a731a2dfe9574248a6abd176e --- /dev/null +++ b/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780099611e308f4ae465a1a1c35496c6156aea036e3dc0aee88bfc807c251f49 +size 240244 diff --git a/data/chunk-000/episode_000175.parquet b/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e34b4eb575c8e17224fa38b58b8499cacfd6202 --- /dev/null +++ b/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b602b58a7ef0db2080e6bea66ec36d256bed001336aadc1dc1bdf8b6d5cdd6 +size 282319 diff --git a/data/chunk-000/episode_000176.parquet b/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..421280cd263cb522609acff87418d6015d7111ff --- /dev/null +++ b/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce89551d83e8d6aa8fcbc28861a5c4a5adefdc6dad488317e105d72ddf1ca4c +size 230384 diff --git a/data/chunk-000/episode_000177.parquet b/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..de7f1e03351511b3c46b5441c781317b20acc83b --- /dev/null +++ b/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c1a741a83fc357d67e8f4591997a5ad73109c729eeb68e2ba69c91bc27bd4d +size 219862 diff --git a/data/chunk-000/episode_000178.parquet b/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b132f9c0cb8dc0d6f3e8769e8c00ab27a117786 --- /dev/null +++ b/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee08eb8318543c722f2cad760fd67dce3685f3df62c808284ede8b005310060c +size 246294 diff --git a/data/chunk-000/episode_000179.parquet b/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8be2ecd97cdbf4350bac6d0e96791bfe349484e7 --- /dev/null +++ b/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416fc592980349b205575132c18bce895a85929ba04cd6fcf82d92ab3631856d +size 207156 diff --git a/data/chunk-000/episode_000180.parquet b/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7d694ac1a36249909e1e44de073cecdc4ef13ae8 --- /dev/null +++ b/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9f1c825543491c3eb585f74f1d86fbce617a9e89536f507d3b1f09cd84a637 +size 241101 diff --git a/data/chunk-000/episode_000181.parquet b/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a5ca11228a683e2cb708ed18cfffa766e022b83 --- /dev/null +++ b/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7de2a8d917780bab8d394d00907b8c02c060d34ce1b23cbbfb70911941bac10 +size 259847 diff --git a/data/chunk-000/episode_000182.parquet b/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..43b332f93c395dbaa2de83f6ccb6d877fff75c48 --- /dev/null +++ b/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb2a0d25937894967a80d9d419ce8913c75c7319891d2f1eda5c6c2ed895e5a +size 259054 diff --git a/data/chunk-000/episode_000183.parquet b/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84c6b14566eb4706a6b832f230d8edfa15642bcc --- /dev/null +++ b/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad6dc749b44b50c7899515a3c4a5a0a79d2f6e0be13950737785627361ca219 +size 228568 diff --git a/data/chunk-000/episode_000184.parquet b/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b5978427fd7df9e2e970dfd90be29703b5aa76f --- /dev/null +++ b/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caff51f0002f9a3f69987467df9635aaef95c0f75f6a7b066e753282aaeb7729 +size 225727 diff --git a/data/chunk-000/episode_000185.parquet b/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7563824e4cb52e0b93b0033744c0e3b0386d7771 --- /dev/null +++ b/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb2c9d2f26f730406b358e6d7bd7ad011f384a37eededcf850db0784d4d0b4b +size 222085 diff --git a/data/chunk-000/episode_000186.parquet b/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d74704d23b96456d4a0cbe4fe554796946d6bdc8 --- /dev/null +++ b/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c05ea6d1aabd6bc918ecc18f44f3ac58d9e804403a925bf00e89ebc1ceeff17 +size 217315 diff --git a/data/chunk-000/episode_000187.parquet b/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3705cac376015ef42f14d243d4e6a24ff5bd28ad --- /dev/null +++ b/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0e9b62114a8fe57d81d51182c8cc33d8e78200eabde7fa8ff1cee32a25d2b2 +size 247608 diff --git a/data/chunk-000/episode_000188.parquet b/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b200c2a90714bcb3d582b7c934b425db061f424d --- /dev/null +++ b/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232654dc7571caf6c7ac487f0cf8dfd9bd1969a8b6e0f9acb2a9974e76005480 +size 232299 diff --git a/data/chunk-000/episode_000189.parquet b/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87bbb63a02bfadb37da04d48b52feabfcdd0a0be --- /dev/null +++ b/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d137a0a12b6acf214e781388ee987a2619c216c762355529179b7a1c03e23bd +size 244066 diff --git a/data/chunk-000/episode_000190.parquet b/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a15984de40568e038af29fb72bda9aa09349dba --- /dev/null +++ b/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2df30fe66e1511aaa3db52b2369d3ce4e4402e250b52a24b3dfb9b5be25b0a +size 220995 diff --git a/data/chunk-000/episode_000191.parquet b/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34e089d3a0e0ad332bd7971c3fbcdde93ba57efe --- /dev/null +++ b/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c14787d5c4f27b13146e278d80f95942e808f429dee30b855732519178dba9a +size 240261 diff --git a/data/chunk-000/episode_000192.parquet b/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bb67eda3de2f4f1523d88249b37a34f81c34127 --- /dev/null +++ b/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282be02340f2dec31aba32b4a03e585ffe9028e5efc2281f8f185415f38039f1 +size 228786 diff --git a/data/chunk-000/episode_000193.parquet b/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..348a674f8b613636708205fc2796b33cc64d4897 --- /dev/null +++ b/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791b4f9672fe4b941a8f374b19d34c04d76da86cafc5ac966fa240acccc566df +size 256629 diff --git a/data/chunk-000/episode_000194.parquet b/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e41a0f2cf42de93b197c8d8db5c73f6eafddfdf --- /dev/null +++ b/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed20010ecb5157d0c251e5913bf12dc2ab3088f1d2d900bfad97c7097450393e +size 274272 diff --git a/data/chunk-000/episode_000195.parquet b/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c1daf20b5b917419cedc311ba554be047ab3a2b --- /dev/null +++ b/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5df84050970d01e7efba82c7469f0745a11ef5a2411776869f5da3cb4670e1 +size 221574 diff --git a/data/chunk-000/episode_000196.parquet b/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aadce29a5da32581eed3fbd94685ed908c8a1ca6 --- /dev/null +++ b/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed37d3f56189fab330e04a8e0e96420ee22a8b8df0ef170dbb99688ea7d3770b +size 242610 diff --git a/data/chunk-000/episode_000197.parquet b/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c611eb56e9872180a7e2a787c261cf7a1ed23ca --- /dev/null +++ b/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbbafd57c0c2275ee8d2c8f6f2752a9d458ecdfa442ad6339ac59fd0761dbf3 +size 289449 diff --git a/data/chunk-000/episode_000198.parquet b/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cad8442e84dc3142fd4fdd16ef8982845d81a312 --- /dev/null +++ b/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7093eaad4932b2f33489953bc7199307802693f7e59f31142a85ead2e7073264 +size 240340 diff --git a/data/chunk-000/episode_000199.parquet b/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1f341261f1217687c734338902baaf56c9d841b --- /dev/null +++ b/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b706fce0beb101122d6f9a6206d92b39a491fed087888c469fae4742697d127 +size 283169 diff --git a/data/chunk-000/episode_000200.parquet b/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ba060179768a2aa1e9cd0cf82a5eae128e95e6e --- /dev/null +++ b/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b24edaedb5552b8504262b39b5bdc6ef93db083b5dbcd04a5a9c9413f39aa83 +size 255728 diff --git a/data/chunk-000/episode_000201.parquet b/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3424dd14e2589de62a3a8319be52b510c7fe9904 --- /dev/null +++ b/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3325d916892ccb296f81fc72437bcd51d2851fd25af3908683b360a592b20b +size 265326 diff --git a/data/chunk-000/episode_000202.parquet b/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..607870cb282ed37eea96d0cf29165da8951b1516 --- /dev/null +++ b/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bf1d091ce47a9ca7b65656213f4cf938e0bc851281fcd17a03871f11e1a7f1 +size 254895 diff --git a/data/chunk-000/episode_000203.parquet b/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11934f85484fed6dc635a0c03b4da1e8e8f57332 --- /dev/null +++ b/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fe43fca0f8474299c93b2a0e66f23020be7116eed37436c99939d8131e6a910 +size 260076 diff --git a/data/chunk-000/episode_000204.parquet b/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0eded686c53e8ed032133f18acc1ead778d97166 --- /dev/null +++ b/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460644dd0c7c9711bc8452d3b6b092241fa0b22a72b4e174cbe912360886100b +size 283970 diff --git a/data/chunk-000/episode_000205.parquet b/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..73c73b0188ea78b62b4d3811e52712e1feacbe40 --- /dev/null +++ b/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e86f671b193b6cc0126bb2c0c697b7debefac18078487674d3c04b79af462f3 +size 286684 diff --git a/data/chunk-000/episode_000206.parquet b/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25b48d46cf1e1a708aceae49c7238adf111c8667 --- /dev/null +++ b/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3435208f04207b1c1d13592f888ee0c204cc3de0b26605a4f4c898e1745627d5 +size 258318 diff --git a/data/chunk-000/episode_000207.parquet b/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7dc9b802808f921c81b1c83f43e905161f2e8576 --- /dev/null +++ b/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d7fffcedd5eac48e1af893f0142b69be02906270e5af7239740b5b28638e8fd +size 240781 diff --git a/data/chunk-000/episode_000208.parquet b/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a61543b3921a9c84bd0eb2fc453aa92260ddbbce --- /dev/null +++ b/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d0df120de8afca8c8eb4e05373521a0e2e60901e42fb91187833dd122f16ee +size 241389 diff --git a/data/chunk-000/episode_000209.parquet b/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c7c62127f3f51e6a4ef493dc7e08154e56691161 --- /dev/null +++ b/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb551eaa6023058db158924f49f145634915ae33d4e529fa9f4a1bcf657bbff8 +size 254386 diff --git a/data/chunk-000/episode_000210.parquet b/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b608cfb93a3c656569655ce3f3b9951627bd4b64 --- /dev/null +++ b/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4dc950a548a524893825d303a0cd2be7deb99c8921ce65febdf04ffe16aa8a +size 247827 diff --git a/data/chunk-000/episode_000211.parquet b/data/chunk-000/episode_000211.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5bbdf32b1e250ae2766ecef5f76fcea2db2918c --- /dev/null +++ b/data/chunk-000/episode_000211.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7bcf47b43d7a88f4d83e14c183ba8d626372ab652459def3278b3f2c4b806d +size 241339 diff --git a/data/chunk-000/episode_000212.parquet b/data/chunk-000/episode_000212.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46f85ac81c4745747c331845078712b16ff524c6 --- /dev/null +++ b/data/chunk-000/episode_000212.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0029b1f3d6f7341552c0cdb664cbe96ed24728ba80cca7e7467b8bdce145558a +size 268813 diff --git a/data/chunk-000/episode_000213.parquet b/data/chunk-000/episode_000213.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2966803cf6f0ba4b880ba742768bd66b14650974 --- /dev/null +++ b/data/chunk-000/episode_000213.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fb962d5a1d15ace423822b61978404c6fd0b621b4d57d56d0a1d06bb8a5f1e +size 255885 diff --git a/data/chunk-000/episode_000214.parquet b/data/chunk-000/episode_000214.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7193cafda9d6f9c08266e8df7ee02b9cb19bd9dd --- /dev/null +++ b/data/chunk-000/episode_000214.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb5516fbcf1922e7326ae7912c30a11c88cf8840d283c23a10484c5cd06f666 +size 231781 diff --git a/data/chunk-000/episode_000215.parquet b/data/chunk-000/episode_000215.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb325ff99251899175022945bd9b409e2f6a0d4c --- /dev/null +++ b/data/chunk-000/episode_000215.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0a5f05b86fbf75e678b67ae65a9371fd23d9a636f23b35adbf21b2464ad543 +size 266821 diff --git a/data/chunk-000/episode_000216.parquet b/data/chunk-000/episode_000216.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1c73eb0f9d2bec0f6d848e40cdf2a03042e100b --- /dev/null +++ b/data/chunk-000/episode_000216.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c99ad3c4f4ac8835d04045e7ef53f5fb90ceb42242d06dcf5389fb3b8b8b20 +size 272971 diff --git a/data/chunk-000/episode_000217.parquet b/data/chunk-000/episode_000217.parquet new file mode 100644 index 0000000000000000000000000000000000000000..757f5507e1e8abef74979c564c44eb9279f6d459 --- /dev/null +++ b/data/chunk-000/episode_000217.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53b22a124fab8df838347781f9b74c43b6d96c467afcaf1c63db0dccdc71fee +size 232005 diff --git a/data/chunk-000/episode_000218.parquet b/data/chunk-000/episode_000218.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc61a7a7910d0f6a6b9cc7469f1eb7666f07893a --- /dev/null +++ b/data/chunk-000/episode_000218.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e91a96aaccd4e3fe98e25688de029010c3a797564d237a5afb0be22a401ffc +size 276240 diff --git a/data/chunk-000/episode_000219.parquet b/data/chunk-000/episode_000219.parquet new file mode 100644 index 0000000000000000000000000000000000000000..341669a58fca4f4172e5d6848d28d86e9c206e38 --- /dev/null +++ b/data/chunk-000/episode_000219.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc8b8792b5538b40cdff739ce734f3c23776aed5b8672e215e7be987a66d625 +size 237237 diff --git a/data/chunk-000/episode_000220.parquet b/data/chunk-000/episode_000220.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef71a6ae69ff6bad0289a1bb70f0ca81dcfd99e4 --- /dev/null +++ b/data/chunk-000/episode_000220.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa37dda6406dd338e36d761a8da1779d2224c8da64366cb2f6b0332a3a05443c +size 250244 diff --git a/data/chunk-000/episode_000221.parquet b/data/chunk-000/episode_000221.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f19952ce964695d95409a09407e842f00f6e2ae6 --- /dev/null +++ b/data/chunk-000/episode_000221.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe4828662e4f15f02c7f78af5b78d7d54c1bc3dc6ab258246e23e3c47f0674c +size 232447 diff --git a/data/chunk-000/episode_000222.parquet b/data/chunk-000/episode_000222.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acc2e9f2c9e06443e45a621ff2079ffda205d94c --- /dev/null +++ b/data/chunk-000/episode_000222.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb008c5ab3fc7551868aaf53037c067892bb2b55ba8728b5179d917092ea0bf +size 272770 diff --git a/data/chunk-000/episode_000223.parquet b/data/chunk-000/episode_000223.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e2e1ea601d4c9cf5b432837cd7d5421d75f62c0e --- /dev/null +++ b/data/chunk-000/episode_000223.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0004cdf26ccefe95bc03c92dd3d319731010dc7ac63a33300595c2a9b5df4251 +size 253465 diff --git a/data/chunk-000/episode_000224.parquet b/data/chunk-000/episode_000224.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57d3ba5be94cba0fe3bf73ff3e45634feffccffd --- /dev/null +++ b/data/chunk-000/episode_000224.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33458224df16b48ba5d9de96519687705db15ab1453735504cc1f2211bef86fa +size 267160 diff --git a/data/chunk-000/episode_000225.parquet b/data/chunk-000/episode_000225.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4bb8713bc8ede060612e4666de6a2b680e576f7d --- /dev/null +++ b/data/chunk-000/episode_000225.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580a8653afe154305d5bd811728170e8a1ff499a348ea4cdd0977d16e6ec5594 +size 260335 diff --git a/data/chunk-000/episode_000226.parquet b/data/chunk-000/episode_000226.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ceac766adf7b457dd5714e676527ce58d4eb87d9 --- /dev/null +++ b/data/chunk-000/episode_000226.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305e09dceed8037e698ba7d8e7c8e301c9766cf20d95c3cc77100bb118aec057 +size 302231 diff --git a/data/chunk-000/episode_000227.parquet b/data/chunk-000/episode_000227.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98c1f32412f24b86d2cea5f842e78e3ae3739a2c --- /dev/null +++ b/data/chunk-000/episode_000227.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061357464f8d090b5728d225fcdca81663f388f32fbac4f38ed2851d8660ff36 +size 277750 diff --git a/data/chunk-000/episode_000228.parquet b/data/chunk-000/episode_000228.parquet new file mode 100644 index 0000000000000000000000000000000000000000..002459085f2161a8cfd98451bdbfeea79e5dffd7 --- /dev/null +++ b/data/chunk-000/episode_000228.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8962684d6377816e5b508fdad5e936929298da51b3498d909e7932aa9c849c8e +size 245915 diff --git a/data/chunk-000/episode_000229.parquet b/data/chunk-000/episode_000229.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad1c1be9778f9d5d6e5e22bcf9a2671c86ffc6ca --- /dev/null +++ b/data/chunk-000/episode_000229.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110944c58e34f98f8b942457a18f2c32e74c04ca1bd8b34c7636e57f3a3417de +size 218799 diff --git a/data/chunk-000/episode_000230.parquet b/data/chunk-000/episode_000230.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7df044eb7fd0269ebb24a9484e078f9a97f8f4f9 --- /dev/null +++ b/data/chunk-000/episode_000230.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d73cb85997e76e332b9cdbfc84dadd87998e58a8cd072a4f05de3dc3dbe9c1fa +size 194508 diff --git a/data/chunk-000/episode_000231.parquet b/data/chunk-000/episode_000231.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5c3fafecb85b8b859d6fdc04266a0ff2c3760ac --- /dev/null +++ b/data/chunk-000/episode_000231.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ba2a0cd313096251942ad66ae56015c596213817c11638c74556834b9b0760 +size 194822 diff --git a/data/chunk-000/episode_000232.parquet b/data/chunk-000/episode_000232.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2eb87e04549db471c254ca8102aa07ba13d0ae3e --- /dev/null +++ b/data/chunk-000/episode_000232.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f85fa88d5ef18e052808796d01d93d78ec5bf9edbd4f727fe35b6b2ce8e2d3a +size 211008 diff --git a/data/chunk-000/episode_000233.parquet b/data/chunk-000/episode_000233.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ac2efe1a9fc1acd1b7e1858ac0f96d3ee8a7051e --- /dev/null +++ b/data/chunk-000/episode_000233.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3057a7be9eb65bf0cd952b4df6b4a0fa56ba9895fe53e4b3c36a75f7fcf0dc91 +size 224455 diff --git a/data/chunk-000/episode_000234.parquet b/data/chunk-000/episode_000234.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bed358269ad3ff5ef7183edc91dc641db2b5b908 --- /dev/null +++ b/data/chunk-000/episode_000234.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab9906d215887f532213f40c93deefd9fa499e0bf846e0a46f4b163b6a10a36 +size 210600 diff --git a/data/chunk-000/episode_000235.parquet b/data/chunk-000/episode_000235.parquet new file mode 100644 index 0000000000000000000000000000000000000000..99c57698641ea1fed5135cbdff9202a672fbe7e0 --- /dev/null +++ b/data/chunk-000/episode_000235.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926bc57976b7d8baee676dbae3bdad95e8e4630f0b411cbd03787a644ee18e10 +size 219376 diff --git a/data/chunk-000/episode_000236.parquet b/data/chunk-000/episode_000236.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9a6ba2c8ba243c18c8f8b0687957554b48ba67d --- /dev/null +++ b/data/chunk-000/episode_000236.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf2a6fbdee035432d1f57f9cb5be5c67f429e93c77994c427abf57387016bb6 +size 215980 diff --git a/data/chunk-000/episode_000237.parquet b/data/chunk-000/episode_000237.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cb2c9d63a226c15a616a484916198ee05b6ef8c --- /dev/null +++ b/data/chunk-000/episode_000237.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b873fd6f1ba5d050cfa6397183ff4b02e29a8a69a3e5985cd009faea7072c93a +size 220867 diff --git a/data/chunk-000/episode_000238.parquet b/data/chunk-000/episode_000238.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f24d939312357b9891b0862133d2fe0c258f0e1b --- /dev/null +++ b/data/chunk-000/episode_000238.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4179727bc637c7a0adf766f6d2a15f42de82988a4d96576b19e6164972ad9621 +size 243569 diff --git a/data/chunk-000/episode_000239.parquet b/data/chunk-000/episode_000239.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4bc9c2719d314222b0c807ed1e2e10ed9f20df1 --- /dev/null +++ b/data/chunk-000/episode_000239.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b3bdaaaf129a24f90187c3715a75daca2ed7ff916bdcde96a2d448abbf3ecd +size 218755 diff --git a/data/chunk-000/episode_000240.parquet b/data/chunk-000/episode_000240.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddfb646f539b9bbc2fb73bfa007e15507398fc27 --- /dev/null +++ b/data/chunk-000/episode_000240.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c700e7dea1a28fcf714cf9d5c9af38decdcf70acdb0fb11e2457d7037ea99fcc +size 214558 diff --git a/data/chunk-000/episode_000241.parquet b/data/chunk-000/episode_000241.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3178d389ba6e95bf20c46d62eb23ba443e0172c5 --- /dev/null +++ b/data/chunk-000/episode_000241.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987ce1bf8076178a31bf87590a8da507b5c6e9f79b19d5bc5d0ce354a514dee6 +size 203049 diff --git a/data/chunk-000/episode_000242.parquet b/data/chunk-000/episode_000242.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0493241d0e159a6543ea0a7531464d401ea5fc5e --- /dev/null +++ b/data/chunk-000/episode_000242.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dd412f3b80e59eae14db06fdb8da97922c90eda60a9b627fea840cd7aeab4c +size 207228 diff --git a/data/chunk-000/episode_000243.parquet b/data/chunk-000/episode_000243.parquet new file mode 100644 index 0000000000000000000000000000000000000000..423824fde54070aa47af6e7ada390a08a46a4a36 --- /dev/null +++ b/data/chunk-000/episode_000243.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4758742859180c074fcbcffe5b2d6f7b72d5270b8c92432a58faad8bf9f4e6e +size 231990 diff --git a/data/chunk-000/episode_000244.parquet b/data/chunk-000/episode_000244.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d7983755107f73ae043289c45708a750bca205d --- /dev/null +++ b/data/chunk-000/episode_000244.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6e48f63a0b340e3c5b568e4a623ee4bffb2575f2476868bba6085bc85efb12 +size 205440 diff --git a/data/chunk-000/episode_000245.parquet b/data/chunk-000/episode_000245.parquet new file mode 100644 index 0000000000000000000000000000000000000000..00abc1f4cfa4bf9ede2ac92af16aa01865da30f8 --- /dev/null +++ b/data/chunk-000/episode_000245.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244024086da097e6c376cdebfee3ebe7260e5cccf14bb5c25cb93e3ef8695ae2 +size 235037 diff --git a/data/chunk-000/episode_000246.parquet b/data/chunk-000/episode_000246.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84902cb8edeb2c3ed5b51d824d7cf6784da1bdc9 --- /dev/null +++ b/data/chunk-000/episode_000246.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008adef9cb49f7ad95671f3da19e4d7bcf1b0fae712a14f5ff8ae2f3138f54d4 +size 218153 diff --git a/data/chunk-000/episode_000247.parquet b/data/chunk-000/episode_000247.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89b41b4b7a1ced30437785fa297ae057c60f50ce --- /dev/null +++ b/data/chunk-000/episode_000247.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd9a878c9af791cc3244e7220656c8bd9a8c81a65e0992aa17b7958dc6b9adfe +size 234134 diff --git a/data/chunk-000/episode_000248.parquet b/data/chunk-000/episode_000248.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4dea13a3e26ec9bbfd528d81232eed4d1505a3d1 --- /dev/null +++ b/data/chunk-000/episode_000248.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c3f058c6ab7ef9a52b6699add4058fbf03a4f75e2e8d41121bf0db0e4fb037 +size 244176 diff --git a/data/chunk-000/episode_000249.parquet b/data/chunk-000/episode_000249.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1faaf17946600a987ffb3c07aba6779c0c9422fa --- /dev/null +++ b/data/chunk-000/episode_000249.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c020f8413ca4ca2dce110cb9169ff9e408f9196800880ba67ad85a851ad47a5 +size 212531 diff --git a/data/chunk-000/episode_000250.parquet b/data/chunk-000/episode_000250.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b4307109ea52a0702f94562e014b066844fe6b9 --- /dev/null +++ b/data/chunk-000/episode_000250.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e076541b5e7cda8c403c696b4671ee19cc1830f3391f90f49d5b7e8f8b513ef6 +size 229375 diff --git a/data/chunk-000/episode_000251.parquet b/data/chunk-000/episode_000251.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2188215860a33b056cd5d643d4f0c69457819bb --- /dev/null +++ b/data/chunk-000/episode_000251.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c3e387cc489eadfccf2e9c98f13833607e9f955bdeb03fc48da7bae42a6abf +size 214457 diff --git a/data/chunk-000/episode_000252.parquet b/data/chunk-000/episode_000252.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f67f15b90c45dd5ede292e46a42483a4db1a9be0 --- /dev/null +++ b/data/chunk-000/episode_000252.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c110e7154c1882da06a99b1114e97269b435c51e051872499ba395e9ad5cc61 +size 219077 diff --git a/data/chunk-000/episode_000253.parquet b/data/chunk-000/episode_000253.parquet new file mode 100644 index 0000000000000000000000000000000000000000..228d20e5c0ad59de1520c71b2c2f07015b820e9d --- /dev/null +++ b/data/chunk-000/episode_000253.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244d6ce1cffdf38b75e0448070a3686bf6a74a2d0c15ec13250f5e77072b8c0f +size 207910 diff --git a/data/chunk-000/episode_000254.parquet b/data/chunk-000/episode_000254.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5cbf6db6324e0202f7b4eac741a3343dbf9958ae --- /dev/null +++ b/data/chunk-000/episode_000254.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663516603229f4ebbb5d35372e5f08c250e626d6f126763db61976bc23c008e7 +size 253037 diff --git a/data/chunk-000/episode_000255.parquet b/data/chunk-000/episode_000255.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec12213c5ca7927bbe4b71288fa3a5905d4b1698 --- /dev/null +++ b/data/chunk-000/episode_000255.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df105f180492553e5bda2a091038dd0192d56e39f29498aeb89f8fa5271f293c +size 218356 diff --git a/data/chunk-000/episode_000256.parquet b/data/chunk-000/episode_000256.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d63b2f904b0f09c69f754543bc693a9034d02580 --- /dev/null +++ b/data/chunk-000/episode_000256.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555980f633d5482524815ced00b42a050d26e3ca05e3db8a5f8c23b78156c8d5 +size 240410 diff --git a/data/chunk-000/episode_000257.parquet b/data/chunk-000/episode_000257.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1c326e057160afcc32af8f9a51a821c2c492746 --- /dev/null +++ b/data/chunk-000/episode_000257.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848637b31d64ba3d1777252e2b1507def20988aec6fa2c97129715106a47dce4 +size 225415 diff --git a/data/chunk-000/episode_000258.parquet b/data/chunk-000/episode_000258.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1897f60629f143ffaf86d5deb641e0b8ef502a01 --- /dev/null +++ b/data/chunk-000/episode_000258.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b4d53be04cb58e0339f07ef4d069f7238691ac2f901f30eb360dc7296f0e77 +size 210650 diff --git a/data/chunk-000/episode_000259.parquet b/data/chunk-000/episode_000259.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a15b103a397cb75cb131c175069e6464fd884ce7 --- /dev/null +++ b/data/chunk-000/episode_000259.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c23f3ae1a1d80bd7a2920a58c0ad7ef9732ecae65f4646f17f75a8c86bb215 +size 208143 diff --git a/data/chunk-000/episode_000260.parquet b/data/chunk-000/episode_000260.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea22b913c488c4d663b5d58d5bbdf53e632c820b --- /dev/null +++ b/data/chunk-000/episode_000260.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b345ded84bf10699bb0021e2d10e8573d9b592df37c9de0615a851f55c9563 +size 236834 diff --git a/data/chunk-000/episode_000261.parquet b/data/chunk-000/episode_000261.parquet new file mode 100644 index 0000000000000000000000000000000000000000..40f093e5bc095ff61fabeb7c065ecca562714863 --- /dev/null +++ b/data/chunk-000/episode_000261.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1508b38cbf8b33cf11711302df427e77e132d263e13a64fd7da03ad107c4756b +size 212418 diff --git a/data/chunk-000/episode_000262.parquet b/data/chunk-000/episode_000262.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ca1e7feb63e972699fd8a76ea0de44e2622823d4 --- /dev/null +++ b/data/chunk-000/episode_000262.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8df6718a6ff71f609f3844d8632f679a429a100889bdde56bdec365e3d4abe +size 215092 diff --git a/data/chunk-000/episode_000263.parquet b/data/chunk-000/episode_000263.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83ea4bafb7ad7b3cd92b6690ef47bdc3e7b85c43 --- /dev/null +++ b/data/chunk-000/episode_000263.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d537d07239b36e941e7aab407a7878033ef8db4fcc301e55c5152200200217e6 +size 239785 diff --git a/data/chunk-000/episode_000264.parquet b/data/chunk-000/episode_000264.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4265cb932997488b38adb9c7de784faa51f111ff --- /dev/null +++ b/data/chunk-000/episode_000264.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d5f9db3a590f145d52905006b3e161a480469fbe5a3d9b298460ee6730bbfa +size 233428 diff --git a/data/chunk-000/episode_000265.parquet b/data/chunk-000/episode_000265.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b114dfd3e08cdbe3a21da5d115ef255b1954088c --- /dev/null +++ b/data/chunk-000/episode_000265.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534d6496214cebab5c7945ab9e0a806ca538b99654a7179b9b128125b3e7ede1 +size 225579 diff --git a/data/chunk-000/episode_000266.parquet b/data/chunk-000/episode_000266.parquet new file mode 100644 index 0000000000000000000000000000000000000000..27f9ce98867879ba8db251b206ceb588c93b6c85 --- /dev/null +++ b/data/chunk-000/episode_000266.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf800857962707c72f52893d0d8849cd1b8f3d6e62f025241f17971dfb1533e7 +size 243355 diff --git a/data/chunk-000/episode_000267.parquet b/data/chunk-000/episode_000267.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b2df0bdef96e227925d63520a8cb4ac99a932478 --- /dev/null +++ b/data/chunk-000/episode_000267.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544c7db1ee3afef65503ffabd54f48849319e0521ca6d550c7c0153a990dc391 +size 215040 diff --git a/data/chunk-000/episode_000268.parquet b/data/chunk-000/episode_000268.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74d7555691194832151bb792bf09c69f6ad911bd --- /dev/null +++ b/data/chunk-000/episode_000268.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb8b9419e83bdc602342740a6491903a7c97065666fdea6a285b6e540b70ee1 +size 225979 diff --git a/data/chunk-000/episode_000269.parquet b/data/chunk-000/episode_000269.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6fc9082ba32c61dda388689e8c47cfde8c3dc9e2 --- /dev/null +++ b/data/chunk-000/episode_000269.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5c240fb591f117a11727c41bf01c55ff886f70ff2272d84b5b5caec4b47d42 +size 210080 diff --git a/data/chunk-000/episode_000270.parquet b/data/chunk-000/episode_000270.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f6938ce31d07b2bad3d543d3b8c335e7a87de7b --- /dev/null +++ b/data/chunk-000/episode_000270.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ee53cc154ef1ee1217cbaa23a338151b7ab4cf25722895702795f5a45677fa +size 229456 diff --git a/data/chunk-000/episode_000271.parquet b/data/chunk-000/episode_000271.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d11be98ce9ebc9a0aed90f43b12ca610449a20ba --- /dev/null +++ b/data/chunk-000/episode_000271.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fad841c8cd3437471b6a6e19ef302467daab91b53ccf154490c2d28a859356 +size 271347 diff --git a/data/chunk-000/episode_000272.parquet b/data/chunk-000/episode_000272.parquet new file mode 100644 index 0000000000000000000000000000000000000000..101cf034ccca5ba20226cd94068d24b421e8a779 --- /dev/null +++ b/data/chunk-000/episode_000272.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fa803b7c913469e969fc0f1e9df0abceeb2c777408c6bcd176801c31675b7b +size 221643 diff --git a/data/chunk-000/episode_000273.parquet b/data/chunk-000/episode_000273.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8e4b028160cafa3db58093334a7674284b28e525 --- /dev/null +++ b/data/chunk-000/episode_000273.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1096aeccc8ff8d10db5a79d32bc99b70614be7aaf156de4a9235e3544c0b5266 +size 226100 diff --git a/data/chunk-000/episode_000274.parquet b/data/chunk-000/episode_000274.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aafe7d146c40755064090720c22fc88c3bf45dc1 --- /dev/null +++ b/data/chunk-000/episode_000274.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1e6f17e029c9077a9bc8dd2369fe5459d2f5803dda3c6ccb6c91b3ce6097e1 +size 236109 diff --git a/data/chunk-000/episode_000275.parquet b/data/chunk-000/episode_000275.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67a6e9ecc853e6cd89454d65ab9a85111a879a34 --- /dev/null +++ b/data/chunk-000/episode_000275.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3d6c213674baa79ced7117881ec47d7598aa8242a26a294a2f663e14f340b6 +size 233835 diff --git a/data/chunk-000/episode_000276.parquet b/data/chunk-000/episode_000276.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cfaf6ff91e5e7ad509fa033513f4b0e394d6cfd5 --- /dev/null +++ b/data/chunk-000/episode_000276.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3a7649788609822be1762cebf63e71e90d0c9c02752bef283ee83671e4df63 +size 197966 diff --git a/data/chunk-000/episode_000277.parquet b/data/chunk-000/episode_000277.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d864e86ab465b74f345978efd80472df5cfec4c --- /dev/null +++ b/data/chunk-000/episode_000277.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057365ab1a2eaafc18f637664072906cca4ae65171508bf69a19cbd663b01a43 +size 215534 diff --git a/data/chunk-000/episode_000278.parquet b/data/chunk-000/episode_000278.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c3905de04d3ae77cae317291c7ea2db74e80f64 --- /dev/null +++ b/data/chunk-000/episode_000278.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3081b9f5ee602c1cb6aa1d989b798452f56ef484064d91406a75f2d9f009bbcc +size 214505 diff --git a/data/chunk-000/episode_000279.parquet b/data/chunk-000/episode_000279.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7b3f0f1a4fea9ad9acb62c652fc4fb64c2496f5 --- /dev/null +++ b/data/chunk-000/episode_000279.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e877b0600823f70dc528f882d6ba6658783aba2730800591c2cbca0de42a496c +size 233248 diff --git a/data/chunk-000/episode_000280.parquet b/data/chunk-000/episode_000280.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d5eedc586f1337afded83452e284c4ad4b8ba947 --- /dev/null +++ b/data/chunk-000/episode_000280.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195da3fa79086e6c06feb7e9bfd5b33d3cdc42ce4345cb0245970ced7f5a539b +size 222073 diff --git a/data/chunk-000/episode_000281.parquet b/data/chunk-000/episode_000281.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5262c49e297ac990c13e2f1503c43babb6b1f170 --- /dev/null +++ b/data/chunk-000/episode_000281.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ccaee3e473c8dbbda664d00bc8de1d657ec837d92076315bc9d1ba2dfa7240 +size 215723 diff --git a/data/chunk-000/episode_000282.parquet b/data/chunk-000/episode_000282.parquet new file mode 100644 index 0000000000000000000000000000000000000000..666c6a4f353b3b3f88a0e10cb06d178efb85968b --- /dev/null +++ b/data/chunk-000/episode_000282.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a520f9ef785104ce6db375d3640c2cc5edee32511a84cfe8ce44defa9f38df11 +size 217179 diff --git a/data/chunk-000/episode_000283.parquet b/data/chunk-000/episode_000283.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7eb9d5df0f7242b60b8bb0801ee497c4d6e75b5 --- /dev/null +++ b/data/chunk-000/episode_000283.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f91b346a5ccad674412fd0f16fed18c03c4308e5099616b3ea43c4e6b82a61 +size 218237 diff --git a/data/chunk-000/episode_000284.parquet b/data/chunk-000/episode_000284.parquet new file mode 100644 index 0000000000000000000000000000000000000000..192b01a5ae12cd2e0dfec7c4d12852254a63094a --- /dev/null +++ b/data/chunk-000/episode_000284.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048a9df39c57e632c11e924c1d3e14c5511992a33d0f85683ebffe0e0b908c99 +size 248875 diff --git a/data/chunk-000/episode_000285.parquet b/data/chunk-000/episode_000285.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b9cee2fd52233c6d3722a519a3cacb1e27c8bca --- /dev/null +++ b/data/chunk-000/episode_000285.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffccaa4c70be6b85da4789815d7f7b60f0c619a9840301f7ce8de0ab0634fcba +size 217324 diff --git a/data/chunk-000/episode_000286.parquet b/data/chunk-000/episode_000286.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5ca74ca50a92aa039e7a7f749a04e38e8e239dc7 --- /dev/null +++ b/data/chunk-000/episode_000286.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa8cff5706eb878f2fd5376722c91cc8ee1fe43f3f417dc6a5663ee13be3ea4 +size 235859 diff --git a/data/chunk-000/episode_000287.parquet b/data/chunk-000/episode_000287.parquet new file mode 100644 index 0000000000000000000000000000000000000000..618728e2420d68c5f41b7d75ce4445508c8516c4 --- /dev/null +++ b/data/chunk-000/episode_000287.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c24ac767119e0d34bc32978dae4aaec106f6234519fdc5765f72980d410906d +size 210760 diff --git a/data/chunk-000/episode_000288.parquet b/data/chunk-000/episode_000288.parquet new file mode 100644 index 0000000000000000000000000000000000000000..120036ced953bd095de7b67e730ef23ef0acaf09 --- /dev/null +++ b/data/chunk-000/episode_000288.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba76fec3276374cc2f5d90c3de6c180b9d195f8c6b9f364e0d4e0a4bee41f90f +size 218881 diff --git a/data/chunk-000/episode_000289.parquet b/data/chunk-000/episode_000289.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1475b40a4547a5c469cd8720474d03f1d18245e5 --- /dev/null +++ b/data/chunk-000/episode_000289.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954cbb865691438ebb1e3dc9fece40cb09b98a9cc3da9e004af145ba4d074a95 +size 219119 diff --git a/data/chunk-000/episode_000290.parquet b/data/chunk-000/episode_000290.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fc17b30a674cd8a58d9130e1297e9ed3f9fb23e0 --- /dev/null +++ b/data/chunk-000/episode_000290.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44bf72df771205028894d830c09aa0e1761e6f77b72a300a85e4bad1da39ba2 +size 218536 diff --git a/data/chunk-000/episode_000291.parquet b/data/chunk-000/episode_000291.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d384f5851f6cc54be6c310b00897c49c155063e4 --- /dev/null +++ b/data/chunk-000/episode_000291.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17125cd24d54deb7f1e4f2584d4792d9c825cb5342a4da560663b73288c210e +size 226311 diff --git a/data/chunk-000/episode_000292.parquet b/data/chunk-000/episode_000292.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dcef2a8df559ad071bf3c9b89a7e5f734489b10f --- /dev/null +++ b/data/chunk-000/episode_000292.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1fb2cbe74460418eb9bce019e357525bced72d2db846dedef71c21772995e6 +size 242162 diff --git a/data/chunk-000/episode_000293.parquet b/data/chunk-000/episode_000293.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a30cb676998d770fd10b50505758eed5d02601b --- /dev/null +++ b/data/chunk-000/episode_000293.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70ccf30d1e87b057daeff32d852ca43a279313fe6f1a8d5e8105a78ad090317 +size 217235 diff --git a/data/chunk-000/episode_000294.parquet b/data/chunk-000/episode_000294.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13ae73d2485c1885f693401e2492053a5d68452c --- /dev/null +++ b/data/chunk-000/episode_000294.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442e6b9aaefce300daa3a64af3121bcacb97a61c7512031097538e33cd8321b8 +size 227501 diff --git a/data/chunk-000/episode_000295.parquet b/data/chunk-000/episode_000295.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b07edc6a1d3007ff72a18f67be536280a6712fd9 --- /dev/null +++ b/data/chunk-000/episode_000295.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5150c9066f4d3a8faf9bfe3080931f15191f4398846e09fa12cc6888007bc6f5 +size 204645 diff --git a/data/chunk-000/episode_000296.parquet b/data/chunk-000/episode_000296.parquet new file mode 100644 index 0000000000000000000000000000000000000000..823f0c0400125c9e4f644790fc79dc986488b3c5 --- /dev/null +++ b/data/chunk-000/episode_000296.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284dfd97f90d48e2ba76b8082cf22ba92d19e5934b9bafa13e111d35d524f81a +size 212271 diff --git a/data/chunk-000/episode_000297.parquet b/data/chunk-000/episode_000297.parquet new file mode 100644 index 0000000000000000000000000000000000000000..935ae00024654762949125b201a0248f17bc8f6f --- /dev/null +++ b/data/chunk-000/episode_000297.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae8770a9cf4bbdeef41c77739b4852cf35ee98441ea3cc9f37432ec09c56b30 +size 212034 diff --git a/data/chunk-000/episode_000298.parquet b/data/chunk-000/episode_000298.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe12288a4e47ab9506c68abe47869a989f7ded42 --- /dev/null +++ b/data/chunk-000/episode_000298.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89e3e9e1b591cb2aa234a3f245fb5697f6a8aeef631ff45885e36951fefc363 +size 229321 diff --git a/data/chunk-000/episode_000299.parquet b/data/chunk-000/episode_000299.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a7456e073884f3666d8ba589ead78e1bb941846 --- /dev/null +++ b/data/chunk-000/episode_000299.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ffb4137af2eba86aaaec96b211c065a453d6c40da55a5314270f1c8623cd52 +size 203618 diff --git a/data/chunk-000/episode_000300.parquet b/data/chunk-000/episode_000300.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4da7a42e251e8f8e7f303f7d7abd69b0d0ad46c9 --- /dev/null +++ b/data/chunk-000/episode_000300.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41edd5f3e3def4858355c734e7683abcda7c24ccae6ac63582e53e9a4224f69a +size 220806 diff --git a/data/chunk-000/episode_000301.parquet b/data/chunk-000/episode_000301.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0fbf239c110f8514b14dce709027a808dcd3315e --- /dev/null +++ b/data/chunk-000/episode_000301.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeabe1188f127158482f0c2c8c81aa5a5e1dad52ae4f660759debeca11067f6 +size 216031 diff --git a/data/chunk-000/episode_000302.parquet b/data/chunk-000/episode_000302.parquet new file mode 100644 index 0000000000000000000000000000000000000000..129320a1a6246aa97ec0ab2d0e5b2dc770a8895b --- /dev/null +++ b/data/chunk-000/episode_000302.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625f84f2176efe1d6a25e4013a0b3991518409223d432b7332d1a9ebe8be4fed +size 211928 diff --git a/data/chunk-000/episode_000303.parquet b/data/chunk-000/episode_000303.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ea7d2b5af520ea2b7442253df8428138253c8c8f --- /dev/null +++ b/data/chunk-000/episode_000303.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26eaace59914a98a339f2148c51f3fbd28a96db8024876ecdb30de53b2ebe393 +size 209619 diff --git a/data/chunk-000/episode_000304.parquet b/data/chunk-000/episode_000304.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da4c4726c9225a385df8ea02879108005553209f --- /dev/null +++ b/data/chunk-000/episode_000304.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6d8f34acd4e504a535a0e71d2641cc191fcf78e48c9f7ef8182c3e6531e183 +size 212439 diff --git a/data/chunk-000/episode_000305.parquet b/data/chunk-000/episode_000305.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3c717957ed06a287c4dcdbc02cd75586c235141 --- /dev/null +++ b/data/chunk-000/episode_000305.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba4452fa42e258ac9a5046766c8cbe203fcc9efea84dd8fac766fdc5b3d9e71 +size 212896 diff --git a/data/chunk-000/episode_000306.parquet b/data/chunk-000/episode_000306.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0498c4ba3bceac70641c629c92a52285ffe2d81 --- /dev/null +++ b/data/chunk-000/episode_000306.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc82e889cd446246d2f16aaf3971ddd8cee366f4f8af569ed0ab409c77c6d64 +size 217582 diff --git a/data/chunk-000/episode_000307.parquet b/data/chunk-000/episode_000307.parquet new file mode 100644 index 0000000000000000000000000000000000000000..749b17f1eec45dfcf253204851535e83708d6183 --- /dev/null +++ b/data/chunk-000/episode_000307.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55febd6be0d8ac0e54cd28a05c831c002d676161c9cceb16eaffb744fa548212 +size 217251 diff --git a/data/chunk-000/episode_000308.parquet b/data/chunk-000/episode_000308.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1f6e6d2814a45b07e22b241ede974d539d9aea8d --- /dev/null +++ b/data/chunk-000/episode_000308.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d9173a953ab0d017b45892396b30f9e373fa77534b911331067227ba6282d5 +size 239628 diff --git a/data/chunk-000/episode_000309.parquet b/data/chunk-000/episode_000309.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c32029b24e8c2fd7251ea4d68f0402ee2a7b1d86 --- /dev/null +++ b/data/chunk-000/episode_000309.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307bded28101d188a229a5116930a92768839207ad0869baec71e7268aa7e2e7 +size 222592 diff --git a/data/chunk-000/episode_000310.parquet b/data/chunk-000/episode_000310.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c520adb546b7fec9c2dc5f65650f1c9cbfc35928 --- /dev/null +++ b/data/chunk-000/episode_000310.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b637dd196d41ab426bf40b2f8558ab986b3f820f366b8bb2e76eacfbb4e89518 +size 283372 diff --git a/data/chunk-000/episode_000311.parquet b/data/chunk-000/episode_000311.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d27950c58d4c2bf16708b06ad4ae4fb4cc6fb75d --- /dev/null +++ b/data/chunk-000/episode_000311.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d01e5ae3c612cf360bf3079a521d0e422f196ef6ebe10f43c230bfdfc99dc4b +size 268414 diff --git a/data/chunk-000/episode_000312.parquet b/data/chunk-000/episode_000312.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a1bf67fcd1486da5c933a6a2c0b5bb59cf0cd35 --- /dev/null +++ b/data/chunk-000/episode_000312.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea1b903f8d88e23f462e54bba92e6cf45ee5c8bdd17cfed5b388304f66f843a +size 219139 diff --git a/data/chunk-000/episode_000313.parquet b/data/chunk-000/episode_000313.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77709cac3ec97f04bcf012ac63bacf6763fb7ae0 --- /dev/null +++ b/data/chunk-000/episode_000313.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaee0a3f252eea29bec0a8628127a02b6831b402ad5ef1fb788d2e3f3acb0702 +size 221021 diff --git a/data/chunk-000/episode_000314.parquet b/data/chunk-000/episode_000314.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ff55af913c0417410ae33ce9f4ab21d4f977b358 --- /dev/null +++ b/data/chunk-000/episode_000314.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4717e731a53d024f485b6f5efab55db3bce0fbcd77b7466576458b04f1fb933f +size 196024 diff --git a/data/chunk-000/episode_000315.parquet b/data/chunk-000/episode_000315.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d1390f2a8bb2be2ca3946dc27378951a64df177 --- /dev/null +++ b/data/chunk-000/episode_000315.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa62b4555bc041fb3fe086521ba9cb239163b303d99088efa6961fee3cbb79a +size 208063 diff --git a/data/chunk-000/episode_000316.parquet b/data/chunk-000/episode_000316.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9063ee24f4af3e1433b23dedc2449dc65a63fd6b --- /dev/null +++ b/data/chunk-000/episode_000316.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0894dd6374b352a23211c376f796b3225ba6d5d6d44a09e72f70a46d778e2a4f +size 213447 diff --git a/data/chunk-000/episode_000317.parquet b/data/chunk-000/episode_000317.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e875880e5843e173cf9cfba74f315214d96ddc7f --- /dev/null +++ b/data/chunk-000/episode_000317.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1730da4e94f9bc19ca5151d13c6dba7d87bf756c40631328fa5b9e3d284fda71 +size 215174 diff --git a/data/chunk-000/episode_000318.parquet b/data/chunk-000/episode_000318.parquet new file mode 100644 index 0000000000000000000000000000000000000000..880038399ad60743ca2b05efa02461edcd49fa32 --- /dev/null +++ b/data/chunk-000/episode_000318.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea29f9c845d72800debc36152659cb45ddc653cfb20fa85b02bd4a86801a4f6 +size 199279 diff --git a/data/chunk-000/episode_000319.parquet b/data/chunk-000/episode_000319.parquet new file mode 100644 index 0000000000000000000000000000000000000000..609b794fee19c8ab5070011740b20c900b3c747e --- /dev/null +++ b/data/chunk-000/episode_000319.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d3757e52567118bd5ff39b76bb40ada97cf20cdf7a4f4142d1499db76124f2 +size 210052 diff --git a/data/chunk-000/episode_000320.parquet b/data/chunk-000/episode_000320.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2cfd7fbbeac7ce5ca58cbf36b6f4029553fbe9b0 --- /dev/null +++ b/data/chunk-000/episode_000320.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71eb104a6851b9f342b70de139b7ac7e5b848b3a517f272f15d19eb893aac535 +size 249027 diff --git a/data/chunk-000/episode_000321.parquet b/data/chunk-000/episode_000321.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a612432c0bcbc7ec42fe408dc3656faf74630eb2 --- /dev/null +++ b/data/chunk-000/episode_000321.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c88cdf5ad679b2a9672ad5d218d788c7ed8cab8b66c5a9dde572d2a4e11bc2 +size 215923 diff --git a/data/chunk-000/episode_000322.parquet b/data/chunk-000/episode_000322.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41718625df9c425ae6dcf027ee73d9d071bebe7f --- /dev/null +++ b/data/chunk-000/episode_000322.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477101d37d0bac05639708aa5e06235e56982932c3fbf24b1ccc7c4551bb45c4 +size 212910 diff --git a/data/chunk-000/episode_000323.parquet b/data/chunk-000/episode_000323.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a83eb3ffdfca25158325160c1747c8b389f1da43 --- /dev/null +++ b/data/chunk-000/episode_000323.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e013dfe7f7acde52a4268de7f226ef3ee27d33c846bf2ec94369e05d1a3a6301 +size 266454 diff --git a/data/chunk-000/episode_000324.parquet b/data/chunk-000/episode_000324.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bae15f227f8ca5add9bf798f686fcd287227c87c --- /dev/null +++ b/data/chunk-000/episode_000324.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f0f9b4b2d1e39b4f74661734d6dae259227cb3616dabadf1227074405b60152 +size 252186 diff --git a/data/chunk-000/episode_000325.parquet b/data/chunk-000/episode_000325.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8c5880122e85d32a3ce07ada30f50de003eb34e --- /dev/null +++ b/data/chunk-000/episode_000325.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bab0ff5fb09691f4ca018bf224f0452c761934d106a8cba3ba51188170c1b7 +size 230398 diff --git a/data/chunk-000/episode_000326.parquet b/data/chunk-000/episode_000326.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dad2c26f1b8d7c24a2f55b154f0f6c982bee9cc4 --- /dev/null +++ b/data/chunk-000/episode_000326.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef317ebbd084693983372c01717c184fd930aace17539218c02bde52066a8ddb +size 208862 diff --git a/data/chunk-000/episode_000327.parquet b/data/chunk-000/episode_000327.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b358b656743ab0141b241e0a2c6ab11174b27219 --- /dev/null +++ b/data/chunk-000/episode_000327.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c202dcb89beb130d9439bf78839130ead6ea5bb5410f96b0bc90078e5a5bc51 +size 213745 diff --git a/data/chunk-000/episode_000328.parquet b/data/chunk-000/episode_000328.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8240b3e868db3d708ae68d4da3874ea6dd3027ec --- /dev/null +++ b/data/chunk-000/episode_000328.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2ba9f317666a436d9ee800fecd79d9bc615a39318599512251b5f4fda0c079 +size 229429 diff --git a/data/chunk-000/episode_000329.parquet b/data/chunk-000/episode_000329.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0926950a4d84c43223c4170303f91d6f892c1f93 --- /dev/null +++ b/data/chunk-000/episode_000329.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d079dbf13b5b3882392fec1d26d85547b09b4a3acda9ea91bb0adb546811293 +size 259617 diff --git a/data/chunk-000/episode_000330.parquet b/data/chunk-000/episode_000330.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8131b7d01b9be07a47c4009fe4839e1db1da899 --- /dev/null +++ b/data/chunk-000/episode_000330.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b702e6f473b0a94feac7feb5f5e6b34396c13706d0ce26eecf56ceda22180946 +size 203234 diff --git a/data/chunk-000/episode_000331.parquet b/data/chunk-000/episode_000331.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a23d0199d17f9f85f797380bf93facfe157dfc4c --- /dev/null +++ b/data/chunk-000/episode_000331.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe3bb666829cdd7518dd99a1b7986954dcc364ab252cec48d9cbed1688d5f5f +size 217498 diff --git a/data/chunk-000/episode_000332.parquet b/data/chunk-000/episode_000332.parquet new file mode 100644 index 0000000000000000000000000000000000000000..98aa88ad1bab0db9f91544126e4aac2545af07e1 --- /dev/null +++ b/data/chunk-000/episode_000332.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21709ea0308e3a987d000b7beeb751c2e8c825f8c6286b876dc33ca56271d8c +size 216823 diff --git a/data/chunk-000/episode_000333.parquet b/data/chunk-000/episode_000333.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eded2370868ff9ad12481e666f25ac49a7e538c3 --- /dev/null +++ b/data/chunk-000/episode_000333.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60d5dde2fbcad218d086855ab6557d7b994f4d9ccf3fadbcb5de21e1360ba83 +size 221835 diff --git a/data/chunk-000/episode_000334.parquet b/data/chunk-000/episode_000334.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8efcbc8ce640b042e1d130135ad8b7d0373281e2 --- /dev/null +++ b/data/chunk-000/episode_000334.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1077ce25c71a9545215a519e03b1812909987a7995a60253c2e155d2a21db0 +size 197789 diff --git a/data/chunk-000/episode_000335.parquet b/data/chunk-000/episode_000335.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5dd50c90433229db5ca9fd7f621343d915d68f4 --- /dev/null +++ b/data/chunk-000/episode_000335.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f8cc615cf76e9437b4117103899c8b41e042131d39ff1b579d6919db99dfeb +size 221958 diff --git a/data/chunk-000/episode_000336.parquet b/data/chunk-000/episode_000336.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3da66c936a3f35362db96d56d9614ff40e3c8e5 --- /dev/null +++ b/data/chunk-000/episode_000336.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81187bfede1f5563b41e39dd62a585fdc6ed9110ffe417e255a7b6b0f893a08 +size 217701 diff --git a/data/chunk-000/episode_000337.parquet b/data/chunk-000/episode_000337.parquet new file mode 100644 index 0000000000000000000000000000000000000000..08c935702b989787586c35e52dd52eda1220e011 --- /dev/null +++ b/data/chunk-000/episode_000337.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e011fe57698f6267365425743520bc16e77a044dce6bec080767d5b43b5569d8 +size 200216 diff --git a/data/chunk-000/episode_000338.parquet b/data/chunk-000/episode_000338.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd0fc2292df7208aa3f79b2131cd4fa1c49c17eb --- /dev/null +++ b/data/chunk-000/episode_000338.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4154e277c0bfcdc75ab3d40030529f647e9cce28d5cd87f7704c5667ebb071c6 +size 210772 diff --git a/data/chunk-000/episode_000339.parquet b/data/chunk-000/episode_000339.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab4a21e19dfbdf54334edb6c9abc961142c9cb4d --- /dev/null +++ b/data/chunk-000/episode_000339.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dba1fa8e5c407c953ea5132372e8959e8dec58466106550f07b993e464eb416 +size 213015 diff --git a/data/chunk-000/episode_000340.parquet b/data/chunk-000/episode_000340.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1552a33199a85924fd30a7d3d39b4e148a79465 --- /dev/null +++ b/data/chunk-000/episode_000340.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a518e11be2a9c155022b2a0790dc38cb3ab83ce94517a8c69ce7d3be887985d6 +size 222556 diff --git a/data/chunk-000/episode_000341.parquet b/data/chunk-000/episode_000341.parquet new file mode 100644 index 0000000000000000000000000000000000000000..206226d793e0e377b5d273e62a5c997d8e9d1aaf --- /dev/null +++ b/data/chunk-000/episode_000341.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641b37434a747fffb8fa519e27307ae5daf4a38c383e73f6e69cee5b064f87c9 +size 222250 diff --git a/data/chunk-000/episode_000342.parquet b/data/chunk-000/episode_000342.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3e36957ec800b0c6a04b881575843f08805081c9 --- /dev/null +++ b/data/chunk-000/episode_000342.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89360d38e27c30e574a56d5a3a7e181b417faa71f798608cbb78beba24cd3fe +size 226092 diff --git a/data/chunk-000/episode_000343.parquet b/data/chunk-000/episode_000343.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ced501eaba29073297c99c81513ac15455219902 --- /dev/null +++ b/data/chunk-000/episode_000343.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a28897fdfb5494d672b553820a989b1446df6b0c16f6a80d9e3d92f46424e8 +size 218387 diff --git a/data/chunk-000/episode_000344.parquet b/data/chunk-000/episode_000344.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4433a037221eccf6b5ef1769f5ce01016ec76ee1 --- /dev/null +++ b/data/chunk-000/episode_000344.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5e38aaee039bf66e7abd6b61767c7a6cb35d221dee0283bd27901c12e9cd86 +size 211200 diff --git a/data/chunk-000/episode_000345.parquet b/data/chunk-000/episode_000345.parquet new file mode 100644 index 0000000000000000000000000000000000000000..666946542c41d67911507cea2e2aa1edec42fbe2 --- /dev/null +++ b/data/chunk-000/episode_000345.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7324b619739f3ddb81241265d9c4cd70e5612346965795f3264cd392e1ed838 +size 205638 diff --git a/data/chunk-000/episode_000346.parquet b/data/chunk-000/episode_000346.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae1e4bfc053020ecf10f8b508c7aba30c9816c33 --- /dev/null +++ b/data/chunk-000/episode_000346.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e9e088c321b4fc3c64fb18aeffd4f14f25c367b00c194832b9d997d2f8c253 +size 212769 diff --git a/data/chunk-000/episode_000347.parquet b/data/chunk-000/episode_000347.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2975c856b342f18a42727b99e907764439aec158 --- /dev/null +++ b/data/chunk-000/episode_000347.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4024be6c9e338e8dd9084e857124b4fdbedacca52d2aec3f0c4a9ca1657fd1a1 +size 208469 diff --git a/data/chunk-000/episode_000348.parquet b/data/chunk-000/episode_000348.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94578e705fc01da29c02636a5f0f384ec91c7939 --- /dev/null +++ b/data/chunk-000/episode_000348.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c9a7067e57a3e1b6bfac6bd16c88032a28cace571470cd954827eed3f9169c +size 206633 diff --git a/data/chunk-000/episode_000349.parquet b/data/chunk-000/episode_000349.parquet new file mode 100644 index 0000000000000000000000000000000000000000..aeca09386160769abeff4dd7c846a7b5a4a697b3 --- /dev/null +++ b/data/chunk-000/episode_000349.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac112f5f973171bfdf12938f5142d100fb22dda8207bbb7a4ed3dce725273db0 +size 212303 diff --git a/data/chunk-000/episode_000350.parquet b/data/chunk-000/episode_000350.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93f3050e2d202c93f2ac41dc73b112ae49097080 --- /dev/null +++ b/data/chunk-000/episode_000350.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19e6d3ac15b60a4f6a8302d1dc0913ef1e2381ed9f27427a3f961343ef246c1 +size 196658 diff --git a/data/chunk-000/episode_000351.parquet b/data/chunk-000/episode_000351.parquet new file mode 100644 index 0000000000000000000000000000000000000000..141a3e751f4ef50a8ad039ea862ae0162a0d597b --- /dev/null +++ b/data/chunk-000/episode_000351.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdbce689b5271087fe25e80f67df7773d780bfaba1cc48e52acdebe925a240e +size 190485 diff --git a/data/chunk-000/episode_000352.parquet b/data/chunk-000/episode_000352.parquet new file mode 100644 index 0000000000000000000000000000000000000000..697c066658f418e2e8abe3970e83244002fbfd02 --- /dev/null +++ b/data/chunk-000/episode_000352.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfa9c785af9996f73b3481c436344799ddfe390bfe4b94ca06b8b563122de0e +size 204840 diff --git a/data/chunk-000/episode_000353.parquet b/data/chunk-000/episode_000353.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d2bff28f8fd70c71ffbd10fe4f6330fe2c0dd285 --- /dev/null +++ b/data/chunk-000/episode_000353.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33adc1ed0b0cdb65b4232ff7860d22b47946667778e2d1e3feef688cc34887a +size 212984 diff --git a/data/chunk-000/episode_000354.parquet b/data/chunk-000/episode_000354.parquet new file mode 100644 index 0000000000000000000000000000000000000000..058393ae0bd6ee057fbba549ab416b5f3c7e1150 --- /dev/null +++ b/data/chunk-000/episode_000354.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dbe9b79b616cabbe2f71eec06000898c4e3f40c4871ccfe03f3e7370bb54b7 +size 216099 diff --git a/data/chunk-000/episode_000355.parquet b/data/chunk-000/episode_000355.parquet new file mode 100644 index 0000000000000000000000000000000000000000..91e80492a03f93c2c1a08be03756dc26e3ed0cdd --- /dev/null +++ b/data/chunk-000/episode_000355.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fa129d9b8a3e3ad6659eeea0a7afc445fefbb9403a4c84310d5041dcbadba0 +size 213547 diff --git a/data/chunk-000/episode_000356.parquet b/data/chunk-000/episode_000356.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d50b7e7f09caca1db21a9f0117bdc47bf32d4422 --- /dev/null +++ b/data/chunk-000/episode_000356.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171b62f277baff7fa3fdf65fa9c54d17c0ca26b833f709949b2226924ce005f4 +size 213468 diff --git a/data/chunk-000/episode_000357.parquet b/data/chunk-000/episode_000357.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3e437db8db6695ec91073a884a00d2b51494296 --- /dev/null +++ b/data/chunk-000/episode_000357.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142e3ce7ec24f058945d16c0345850adaa8ea74186dc0e766824bbaed8ffd43a +size 216775 diff --git a/data/chunk-000/episode_000358.parquet b/data/chunk-000/episode_000358.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a33da141748975537f69d97abde380bdad01dc33 --- /dev/null +++ b/data/chunk-000/episode_000358.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d68422d6175a20396f8fa852a81a1eacf52ff524dd070912e1543b7136ec50 +size 213613 diff --git a/data/chunk-000/episode_000359.parquet b/data/chunk-000/episode_000359.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d3551c2cdd3fc3bcff93dd04c875908500f8ce8 --- /dev/null +++ b/data/chunk-000/episode_000359.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568cc0c77af12b8f71408c94eeced32939b4906faf71759a1932136111c3c252 +size 223751 diff --git a/data/chunk-000/episode_000360.parquet b/data/chunk-000/episode_000360.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95eb891722b2ceb6c64512570ca82386239b4ba4 --- /dev/null +++ b/data/chunk-000/episode_000360.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929e08bf667fca75f944eb31541ddcded2ddef421a1e9a6de32df4ec40f55293 +size 212935 diff --git a/data/chunk-000/episode_000361.parquet b/data/chunk-000/episode_000361.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fd8bbff8139af1bc6c150846be4f74e1280397cd --- /dev/null +++ b/data/chunk-000/episode_000361.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fcfc7aa0a361059fa5fb408a647b9856848900e67a8ffbcc27681674c35d01 +size 205153 diff --git a/data/chunk-000/episode_000362.parquet b/data/chunk-000/episode_000362.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8637454c6c5a370cbca6082e2f2131938b101c7 --- /dev/null +++ b/data/chunk-000/episode_000362.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7410938274f61dd844c5800e89feec6a3c62c6cb70a5dc8077aa7d206941a41d +size 221477 diff --git a/data/chunk-000/episode_000363.parquet b/data/chunk-000/episode_000363.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07b9df84f01b12e7b7d273066a1c83512ef685c7 --- /dev/null +++ b/data/chunk-000/episode_000363.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce036cd35222aa47c476c324f1b0db3997a2d92a197c8dcdc06058bd8b4fd52 +size 212610 diff --git a/data/chunk-000/episode_000364.parquet b/data/chunk-000/episode_000364.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f6e71dd64de740dc41cf1ac8a472f822b8d8324 --- /dev/null +++ b/data/chunk-000/episode_000364.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2726678f5a5cce211a6116fb06320cfac5280cac48344a72ca2815d5343522 +size 215829 diff --git a/data/chunk-000/episode_000365.parquet b/data/chunk-000/episode_000365.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bf7bc3480564dde58e947a041b289ba4ee2d5b7 --- /dev/null +++ b/data/chunk-000/episode_000365.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06494dbc587f96bd054c10c71dfa519e44c6d4efcabecc4371f3cc26edb93aef +size 209841 diff --git a/data/chunk-000/episode_000366.parquet b/data/chunk-000/episode_000366.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60163013c8d2f271bb846f549f365f3cbc5cfba7 --- /dev/null +++ b/data/chunk-000/episode_000366.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b731d2341bea36adb6a7440c315b4b84f0dff48a3ebb3bc9f10a9c3b82d12e7 +size 206196 diff --git a/data/chunk-000/episode_000367.parquet b/data/chunk-000/episode_000367.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a9f19b287af1850f8443d6c4c452ddd646295115 --- /dev/null +++ b/data/chunk-000/episode_000367.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e472916d1d1ccac73734d691f56758d87b58596852916cd96359cce501b62b0 +size 241171 diff --git a/data/chunk-000/episode_000368.parquet b/data/chunk-000/episode_000368.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5ef13df4c07004985f8e443c749d6ab5eface84 --- /dev/null +++ b/data/chunk-000/episode_000368.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05caa119ddce70ac97573633fe76bff89601e78f4cdfabd681a916d8a214752b +size 210931 diff --git a/data/chunk-000/episode_000369.parquet b/data/chunk-000/episode_000369.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4d676963001226c014e582acf4742eee5e3bfd6 --- /dev/null +++ b/data/chunk-000/episode_000369.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962a8d1a49cdb024c48380ca9d609c23ae4f7d2e1126322f958c8def1c419fee +size 234785 diff --git a/data/chunk-000/episode_000370.parquet b/data/chunk-000/episode_000370.parquet new file mode 100644 index 0000000000000000000000000000000000000000..36b7cf10936503d402e9b315953a337fcbaf7c6e --- /dev/null +++ b/data/chunk-000/episode_000370.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73164e040be1590d086386da3d9c674c21daf048496994ef240942dcaf1a785c +size 212211 diff --git a/data/chunk-000/episode_000371.parquet b/data/chunk-000/episode_000371.parquet new file mode 100644 index 0000000000000000000000000000000000000000..598f947bd061da2ad94867f51537ec20f3677e7a --- /dev/null +++ b/data/chunk-000/episode_000371.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db63a665186a50b0d6b46c02288795a5b0ebec7ebac58924f4b8b95401f34c70 +size 210642 diff --git a/data/chunk-000/episode_000372.parquet b/data/chunk-000/episode_000372.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0983b84c126ee585da00771e63b4bb97f6a48a0a --- /dev/null +++ b/data/chunk-000/episode_000372.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1394d10f115350c496f3cbd488e67ffe70727d13eb065cfe8c9ebc1cf0dbc20d +size 214727 diff --git a/data/chunk-000/episode_000373.parquet b/data/chunk-000/episode_000373.parquet new file mode 100644 index 0000000000000000000000000000000000000000..edf490eb3e212dc83d90cfe427c3ba3111b8527e --- /dev/null +++ b/data/chunk-000/episode_000373.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af32bea625b4a55bc6e7b71099185f5d6b63a6b48f173fef11d1c9534bcf1bb +size 220462 diff --git a/data/chunk-000/episode_000374.parquet b/data/chunk-000/episode_000374.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b8c08cbe82faeb2d9abf87c9f70bcd3489b18ed2 --- /dev/null +++ b/data/chunk-000/episode_000374.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86419e5542c94103673112a58cbadb0a1f1472258506bc0aaeeb59f2f0f59af3 +size 243106 diff --git a/data/chunk-000/episode_000375.parquet b/data/chunk-000/episode_000375.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d07aa9247cac86543c6f6cecac346ad47877158 --- /dev/null +++ b/data/chunk-000/episode_000375.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33ba5227767db3b794fd4015016692872f9fdca13665d214a2bff55d89e85ee +size 224422 diff --git a/data/chunk-000/episode_000376.parquet b/data/chunk-000/episode_000376.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0aec00f8a8fc844dd6d7062e2673f16423f3d22 --- /dev/null +++ b/data/chunk-000/episode_000376.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118d72bf893c4a980937eac1e76d36995aec5e1b0b28921ed2e1d37efce2a69d +size 212587 diff --git a/data/chunk-000/episode_000377.parquet b/data/chunk-000/episode_000377.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2aa98e04d4d780ed6d7230310598577b550505b8 --- /dev/null +++ b/data/chunk-000/episode_000377.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b115f83e1fd8c29fcbe9f2bd06456f063143cc3c2e0bdf45137239a6c5a63fda +size 214813 diff --git a/data/chunk-000/episode_000378.parquet b/data/chunk-000/episode_000378.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1e1d93cc45ed790b2b447f590565edf905dfcd01 --- /dev/null +++ b/data/chunk-000/episode_000378.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7af6c7a4b7e3a0ba92316e4ececad4596bb379ac520f1d5e420260608343fac +size 206389 diff --git a/data/chunk-000/episode_000379.parquet b/data/chunk-000/episode_000379.parquet new file mode 100644 index 0000000000000000000000000000000000000000..94fa9b0bb5e4ab7836874c313812b0ef7cbd2d22 --- /dev/null +++ b/data/chunk-000/episode_000379.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de508d9d344d791024de383fbecb39eaaca1c0749461af2e36cd628549a62b7 +size 212654 diff --git a/data/chunk-000/episode_000380.parquet b/data/chunk-000/episode_000380.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e239ed3c121d271c8fa7630b5e45626c778c9dd8 --- /dev/null +++ b/data/chunk-000/episode_000380.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f284000a46fe4d897c615c33ab9ea837a0e2fa574e599d095580ba6ea84729da +size 200739 diff --git a/data/chunk-000/episode_000381.parquet b/data/chunk-000/episode_000381.parquet new file mode 100644 index 0000000000000000000000000000000000000000..234ba693fc203dcae811710f81e3ba059de631a2 --- /dev/null +++ b/data/chunk-000/episode_000381.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f361cef317ce8015a39ec68f4ee70fe0fa237443d1f9d305666d93dd7a7420 +size 211416 diff --git a/data/chunk-000/episode_000382.parquet b/data/chunk-000/episode_000382.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6de6791de8774e55db745d5d671aee4dc46684f3 --- /dev/null +++ b/data/chunk-000/episode_000382.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49702fa2e319645ef45c3b44a058a61a69b358d9aa4532ef26fa67899400261b +size 209005 diff --git a/data/chunk-000/episode_000383.parquet b/data/chunk-000/episode_000383.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e1135d7f87384977adadb27e5af37d1f6881b6c --- /dev/null +++ b/data/chunk-000/episode_000383.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6d31fd1290f35b16d0532e692dc8673732eb314e282fdae03123c7584bf385 +size 203814 diff --git a/data/chunk-000/episode_000384.parquet b/data/chunk-000/episode_000384.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62191f81f801515450064a04ded77b97aaa27295 --- /dev/null +++ b/data/chunk-000/episode_000384.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845f0e2062debd807f0dae4ea13d280513c1edafb4938d78af8c58bde2c341e7 +size 201494 diff --git a/data/chunk-000/episode_000385.parquet b/data/chunk-000/episode_000385.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5873b5e7c69a4baf8c80862eb361ca56cde459d4 --- /dev/null +++ b/data/chunk-000/episode_000385.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a2e6f32e09b10b4c2bcfa742a1f8506b2e5accf27bf15cafe0a9bdf709b735 +size 202461 diff --git a/data/chunk-000/episode_000386.parquet b/data/chunk-000/episode_000386.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9200dfe2b442c030579e5756aa999c92bf8ab467 --- /dev/null +++ b/data/chunk-000/episode_000386.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31f6229f772793144098a2feb16b2db7b8782492bcd8bafbef663fb79d609dc +size 220087 diff --git a/data/chunk-000/episode_000387.parquet b/data/chunk-000/episode_000387.parquet new file mode 100644 index 0000000000000000000000000000000000000000..01abc85962b4977da79d5c519829f24dc29d9c31 --- /dev/null +++ b/data/chunk-000/episode_000387.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80a760ae5926fdd01964bf64a66b3e39f015ed97000ca26fbd693b74f3be98c +size 195456 diff --git a/data/chunk-000/episode_000388.parquet b/data/chunk-000/episode_000388.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e792f9069649c25ec0105abe04f0d92c9fb3ebf9 --- /dev/null +++ b/data/chunk-000/episode_000388.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac92d4e4c88038c66ac78db9c8f9ad2f2d6e6d7da4e7b727244c1fd17be56bf +size 202792 diff --git a/data/chunk-000/episode_000389.parquet b/data/chunk-000/episode_000389.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6670ca0c651d68837ec922d65bccea8c8c5cb20c --- /dev/null +++ b/data/chunk-000/episode_000389.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf21b8b5fe8c5d59d3f0810afa3c166c863ce329396d409ce6e10b5d7a79f3a +size 209972 diff --git a/data/chunk-000/episode_000390.parquet b/data/chunk-000/episode_000390.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16a04be25b439d8923d85fb1b1bf7392c0c9a238 --- /dev/null +++ b/data/chunk-000/episode_000390.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7099a9e101c7b7e74a8b8d5f62637f4f0f09f4293a45d106b37790a8627ae200 +size 207684 diff --git a/data/chunk-000/episode_000391.parquet b/data/chunk-000/episode_000391.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86001f2630e191d2f850c3b9effeed42449ee458 --- /dev/null +++ b/data/chunk-000/episode_000391.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52b4b7f8fa9dcd9cfb00b7192dfa21ec31dc3922b5760aac5a5b910e21cd10e +size 206921 diff --git a/data/chunk-000/episode_000392.parquet b/data/chunk-000/episode_000392.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9f9c668010b433d79f7ea22cd92ee1290e35cb32 --- /dev/null +++ b/data/chunk-000/episode_000392.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de915abef6e07fb1369f458971ad73cdfcf3ba772fad752265e09853c5cf811 +size 209272 diff --git a/data/chunk-000/episode_000393.parquet b/data/chunk-000/episode_000393.parquet new file mode 100644 index 0000000000000000000000000000000000000000..93ac978815236a74c85336dd8fa4c85963b2f723 --- /dev/null +++ b/data/chunk-000/episode_000393.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99cb8dcba0e1ed4a9f0a909e6e32212a53b975f640655187093c8dd441d36ea +size 212657 diff --git a/data/chunk-000/episode_000394.parquet b/data/chunk-000/episode_000394.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7b06ad09292469aec7a2efa229c0cb5aaffd764 --- /dev/null +++ b/data/chunk-000/episode_000394.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbdbd867a5a7bfcd2723824ba20cfee7ae9962e133e03148f5abb5e2130091e +size 201897 diff --git a/data/chunk-000/episode_000395.parquet b/data/chunk-000/episode_000395.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13685c23ba325d1d7b6c78d5a2034a34525300c6 --- /dev/null +++ b/data/chunk-000/episode_000395.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a37f4a07b5270ac817d6d922815d886a0d12802dba3569c1436ef246f1080c +size 214751 diff --git a/data/chunk-000/episode_000396.parquet b/data/chunk-000/episode_000396.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c736eb0a3c21dc0f1e055db1b7a6b15114661e3a --- /dev/null +++ b/data/chunk-000/episode_000396.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa34404dc1adb118182658c97887e7a9dfb41947a4270e648f3865d0f4e8305 +size 203591 diff --git a/data/chunk-000/episode_000397.parquet b/data/chunk-000/episode_000397.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6ee28d06390227fdef6ee00c2513ed31f64fbd5 --- /dev/null +++ b/data/chunk-000/episode_000397.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0d763cfbf92077eef25114980351aa436c90319436e9b01ae380945d08ddb9 +size 200094 diff --git a/data/chunk-000/episode_000398.parquet b/data/chunk-000/episode_000398.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1afd48bc620075991294ad382527bbc79189a63e --- /dev/null +++ b/data/chunk-000/episode_000398.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d34a5a54fa62d32b1260c483c0e0bb4ecbc32edda84651b5b1d931dd846aba9 +size 203288 diff --git a/data/chunk-000/episode_000399.parquet b/data/chunk-000/episode_000399.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a87bc5049d71864db174c08b8ad6b3f3251208ab --- /dev/null +++ b/data/chunk-000/episode_000399.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa1018d244c9475961d171b2c2ce5e7cec27991d59ec096215b57dbd360fe38 +size 203455 diff --git a/data/chunk-000/episode_000400.parquet b/data/chunk-000/episode_000400.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e6b222a802018a96921985732ddd50f18ba81621 --- /dev/null +++ b/data/chunk-000/episode_000400.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c27d82c8a22812daa1d9c729d8399a7dcd102c8fe12aec0083e210da60665e +size 206396 diff --git a/data/chunk-000/episode_000401.parquet b/data/chunk-000/episode_000401.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ae6c54f78315379e823a400bf496a5074344cab8 --- /dev/null +++ b/data/chunk-000/episode_000401.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9d7ed6c2408ba1a1b1f70ed98f7645c57c3a83a67ab1d8486bbbb80d9d9cb5 +size 213369 diff --git a/data/chunk-000/episode_000402.parquet b/data/chunk-000/episode_000402.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bc759e7f3c781b64b2dc9eeed03753f27eac830 --- /dev/null +++ b/data/chunk-000/episode_000402.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4459e2fc2d2a79fe43025aea2cdd3694d87aff17667114d99b84d438e78c5ceb +size 193364 diff --git a/data/chunk-000/episode_000403.parquet b/data/chunk-000/episode_000403.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2229f53c5f70a51f2de7f7144373905b45b6ab7c --- /dev/null +++ b/data/chunk-000/episode_000403.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cd294f74691a756f2784043bd78015a752becf82bbd7fa5bff4da4bcd4fff9 +size 203796 diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..714717d36c9f5f99c832d0baf5211026a659d576 --- /dev/null +++ b/info.yaml @@ -0,0 +1,497 @@ +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_write_text +dataset_uuid: 0afb6994-524a-433a-bec2-9eb7553276a0 +scene_type: + level1: Household + level2: Study Room + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: writing brush + color: black +- object_name: brush and ink slab + color: orange +- object_name: A4 paper + color: white +task_operation_type: fixed_single_arm +task_instruction: &id001 +- Pick up the brush from the inkstone, write on the paper, then place the brush back + to its original position. +sub_tasks: *id001 +atomic_actions: +- grasp +- pull +- 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=av1, + pix_fmt=yuv420p + cam_front_head_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_left_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p + cam_right_wrist_rgb: dtype=video, shape=480x640x3, resolution=640x480, codec=av1, + pix_fmt=yuv420p +depth_enabled: false +coordinate_definition: right-hand-frame +joint_rotation_dim: radian +end_rotation_dim: radian +end_translation_dim: meter +annotations: +- camera_params.json +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 404 + total_frames: 328988 + fps: 30 + total_tasks: 1 + total_videos: 1616 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 22.25 GB +frame_num: 328988 +frame_range: 1M +dataset_size: 22.25 GB +data_structure: 'AI2_Alphabot_2_write_text_0_qced_hardlink/ + + |-- annotations + + | |-- camera_params.json + + | |-- 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 + + | `-- ... (392 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:403 +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: av1 + 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: av1 + 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: av1 + 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: av1 + 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..671fb10b9d0f3d9b7ddb782b59e6c0298a0d2575 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,404 @@ +{"episode_index": 0, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 789} +{"episode_index": 1, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 799} +{"episode_index": 2, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 3, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 769} +{"episode_index": 4, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 814} +{"episode_index": 5, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 906} +{"episode_index": 6, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 870} +{"episode_index": 7, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 949} +{"episode_index": 8, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 823} +{"episode_index": 9, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 831} +{"episode_index": 10, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 823} +{"episode_index": 11, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 796} +{"episode_index": 12, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 770} +{"episode_index": 13, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 780} +{"episode_index": 14, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 779} +{"episode_index": 15, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 796} +{"episode_index": 16, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 796} +{"episode_index": 17, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 772} +{"episode_index": 18, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 795} +{"episode_index": 19, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 781} +{"episode_index": 20, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 750} +{"episode_index": 21, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 770} +{"episode_index": 22, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 23, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 774} +{"episode_index": 24, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 783} +{"episode_index": 25, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 800} +{"episode_index": 26, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 836} +{"episode_index": 27, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 813} +{"episode_index": 28, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 790} +{"episode_index": 29, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 762} +{"episode_index": 30, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 769} +{"episode_index": 31, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 793} +{"episode_index": 32, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 776} +{"episode_index": 33, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 809} +{"episode_index": 34, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 840} +{"episode_index": 35, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 767} +{"episode_index": 36, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 787} +{"episode_index": 37, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 783} +{"episode_index": 38, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 778} +{"episode_index": 39, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 792} +{"episode_index": 40, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 911} +{"episode_index": 41, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 927} +{"episode_index": 42, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 837} +{"episode_index": 43, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 787} +{"episode_index": 44, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 795} +{"episode_index": 45, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 786} +{"episode_index": 46, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 802} +{"episode_index": 47, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 856} +{"episode_index": 48, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 827} +{"episode_index": 49, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 705} +{"episode_index": 50, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 51, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 791} +{"episode_index": 52, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 53, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 762} +{"episode_index": 54, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 772} +{"episode_index": 55, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 781} +{"episode_index": 56, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 57, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 786} +{"episode_index": 58, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 823} +{"episode_index": 59, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 797} +{"episode_index": 60, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 782} +{"episode_index": 61, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 821} +{"episode_index": 62, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 831} +{"episode_index": 63, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 800} +{"episode_index": 64, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 780} +{"episode_index": 65, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 801} +{"episode_index": 66, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 820} +{"episode_index": 67, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 834} +{"episode_index": 68, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 667} +{"episode_index": 69, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 841} +{"episode_index": 70, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 735} +{"episode_index": 71, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 755} +{"episode_index": 72, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 835} +{"episode_index": 73, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 1049} +{"episode_index": 74, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 973} +{"episode_index": 75, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 761} +{"episode_index": 76, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 785} +{"episode_index": 77, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 782} +{"episode_index": 78, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 827} +{"episode_index": 79, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 834} +{"episode_index": 80, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 869} +{"episode_index": 81, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 877} +{"episode_index": 82, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 943} +{"episode_index": 83, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 926} +{"episode_index": 84, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 871} +{"episode_index": 85, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 722} +{"episode_index": 86, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 910} +{"episode_index": 87, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 663} +{"episode_index": 88, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 851} +{"episode_index": 89, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 680} +{"episode_index": 90, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 806} +{"episode_index": 91, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 844} +{"episode_index": 92, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 827} +{"episode_index": 93, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 841} +{"episode_index": 94, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 849} +{"episode_index": 95, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 812} +{"episode_index": 96, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 97, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 795} +{"episode_index": 98, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 915} +{"episode_index": 99, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 811} +{"episode_index": 100, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 665} +{"episode_index": 101, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 663} +{"episode_index": 102, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 840} +{"episode_index": 103, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 772} +{"episode_index": 104, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 820} +{"episode_index": 105, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 822} +{"episode_index": 106, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 851} +{"episode_index": 107, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 872} +{"episode_index": 108, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 798} +{"episode_index": 109, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 796} +{"episode_index": 110, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 842} +{"episode_index": 111, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 767} +{"episode_index": 112, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 761} +{"episode_index": 113, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 776} +{"episode_index": 114, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 781} +{"episode_index": 115, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 774} +{"episode_index": 116, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 117, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 765} +{"episode_index": 118, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 782} +{"episode_index": 119, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 772} +{"episode_index": 120, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 815} +{"episode_index": 121, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 122, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 779} +{"episode_index": 123, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 124, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 796} +{"episode_index": 125, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 750} +{"episode_index": 126, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 785} +{"episode_index": 127, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 783} +{"episode_index": 128, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 129, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 130, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 871} +{"episode_index": 131, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 774} +{"episode_index": 132, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 803} +{"episode_index": 133, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 778} +{"episode_index": 134, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 135, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 778} +{"episode_index": 136, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 731} +{"episode_index": 137, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 819} +{"episode_index": 138, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 791} +{"episode_index": 139, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 808} +{"episode_index": 140, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 761} +{"episode_index": 141, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 818} +{"episode_index": 142, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 827} +{"episode_index": 143, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 829} +{"episode_index": 144, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 895} +{"episode_index": 145, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 802} +{"episode_index": 146, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 782} +{"episode_index": 147, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 148, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 806} +{"episode_index": 149, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 785} +{"episode_index": 150, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 784} +{"episode_index": 151, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 783} +{"episode_index": 152, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 153, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 767} +{"episode_index": 154, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 765} +{"episode_index": 155, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 771} +{"episode_index": 156, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 781} +{"episode_index": 157, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 158, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 159, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 891} +{"episode_index": 160, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 874} +{"episode_index": 161, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 886} +{"episode_index": 162, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 965} +{"episode_index": 163, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 1035} +{"episode_index": 164, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 826} +{"episode_index": 165, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 807} +{"episode_index": 166, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 946} +{"episode_index": 167, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 876} +{"episode_index": 168, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 709} +{"episode_index": 169, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 697} +{"episode_index": 170, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 814} +{"episode_index": 171, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 870} +{"episode_index": 172, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 735} +{"episode_index": 173, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 866} +{"episode_index": 174, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 801} +{"episode_index": 175, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 930} +{"episode_index": 176, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 177, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 761} +{"episode_index": 178, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 817} +{"episode_index": 179, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 692} +{"episode_index": 180, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 181, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 860} +{"episode_index": 182, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 857} +{"episode_index": 183, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 758} +{"episode_index": 184, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 760} +{"episode_index": 185, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 741} +{"episode_index": 186, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 719} +{"episode_index": 187, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 846} +{"episode_index": 188, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 782} +{"episode_index": 189, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 845} +{"episode_index": 190, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 845} +{"episode_index": 191, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 881} +{"episode_index": 192, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 832} +{"episode_index": 193, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 914} +{"episode_index": 194, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 929} +{"episode_index": 195, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 804} +{"episode_index": 196, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 816} +{"episode_index": 197, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 969} +{"episode_index": 198, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 822} +{"episode_index": 199, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 969} +{"episode_index": 200, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 856} +{"episode_index": 201, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 885} +{"episode_index": 202, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 876} +{"episode_index": 203, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 872} +{"episode_index": 204, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 946} +{"episode_index": 205, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 968} +{"episode_index": 206, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 844} +{"episode_index": 207, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 808} +{"episode_index": 208, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 799} +{"episode_index": 209, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 866} +{"episode_index": 210, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 847} +{"episode_index": 211, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 806} +{"episode_index": 212, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 914} +{"episode_index": 213, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 838} +{"episode_index": 214, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 787} +{"episode_index": 215, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 892} +{"episode_index": 216, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 900} +{"episode_index": 217, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 218, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 944} +{"episode_index": 219, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 793} +{"episode_index": 220, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 840} +{"episode_index": 221, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 789} +{"episode_index": 222, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 888} +{"episode_index": 223, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 833} +{"episode_index": 224, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 881} +{"episode_index": 225, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 870} +{"episode_index": 226, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 1013} +{"episode_index": 227, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 911} +{"episode_index": 228, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 865} +{"episode_index": 229, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 230, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 700} +{"episode_index": 231, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 683} +{"episode_index": 232, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 784} +{"episode_index": 233, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 849} +{"episode_index": 234, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 780} +{"episode_index": 235, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 797} +{"episode_index": 236, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 773} +{"episode_index": 237, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 823} +{"episode_index": 238, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 890} +{"episode_index": 239, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 805} +{"episode_index": 240, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 792} +{"episode_index": 241, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 767} +{"episode_index": 242, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 780} +{"episode_index": 243, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 883} +{"episode_index": 244, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 760} +{"episode_index": 245, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 848} +{"episode_index": 246, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 821} +{"episode_index": 247, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 835} +{"episode_index": 248, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 904} +{"episode_index": 249, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 774} +{"episode_index": 250, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 851} +{"episode_index": 251, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 795} +{"episode_index": 252, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 804} +{"episode_index": 253, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 254, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 894} +{"episode_index": 255, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 777} +{"episode_index": 256, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 852} +{"episode_index": 257, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 833} +{"episode_index": 258, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 806} +{"episode_index": 259, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 858} +{"episode_index": 260, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 854} +{"episode_index": 261, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 805} +{"episode_index": 262, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 781} +{"episode_index": 263, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 866} +{"episode_index": 264, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 849} +{"episode_index": 265, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 805} +{"episode_index": 266, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 854} +{"episode_index": 267, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 268, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 815} +{"episode_index": 269, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 760} +{"episode_index": 270, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 874} +{"episode_index": 271, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 990} +{"episode_index": 272, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 807} +{"episode_index": 273, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 823} +{"episode_index": 274, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 859} +{"episode_index": 275, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 838} +{"episode_index": 276, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 731} +{"episode_index": 277, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 767} +{"episode_index": 278, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 279, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 839} +{"episode_index": 280, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 824} +{"episode_index": 281, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 790} +{"episode_index": 282, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 799} +{"episode_index": 283, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 806} +{"episode_index": 284, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 902} +{"episode_index": 285, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 790} +{"episode_index": 286, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 848} +{"episode_index": 287, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 288, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 807} +{"episode_index": 289, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 811} +{"episode_index": 290, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 803} +{"episode_index": 291, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 832} +{"episode_index": 292, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 889} +{"episode_index": 293, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 807} +{"episode_index": 294, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 842} +{"episode_index": 295, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 296, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 791} +{"episode_index": 297, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 778} +{"episode_index": 298, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 857} +{"episode_index": 299, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 785} +{"episode_index": 300, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 802} +{"episode_index": 301, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 797} +{"episode_index": 302, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 795} +{"episode_index": 303, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 783} +{"episode_index": 304, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 783} +{"episode_index": 305, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 787} +{"episode_index": 306, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 790} +{"episode_index": 307, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 798} +{"episode_index": 308, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 898} +{"episode_index": 309, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 849} +{"episode_index": 310, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 1017} +{"episode_index": 311, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 994} +{"episode_index": 312, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 810} +{"episode_index": 313, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 799} +{"episode_index": 314, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 698} +{"episode_index": 315, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 784} +{"episode_index": 316, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 771} +{"episode_index": 317, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 792} +{"episode_index": 318, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 773} +{"episode_index": 319, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 320, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 910} +{"episode_index": 321, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 781} +{"episode_index": 322, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 801} +{"episode_index": 323, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 968} +{"episode_index": 324, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 918} +{"episode_index": 325, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 843} +{"episode_index": 326, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 787} +{"episode_index": 327, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 772} +{"episode_index": 328, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 856} +{"episode_index": 329, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 988} +{"episode_index": 330, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 779} +{"episode_index": 331, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 833} +{"episode_index": 332, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 817} +{"episode_index": 333, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 823} +{"episode_index": 334, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 781} +{"episode_index": 335, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 822} +{"episode_index": 336, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 833} +{"episode_index": 337, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 793} +{"episode_index": 338, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 813} +{"episode_index": 339, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 789} +{"episode_index": 340, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 824} +{"episode_index": 341, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 827} +{"episode_index": 342, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 861} +{"episode_index": 343, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 812} +{"episode_index": 344, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 805} +{"episode_index": 345, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 809} +{"episode_index": 346, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 813} +{"episode_index": 347, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 797} +{"episode_index": 348, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 784} +{"episode_index": 349, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 817} +{"episode_index": 350, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 351, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 782} +{"episode_index": 352, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 787} +{"episode_index": 353, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 793} +{"episode_index": 354, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 804} +{"episode_index": 355, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 796} +{"episode_index": 356, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 798} +{"episode_index": 357, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 807} +{"episode_index": 358, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 803} +{"episode_index": 359, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 835} +{"episode_index": 360, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 798} +{"episode_index": 361, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 805} +{"episode_index": 362, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 823} +{"episode_index": 363, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 812} +{"episode_index": 364, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 807} +{"episode_index": 365, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 366, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 784} +{"episode_index": 367, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 900} +{"episode_index": 368, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 790} +{"episode_index": 369, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 933} +{"episode_index": 370, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 805} +{"episode_index": 371, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 806} +{"episode_index": 372, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 824} +{"episode_index": 373, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 818} +{"episode_index": 374, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 880} +{"episode_index": 375, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 815} +{"episode_index": 376, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 803} +{"episode_index": 377, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 378, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 800} +{"episode_index": 379, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 804} +{"episode_index": 380, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 381, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 788} +{"episode_index": 382, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 794} +{"episode_index": 383, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 770} +{"episode_index": 384, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 770} +{"episode_index": 385, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 772} +{"episode_index": 386, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 790} +{"episode_index": 387, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 751} +{"episode_index": 388, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 786} +{"episode_index": 389, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 796} +{"episode_index": 390, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 793} +{"episode_index": 391, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 790} +{"episode_index": 392, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 775} +{"episode_index": 393, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 798} +{"episode_index": 394, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 778} +{"episode_index": 395, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 791} +{"episode_index": 396, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 755} +{"episode_index": 397, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 766} +{"episode_index": 398, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 750} +{"episode_index": 399, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 776} +{"episode_index": 400, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 772} +{"episode_index": 401, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 791} +{"episode_index": 402, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 755} +{"episode_index": 403, "tasks": ["Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."], "length": 779} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d42909b0f731500edad0acc778d5fca0a1af156e --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,404 @@ +{"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.4218344152976506]], [[0.40152905295000885]], [[0.4082103647765412]]], "std": [[[0.20377818200137413]], [[0.1988821290469302]], [[0.19909848513528275]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39810597868088676]], [[0.3913604293631867]], [[0.38824823076753223]]], "std": [[[0.23216819931100655]], [[0.2246970097878471]], [[0.22265814881863932]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48278054479111465]], [[0.46678970836645467]], [[0.46229316264794207]]], "std": [[[0.2153402783020926]], [[0.2121298064483645]], [[0.2170066736491223]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4577496411853029]], [[0.43509330010157216]], [[0.44204699644497436]]], "std": [[[0.27206637098406694]], [[0.26130975186945016]], [[0.2643830078468499]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08112289756536484, 0.20486675202846527, -0.563270092010498, -1.5211068391799927, 0.25356143712997437, -0.1206895187497139, -0.23757421970367432, -0.33166900277137756, -0.5384029746055603, 0.009600000455975533, 0.6198379993438721, -2.2521915435791016, 0.6553580164909363, 1001.0, 177.0, -0.0007162336842156947, -0.19933290779590607, -0.905770480632782, 1.886548399925232, -0.9785299897193909, -0.00012719890219159424], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.474642276763916, 0.6047216653823853, -0.16259486973285675, -1.0815980434417725, 1.3579708337783813, 0.2729869484901428, 0.46418777108192444, -0.20284099876880646, -0.4503859877586365, 0.22833600640296936, 1.7684299945831299, -1.121137022972107, 1.3773094415664673, 1002.0, 1000.0, -0.0007105940603651106, -0.19227583706378937, -0.9057427644729614, 1.8865697383880615, -0.9784784913063049, -0.00010441700578667223], "mean": [-0.1995142102241516, 0.6046675443649292, 0.45139145851135254, -1.4119601249694824, -0.2538805902004242, -0.12054234743118286, 0.02826855145394802, -0.3103322982788086, 0.4675716459751129, 0.2282378375530243, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.3312145173549652, 0.355915904045105, -0.38434886932373047, -1.3024311065673828, 0.7808253765106201, 0.09536797553300858, 0.18607400357723236, -0.28977084159851074, -0.5004722476005554, 0.14876669645309448, 1.2128405570983887, -1.8474867343902588, 1.0787426233291626, 1001.0076293945312, 579.8770751953125, -0.0007139435037970543, -0.1952802985906601, -0.9057630896568298, 1.8865625858306885, -0.978495717048645, -0.00011493166675791144], "std": [2.7308133212500252e-05, 1.6103085727081634e-05, 2.2312440705718473e-05, 2.5041565095307305e-05, 2.7131343813380226e-05, 1.608425736776553e-05, 1.964254079211969e-05, 1.5621582861058414e-05, 8.179472388292197e-06, 1.1289381291135214e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09678353369235992, 0.10685614496469498, 0.12108258903026581, 0.13630765676498413, 0.3412131667137146, 0.11444414407014847, 0.21425694227218628, 0.03896215558052063, 0.023116381838917732, 0.06162937358021736, 0.3978796899318695, 0.36325886845588684, 0.2578026056289673, 0.08687178045511246, 401.25665283203125, 1.8901243947766488e-06, 0.003019286785274744, 9.377239621244371e-06, 7.031784662103746e-06, 1.594954483152833e-05, 2.7941553071286762e-06], "count": [789]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08112289756536484, 0.20486675202846527, -0.563270092010498, -1.5211068391799927, 0.25356143712997437, -0.1206895187497139, -0.23757421970367432, -0.33166900277137756, -0.5384029746055603, 0.009600000455975533, 0.6198379993438721, -2.2521915435791016, 0.6553580164909363, 1001.0, 177.0, -0.0007162336842156947, -0.19933290779590607, -0.905770480632782, 1.886548399925232, -0.9785299897193909, -0.00012719890219159424], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.474642276763916, 0.6047216653823853, -0.16259486973285675, -1.0815980434417725, 1.3579708337783813, 0.2729869484901428, 0.46418777108192444, -0.20284099876880646, -0.4503859877586365, 0.22833600640296936, 1.7684299945831299, -1.121137022972107, 1.3773094415664673, 1002.0, 1000.0, -0.0007105940603651106, -0.19227583706378937, -0.9057427644729614, 1.8865697383880615, -0.9784784913063049, -0.00010441700578667223], "mean": [-0.19951419532299042, 0.6046674847602844, 0.45139142870903015, -1.4119598865509033, -0.2538805603981018, -0.12054241448640823, 0.028268571943044662, -0.3103322982788086, 0.46757158637046814, 0.2282378077507019, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.3313167989253998, 0.3556634485721588, -0.38446924090385437, -1.3023711442947388, 0.7811417579650879, 0.09547284990549088, 0.18581782281398773, -0.2897849380970001, -0.5004956126213074, 0.14866816997528076, 1.2124491930007935, -1.8477939367294312, 1.0791031122207642, 1001.0076293945312, 579.8770751953125, -0.0007139363442547619, -0.19527629017829895, -0.9057630896568298, 1.8865625858306885, -0.9784958362579346, -0.00011492444173200056], "std": [2.7308338758302853e-05, 1.6097434127004817e-05, 2.230109748779796e-05, 2.505211523384787e-05, 2.7121848688693717e-05, 1.6221736586885527e-05, 1.9639301171991974e-05, 1.560042073833756e-05, 8.179546966857743e-06, 1.128220719692763e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09668684750795364, 0.10650300979614258, 0.12119627743959427, 0.136269673705101, 0.34084001183509827, 0.11428416520357132, 0.21463365852832794, 0.03897159546613693, 0.02309238165616989, 0.06156427040696144, 0.3976772427558899, 0.36274656653404236, 0.2575362026691437, 0.08687177300453186, 401.2566833496094, 1.892103341560869e-06, 0.0030209440737962723, 9.386802048538812e-06, 7.017631105554756e-06, 1.5895649994490668e-05, 2.7943272016273113e-06], "count": [789]}, "timestamp": {"min": [0.0], "max": [26.266666666666666], "mean": [13.133333333333335], "std": [7.5921499419295415], "count": [789]}, "frame_index": {"min": [0], "max": [788], "mean": [394.0], "std": [227.76449825788623], "count": [789]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [789]}, "index": {"min": [0], "max": [788], "mean": [394.0], "std": [227.76449825788623], "count": [789]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [789]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5798770608368633], "std": [0.0, 0.4012569481542156], "count": [789]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5798770608368633], "std": [0.0, 0.40125694815421564], "count": [789]}, "eef_direction_state": {"mean": [6.0, 4.046894803548796], "std": [0.0, 2.21335527238869], "min": [6, 0], "max": [6, 6], "count": [789]}, "eef_velocity_state": {"mean": [0.0, 0.5906210392902408], "std": [0.0, 0.5592528463250059], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_acc_mag_state": {"mean": [0.0, 0.45627376425855515], "std": [0.0, 0.7414416170998911], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_direction_action": {"mean": [6.0, 4.046894803548796], "std": [0.0, 2.21335527238869], "min": [6, 0], "max": [6, 6], "count": [789]}, "eef_velocity_action": {"mean": [0.0, 0.5906210392902408], "std": [0.0, 0.5592528463250059], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_acc_mag_action": {"mean": [0.0, 0.45627376425855515], "std": [0.0, 0.7414416170998911], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_sim_pose_state": {"mean": [-0.31033235788345337, 0.4675717353820801, 0.22823776304721832, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.28977087140083313, -0.5004718899726868, 0.1487666368484497, 1.2128392457962036, -1.8474833965301514, 1.0787423849105835], "std": [1.5621537386323325e-05, 8.179421456588898e-06, 1.1289077519904822e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.038962144404649734, 0.023116374388337135, 0.06162932142615318, 0.397879958152771, 0.3632589280605316, 0.2578025460243225], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33166900277137756, -0.5384029746055603, 0.009600000455975533, 0.6198379993438721, -2.2521915435791016, 0.6553580164909363], "max": [-0.31028199195861816, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20284099876880646, -0.4503859877586365, 0.22833600640296936, 1.7684299945831299, -1.121137022972107, 1.3773094415664673], "count": [789]}, "eef_sim_pose_action": {"mean": [-0.3103322982788086, 0.4675716459751129, 0.2282378375530243, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.28977084159851074, -0.5004722476005554, 0.14876669645309448, 1.2128405570983887, -1.8474867343902588, 1.0787426233291626], "std": [1.5621582861058414e-05, 8.179472388292197e-06, 1.1289381291135214e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.03896215558052063, 0.023116381838917732, 0.06162937358021736, 0.3978796899318695, 0.36325886845588684, 0.2578026056289673], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33166900277137756, -0.5384029746055603, 0.009600000455975533, 0.6198379993438721, -2.2521915435791016, 0.6553580164909363], "max": [-0.31028199195861816, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20284099876880646, -0.4503859877586365, 0.22833600640296936, 1.7684299945831299, -1.121137022972107, 1.3773094415664673], "count": [789]}, "gripper_mode_state": {"mean": [0.0, 0.5044359949302915], "std": [0.0, 0.49998032156174027], "min": [0, 0], "max": [0, 1], "count": [789]}, "gripper_activity_state": {"mean": [2.0, 1.8897338403041826], "std": [0.0, 0.41426839953380024], "min": [2, 0], "max": [2, 2], "count": [789]}, "gripper_mode_action": {"mean": [0.0, 0.5044359949302915], "std": [0.0, 0.49998032156174027], "min": [0, 0], "max": [0, 1], "count": [789]}, "gripper_activity_action": {"mean": [2.0, 1.8897338403041826], "std": [0.0, 0.41426839953380024], "min": [2, 0], "max": [2, 2], "count": [789]}}} +{"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.43551841230936816]], [[0.41532582652505445]], [[0.4205783142701525]]], "std": [[[0.20459980129861946]], [[0.20017386991560746]], [[0.20177935687991036]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40438144335511983]], [[0.39998148692810453]], [[0.39695735157952067]]], "std": [[[0.2328284968316111]], [[0.224396019198893]], [[0.22355295287548407]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49091995642701525]], [[0.47684586601307194]], [[0.47324745234204796]]], "std": [[[0.2127937022377318]], [[0.21153203988848732]], [[0.21686200031250508]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696105678104575]], [[0.4468155855119826]], [[0.4532572426470588]]], "std": [[[0.2702366782577434]], [[0.259696889204667]], [[0.265011312573377]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1342158168554306, 0.24497441947460175, -0.5571614503860474, -1.6208348274230957, 0.25368359684944153, -0.12054989486932755, -0.2721317410469055, -0.32546600699424744, -0.531050980091095, 0.033626001328229904, 0.5912671685218811, -2.2599127292633057, 0.7366327047348022, 1001.0, 176.0, -0.0007105940603651106, -0.19930095970630646, -0.9057546257972717, 1.8865578174591064, -0.9785260558128357, -0.0001870013657025993], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37315139174461365, 0.6047391295433044, -0.11976449191570282, -1.1301530599594116, 1.4066829681396484, 0.28703683614730835, 0.37165042757987976, -0.2086309939622879, -0.4480629861354828, 0.22826999425888062, 1.7739170789718628, -1.121137022972107, 1.443080186843872, 1002.0, 1000.0, -0.0007105940603651106, -0.19232283532619476, -0.9057483077049255, 1.8865649700164795, -0.9784998893737793, -9.58738019107841e-05], "mean": [-0.19951695203781128, 0.6046653389930725, 0.45139169692993164, -1.4119621515274048, -0.25389978289604187, -0.12054355442523956, 0.028269771486520767, -0.3103293180465698, 0.46757298707962036, 0.22823619842529297, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.28539472818374634, 0.3765493929386139, -0.35390233993530273, -1.3564435243606567, 0.8063569664955139, 0.10777483135461807, 0.1328681856393814, -0.2898695170879364, -0.491258442401886, 0.16304166615009308, 1.1512688398361206, -1.8313179016113281, 1.1248164176940918, 1001.0025024414062, 574.6846313476562, -0.0007106002885848284, -0.1954582929611206, -0.9057576060295105, 1.886565089225769, -0.9785119295120239, -0.0001156324433395639], "std": [2.6155095838475972e-05, 1.618551686988212e-05, 2.198229958594311e-05, 2.4744127586018294e-05, 2.6067726139444858e-05, 1.6600690287305042e-05, 1.9099390556220897e-05, 1.4929712051525712e-05, 7.955083674460184e-06, 1.1324637853249442e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.06920286267995834, 0.11074289679527283, 0.13069292902946472, 0.15509870648384094, 0.37558674812316895, 0.13561385869979858, 0.18773598968982697, 0.037243567407131195, 0.02707238867878914, 0.05678345263004303, 0.42062875628471375, 0.39578065276145935, 0.2688564956188202, 0.0499686598777771, 402.1603698730469, 6.2282197177410126e-09, 0.0021051522344350815, 6.540566118928837e-06, 3.45522448697011e-06, 8.206194252124988e-06, 1.0964910870825406e-05], "count": [799]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1342158168554306, 0.24497441947460175, -0.5571614503860474, -1.6208348274230957, 0.25368359684944153, -0.12054989486932755, -0.2721317410469055, -0.32546600699424744, -0.531050980091095, 0.033626001328229904, 0.5912671685218811, -2.2599127292633057, 0.7366327047348022, 1001.0, 176.0, -0.0007105940603651106, -0.19930095970630646, -0.9057546257972717, 1.8865578174591064, -0.9785260558128357, -0.0001870013657025993], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37315139174461365, 0.6047391295433044, -0.11976449191570282, -1.1301530599594116, 1.4066829681396484, 0.28703683614730835, 0.37165042757987976, -0.2086309939622879, -0.4480629861354828, 0.22826999425888062, 1.7739170789718628, -1.121137022972107, 1.443080186843872, 1002.0, 1000.0, -0.0007105940603651106, -0.19232283532619476, -0.9057483077049255, 1.8865649700164795, -0.9784998893737793, -9.58738019107841e-05], "mean": [-0.19951701164245605, 0.6046653985977173, 0.4513917565345764, -1.4119621515274048, -0.25389981269836426, -0.12054352462291718, 0.02826979197561741, -0.3103293478488922, 0.46757298707962036, 0.22823619842529297, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.28546783328056335, 0.376311331987381, -0.35401788353919983, -1.356392502784729, 0.8066175580024719, 0.10783834010362625, 0.13257044553756714, -0.2898868918418884, -0.49127432703971863, 0.16295309364795685, 1.1508996486663818, -1.8315434455871582, 1.1251882314682007, 1001.0025024414062, 574.6846313476562, -0.0007106002885848284, -0.19545647501945496, -0.9057576060295105, 1.886565089225769, -0.9785119295120239, -0.00011565382737899199], "std": [2.6067202270496637e-05, 1.6184687410714105e-05, 2.195252091041766e-05, 2.4743651010794565e-05, 2.6067678845720366e-05, 1.6604359188931994e-05, 1.91146791621577e-05, 1.4933220882085152e-05, 7.955782166391145e-06, 1.1328743312333245e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.06914293766021729, 0.11045632511377335, 0.13081981241703033, 0.1550873965024948, 0.37527555227279663, 0.13551878929138184, 0.18817944824695587, 0.037256382405757904, 0.02706218883395195, 0.05673683434724808, 0.42038780450820923, 0.3954273462295532, 0.2685379683971405, 0.0499686598777771, 402.1603698730469, 6.2282197177410126e-09, 0.002105876337736845, 6.539776222780347e-06, 3.457933644313016e-06, 8.212020475184545e-06, 1.0974481483572163e-05], "count": [799]}, "timestamp": {"min": [0.0], "max": [26.6], "mean": [13.3], "std": [7.688375063113864], "count": [799]}, "frame_index": {"min": [0], "max": [798], "mean": [399.0], "std": [230.65125189341592], "count": [799]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [799]}, "index": {"min": [789], "max": [1587], "mean": [1188.0], "std": [230.65125189341592], "count": [799]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [799]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5746846061959882], "std": [0.0, 0.4021595871489031], "count": [799]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5746846061959882], "std": [0.0, 0.4021595871489032], "count": [799]}, "eef_direction_state": {"mean": [6.0, 4.3729662077597], "std": [0.0, 2.1305501971997645], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_state": {"mean": [0.0, 0.5206508135168961], "std": [0.0, 0.5785152780003429], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_state": {"mean": [0.0, 0.3504380475594493], "std": [0.0, 0.6822231811807445], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_direction_action": {"mean": [6.0, 4.3729662077597], "std": [0.0, 2.1305501971997645], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_action": {"mean": [0.0, 0.5206508135168961], "std": [0.0, 0.5785152780003429], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_action": {"mean": [0.0, 0.3504380475594493], "std": [0.0, 0.6822231811807445], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_sim_pose_state": {"mean": [-0.3103293478488922, 0.46757298707962036, 0.2282363325357437, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2898695468902588, -0.491258829832077, 0.16304171085357666, 1.151268720626831, -1.831320881843567, 1.1248177289962769], "std": [1.4929672033758834e-05, 7.95510186435422e-06, 1.132391844294034e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03724358230829239, 0.027072381228208542, 0.05678342282772064, 0.42062875628471375, 0.3957808017730713, 0.26885661482810974], "min": [-0.3103710114955902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32546600699424744, -0.531050980091095, 0.033626001328229904, 0.5912671685218811, -2.2599127292633057, 0.7366327047348022], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2086309939622879, -0.4480629861354828, 0.22826999425888062, 1.7739170789718628, -1.121137022972107, 1.443080186843872], "count": [799]}, "eef_sim_pose_action": {"mean": [-0.3103293180465698, 0.46757298707962036, 0.22823619842529297, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2898695170879364, -0.491258442401886, 0.16304166615009308, 1.1512688398361206, -1.8313179016113281, 1.1248164176940918], "std": [1.4929712051525712e-05, 7.955083674460184e-06, 1.1324637853249442e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.037243567407131195, 0.02707238867878914, 0.05678345263004303, 0.42062875628471375, 0.39578065276145935, 0.2688564956188202], "min": [-0.3103710114955902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32546600699424744, -0.531050980091095, 0.033626001328229904, 0.5912671685218811, -2.2599127292633057, 0.7366327047348022], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2086309939622879, -0.4480629861354828, 0.22826999425888062, 1.7739170789718628, -1.121137022972107, 1.443080186843872], "count": [799]}, "gripper_mode_state": {"mean": [0.0, 0.509386733416771], "std": [0.0, 0.49991188147088556], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_state": {"mean": [2.0, 1.8948685857321652], "std": [0.0, 0.4051745420356168], "min": [2, 0], "max": [2, 2], "count": [799]}, "gripper_mode_action": {"mean": [0.0, 0.509386733416771], "std": [0.0, 0.49991188147088556], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_action": {"mean": [2.0, 1.8948685857321652], "std": [0.0, 0.4051745420356168], "min": [2, 0], "max": [2, 2], "count": [799]}}} +{"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.4323588602667018]], [[0.41282222989867084]], [[0.41741093400447427]]], "std": [[[0.2040764851882225]], [[0.1989117638654724]], [[0.2010299135165684]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4048687190200465]], [[0.40009387611308506]], [[0.39709585142781945]]], "std": [[[0.23264698446027504]], [[0.22414323687376403]], [[0.22340070784848312]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4908560240930824]], [[0.4767650691428697]], [[0.4731112084375137]]], "std": [[[0.21273117274435752]], [[0.21147417192320106]], [[0.21685743170616018]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.464440151116375]], [[0.44042291611834894]], [[0.4482993211826118]]], "std": [[[0.2763021445739078]], [[0.26453464906476853]], [[0.26844074081507313]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13297663629055023, 0.24724334478378296, -0.5851739645004272, -1.5490494966506958, 0.25385814905166626, -0.12054989486932755, -0.1287354826927185, -0.33285200595855713, -0.5381709933280945, 0.030574999749660492, 0.617159903049469, -2.2991652488708496, 0.5974228382110596, 1001.0, 177.0, -0.0007105940603651106, -0.19919756054878235, -0.9057546257972717, 1.8865578174591064, -0.9785260558128357, -0.00014048833691049367], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4421093463897705, 0.6047216653823853, -0.12311552464962006, -0.9998816847801208, 1.2952262163162231, 0.354249507188797, 0.4151265621185303, -0.21063800156116486, -0.4620800018310547, 0.22841699421405792, 1.8157635927200317, -1.121137022972107, 1.3798342943191528, 1002.0, 1000.0, -0.0007105940603651106, -0.19250895082950592, -0.9057475328445435, 1.8865649700164795, -0.9784927368164062, 2.8477365958679e-06], "mean": [-0.19951875507831573, 0.6046782732009888, 0.45138999819755554, -1.4119638204574585, -0.25391829013824463, -0.12054263800382614, 0.028276732191443443, -0.310328871011734, 0.46757233142852783, 0.22824335098266602, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.31974396109580994, 0.37977635860443115, -0.36891770362854004, -1.3079060316085815, 0.7764241695404053, 0.12648311257362366, 0.18965721130371094, -0.2940387725830078, -0.4969947636127472, 0.16127821803092957, 1.1882429122924805, -1.8459484577178955, 1.0487953424453735, 1001.007568359375, 616.9635009765625, -0.0007106002885848284, -0.1954321265220642, -0.9057577252388, 1.8865644931793213, -0.9785146117210388, -0.00010801823373185471], "std": [2.607028727652505e-05, 1.8187276509706862e-05, 2.2506425011670217e-05, 2.6356496164225973e-05, 2.303976179973688e-05, 1.6999558283714578e-05, 1.928439633047674e-05, 1.5461904695257545e-05, 8.195904229069129e-06, 1.2613772923941724e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.09057492017745972, 0.107949398458004, 0.12754231691360474, 0.16744710505008698, 0.3567489981651306, 0.14755526185035706, 0.18645943701267242, 0.03577497974038124, 0.027172336354851723, 0.060099225491285324, 0.4041993319988251, 0.41022637486457825, 0.26956459879875183, 0.08659977465867996, 400.7515869140625, 6.2282197177410126e-09, 0.0013051870046183467, 7.14829684511642e-06, 3.7558872918452835e-06, 1.1180462934134994e-05, 4.390000685816631e-05], "count": [794]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13297663629055023, 0.24724334478378296, -0.5851739645004272, -1.5490494966506958, 0.25385814905166626, -0.12054989486932755, -0.1287354826927185, -0.33285200595855713, -0.5381709933280945, 0.030574999749660492, 0.617159903049469, -2.2991652488708496, 0.5974228382110596, 1001.0, 177.0, -0.0007105940603651106, -0.19919756054878235, -0.9057546257972717, 1.8865578174591064, -0.9785260558128357, -0.00014048833691049367], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4421093463897705, 0.6047216653823853, -0.12311552464962006, -0.9998816847801208, 1.2952262163162231, 0.354249507188797, 0.4151265621185303, -0.21063800156116486, -0.4620800018310547, 0.22841699421405792, 1.8157635927200317, -1.121137022972107, 1.3798342943191528, 1002.0, 1000.0, -0.0007105940603651106, -0.19250895082950592, -0.9057475328445435, 1.8865649700164795, -0.9784927368164062, 2.8477365958679e-06], "mean": [-0.1995188146829605, 0.6046782732009888, 0.45138996839523315, -1.4119638204574585, -0.2539181709289551, -0.12054265290498734, 0.028276728466153145, -0.310328871011734, 0.46757233142852783, 0.22824335098266602, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.3198188841342926, 0.3795180320739746, -0.36892762780189514, -1.3078209161758423, 0.7767379283905029, 0.1266002058982849, 0.1895315945148468, -0.294055312871933, -0.4970223009586334, 0.1612067073583603, 1.1878416538238525, -1.8463032245635986, 1.0491535663604736, 1001.007568359375, 616.9635009765625, -0.0007106002885848284, -0.1954370141029358, -0.9057577252388, 1.8865644931793213, -0.9785146117210388, -0.00010787358041852713], "std": [2.602135282359086e-05, 1.8187021851190366e-05, 2.2531992726726457e-05, 2.6355548470746726e-05, 2.3115702788345516e-05, 1.699743006611243e-05, 1.928438177856151e-05, 1.5440222341567278e-05, 8.19181605038466e-06, 1.261722809431376e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.09049995988607407, 0.10765588283538818, 0.12754900753498077, 0.16741125285625458, 0.3563983142375946, 0.14739593863487244, 0.186639666557312, 0.03578558936715126, 0.02715354785323143, 0.0600532703101635, 0.40397584438323975, 0.40972113609313965, 0.2693510949611664, 0.08659977465867996, 400.7515869140625, 6.2282197177410126e-09, 0.0013119650539010763, 7.149041721277172e-06, 3.754369117814349e-06, 1.1177525266248267e-05, 4.399130557430908e-05], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [794]}, "index": {"min": [1588], "max": [2381], "mean": [1984.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6169634768246703], "std": [0.0, 0.400751179482953], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6169634768246703], "std": [0.0, 0.400751179482953], "count": [794]}, "eef_direction_state": {"mean": [6.0, 4.43198992443325], "std": [0.0, 2.1200813443590865], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.5075566750629723], "std": [0.0, 0.6006447626666868], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.36272040302267], "std": [0.0, 0.6840541871032941], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 4.43198992443325], "std": [0.0, 2.1200813443590865], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.5075566750629723], "std": [0.0, 0.6006447626666868], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.36272040302267], "std": [0.0, 0.6840541871032941], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.3103286325931549, 0.4675729274749756, 0.22824347019195557, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2940388321876526, -0.4969944655895233, 0.1612781584262848, 1.1882436275482178, -1.8459510803222656, 1.0487931966781616], "std": [1.5460027498193085e-05, 8.17509771877667e-06, 1.2613451872311998e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.035774990916252136, 0.027172310277819633, 0.06009922921657562, 0.4041999876499176, 0.41022640466690063, 0.2695646584033966], "min": [-0.3103710114955902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33285200595855713, -0.5381709933280945, 0.030574999749660492, 0.617159903049469, -2.2991652488708496, 0.5974228382110596], "max": [-0.3102889955043793, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21063800156116486, -0.4620800018310547, 0.22841699421405792, 1.8157635927200317, -1.121137022972107, 1.3798342943191528], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.310328871011734, 0.46757233142852783, 0.22824335098266602, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2940387725830078, -0.4969947636127472, 0.16127821803092957, 1.1882429122924805, -1.8459484577178955, 1.0487953424453735], "std": [1.5461904695257545e-05, 8.195904229069129e-06, 1.2613772923941724e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03577497974038124, 0.027172336354851723, 0.060099225491285324, 0.4041993319988251, 0.41022637486457825, 0.26956459879875183], "min": [-0.3103710114955902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33285200595855713, -0.5381709933280945, 0.030574999749660492, 0.617159903049469, -2.2991652488708496, 0.5974228382110596], "max": [-0.3102889955043793, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21063800156116486, -0.4620800018310547, 0.22841699421405792, 1.8157635927200317, -1.121137022972107, 1.3798342943191528], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.4596977329974811], "std": [0.0, 0.4983730804070956], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8929471032745593], "std": [0.0, 0.4075801041298993], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.4596977329974811], "std": [0.0, 0.4983730804070956], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8929471032745593], "std": [0.0, 0.40758010412989926], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"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.4331667072365476]], [[0.4145068353254544]], [[0.4187423434841973]]], "std": [[[0.205887855118579]], [[0.2009879040597444]], [[0.20311778696702965]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4018750993262602]], [[0.3973085367423225]], [[0.3945128508595219]]], "std": [[[0.23168357286525626]], [[0.2224459349395163]], [[0.2222195724917277]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49436491488718776]], [[0.48006723548437635]], [[0.47616498931193485]]], "std": [[[0.21344074738010171]], [[0.21221423221661925]], [[0.21758530465637171]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45051414489882713]], [[0.4330466441713672]], [[0.4394678700532725]]], "std": [[[0.2777190615218803]], [[0.2696278272007584]], [[0.27298293457302913]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036698818206787, 0.4675480127334595, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10049605369567871, 0.28754299879074097, -0.691743791103363, -1.5016463994979858, 0.2537708580493927, -0.1206720620393753, -0.08735372871160507, -0.33947399258613586, -0.557021975517273, 0.029349999502301216, 0.5699129104614258, -2.3551862239837646, 0.2510518431663513, 1001.0, 177.0, -0.0007105940603651106, -0.1992877870798111, -0.9057562351226807, 1.886553168296814, -0.9785490036010742, -2.27818927669432e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102729916572571, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5785416960716248, 0.6047565937042236, -0.1595579981803894, -0.7883651852607727, 1.4380990266799927, 0.2862863540649414, 0.7595498561859131, -0.18469199538230896, -0.45311298966407776, 0.2461629956960678, 2.1219329833984375, -1.121137022972107, 1.5923599004745483, 1002.0, 1000.0, -0.0007087141857482493, -0.19234539568424225, -0.9057451486587524, 1.8865673542022705, -0.9784801006317139, 0.0], "mean": [-0.19951650500297546, 0.6046751141548157, 0.4513840973377228, -1.4119617938995361, -0.25388509035110474, -0.12054264545440674, 0.028276750817894936, -0.31032824516296387, 0.46757298707962036, 0.228243887424469, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.4176064133644104, 0.41757476329803467, -0.4261917173862457, -1.2009434700012207, 0.8980845212936401, 0.06345052272081375, 0.39714130759239197, -0.28276973962783813, -0.5087400674819946, 0.16721022129058838, 1.2897189855575562, -1.9610843658447266, 1.033373475074768, 1001.0078125, 541.2275390625, -0.0007100661168806255, -0.19551138579845428, -0.9057547450065613, 1.886568546295166, -0.9785035848617554, -1.612233609193936e-05], "std": [2.727273567870725e-05, 1.6976322513073683e-05, 2.2847476429888047e-05, 2.4655710149090737e-05, 2.304345616721548e-05, 1.675345811236184e-05, 1.8762504623737186e-05, 1.4980500054662116e-05, 8.016251740627922e-06, 1.1680768693622667e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.1331554800271988, 0.09334456920623779, 0.13533201813697815, 0.21167320013046265, 0.3705832362174988, 0.10873416811227798, 0.2615034878253937, 0.04766635596752167, 0.02951497957110405, 0.05948973447084427, 0.4998965263366699, 0.37332481145858765, 0.4242027997970581, 0.08798559010028839, 398.6945495605469, 8.472528065794904e-07, 0.0021660192869603634, 7.037378964014351e-06, 5.660978331434308e-06, 1.8161657862947322e-05, 2.6734483071777504e-06], "count": [769]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036698818206787, 0.4675480127334595, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10049605369567871, 0.28754299879074097, -0.691743791103363, -1.5016463994979858, 0.2537708580493927, -0.1206720620393753, -0.08735372871160507, -0.33947399258613586, -0.557021975517273, 0.029349999502301216, 0.5699129104614258, -2.3551862239837646, 0.2510518431663513, 1001.0, 177.0, -0.0007105940603651106, -0.1992877870798111, -0.9057562351226807, 1.886553168296814, -0.9785490036010742, -2.27818927669432e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102729916572571, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5785416960716248, 0.6047565937042236, -0.1595579981803894, -0.7883651852607727, 1.4380990266799927, 0.2862863540649414, 0.7595498561859131, -0.18469199538230896, -0.45311298966407776, 0.2461629956960678, 2.1219329833984375, -1.121137022972107, 1.5923599004745483, 1002.0, 1000.0, -0.0007087141857482493, -0.19234539568424225, -0.9057451486587524, 1.8865673542022705, -0.9784801006317139, 0.0], "mean": [-0.19951651990413666, 0.6046751141548157, 0.451384037733078, -1.4119619131088257, -0.25388506054878235, -0.12054264545440674, 0.028276842087507248, -0.31032824516296387, 0.46757298707962036, 0.2282439023256302, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.41787371039390564, 0.4173578917980194, -0.4263116419315338, -1.2007547616958618, 0.8985736966133118, 0.06351911276578903, 0.3971524238586426, -0.2827458679676056, -0.5088107585906982, 0.16712908446788788, 1.2894397974014282, -1.9615681171417236, 1.033755898475647, 1001.0078125, 541.2275390625, -0.0007100661750882864, -0.19550776481628418, -0.905754804611206, 1.886568546295166, -0.9785034656524658, -1.611492916708812e-05], "std": [2.727258652157616e-05, 1.6972375306067988e-05, 2.2862814148538746e-05, 2.4641500203870237e-05, 2.3062124455464073e-05, 1.675345811236184e-05, 1.866605998657178e-05, 1.4979993466113228e-05, 8.021130270208232e-06, 1.1685364370350726e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.13292370736598969, 0.09310293197631836, 0.13539522886276245, 0.21155031025409698, 0.36998167634010315, 0.10863465070724487, 0.26148560643196106, 0.04765705391764641, 0.029481371864676476, 0.05944874510169029, 0.4997990131378174, 0.37247809767723083, 0.4240766167640686, 0.08798559010028839, 398.69451904296875, 8.472559898109466e-07, 0.0021687853150069714, 7.095514774846379e-06, 5.6518424571549986e-06, 1.8104625269188546e-05, 2.6655022793420358e-06], "count": [769]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.8], "std": [7.39969969360619], "count": [769]}, "frame_index": {"min": [0], "max": [768], "mean": [384.0], "std": [221.99099080818573], "count": [769]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [769]}, "index": {"min": [2382], "max": [3150], "mean": [2766.0], "std": [221.99099080818573], "count": [769]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [769]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5412275689049721], "std": [0.0, 0.39869427106413957], "count": [769]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5412275689049721], "std": [0.0, 0.39869427106413957], "count": [769]}, "eef_direction_state": {"mean": [6.0, 3.798439531859558], "std": [0.0, 2.2634536735770547], "min": [6, 0], "max": [6, 6], "count": [769]}, "eef_velocity_state": {"mean": [0.0, 0.6501950585175552], "std": [0.0, 0.5734735159757963], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_acc_mag_state": {"mean": [0.0, 0.5240572171651495], "std": [0.0, 0.7715730823671922], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_direction_action": {"mean": [6.0, 3.798439531859558], "std": [0.0, 2.2634536735770547], "min": [6, 0], "max": [6, 6], "count": [769]}, "eef_velocity_action": {"mean": [0.0, 0.6501950585175552], "std": [0.0, 0.5734735159757963], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_acc_mag_action": {"mean": [0.0, 0.5240572171651495], "std": [0.0, 0.7715730823671922], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_sim_pose_state": {"mean": [-0.3103284239768982, 0.4675731360912323, 0.22824373841285706, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2827698588371277, -0.5087401866912842, 0.16721025109291077, 1.2897188663482666, -1.9610854387283325, 1.0333737134933472], "std": [1.4979342267906759e-05, 8.014474587980658e-06, 1.1680040188366547e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.047666363418102264, 0.029514968395233154, 0.05948977172374725, 0.499896764755249, 0.373324990272522, 0.42420294880867004], "min": [-0.31036698818206787, 0.4675480127334595, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33947399258613586, -0.557021975517273, 0.029349999502301216, 0.5699129104614258, -2.3551862239837646, 0.2510518431663513], "max": [-0.3102729916572571, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18469199538230896, -0.45311298966407776, 0.2461629956960678, 2.1219329833984375, -1.121137022972107, 1.5923599004745483], "count": [769]}, "eef_sim_pose_action": {"mean": [-0.31032824516296387, 0.46757298707962036, 0.228243887424469, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.28276973962783813, -0.5087400674819946, 0.16721022129058838, 1.2897189855575562, -1.9610843658447266, 1.033373475074768], "std": [1.4980500054662116e-05, 8.016251740627922e-06, 1.1680768693622667e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.04766635596752167, 0.02951497957110405, 0.05948973447084427, 0.4998965263366699, 0.37332481145858765, 0.4242027997970581], "min": [-0.31036698818206787, 0.4675480127334595, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33947399258613586, -0.557021975517273, 0.029349999502301216, 0.5699129104614258, -2.3551862239837646, 0.2510518431663513], "max": [-0.3102729916572571, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18469199538230896, -0.45311298966407776, 0.2461629956960678, 2.1219329833984375, -1.121137022972107, 1.5923599004745483], "count": [769]}, "gripper_mode_state": {"mean": [0.0, 0.5487646293888166], "std": [0.0, 0.4976163290332935], "min": [0, 0], "max": [0, 1], "count": [769]}, "gripper_activity_state": {"mean": [2.0, 1.8894668400520156], "std": [0.0, 0.41368759596326143], "min": [2, 0], "max": [2, 2], "count": [769]}, "gripper_mode_action": {"mean": [0.0, 0.5487646293888166], "std": [0.0, 0.4976163290332935], "min": [0, 0], "max": [0, 1], "count": [769]}, "gripper_activity_action": {"mean": [2.0, 1.8894668400520156], "std": [0.0, 0.41368759596326143], "min": [2, 0], "max": [2, 2], "count": [769]}}} +{"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.424851073378913]], [[0.40651285555340555]], [[0.4116824287280702]]], "std": [[[0.20340364823230458]], [[0.1987897172683211]], [[0.20087962231006523]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4059618996173031]], [[0.4014218763437392]], [[0.3981248400950292]]], "std": [[[0.23283095711633697]], [[0.22499093851778745]], [[0.22421817024179697]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4946984031002752]], [[0.48067002601479186]], [[0.4771387477962676]]], "std": [[[0.2135619813374029]], [[0.2125789694171163]], [[0.2181147563709433]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588429383814929]], [[0.4423117945368937]], [[0.4459586370184039]]], "std": [[[0.2741773451856411]], [[0.2655830627981486]], [[0.26887569828190794]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.46754300594329834, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11419689655303955, 0.2246762365102768, -0.6159616112709045, -1.4770545959472656, 0.2537883222103119, -0.1702219694852829, -0.028291787952184677, -0.33837398886680603, -0.5350940227508545, 0.020635999739170074, 0.40993931889533997, -2.3099937438964844, 0.4947609007358551, 1001.0, 176.0, -0.0007105940603651106, -0.19937802851200104, -0.9057538509368896, 1.8865586519241333, -0.9785236716270447, -2.7528119971975684e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46760299801826477, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4764748811721802, 0.6047391295433044, -0.1685115396976471, -1.0064266920089722, 1.483547329902649, 0.26808255910873413, 0.7137523889541626, -0.20201200246810913, -0.4411109983921051, 0.24212299287319183, 2.179975986480713, -1.121137022972107, 1.668964147567749, 1002.0, 1000.0, -0.0007087141857482493, -0.19230780005455017, -0.9057483077049255, 1.8865649700164795, -0.9785030484199524, -2.8477365958679e-06], "mean": [-0.199518084526062, 0.6046664118766785, 0.4513837993144989, -1.4119634628295898, -0.25388994812965393, -0.12054265290498734, 0.02827531099319458, -0.3103281557559967, 0.4675736129283905, 0.2282392680644989, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.3552640378475189, 0.37436649203300476, -0.4180130958557129, -1.260038137435913, 0.8572772145271301, -0.009714660234749317, 0.29936420917510986, -0.28978434205055237, -0.4980684816837311, 0.14937974512577057, 1.2981724739074707, -1.891599178314209, 1.1125658750534058, 1001.0061645507812, 581.8366088867188, -0.0007093193707987666, -0.195205956697464, -0.9057573676109314, 1.8865656852722168, -0.9785131216049194, -1.8622271454660222e-05], "std": [2.6171543140662834e-05, 1.665554918872658e-05, 2.2099162379163317e-05, 2.4634569854242727e-05, 2.312879587407224e-05, 1.6266192687908188e-05, 1.9107885236735456e-05, 1.4878484762448352e-05, 8.285384865303058e-06, 1.1509975593071431e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.0856102705001831, 0.10029181092977524, 0.15144966542720795, 0.14806178212165833, 0.3714766800403595, 0.1123717874288559, 0.24981212615966797, 0.040126003324985504, 0.02672692947089672, 0.06230306625366211, 0.5532593131065369, 0.34652578830718994, 0.39012429118156433, 0.07813325524330139, 402.3310852050781, 8.765063057580846e-07, 0.0028059480246156454, 7.668505531910341e-06, 2.6262662231602008e-06, 6.7200489866081625e-06, 2.1058692709630122e-06], "count": [814]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.46754300594329834, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11419689655303955, 0.2246762365102768, -0.6159616112709045, -1.4770545959472656, 0.2537883222103119, -0.1702219694852829, -0.028291787952184677, -0.33837398886680603, -0.5350940227508545, 0.020635999739170074, 0.40993931889533997, -2.3099937438964844, 0.4947609007358551, 1001.0, 176.0, -0.0007105940603651106, -0.19937802851200104, -0.9057538509368896, 1.8865586519241333, -0.9785236716270447, -2.7528119971975684e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027698516845703, 0.46760299801826477, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4764748811721802, 0.6047391295433044, -0.1685115396976471, -1.0064266920089722, 1.483547329902649, 0.26808255910873413, 0.7137523889541626, -0.20201200246810913, -0.4411109983921051, 0.24212299287319183, 2.179975986480713, -1.121137022972107, 1.668964147567749, 1002.0, 1000.0, -0.0007087141857482493, -0.19230780005455017, -0.9057483077049255, 1.8865649700164795, -0.9785030484199524, -2.8477365958679e-06], "mean": [-0.199518084526062, 0.6046663522720337, 0.4513837993144989, -1.4119633436203003, -0.25388991832733154, -0.12054263055324554, 0.028275270015001297, -0.3103281855583191, 0.4675735831260681, 0.2282392382621765, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.3555167615413666, 0.37416356801986694, -0.41819167137145996, -1.2598860263824463, 0.8576614260673523, -0.009641332551836967, 0.2993738651275635, -0.2897680401802063, -0.4981246590614319, 0.14927609264850616, 1.2980003356933594, -1.8920373916625977, 1.112809658050537, 1001.0061645507812, 581.8366088867188, -0.0007093193707987666, -0.19520559906959534, -0.9057573676109314, 1.8865656852722168, -0.9785131216049194, -1.8624603399075568e-05], "std": [2.6171543140662834e-05, 1.666429488977883e-05, 2.2118001652415842e-05, 2.4687577024451457e-05, 2.3118154786061496e-05, 1.6268537365249358e-05, 1.9110033463221043e-05, 1.4891636055835988e-05, 8.284530849778093e-06, 1.151331434812164e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.08545339107513428, 0.09999227523803711, 0.15157450735569, 0.14796914160251617, 0.3710138499736786, 0.11231891065835953, 0.24979998171329498, 0.04012034088373184, 0.02671079710125923, 0.06224190071225166, 0.5531954765319824, 0.3457750678062439, 0.3899577260017395, 0.07813325524330139, 402.3310852050781, 8.765063626015035e-07, 0.0028059345204383135, 7.671214007132221e-06, 2.6216855530947214e-06, 6.720558303641155e-06, 2.1062717223685468e-06], "count": [814]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.55], "std": [7.832712741374402], "count": [814]}, "frame_index": {"min": [0], "max": [813], "mean": [406.5], "std": [234.98138224123204], "count": [814]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [814]}, "index": {"min": [3151], "max": [3964], "mean": [3557.5], "std": [234.98138224123204], "count": [814]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [814]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5818366097144472], "std": [0.0, 0.40232955392628145], "count": [814]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5818366097144472], "std": [0.0, 0.40232955392628145], "count": [814]}, "eef_direction_state": {"mean": [6.0, 4.0958230958230954], "std": [0.0, 2.1275442345421065], "min": [6, 0], "max": [6, 6], "count": [814]}, "eef_velocity_state": {"mean": [0.0, 0.6179361179361179], "std": [0.0, 0.601164035345832], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_acc_mag_state": {"mean": [0.0, 0.4742014742014742], "std": [0.0, 0.7476073472411368], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_direction_action": {"mean": [6.0, 4.0958230958230954], "std": [0.0, 2.1275442345421065], "min": [6, 0], "max": [6, 6], "count": [814]}, "eef_velocity_action": {"mean": [0.0, 0.6179361179361179], "std": [0.0, 0.601164035345832], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_acc_mag_action": {"mean": [0.0, 0.4742014742014742], "std": [0.0, 0.7476073472411368], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_sim_pose_state": {"mean": [-0.31032803654670715, 0.46757376194000244, 0.22823946177959442, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28978437185287476, -0.49806809425354004, 0.14937981963157654, 1.298173427581787, -1.891606330871582, 1.112565517425537], "std": [1.487809367972659e-05, 8.284217983600684e-06, 1.1508222087286413e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0401260070502758, 0.026726912707090378, 0.06230305880308151, 0.5532593727111816, 0.34652554988861084, 0.39012494683265686], "min": [-0.310371994972229, 0.46754300594329834, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33837398886680603, -0.5350940227508545, 0.020635999739170074, 0.40993931889533997, -2.3099937438964844, 0.4947609007358551], "max": [-0.31027698516845703, 0.46760299801826477, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20201200246810913, -0.4411109983921051, 0.24212299287319183, 2.179975986480713, -1.121137022972107, 1.668964147567749], "count": [814]}, "eef_sim_pose_action": {"mean": [-0.3103281557559967, 0.4675736129283905, 0.2282392680644989, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.28978434205055237, -0.4980684816837311, 0.14937974512577057, 1.2981724739074707, -1.891599178314209, 1.1125658750534058], "std": [1.4878484762448352e-05, 8.285384865303058e-06, 1.1509975593071431e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.040126003324985504, 0.02672692947089672, 0.06230306625366211, 0.5532593131065369, 0.34652578830718994, 0.39012429118156433], "min": [-0.310371994972229, 0.46754300594329834, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33837398886680603, -0.5350940227508545, 0.020635999739170074, 0.40993931889533997, -2.3099937438964844, 0.4947609007358551], "max": [-0.31027698516845703, 0.46760299801826477, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20201200246810913, -0.4411109983921051, 0.24212299287319183, 2.179975986480713, -1.121137022972107, 1.668964147567749], "count": [814]}, "gripper_mode_state": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [814]}, "gripper_activity_state": {"mean": [2.0, 1.8943488943488944], "std": [0.0, 0.40408540968695206], "min": [2, 0], "max": [2, 2], "count": [814]}, "gripper_mode_action": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [814]}, "gripper_activity_action": {"mean": [2.0, 1.8943488943488944], "std": [0.0, 0.40408540968695206], "min": [2, 0], "max": [2, 2], "count": [814]}}} +{"episode_index": 5, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4287516513170925]], [[0.40921802089522674]], [[0.4143818565557536]]], "std": [[[0.20177597638076872]], [[0.19759443586568437]], [[0.20008736863583657]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39726042656961774]], [[0.3922566535452565]], [[0.3894168610120816]]], "std": [[[0.22903285968248388]], [[0.2198370168820483]], [[0.21944000286454665]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.496349419439493]], [[0.48185546395325807]], [[0.47835564715785306]]], "std": [[[0.21390246609095373]], [[0.21258310146468473]], [[0.21806915040759597]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4620182028619529]], [[0.44417630347593584]], [[0.44918655798177853]]], "std": [[[0.2737400739943218]], [[0.2656172946412452]], [[0.26931767728951395]]], "count": [165]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.4675450026988983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.030892327427864075, 0.2882760465145111, -0.6788806915283203, -1.792540431022644, 0.2537883222103119, -0.14046409726142883, -0.3490658402442932, -0.33625900745391846, -0.530273973941803, 0.0660720020532608, 0.29365044832229614, -2.2783396244049072, 0.6760120987892151, 1001.0, 188.0, -0.0007087141857482493, -0.1994701325893402, -0.9057601690292358, 1.886553168296814, -0.9785957336425781, -0.00011675720452331007], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4996354281902313, 0.6941872239112854, -0.13917255401611328, -1.0409667491912842, 1.7261306047439575, 0.1880766749382019, 0.5427101254463196, -0.20284999907016754, -0.42153701186180115, 0.23859600722789764, 1.933316707611084, -1.121137022972107, 1.6124770641326904, 1002.0, 1000.0, -0.0007087141857482493, -0.1923416405916214, -0.9057475328445435, 1.8865666389465332, -0.9785109758377075, 0.00020218930148985237], "mean": [-0.19952276349067688, 0.6046649217605591, 0.4513849914073944, -1.4119735956192017, -0.25389620661735535, -0.1205366849899292, 0.028275076299905777, -0.3103236258029938, 0.4675755202770233, 0.2282360941171646, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.29902711510658264, 0.4843549132347107, -0.431013286113739, -1.4269368648529053, 0.9963794946670532, 0.043783582746982574, 0.1308148354291916, -0.27108463644981384, -0.4830479621887207, 0.16924968361854553, 1.155360460281372, -1.8921666145324707, 1.1451685428619385, 1001.0077514648438, 588.2969360351562, -0.0007087166886776686, -0.1953527182340622, -0.9057583212852478, 1.8865677118301392, -0.9785569310188293, -4.145556886214763e-05], "std": [2.685673098312691e-05, 1.5857651305850595e-05, 2.3076940124155954e-05, 2.4445163944619708e-05, 2.285609116370324e-05, 1.5574933058815077e-05, 2.02582377824001e-05, 1.4786334759264719e-05, 7.992076461960096e-06, 1.1703078598657157e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.11377833038568497, 0.10207048058509827, 0.13986240327358246, 0.17345520853996277, 0.4081701636314392, 0.09225989133119583, 0.2708011567592621, 0.038226168602705, 0.03624614700675011, 0.046198975294828415, 0.5273492336273193, 0.3509071171283722, 0.3111404776573181, 0.08755895495414734, 397.7068786621094, 2.5029294192790985e-09, 0.002517390763387084, 6.10381812293781e-06, 8.197817805921659e-06, 2.2828957298770547e-05, 1.584389974595979e-05], "count": [906]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.4675450026988983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.030892327427864075, 0.2882760465145111, -0.6788806915283203, -1.792540431022644, 0.2537883222103119, -0.14046409726142883, -0.3490658402442932, -0.33625900745391846, -0.530273973941803, 0.0660720020532608, 0.29365044832229614, -2.2783396244049072, 0.6760120987892151, 1001.0, 188.0, -0.0007087141857482493, -0.1994701325893402, -0.9057601690292358, 1.886553168296814, -0.9785957336425781, -0.00011675720452331007], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4996354281902313, 0.6941872239112854, -0.13917255401611328, -1.0409667491912842, 1.7261306047439575, 0.1880766749382019, 0.5427101254463196, -0.20284999907016754, -0.42153701186180115, 0.23859600722789764, 1.933316707611084, -1.121137022972107, 1.6124770641326904, 1002.0, 1000.0, -0.0007087141857482493, -0.1923416405916214, -0.9057475328445435, 1.8865666389465332, -0.9785109758377075, 0.00020218930148985237], "mean": [-0.1995227336883545, 0.6046649217605591, 0.4513850212097168, -1.4119735956192017, -0.25389617681503296, -0.1205366849899292, 0.028275076299905777, -0.3103235960006714, 0.4675755202770233, 0.2282361537218094, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.29935434460639954, 0.4842836856842041, -0.4312566816806793, -1.4268594980239868, 0.9969531893730164, 0.04390055686235428, 0.13071441650390625, -0.2710292339324951, -0.48311543464660645, 0.16918160021305084, 1.15510094165802, -1.8925771713256836, 1.1454761028289795, 1001.0077514648438, 588.2969360351562, -0.0007087166886776686, -0.1953529417514801, -0.9057583212852478, 1.8865677118301392, -0.9785568714141846, -4.148490188526921e-05], "std": [2.690267501748167e-05, 1.587361839483492e-05, 2.3062320906319655e-05, 2.4436532839899883e-05, 2.285198752360884e-05, 1.557493487780448e-05, 2.02582377824001e-05, 1.4792082765779924e-05, 7.998473847692367e-06, 1.1697309673763812e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.11391787230968475, 0.10200881212949753, 0.14008916914463043, 0.17347745597362518, 0.4074905812740326, 0.09211842715740204, 0.27087703347206116, 0.038205698132514954, 0.03627413511276245, 0.046157389879226685, 0.527201235294342, 0.3502216935157776, 0.3108840882778168, 0.08755895495414734, 397.70684814453125, 2.5029294192790985e-09, 0.0025173863396048546, 6.110393314884277e-06, 8.194526344595943e-06, 2.2834379706182517e-05, 1.5832134522497654e-05], "count": [906]}, "timestamp": {"min": [0.0], "max": [30.166666666666668], "mean": [15.083333333333332], "std": [8.717983754328792], "count": [906]}, "frame_index": {"min": [0], "max": [905], "mean": [452.5], "std": [261.5395126298638], "count": [906]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [906]}, "index": {"min": [3965], "max": [4870], "mean": [4417.5], "std": [261.5395126298638], "count": [906]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [906]}, "gripper_open_scale_state": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.5882969062783597], "std": [0.0, 0.39770699467859816], "count": [906]}, "gripper_open_scale_action": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.5882969062783597], "std": [0.0, 0.39770699467859816], "count": [906]}, "eef_direction_state": {"mean": [6.0, 3.956953642384106], "std": [0.0, 2.208082981865627], "min": [6, 0], "max": [6, 6], "count": [906]}, "eef_velocity_state": {"mean": [0.0, 0.6125827814569537], "std": [0.0, 0.570635906747877], "min": [0, 0], "max": [0, 2], "count": [906]}, "eef_acc_mag_state": {"mean": [0.0, 0.5143487858719646], "std": [0.0, 0.7736795100742225], "min": [0, 0], "max": [0, 2], "count": [906]}, "eef_direction_action": {"mean": [6.0, 3.956953642384106], "std": [0.0, 2.208082981865627], "min": [6, 0], "max": [6, 6], "count": [906]}, "eef_velocity_action": {"mean": [0.0, 0.6125827814569537], "std": [0.0, 0.570635906747877], "min": [0, 0], "max": [0, 2], "count": [906]}, "eef_acc_mag_action": {"mean": [0.0, 0.5143487858719646], "std": [0.0, 0.7736795100742225], "min": [0, 0], "max": [0, 2], "count": [906]}, "eef_sim_pose_state": {"mean": [-0.31032347679138184, 0.4675751030445099, 0.22823604941368103, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2710844874382019, -0.4830476939678192, 0.16924981772899628, 1.1553593873977661, -1.892167329788208, 1.1451717615127563], "std": [1.4786002793698572e-05, 7.981298040249385e-06, 1.1703032214427367e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0382261760532856, 0.03624613210558891, 0.04619896039366722, 0.5273493528366089, 0.3509071171283722, 0.3111405074596405], "min": [-0.31038200855255127, 0.4675450026988983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33625900745391846, -0.530273973941803, 0.0660720020532608, 0.29365044832229614, -2.2783396244049072, 0.6760120987892151], "max": [-0.31027698516845703, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20284999907016754, -0.42153701186180115, 0.23859600722789764, 1.933316707611084, -1.121137022972107, 1.6124770641326904], "count": [906]}, "eef_sim_pose_action": {"mean": [-0.3103236258029938, 0.4675755202770233, 0.2282360941171646, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, -0.27108463644981384, -0.4830479621887207, 0.16924968361854553, 1.155360460281372, -1.8921666145324707, 1.1451685428619385], "std": [1.4786334759264719e-05, 7.992076461960096e-06, 1.1703078598657157e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.038226168602705, 0.03624614700675011, 0.046198975294828415, 0.5273492336273193, 0.3509071171283722, 0.3111404776573181], "min": [-0.31038200855255127, 0.4675450026988983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33625900745391846, -0.530273973941803, 0.0660720020532608, 0.29365044832229614, -2.2783396244049072, 0.6760120987892151], "max": [-0.31027698516845703, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20284999907016754, -0.42153701186180115, 0.23859600722789764, 1.933316707611084, -1.121137022972107, 1.6124770641326904], "count": [906]}, "gripper_mode_state": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [906]}, "gripper_activity_state": {"mean": [2.0, 1.9050772626931567], "std": [0.0, 0.38720804652430385], "min": [2, 0], "max": [2, 2], "count": [906]}, "gripper_mode_action": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [906]}, "gripper_activity_action": {"mean": [2.0, 1.9050772626931567], "std": [0.0, 0.38720804652430385], "min": [2, 0], "max": [2, 2], "count": [906]}}} +{"episode_index": 6, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9803921568627451]]], "mean": [[[0.4368579835580066]], [[0.41634451082516344]], [[0.42150086550245097]]], "std": [[[0.20250682071594048]], [[0.19826547096087505]], [[0.20106256627990612]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39686924530228757]], [[0.3932569061478758]], [[0.39010407603145425]]], "std": [[[0.2305949014575775]], [[0.22117176598126145]], [[0.22092763333989188]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4975914139093138]], [[0.4824510467728758]], [[0.47839184666053924]]], "std": [[[0.21434798568942784]], [[0.2126495013313269]], [[0.21805890512176984]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45835486111111107]], [[0.43709207133374184]], [[0.4444309002246732]]], "std": [[[0.28116826954977175]], [[0.26951026026364705]], [[0.2728402116121475]]], "count": [160]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02874557115137577, 0.3337767720222473, -0.6077935099601746, -1.641115665435791, 0.2537883222103119, -0.1206895187497139, -0.1218414306640625, -0.34498101472854614, -0.5274689793586731, 0.10609599947929382, 0.4816114008426666, -2.488294839859009, 0.48631879687309265, 1001.0, 177.0, -0.0007087141857482493, -0.19932350516319275, -0.9057998061180115, 1.8865768909454346, -0.9788001775741577, -0.0001196049342979677], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4208686947822571, 0.6961594820022583, -0.11728612333536148, -1.0167065858840942, 1.5914435386657715, 0.2569124698638916, 0.6331356763839722, -0.20635999739170074, -0.4257020056247711, 0.2431280016899109, 1.853533387184143, -1.121137022972107, 1.5071123838424683, 1002.0, 1000.0, -0.000706834311131388, -0.19231532514095306, -0.9057824015617371, 1.8865951299667358, -0.9783556461334229, -5.980246714898385e-05], "mean": [-0.19952231645584106, 0.6046642661094666, 0.45139002799987793, -1.411975383758545, -0.2538984417915344, -0.12053737789392471, 0.028273295611143112, -0.3103240132331848, 0.46757468581199646, 0.22823403775691986, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.30662086606025696, 0.5057264566421509, -0.4077235162258148, -1.3530224561691284, 0.9776197671890259, 0.09759171307086945, 0.3028297424316406, -0.2845912277698517, -0.4826451241970062, 0.18534629046916962, 1.2034128904342651, -1.974622368812561, 1.058374285697937, 1001.0045776367188, 559.9597778320312, -0.0007084922399371862, -0.19562669098377228, -0.9057824611663818, 1.8865925073623657, -0.9786781072616577, -8.142009028233588e-05], "std": [2.6676789275370538e-05, 1.6578718714299612e-05, 2.170549487345852e-05, 2.42155965679558e-05, 2.123262129316572e-05, 1.4875465240038466e-05, 1.984416667255573e-05, 1.459060877095908e-05, 7.982148417795543e-06, 1.1585006177483592e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.09290245175361633, 0.11224937438964844, 0.1303371638059616, 0.19848915934562683, 0.3553043305873871, 0.09736785292625427, 0.24006429314613342, 0.041451308876276016, 0.031321972608566284, 0.033585015684366226, 0.41703686118125916, 0.3783154785633087, 0.33016419410705566, 0.0676504373550415, 401.602294921875, 6.149471687422192e-07, 0.0027772390749305487, 9.51597758103162e-06, 6.8642602855106816e-06, 0.0001378255692543462, 5.4097495194582734e-06], "count": [870]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02874557115137577, 0.3337767720222473, -0.6077935099601746, -1.641115665435791, 0.2537883222103119, -0.1206895187497139, -0.1218414306640625, -0.34498101472854614, -0.5274689793586731, 0.10609599947929382, 0.4816114008426666, -2.488294839859009, 0.48631879687309265, 1001.0, 177.0, -0.0007087141857482493, -0.19932350516319275, -0.9057998061180115, 1.8865768909454346, -0.9788001775741577, -0.0001196049342979677], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4208686947822571, 0.6961594820022583, -0.11728612333536148, -1.0167065858840942, 1.5914435386657715, 0.2569124698638916, 0.6331356763839722, -0.20635999739170074, -0.4257020056247711, 0.2431280016899109, 1.853533387184143, -1.121137022972107, 1.5071123838424683, 1002.0, 1000.0, -0.000706834311131388, -0.19231532514095306, -0.9057824015617371, 1.8865951299667358, -0.9783556461334229, -5.980246714898385e-05], "mean": [-0.19952233135700226, 0.6046642661094666, 0.4513900578022003, -1.4119755029678345, -0.2538984417915344, -0.12053743749856949, 0.028273312374949455, -0.31032395362854004, 0.46757471561431885, 0.22823405265808105, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.306843101978302, 0.5056982040405273, -0.40790069103240967, -1.3530552387237549, 0.9782810211181641, 0.09775962680578232, 0.3027270436286926, -0.2845431864261627, -0.48268643021583557, 0.1852876842021942, 1.2030565738677979, -1.975131630897522, 1.0587072372436523, 1001.0045776367188, 559.9597778320312, -0.0007084901444613934, -0.19562645256519318, -0.9057824611663818, 1.8865925073623657, -0.9786781668663025, -8.141900616465136e-05], "std": [2.6672785679693334e-05, 1.6578716895310208e-05, 2.171640153392218e-05, 2.4200251573347487e-05, 2.122946534655057e-05, 1.495929518569028e-05, 1.9854027414112352e-05, 1.4595485481549986e-05, 7.981207090779208e-06, 1.1594328498176765e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.09287747740745544, 0.11222751438617706, 0.13050104677677155, 0.19850125908851624, 0.3544912338256836, 0.09711689502000809, 0.24022483825683594, 0.041445665061473846, 0.03132578730583191, 0.03355459123849869, 0.41685307025909424, 0.3774639964103699, 0.32999545335769653, 0.0676504373550415, 401.602294921875, 6.174373083922546e-07, 0.0027774833142757416, 9.505633897788357e-06, 6.849852979939897e-06, 0.0001378460874548182, 5.409804543887731e-06], "count": [870]}, "timestamp": {"min": [0.0], "max": [28.966666666666665], "mean": [14.483333333333333], "std": [8.371573373072755], "count": [870]}, "frame_index": {"min": [0], "max": [869], "mean": [434.5], "std": [251.14720119218265], "count": [870]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [870]}, "index": {"min": [4871], "max": [5740], "mean": [5305.5], "std": [251.14720119218265], "count": [870]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [870]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5599597712357839], "std": [0.0, 0.4016025866562305], "count": [870]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5599597712357839], "std": [0.0, 0.4016025866562305], "count": [870]}, "eef_direction_state": {"mean": [6.0, 3.7379310344827585], "std": [0.0, 2.2376733287676793], "min": [6, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.0, 0.6241379310344828], "std": [0.0, 0.5425494346333896], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.0, 0.5241379310344828], "std": [0.0, 0.7856420636901971], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_direction_action": {"mean": [6.0, 3.7379310344827585], "std": [0.0, 2.2376733287676793], "min": [6, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.0, 0.6241379310344828], "std": [0.0, 0.5425494346333896], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.0, 0.5241379310344828], "std": [0.0, 0.7856420636901971], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [-0.3103240728378296, 0.4675745368003845, 0.22823405265808105, -1.5732269287109375, -1.1211367845535278, -0.7462756037712097, -0.28459131717681885, -0.4826449453830719, 0.18534629046916962, 1.2034128904342651, -1.9746211767196655, 1.0583739280700684], "std": [1.4590685168514028e-05, 7.980642294569407e-06, 1.1585007996472996e-05, 0.0, 2.384185791015625e-07, 0.0, 0.041451286524534225, 0.03132196515798569, 0.03358503058552742, 0.4170370101928711, 0.3783157169818878, 0.3301644027233124], "min": [-0.31036999821662903, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34498101472854614, -0.5274689793586731, 0.10609599947929382, 0.4816114008426666, -2.488294839859009, 0.48631879687309265], "max": [-0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20635999739170074, -0.4257020056247711, 0.2431280016899109, 1.853533387184143, -1.121137022972107, 1.5071123838424683], "count": [870]}, "eef_sim_pose_action": {"mean": [-0.3103240132331848, 0.46757468581199646, 0.22823403775691986, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.2845912277698517, -0.4826451241970062, 0.18534629046916962, 1.2034128904342651, -1.974622368812561, 1.058374285697937], "std": [1.459060877095908e-05, 7.982148417795543e-06, 1.1585006177483592e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.041451308876276016, 0.031321972608566284, 0.033585015684366226, 0.41703686118125916, 0.3783154785633087, 0.33016419410705566], "min": [-0.31036999821662903, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34498101472854614, -0.5274689793586731, 0.10609599947929382, 0.4816114008426666, -2.488294839859009, 0.48631879687309265], "max": [-0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20635999739170074, -0.4257020056247711, 0.2431280016899109, 1.853533387184143, -1.121137022972107, 1.5071123838424683], "count": [870]}, "gripper_mode_state": {"mean": [0.0, 0.5287356321839081], "std": [0.0, 0.4991735804737597], "min": [0, 0], "max": [0, 1], "count": [870]}, "gripper_activity_state": {"mean": [2.0, 1.9045977011494253], "std": [0.0, 0.38518783176761956], "min": [2, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.0, 0.5287356321839081], "std": [0.0, 0.4991735804737597], "min": [0, 0], "max": [0, 1], "count": [870]}, "gripper_activity_action": {"mean": [2.0, 1.9045977011494253], "std": [0.0, 0.38518783176761956], "min": [2, 0], "max": [2, 2], "count": [870]}}} +{"episode_index": 7, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.43465421232218376]], [[0.41481874999999996]], [[0.4205098423683199]]], "std": [[[0.20317238809783178]], [[0.19951807881370062]], [[0.20162445062713777]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3991481269223376]], [[0.39367573168973474]], [[0.3899904135428681]]], "std": [[[0.2305663513386234]], [[0.22179395638907923]], [[0.22098865678089244]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4963023836985775]], [[0.481490216503268]], [[0.4775358503940792]]], "std": [[[0.2146169765611919]], [[0.21306106400329813]], [[0.21844155239356564]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4597218077181853]], [[0.44317788590926566]], [[0.44697193747597075]]], "std": [[[0.274390712434138]], [[0.26613161151817755]], [[0.269991040292016]]], "count": [170]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.055257122963666916, 0.15657348930835724, -0.5220977663993835, -1.6434195041656494, 0.25384068489074707, -0.18039724230766296, -0.2958333194255829, -0.34867098927497864, -0.4953790009021759, 0.07403399795293808, 0.23737941682338715, -2.2262306213378906, 0.7462756037712097, 1000.0, 177.0, -0.0007087141857482493, -0.1993366777896881, -0.9058029651641846, 1.8865777254104614, -0.9788326621055603, -0.00025249930331483483], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3209311366081238, 0.6058211922645569, -0.11887437105178833, -1.1205886602401733, 1.4157936573028564, 0.1060112938284874, 0.5249950289726257, -0.2132979929447174, -0.4178439974784851, 0.24706000089645386, 1.8359280824661255, -1.121137022972107, 1.8586138486862183, 1002.0, 1000.0, -0.000706834311131388, -0.19230028986930847, -0.9057871103286743, 1.8865927457809448, -0.9786377549171448, 9.492455137660727e-05], "mean": [-0.19952119886875153, 0.6046743392944336, 0.45138728618621826, -1.4119768142700195, -0.2538950443267822, -0.12053800374269485, 0.02827349118888378, -0.31032437086105347, 0.467573881149292, 0.22823917865753174, -1.5732394456863403, -1.1211413145065308, -0.7462767362594604, 0.18179598450660706, 0.3911136984825134, -0.33590322732925415, -1.4466558694839478, 0.8384255766868591, -0.044914521276950836, 0.22676798701286316, -0.2869074046611786, -0.46022599935531616, 0.15936948359012604, 1.257918357849121, -1.8525071144104004, 1.2110735177993774, 1001.0021362304688, 473.690185546875, -0.0007074521854519844, -0.19549979269504547, -0.9058048129081726, 1.8865948915481567, -0.9786850810050964, -0.00017573112563695759], "std": [2.5985640604631044e-05, 1.706440161797218e-05, 2.2404887204174884e-05, 2.5171273591695353e-05, 2.24212599277962e-05, 1.5042342056403868e-05, 1.9075505406362936e-05, 1.463221815356519e-05, 7.952650776132941e-06, 1.1999476555502042e-05, 1.2516975402832031e-05, 4.291534423828125e-06, 1.1324882507324219e-06, 0.06752581149339676, 0.12140743434429169, 0.09461450576782227, 0.13827663660049438, 0.35280606150627136, 0.0681719034910202, 0.27318239212036133, 0.04089367762207985, 0.023846253752708435, 0.04087362810969353, 0.5032602548599243, 0.3348392844200134, 0.35869309306144714, 0.06488829851150513, 386.6718444824219, 8.845445904626104e-07, 0.0027198970783501863, 9.10318976821145e-06, 1.0445196494401898e-05, 5.21532965649385e-05, 3.454365651123226e-05], "count": [949]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.055257122963666916, 0.15657348930835724, -0.5220977663993835, -1.6434195041656494, 0.25384068489074707, -0.18039724230766296, -0.2958333194255829, -0.34867098927497864, -0.4953790009021759, 0.07403399795293808, 0.23737941682338715, -2.2262306213378906, 0.7462756037712097, 1000.0, 177.0, -0.0007087141857482493, -0.1993366777896881, -0.9058029651641846, 1.8865777254104614, -0.9788326621055603, -0.00025249930331483483], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3209311366081238, 0.6058211922645569, -0.11887437105178833, -1.1205886602401733, 1.4157936573028564, 0.1060112938284874, 0.5249950289726257, -0.2132979929447174, -0.4178439974784851, 0.24706000089645386, 1.8359280824661255, -1.121137022972107, 1.8586138486862183, 1002.0, 1000.0, -0.000706834311131388, -0.19230028986930847, -0.9057871103286743, 1.8865927457809448, -0.9786377549171448, 9.492455137660727e-05], "mean": [-0.19952121376991272, 0.6046743392944336, 0.45138728618621826, -1.4119768142700195, -0.2538951337337494, -0.12053801864385605, 0.028273509815335274, -0.3103243410587311, 0.467573881149292, 0.22823919355869293, -1.5732394456863403, -1.1211413145065308, -0.7462767362594604, 0.1816709041595459, 0.3909520208835602, -0.33594319224357605, -1.4467835426330566, 0.8385210037231445, -0.044977571815252304, 0.2265273928642273, -0.28691503405570984, -0.46018585562705994, 0.15929153561592102, 1.257754921913147, -1.8526495695114136, 1.2114289999008179, 1001.0021362304688, 473.690185546875, -0.0007074541063047945, -0.19549261033535004, -0.9058048129081726, 1.8865948915481567, -0.9786850214004517, -0.00017584316083230078], "std": [2.5985349566326477e-05, 1.706440161797218e-05, 2.2391797756426968e-05, 2.516409040254075e-05, 2.2349633582052775e-05, 1.5045709005789831e-05, 1.9067958419327624e-05, 1.4636707419413142e-05, 7.949007340357639e-06, 1.1981867828581017e-05, 1.2516975402832031e-05, 4.291534423828125e-06, 1.1324882507324219e-06, 0.06760282069444656, 0.12122497707605362, 0.09467124938964844, 0.13830047845840454, 0.352660208940506, 0.06826937943696976, 0.27350717782974243, 0.04089875519275665, 0.02386598102748394, 0.040812719613313675, 0.5031833052635193, 0.33455684781074524, 0.35839927196502686, 0.06488829851150513, 386.6718444824219, 8.852501309775107e-07, 0.002718745730817318, 9.093577318708412e-06, 1.0453335562488064e-05, 5.207649155636318e-05, 3.441360604483634e-05], "count": [949]}, "timestamp": {"min": [0.0], "max": [31.6], "mean": [15.8], "std": [9.131751687868483], "count": [949]}, "frame_index": {"min": [0], "max": [948], "mean": [474.0], "std": [273.95255063605447], "count": [949]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [949]}, "index": {"min": [5741], "max": [6689], "mean": [6215.0], "std": [273.95255063605447], "count": [949]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [949]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.4736902009228635], "std": [0.0, 0.3866725882292887], "count": [949]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.4736902009228635], "std": [0.0, 0.3866725882292886], "count": [949]}, "eef_direction_state": {"mean": [6.0, 3.8851422550052686], "std": [0.0, 2.2598526826561676], "min": [6, 0], "max": [6, 6], "count": [949]}, "eef_velocity_state": {"mean": [0.0, 0.5932560590094836], "std": [0.0, 0.5060194446607482], "min": [0, 0], "max": [0, 2], "count": [949]}, "eef_acc_mag_state": {"mean": [0.0, 0.5216016859852476], "std": [0.0, 0.7796186454182473], "min": [0, 0], "max": [0, 2], "count": [949]}, "eef_direction_action": {"mean": [6.0, 3.8851422550052686], "std": [0.0, 2.2598526826561676], "min": [6, 0], "max": [6, 6], "count": [949]}, "eef_velocity_action": {"mean": [0.0, 0.5932560590094836], "std": [0.0, 0.5060194446607482], "min": [0, 0], "max": [0, 2], "count": [949]}, "eef_acc_mag_action": {"mean": [0.0, 0.5216016859852476], "std": [0.0, 0.7796186454182473], "min": [0, 0], "max": [0, 2], "count": [949]}, "eef_sim_pose_state": {"mean": [-0.3103243112564087, 0.467573881149292, 0.22823922336101532, -1.573227047920227, -1.121137022972107, -0.7462757229804993, -0.2869073748588562, -0.4602258503437042, 0.15936942398548126, 1.2579177618026733, -1.8525068759918213, 1.2110741138458252], "std": [1.4632070815423504e-05, 7.952669875521678e-06, 1.1999399248452391e-05, 1.1920928955078125e-07, 0.0, 1.1920928955078125e-07, 0.04089367017149925, 0.02384626865386963, 0.04087363928556442, 0.5032604336738586, 0.33483922481536865, 0.35869327187538147], "min": [-0.31036800146102905, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34867098927497864, -0.4953790009021759, 0.07403399795293808, 0.23737941682338715, -2.2262306213378906, 0.7462756037712097], "max": [-0.31027498841285706, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2132979929447174, -0.4178439974784851, 0.24706000089645386, 1.8359280824661255, -1.121137022972107, 1.8586138486862183], "count": [949]}, "eef_sim_pose_action": {"mean": [-0.31032437086105347, 0.467573881149292, 0.22823917865753174, -1.5732394456863403, -1.1211413145065308, -0.7462767362594604, -0.2869074046611786, -0.46022599935531616, 0.15936948359012604, 1.257918357849121, -1.8525071144104004, 1.2110735177993774], "std": [1.463221815356519e-05, 7.952650776132941e-06, 1.1999476555502042e-05, 1.2516975402832031e-05, 4.291534423828125e-06, 1.1324882507324219e-06, 0.04089367762207985, 0.023846253752708435, 0.04087362810969353, 0.5032602548599243, 0.3348392844200134, 0.35869309306144714], "min": [-0.31036800146102905, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34867098927497864, -0.4953790009021759, 0.07403399795293808, 0.23737941682338715, -2.2262306213378906, 0.7462756037712097], "max": [-0.31027498841285706, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2132979929447174, -0.4178439974784851, 0.24706000089645386, 1.8359280824661255, -1.121137022972107, 1.8586138486862183], "count": [949]}, "gripper_mode_state": {"mean": [0.0, 0.6322444678609063], "std": [0.0, 0.4821943599008488], "min": [0, 0], "max": [0, 1], "count": [949]}, "gripper_activity_state": {"mean": [2.0, 1.9083245521601686], "std": [0.0, 0.37998424352827226], "min": [2, 0], "max": [2, 2], "count": [949]}, "gripper_mode_action": {"mean": [0.0, 0.6322444678609063], "std": [0.0, 0.4821943599008488], "min": [0, 0], "max": [0, 1], "count": [949]}, "gripper_activity_action": {"mean": [2.0, 1.9083245521601686], "std": [0.0, 0.3799842435282723], "min": [2, 0], "max": [2, 2], "count": [949]}}} +{"episode_index": 8, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9450980392156862]], [[0.9647058823529412]]], "mean": [[[0.43427830375069415]], [[0.4139127338844034]], [[0.4192600722478534]]], "std": [[[0.20346212488920265]], [[0.19981619926698707]], [[0.20205657885275619]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4024902935302661]], [[0.3958887607330514]], [[0.3921671552607971]]], "std": [[[0.22989722332481177]], [[0.22047500851115118]], [[0.22044327846381198]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4961302090008117]], [[0.4813626289568115]], [[0.4774211721453287]]], "std": [[[0.21435781927303144]], [[0.21293835480963375]], [[0.2183556353907148]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46458598322226496]], [[0.44176717555213807]], [[0.44934850511555385]]], "std": [[[0.27557469801662066]], [[0.264007959069143]], [[0.26944948425765297]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.011082840152084827, 0.26923447847366333, -0.5495343804359436, -1.787601113319397, 0.25382325053215027, -0.1603957563638687, -0.15533429384231567, -0.3543969988822937, -0.5235980153083801, 0.0719280019402504, 0.5132603049278259, -2.2976090908050537, 0.5693063735961914, 1001.0, 175.0, -0.0007087141857482493, -0.1993422955274582, -0.9058093428611755, 1.8865816593170166, -0.9786741733551025, -0.0004034293524455279], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3873758316040039, 0.6047391295433044, -0.11885692179203033, -0.9723403453826904, 1.4536848068237305, 0.19764108955860138, 0.46814966201782227, -0.17607800662517548, -0.39675599336624146, 0.22828899323940277, 1.8984074592590332, -1.121137022972107, 1.5841478109359741, 1002.0, 1000.0, -0.000706834311131388, -0.192294642329216, -0.905777633190155, 1.8865935802459717, -0.9785687923431396, 0.00019554457685444504], "mean": [-0.1995203047990799, 0.6046738624572754, 0.45138978958129883, -1.4119740724563599, -0.2538917064666748, -0.12054036557674408, 0.028280306607484818, -0.31032440066337585, 0.46757376194000244, 0.22823961079120636, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2302958220243454, 0.4488654136657715, -0.37855982780456543, -1.4348822832107544, 0.8765228390693665, 0.04825547710061073, 0.20481973886489868, -0.2869883179664612, -0.4667649567127228, 0.16403955221176147, 1.2181507349014282, -1.8760826587677002, 1.114999532699585, 1001.0048828125, 563.3049926757812, -0.0007081651128828526, -0.1954534947872162, -0.9058029055595398, 1.886594295501709, -0.9785990715026855, -0.0001896067406050861], "std": [2.6314970455132425e-05, 1.685228562564589e-05, 2.2274865841609426e-05, 2.582936576800421e-05, 2.229427445854526e-05, 1.5907175111351535e-05, 1.930383950821124e-05, 1.471412724640686e-05, 7.904000085545704e-06, 1.222093305841554e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08726997673511505, 0.11281491816043854, 0.10341480374336243, 0.2273588627576828, 0.3830702006816864, 0.1044517531991005, 0.20731613039970398, 0.050023600459098816, 0.0346229262650013, 0.042620494961738586, 0.4790240228176117, 0.3634306788444519, 0.3535059988498688, 0.06954599171876907, 402.15557861328125, 8.575439096603077e-07, 0.0020535250660032034, 7.4828299148066435e-06, 7.711038961133454e-06, 2.862629116862081e-05, 3.188549817423336e-05], "count": [823]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.011082840152084827, 0.26923447847366333, -0.5495343804359436, -1.787601113319397, 0.25382325053215027, -0.1603957563638687, -0.15533429384231567, -0.3543969988822937, -0.5235980153083801, 0.0719280019402504, 0.5132603049278259, -2.2976090908050537, 0.5693063735961914, 1001.0, 175.0, -0.0007087141857482493, -0.1993422955274582, -0.9058093428611755, 1.8865816593170166, -0.9786741733551025, -0.0004034293524455279], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3873758316040039, 0.6047391295433044, -0.11885692179203033, -0.9723403453826904, 1.4536848068237305, 0.19764108955860138, 0.46814966201782227, -0.17607800662517548, -0.39675599336624146, 0.22828899323940277, 1.8984074592590332, -1.121137022972107, 1.5841478109359741, 1002.0, 1000.0, -0.000706834311131388, -0.192294642329216, -0.905777633190155, 1.8865935802459717, -0.9785687923431396, 0.00019554457685444504], "mean": [-0.1995202749967575, 0.6046738624572754, 0.4513898491859436, -1.411974310874939, -0.2538916766643524, -0.1205403059720993, 0.028280306607484818, -0.31032437086105347, 0.46757376194000244, 0.22823958098888397, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.23024244606494904, 0.4487949013710022, -0.3786431550979614, -1.43496572971344, 0.8768528699874878, 0.04821762442588806, 0.2046956717967987, -0.2869998514652252, -0.4667401909828186, 0.163981094956398, 1.2179397344589233, -1.8764017820358276, 1.1153182983398438, 1001.0048828125, 563.3049926757812, -0.0007081650546751916, -0.19545318186283112, -0.9058029055595398, 1.886594295501709, -0.9785990118980408, -0.00018961020396091044], "std": [2.627815592859406e-05, 1.6846994185470976e-05, 2.228590710728895e-05, 2.5810666556935757e-05, 2.2294614609563723e-05, 1.5765075659146532e-05, 1.930383950821124e-05, 1.4713847122038715e-05, 7.90380818216363e-06, 1.2218460142321419e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08730214834213257, 0.11273550242185593, 0.103501096367836, 0.2273632138967514, 0.3826505243778229, 0.10451854020357132, 0.2074858397245407, 0.05003008991479874, 0.03462963178753853, 0.04256530851125717, 0.47890594601631165, 0.3628818988800049, 0.35329151153564453, 0.06954599171876907, 402.1555480957031, 8.575453875891981e-07, 0.0020535578951239586, 7.482188721041894e-06, 7.708724297117442e-06, 2.855844286386855e-05, 3.188556001987308e-05], "count": [823]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.699999999999998], "std": [7.919315346389204], "count": [823]}, "frame_index": {"min": [0], "max": [822], "mean": [411.0], "std": [237.57946039167612], "count": [823]}, "episode_index": {"min": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [823]}, "index": {"min": [6690], "max": [7512], "mean": [7101.0], "std": [237.57946039167612], "count": [823]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [823]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5633049812416839], "std": [0.0, 0.4021544692948586], "count": [823]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5633049812416839], "std": [0.0, 0.4021544692948586], "count": [823]}, "eef_direction_state": {"mean": [6.0, 3.4750911300121508], "std": [0.0, 2.33657572305217], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.0, 0.6877278250303767], "std": [0.0, 0.6004717171944313], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.0, 0.5795868772782503], "std": [0.0, 0.8059145424564218], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_direction_action": {"mean": [6.0, 3.4750911300121508], "std": [0.0, 2.33657572305217], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.0, 0.6877278250303767], "std": [0.0, 0.6004717171944313], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.0, 0.5795868772782503], "std": [0.0, 0.8059145424564218], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [-0.3103242814540863, 0.46757417917251587, 0.2282395362854004, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.286988228559494, -0.46676501631736755, 0.1640395224094391, 1.2181494235992432, -1.8760839700698853, 1.114999532699585], "std": [1.4713684322487097e-05, 7.895078852016013e-06, 1.2220636563142762e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.050023604184389114, 0.034622929990291595, 0.04262049123644829, 0.47902408242225647, 0.3634305000305176, 0.353505939245224], "min": [-0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3543969988822937, -0.5235980153083801, 0.0719280019402504, 0.5132603049278259, -2.2976090908050537, 0.5693063735961914], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17607800662517548, -0.39675599336624146, 0.22828899323940277, 1.8984074592590332, -1.121137022972107, 1.5841478109359741], "count": [823]}, "eef_sim_pose_action": {"mean": [-0.31032440066337585, 0.46757376194000244, 0.22823961079120636, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.2869883179664612, -0.4667649567127228, 0.16403955221176147, 1.2181507349014282, -1.8760826587677002, 1.114999532699585], "std": [1.471412724640686e-05, 7.904000085545704e-06, 1.222093305841554e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.050023600459098816, 0.0346229262650013, 0.042620494961738586, 0.4790240228176117, 0.3634306788444519, 0.3535059988498688], "min": [-0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3543969988822937, -0.5235980153083801, 0.0719280019402504, 0.5132603049278259, -2.2976090908050537, 0.5693063735961914], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17607800662517548, -0.39675599336624146, 0.22828899323940277, 1.8984074592590332, -1.121137022972107, 1.5841478109359741], "count": [823]}, "gripper_mode_state": {"mean": [0.0, 0.5236938031591738], "std": [0.0, 0.49943828817167385], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_state": {"mean": [2.0, 1.896719319562576], "std": [0.0, 0.4008210621856596], "min": [2, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.0, 0.5236938031591738], "std": [0.0, 0.49943828817167385], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_action": {"mean": [2.0, 1.896719319562576], "std": [0.0, 0.40082106218565966], "min": [2, 0], "max": [2, 2], "count": [823]}}} +{"episode_index": 9, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9607843137254902]]], "mean": [[[0.4375101328410152]], [[0.4167155814977506]], [[0.4222043186592819]]], "std": [[[0.2018055268757189]], [[0.1984206961206688]], [[0.2007727049070834]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4033373188290468]], [[0.39693030886597064]], [[0.39276417138825226]]], "std": [[[0.2322456553758984]], [[0.22240652578228035]], [[0.22268537543805678]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49660679669595115]], [[0.4816640552054155]], [[0.4776134029369324]]], "std": [[[0.21433813543516544]], [[0.21278807387371598]], [[0.21815235362769486]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46669824425982515]], [[0.445092584192768]], [[0.4545914316484169]]], "std": [[[0.2783759162594822]], [[0.2665313739788934]], [[0.2717374132552011]]], "count": [154]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.015934856608510017, 0.2514146864414215, -0.5845108032226562, -1.634657859802246, 0.25384068489074707, -0.27785640954971313, -0.0927293449640274, -0.35943499207496643, -0.5110750198364258, 0.09516499936580658, 0.5186495780944824, -2.4122533798217773, 0.5231167674064636, 1001.0, 176.0, -0.0007087141857482493, -0.19542275369167328, -0.9058014154434204, 1.8865840435028076, -0.9786187410354614, -0.0001983923139050603], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3742334842681885, 0.6434679627418518, -0.13632766902446747, -0.9858143329620361, 1.6031546592712402, 0.24638812243938446, 0.6658605933189392, -0.19418500363826752, -0.4150159955024719, 0.23038600385189056, 1.886793851852417, -1.121137022972107, 1.5094865560531616, 1002.0, 1000.0, -0.000706834311131388, -0.19515956938266754, -0.9057934880256653, 1.8865903615951538, -0.9785735607147217, -1.5187928511295468e-05], "mean": [-0.1995181441307068, 0.6046702861785889, 0.451389342546463, -1.4119757413864136, -0.253892719745636, -0.12053968757390976, 0.02827453427016735, -0.3103262782096863, 0.46757227182388306, 0.22823616862297058, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.2733737528324127, 0.49363768100738525, -0.42961519956588745, -1.3292156457901, 0.8755288124084473, -0.013750546611845493, 0.29366129636764526, -0.3020578920841217, -0.4733998477458954, 0.18037503957748413, 1.2886571884155273, -1.8740900754928589, 1.0447051525115967, 1001.0036010742188, 613.2587280273438, -0.000708573148585856, -0.19530244171619415, -0.905803382396698, 1.8865946531295776, -0.9785838723182678, -6.914651021361351e-05], "std": [2.551179386500735e-05, 1.6351628801203333e-05, 2.3055226847645827e-05, 2.4311179004143924e-05, 2.2881908080307767e-05, 1.5360064935521223e-05, 2.0098272216273472e-05, 1.465513832954457e-05, 8.061996595642995e-06, 1.1681592695822474e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.07762584835290909, 0.10779841244220734, 0.10627398639917374, 0.18070077896118164, 0.4210411608219147, 0.15433689951896667, 0.2546422481536865, 0.03933623433113098, 0.029256895184516907, 0.03642293065786362, 0.4594583511352539, 0.4492148458957672, 0.33203840255737305, 0.059975676238536835, 401.84588623046875, 5.012169594920124e-07, 7.384368655038998e-05, 7.198364528449019e-06, 6.476323505921755e-06, 1.1233507393626496e-05, 5.652599793393165e-05], "count": [831]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.015934856608510017, 0.2514146864414215, -0.5845108032226562, -1.634657859802246, 0.25384068489074707, -0.27785640954971313, -0.0927293449640274, -0.35943499207496643, -0.5110750198364258, 0.09516499936580658, 0.5186495780944824, -2.4122533798217773, 0.5231167674064636, 1001.0, 176.0, -0.0007087141857482493, -0.19542275369167328, -0.9058014154434204, 1.8865840435028076, -0.9786187410354614, -0.0001983923139050603], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3742334842681885, 0.6434679627418518, -0.13632766902446747, -0.9858143329620361, 1.6031546592712402, 0.24638812243938446, 0.6658605933189392, -0.19418500363826752, -0.4150159955024719, 0.23038600385189056, 1.886793851852417, -1.121137022972107, 1.5094865560531616, 1002.0, 1000.0, -0.000706834311131388, -0.19515956938266754, -0.9057934880256653, 1.8865903615951538, -0.9785735607147217, -1.5187928511295468e-05], "mean": [-0.199518084526062, 0.6046702861785889, 0.4513893127441406, -1.4119755029678345, -0.253892719745636, -0.12053971737623215, 0.028274554759263992, -0.3103262782096863, 0.46757224202156067, 0.22823616862297058, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.2735011875629425, 0.4935013949871063, -0.429717481136322, -1.3290719985961914, 0.8758063912391663, -0.013903839513659477, 0.29371094703674316, -0.30205705761909485, -0.47342708706855774, 0.1803170144557953, 1.2886279821395874, -1.8743809461593628, 1.045005440711975, 1001.0036010742188, 613.2587280273438, -0.000708573148585856, -0.19530272483825684, -0.905803382396698, 1.8865946531295776, -0.9785838723182678, -6.895574915688485e-05], "std": [2.555804530857131e-05, 1.6351628801203333e-05, 2.3042826796881855e-05, 2.432192923151888e-05, 2.2881908080307767e-05, 1.5361189070972614e-05, 2.0107174350414425e-05, 1.4661764907941688e-05, 8.071009688137565e-06, 1.1688388440234121e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.07759135961532593, 0.10772934556007385, 0.1063358262181282, 0.18068258464336395, 0.4207070469856262, 0.15450632572174072, 0.25458353757858276, 0.03933606669306755, 0.029261993244290352, 0.036385081708431244, 0.4594409465789795, 0.4488043189048767, 0.3318813741207123, 0.059975676238536835, 401.84588623046875, 5.012169594920124e-07, 7.379395538009703e-05, 7.201936568890233e-06, 6.473206667578779e-06, 1.1215675840503536e-05, 5.6385826610494405e-05], "count": [831]}, "timestamp": {"min": [0.0], "max": [27.666666666666668], "mean": [13.833333333333334], "std": [7.99629543856033], "count": [831]}, "frame_index": {"min": [0], "max": [830], "mean": [415.0], "std": [239.8888631568099], "count": [831]}, "episode_index": {"min": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [831]}, "index": {"min": [7513], "max": [8343], "mean": [7928.0], "std": [239.8888631568099], "count": [831]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [831]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6132587248058239], "std": [0.0, 0.4018470757391314], "count": [831]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6132587248058239], "std": [0.0, 0.4018470757391314], "count": [831]}, "eef_direction_state": {"mean": [6.0, 3.762936221419976], "std": [0.0, 2.332292642844132], "min": [6, 0], "max": [6, 6], "count": [831]}, "eef_velocity_state": {"mean": [0.0, 0.6077015643802648], "std": [0.0, 0.5847137285799365], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_acc_mag_state": {"mean": [0.0, 0.48736462093862815], "std": [0.0, 0.7565337769191598], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_direction_action": {"mean": [6.0, 3.762936221419976], "std": [0.0, 2.332292642844132], "min": [6, 0], "max": [6, 6], "count": [831]}, "eef_velocity_action": {"mean": [0.0, 0.6077015643802648], "std": [0.0, 0.5847137285799365], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_acc_mag_action": {"mean": [0.0, 0.48736462093862815], "std": [0.0, 0.7565337769191598], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_sim_pose_state": {"mean": [-0.31032630801200867, 0.46757256984710693, 0.22823645174503326, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30205774307250977, -0.47339990735054016, 0.18037500977516174, 1.2886552810668945, -1.8740904331207275, 1.0447063446044922], "std": [1.4655098311777692e-05, 8.05588388175238e-06, 1.1678378541546408e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03933623060584068, 0.029256898909807205, 0.03642294183373451, 0.45945867896080017, 0.4492143988609314, 0.33203890919685364], "min": [-0.31036901473999023, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35943499207496643, -0.5110750198364258, 0.09516499936580658, 0.5186495780944824, -2.4122533798217773, 0.5231167674064636], "max": [-0.31027600169181824, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19418500363826752, -0.4150159955024719, 0.23038600385189056, 1.886793851852417, -1.121137022972107, 1.5094865560531616], "count": [831]}, "eef_sim_pose_action": {"mean": [-0.3103262782096863, 0.46757227182388306, 0.22823616862297058, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.3020578920841217, -0.4733998477458954, 0.18037503957748413, 1.2886571884155273, -1.8740900754928589, 1.0447051525115967], "std": [1.465513832954457e-05, 8.061996595642995e-06, 1.1681592695822474e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.03933623433113098, 0.029256895184516907, 0.03642293065786362, 0.4594583511352539, 0.4492148458957672, 0.33203840255737305], "min": [-0.31036901473999023, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35943499207496643, -0.5110750198364258, 0.09516499936580658, 0.5186495780944824, -2.4122533798217773, 0.5231167674064636], "max": [-0.31027600169181824, 0.46759599447250366, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19418500363826752, -0.4150159955024719, 0.23038600385189056, 1.886793851852417, -1.121137022972107, 1.5094865560531616], "count": [831]}, "gripper_mode_state": {"mean": [0.0, 0.4620938628158845], "std": [0.0, 0.4985610541987589], "min": [0, 0], "max": [0, 1], "count": [831]}, "gripper_activity_state": {"mean": [2.0, 1.9001203369434416], "std": [0.0, 0.3935551618550453], "min": [2, 0], "max": [2, 2], "count": [831]}, "gripper_mode_action": {"mean": [0.0, 0.4620938628158845], "std": [0.0, 0.4985610541987589], "min": [0, 0], "max": [0, 1], "count": [831]}, "gripper_activity_action": {"mean": [2.0, 1.9001203369434416], "std": [0.0, 0.3935551618550453], "min": [2, 0], "max": [2, 2], "count": [831]}}} +{"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.42761407471485324]], [[0.40807222515912683]], [[0.414590146952027]]], "std": [[[0.20319419682842188]], [[0.1983073684911282]], [[0.19984997571553942]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40279246230082444]], [[0.39521746310179845]], [[0.391290948459994]]], "std": [[[0.23392847430743188]], [[0.2246927154994761]], [[0.22374961098527107]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4854317142979196]], [[0.47202777777777777]], [[0.4685065706565851]]], "std": [[[0.21275589983422918]], [[0.21204257097152346]], [[0.21728069168204248]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4564862619612115]], [[0.4383574960485283]], [[0.444311853880986]]], "std": [[[0.2651813544258031]], [[0.2571607240588718]], [[0.2614618444737908]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09464920312166214, 0.08944812417030334, -0.5368632674217224, -1.5470075607299805, 0.25385814905166626, -0.13205161690711975, -0.17948967218399048, -0.338360995054245, -0.5560330152511597, -0.03171899914741516, 0.6962705850601196, -2.1656970977783203, 0.7462756037712097, 1001.0, 176.0, -0.000706834311131388, -0.19934606552124023, -0.9057998061180115, 1.8865903615951538, -0.9785973429679871, -3.891906817443669e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.4675939977169037, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46214574575424194, 0.6047216653823853, -0.15418237447738647, -1.046481966972351, 1.2325515747070312, 0.2047969400882721, 0.410187304019928, -0.2033119946718216, -0.4512479901313782, 0.23000499606132507, 1.7872408628463745, -1.121137022972107, 1.500084638595581, 1002.0, 1000.0, -0.0007049544365145266, -0.1923491507768631, -0.9057871103286743, 1.8866117000579834, -0.9785220623016357, -2.1832647689734586e-05], "mean": [-0.19951801002025604, 0.6046732068061829, 0.45139607787132263, -1.4119720458984375, -0.2539214491844177, -0.12054765969514847, 0.028266793116927147, -0.31032586097717285, 0.4675723612308502, 0.228235125541687, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.3192891776561737, 0.29812097549438477, -0.3523041605949402, -1.2936769723892212, 0.7067251205444336, 0.04798763990402222, 0.18557673692703247, -0.2866855263710022, -0.5003931522369385, 0.13740456104278564, 1.2553478479385376, -1.8109040260314941, 1.1262651681900024, 1001.0072631835938, 583.5443725585938, -0.0007058022310957313, -0.19546644389629364, -0.905792772769928, 1.8865962028503418, -0.9785618185997009, -2.862383371393662e-05], "std": [2.650997157616075e-05, 1.644859730731696e-05, 2.1157649825909175e-05, 2.4370929168071598e-05, 2.4575918359914795e-05, 1.7955186194740236e-05, 1.9808925571851432e-05, 1.497273024142487e-05, 8.0340414569946e-06, 1.2040535693813581e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.10161027312278748, 0.14757639169692993, 0.12054259330034256, 0.1403571516275406, 0.3344751298427582, 0.1042817160487175, 0.16886217892169952, 0.04155389219522476, 0.029684612527489662, 0.07923554629087448, 0.397795170545578, 0.35417988896369934, 0.26852351427078247, 0.08507207781076431, 402.7022399902344, 9.3582480076293e-07, 0.0023895150516182184, 4.302085926610744e-06, 6.037561888661003e-06, 2.1114165065228008e-05, 2.032569000220974e-06], "count": [823]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09464920312166214, 0.08944812417030334, -0.5368632674217224, -1.5470075607299805, 0.25385814905166626, -0.13205161690711975, -0.17948967218399048, -0.338360995054245, -0.5560330152511597, -0.03171899914741516, 0.6962705850601196, -2.1656970977783203, 0.7462756037712097, 1001.0, 176.0, -0.000706834311131388, -0.19934606552124023, -0.9057998061180115, 1.8865903615951538, -0.9785973429679871, -3.891906817443669e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.4675939977169037, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46214574575424194, 0.6047216653823853, -0.15418237447738647, -1.046481966972351, 1.2325515747070312, 0.2047969400882721, 0.410187304019928, -0.2033119946718216, -0.4512479901313782, 0.23000499606132507, 1.7872408628463745, -1.121137022972107, 1.500084638595581, 1002.0, 1000.0, -0.0007049544365145266, -0.1923491507768631, -0.9057871103286743, 1.8866117000579834, -0.9785220623016357, -2.1832647689734586e-05], "mean": [-0.199518084526062, 0.6046731472015381, 0.45139598846435547, -1.4119720458984375, -0.2539214491844177, -0.12054762989282608, 0.028266748413443565, -0.31032589077949524, 0.4675723612308502, 0.2282351702451706, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.31931495666503906, 0.2978200316429138, -0.3523159325122833, -1.2935758829116821, 0.7068666219711304, 0.048018138855695724, 0.18541701138019562, -0.28671810030937195, -0.5004054307937622, 0.13731856644153595, 1.2550413608551025, -1.8111428022384644, 1.1265956163406372, 1001.0072631835938, 583.5443725585938, -0.0007057999609969556, -0.1954629123210907, -0.905792772769928, 1.8865962028503418, -0.9785617589950562, -2.862268047465477e-05], "std": [2.6465015253052115e-05, 1.644712028792128e-05, 2.1189476683503017e-05, 2.4370927349082194e-05, 2.457591654092539e-05, 1.7962996935239062e-05, 1.9867329683620483e-05, 1.4957158782635815e-05, 8.01791247795336e-06, 1.203764168167254e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.10158251971006393, 0.14720307290554047, 0.12055279314517975, 0.14030180871486664, 0.33430802822113037, 0.10423607379198074, 0.16912631690502167, 0.04158288985490799, 0.02967313677072525, 0.07917535305023193, 0.39764732122421265, 0.3537813425064087, 0.26822298765182495, 0.08507208526134491, 402.70220947265625, 9.356052714792895e-07, 0.0023917006328701973, 4.295819962862879e-06, 6.041564574843505e-06, 2.1094265321153216e-05, 2.0318450424383627e-06], "count": [823]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.699999999999998], "std": [7.919315346389204], "count": [823]}, "frame_index": {"min": [0], "max": [822], "mean": [411.0], "std": [237.57946039167612], "count": [823]}, "episode_index": {"min": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [823]}, "index": {"min": [8344], "max": [9166], "mean": [8755.0], "std": [237.57946039167612], "count": [823]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [823]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5835443495400476], "std": [0.0, 0.40270189589395033], "count": [823]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5835443495400476], "std": [0.0, 0.40270189589395033], "count": [823]}, "eef_direction_state": {"mean": [6.0, 4.235722964763062], "std": [0.0, 2.0248365953710423], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.0, 0.6257594167679222], "std": [0.0, 0.5671590436190106], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.0, 0.4629404617253949], "std": [0.0, 0.7481201098512389], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_direction_action": {"mean": [6.0, 4.235722964763062], "std": [0.0, 2.0248365953710423], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.0, 0.6257594167679222], "std": [0.0, 0.5671590436190106], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.0, 0.4629404617253949], "std": [0.0, 0.7481201098512389], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [-0.3103259205818176, 0.46757254004478455, 0.2282353639602661, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2866854667663574, -0.5003932118415833, 0.13740476965904236, 1.2553478479385376, -1.8109031915664673, 1.1262661218643188], "std": [1.4972659300838131e-05, 8.031483048398513e-06, 1.2038182831020094e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04155389219522476, 0.029684623703360558, 0.07923559099435806, 0.39779525995254517, 0.3541800081729889, 0.2685237526893616], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.338360995054245, -0.5560330152511597, -0.03171899914741516, 0.6962705850601196, -2.1656970977783203, 0.7462756037712097], "max": [-0.31028398871421814, 0.4675939977169037, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2033119946718216, -0.4512479901313782, 0.23000499606132507, 1.7872408628463745, -1.121137022972107, 1.500084638595581], "count": [823]}, "eef_sim_pose_action": {"mean": [-0.31032586097717285, 0.4675723612308502, 0.228235125541687, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.2866855263710022, -0.5003931522369385, 0.13740456104278564, 1.2553478479385376, -1.8109040260314941, 1.1262651681900024], "std": [1.497273024142487e-05, 8.0340414569946e-06, 1.2040535693813581e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.04155389219522476, 0.029684612527489662, 0.07923554629087448, 0.397795170545578, 0.35417988896369934, 0.26852351427078247], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.338360995054245, -0.5560330152511597, -0.03171899914741516, 0.6962705850601196, -2.1656970977783203, 0.7462756037712097], "max": [-0.31028398871421814, 0.4675939977169037, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2033119946718216, -0.4512479901313782, 0.23000499606132507, 1.7872408628463745, -1.121137022972107, 1.500084638595581], "count": [823]}, "gripper_mode_state": {"mean": [0.0, 0.49817739975698666], "std": [0.0, 0.4999966781173212], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_state": {"mean": [2.0, 1.896719319562576], "std": [0.0, 0.4008210621856595], "min": [2, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.0, 0.49817739975698666], "std": [0.0, 0.4999966781173212], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_action": {"mean": [2.0, 1.896719319562576], "std": [0.0, 0.4008210621856595], "min": [2, 0], "max": [2, 2], "count": [823]}}} +{"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.4310662381563363]], [[0.411246263214458]], [[0.4162016054744045]]], "std": [[[0.20464158124929321]], [[0.1992013981727933]], [[0.20126252201983819]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40812557984603237]], [[0.39982210789796907]], [[0.3957483207768566]]], "std": [[[0.23212071677399254]], [[0.22120779112204236]], [[0.22075746964384957]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5029162677654955]], [[0.4893474552572707]], [[0.48441963032416546]]], "std": [[[0.21896156929745564]], [[0.21708487640944435]], [[0.2231321200203956]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4631279691406764]], [[0.4396443336842567]], [[0.44645673361626526]]], "std": [[[0.27582080643641943]], [[0.2638655376637297]], [[0.2679072053716224]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0131772356107831, 0.2509259879589081, -0.5858372449874878, -1.6394749879837036, 0.1471661627292633, -0.12061969935894012, -0.028326693922281265, -0.32249900698661804, -0.5303450226783752, 0.019586000591516495, 0.5889552235603333, -2.157909870147705, 0.54111647605896, 1000.0, 189.0, -0.000701194629073143, -0.19905467331409454, -0.9059939384460449, 1.8861712217330933, -0.9805005788803101, -0.0009017832344397902], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.41636577248573303, 0.6047216653823853, -0.0867079570889473, -1.160451889038086, 1.1566472053527832, 0.3341083824634552, 0.5192005038261414, -0.18963700532913208, -0.4302850067615509, 0.22890299558639526, 1.9454811811447144, -1.121137022972107, 1.3990570306777954, 1002.0, 1000.0, -0.0006993147544562817, -0.19525733590126038, -0.9046762585639954, 1.8880847692489624, -0.9753383994102478, 0.0025743539445102215], "mean": [-0.1995198279619217, 0.6046790480613708, 0.45138540863990784, -1.4119722843170166, -0.2538931369781494, -0.12053024768829346, 0.028272755444049835, -0.3103265166282654, 0.46757373213768005, 0.22824297845363617, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2887520492076874, 0.36633431911468506, -0.3314002752304077, -1.4277037382125854, 0.5904805064201355, 0.12239707261323929, 0.23336432874202728, -0.265735000371933, -0.48527175188064575, 0.14758403599262238, 1.4030985832214355, -1.727338194847107, 0.9417529702186584, 1001.0050048828125, 548.9723510742188, -0.000701162323821336, -0.19558729231357574, -0.9057868123054504, 1.8866571187973022, -0.9786235690116882, -4.184309364063665e-05], "std": [2.608756949484814e-05, 2.2060421542846598e-05, 2.3173335648607463e-05, 2.467888771207072e-05, 2.1650403141393326e-05, 1.555410199216567e-05, 2.740040872595273e-05, 1.5122958757274318e-05, 8.059601896093227e-06, 1.2162578059360385e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.12161622196435928, 0.09040897339582443, 0.142568901181221, 0.12446866184473038, 0.28626391291618347, 0.1249590516090393, 0.16667243838310242, 0.04488948732614517, 0.030638376250863075, 0.06552744656801224, 0.4241442382335663, 0.29613634943962097, 0.24823759496212006, 0.08667483180761337, 392.7849426269531, 2.291036480528419e-07, 0.0008926698938012123, 0.0001519190554972738, 0.0002760200877673924, 0.0004897864419035614, 0.00043535404256545007], "count": [796]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0131772356107831, 0.2509259879589081, -0.5858372449874878, -1.6394749879837036, 0.1471661627292633, -0.12061969935894012, -0.028326693922281265, -0.32249900698661804, -0.5303450226783752, 0.019586000591516495, 0.5889552235603333, -2.157909870147705, 0.54111647605896, 1000.0, 189.0, -0.000701194629073143, -0.19905467331409454, -0.9059939384460449, 1.8861712217330933, -0.9805005788803101, -0.0009017832344397902], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.41636577248573303, 0.6047216653823853, -0.0867079570889473, -1.160451889038086, 1.1566472053527832, 0.3341083824634552, 0.5192005038261414, -0.18963700532913208, -0.4302850067615509, 0.22890299558639526, 1.9454811811447144, -1.121137022972107, 1.3990570306777954, 1002.0, 1000.0, -0.0006993147544562817, -0.19460690021514893, -0.9046762585639954, 1.8880847692489624, -0.9753383994102478, 0.0025743539445102215], "mean": [-0.1995198279619217, 0.6046790480613708, 0.45138537883758545, -1.411972165107727, -0.2538931369781494, -0.12053024023771286, 0.028272779658436775, -0.310326486825943, 0.46757376194000244, 0.22824296355247498, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2885170578956604, 0.3660483956336975, -0.33112210035324097, -1.427880048751831, 0.590373694896698, 0.12251775711774826, 0.2334643006324768, -0.26574259996414185, -0.4852297306060791, 0.14753824472427368, 1.4029512405395508, -1.7275171279907227, 0.9419207572937012, 1001.0050048828125, 548.9723510742188, -0.000701162323821336, -0.19558648765087128, -0.9057866930961609, 1.88665771484375, -0.9786235690116882, -4.161651304457337e-05], "std": [2.608756949484814e-05, 2.2061400159145705e-05, 2.3189337298390456e-05, 2.465165380272083e-05, 2.1650403141393326e-05, 1.555434391775634e-05, 2.7408517780713737e-05, 1.5124253877729643e-05, 8.052167686400935e-06, 1.2163056453573518e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.12196861952543259, 0.09001385420560837, 0.14255055785179138, 0.12454548478126526, 0.28640514612197876, 0.12477059662342072, 0.1665392369031906, 0.04489751532673836, 0.03068544529378414, 0.06548380851745605, 0.42410555481910706, 0.29581236839294434, 0.24815061688423157, 0.08667483925819397, 392.7849426269531, 2.291036480528419e-07, 0.0008932689670473337, 0.00015191783313639462, 0.00027643307112157345, 0.0004897851613350213, 0.0004354086995590478], "count": [796]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.659507526959913], "count": [796]}, "frame_index": {"min": [0], "max": [795], "mean": [397.5], "std": [229.78522580879738], "count": [796]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [796]}, "index": {"min": [9167], "max": [9962], "mean": [9564.5], "std": [229.78522580879738], "count": [796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [796]}, "gripper_open_scale_state": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.5489723598163332], "std": [0.0, 0.3927848812089783], "count": [796]}, "gripper_open_scale_action": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.5489723598163332], "std": [0.0, 0.39278488120897825], "count": [796]}, "eef_direction_state": {"mean": [6.0, 4.305276381909548], "std": [0.0, 2.0158971964184103], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.0, 0.5728643216080402], "std": [0.0, 0.5266441941382416], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.0, 0.44597989949748745], "std": [0.0, 0.7389700965641774], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_direction_action": {"mean": [6.0, 4.305276381909548], "std": [0.0, 2.0158971964184103], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.0, 0.5728643216080402], "std": [0.0, 0.5266441941382416], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.0, 0.44597989949748745], "std": [0.0, 0.7389700965641774], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [-0.31032633781433105, 0.4675739109516144, 0.22824305295944214, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2657351493835449, -0.48527151346206665, 0.1475840061903, 1.4030979871749878, -1.7273378372192383, 0.9417523145675659], "std": [1.5122095646802336e-05, 8.056844308157451e-06, 1.2162327038822696e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04488949105143547, 0.030638383701443672, 0.06552743911743164, 0.4241442382335663, 0.29613614082336426, 0.24823768436908722], "min": [-0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32249900698661804, -0.5303450226783752, 0.019586000591516495, 0.5889552235603333, -2.157909870147705, 0.54111647605896], "max": [-0.31028100848197937, 0.4675990045070648, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18963700532913208, -0.4302850067615509, 0.22890299558639526, 1.9454811811447144, -1.121137022972107, 1.3990570306777954], "count": [796]}, "eef_sim_pose_action": {"mean": [-0.3103265166282654, 0.46757373213768005, 0.22824297845363617, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.265735000371933, -0.48527175188064575, 0.14758403599262238, 1.4030985832214355, -1.727338194847107, 0.9417529702186584], "std": [1.5122958757274318e-05, 8.059601896093227e-06, 1.2162578059360385e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.04488948732614517, 0.030638376250863075, 0.06552744656801224, 0.4241442382335663, 0.29613634943962097, 0.24823759496212006], "min": [-0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32249900698661804, -0.5303450226783752, 0.019586000591516495, 0.5889552235603333, -2.157909870147705, 0.54111647605896], "max": [-0.31028100848197937, 0.4675990045070648, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18963700532913208, -0.4302850067615509, 0.22890299558639526, 1.9454811811447144, -1.121137022972107, 1.3990570306777954], "count": [796]}, "gripper_mode_state": {"mean": [0.0, 0.5489949748743719], "std": [0.0, 0.49759370216779863], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_state": {"mean": [2.0, 1.8944723618090453], "std": [0.0, 0.4058858393227864], "min": [2, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.0, 0.5489949748743719], "std": [0.0, 0.49759370216779863], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_action": {"mean": [2.0, 1.8944723618090453], "std": [0.0, 0.4058858393227864], "min": [2, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 12, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.435266128626108]], [[0.4140241194936879]], [[0.4177332754163309]]], "std": [[[0.2022722575628598]], [[0.19727464241195522]], [[0.1998874690094944]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40956423890903393]], [[0.40146350389470853]], [[0.3970371452233861]]], "std": [[[0.23192351703861416]], [[0.22096424575054838]], [[0.22058262761769537]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5040798233391529]], [[0.48986164271644733]], [[0.4849628114088101]]], "std": [[[0.21907226779976827]], [[0.21704420702080396]], [[0.2231272141647992]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4726964897260274]], [[0.4502714964410422]], [[0.4576919389045573]]], "std": [[[0.27714704703758397]], [[0.26486721554470255]], [[0.270334318265836]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06459463387727737, 0.2013586312532425, -0.5404062867164612, -1.7611418962478638, 0.25382325053215027, -0.2630385756492615, -0.08290313929319382, -0.34091100096702576, -0.5214509963989258, 0.11186999827623367, 0.4591690003871918, -2.310185432434082, 0.5927913188934326, 1000.0, 173.0, -0.000701194629073143, -0.19929908215999603, -0.9055668711662292, 1.8867963552474976, -0.9788041114807129, -0.0002667380031198263], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028398871421814, 0.46759700775146484, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4265410006046295, 0.6410245299339294, -0.136572003364563, -1.1207630634307861, 1.3850409984588623, 0.33080971240997314, 0.5603903532028198, -0.21231000125408173, -0.37765800952911377, 0.22827200591564178, 2.01796817779541, -1.121137022972107, 1.5222892761230469, 1002.0, 1000.0, -0.000701194629073143, -0.19231155514717102, -0.9053941369056702, 1.8870388269424438, -0.9784729480743408, -0.0002496515808161348], "mean": [-0.1995168775320053, 0.6046643853187561, 0.451382577419281, -1.41196870803833, -0.2538929581642151, -0.12052503228187561, 0.028264595195651054, -0.31032946705818176, 0.46757352352142334, 0.22823725640773773, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.23309554159641266, 0.4132950007915497, -0.327552855014801, -1.3975831270217896, 0.847252368927002, 0.050702549517154694, 0.1995626538991928, -0.2916926443576813, -0.47325071692466736, 0.16807839274406433, 1.1917723417282104, -1.867568016052246, 1.1098066568374634, 1001.0, 534.1402587890625, -0.0007011906709522009, -0.1957416534423828, -0.905426561832428, 1.8869954347610474, -0.9787003397941589, -0.0002563798625487834], "std": [2.7000593036063947e-05, 1.68547012435738e-05, 2.2852091206004843e-05, 2.3578424588777125e-05, 2.182714524678886e-05, 1.676725696597714e-05, 2.0726276488858275e-05, 1.4759206351300236e-05, 8.229471859522164e-06, 1.1576886208786163e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.09997145086526871, 0.14321358501911163, 0.11489393562078476, 0.18969915807247162, 0.39746788144111633, 0.19360272586345673, 0.20491383969783783, 0.04142218083143234, 0.04446415975689888, 0.0331958569586277, 0.5835742950439453, 0.3837949335575104, 0.3347669541835785, 0.0720749944448471, 399.587646484375, 3.958120942115784e-09, 0.002349601360037923, 6.156336894491687e-05, 7.11878965375945e-05, 9.836001845542341e-05, 2.6061311473313253e-06], "count": [770]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06459463387727737, 0.2013586312532425, -0.5404062867164612, -1.7611418962478638, 0.25382325053215027, -0.2630385756492615, -0.08290313929319382, -0.34091100096702576, -0.5214509963989258, 0.11186999827623367, 0.4591690003871918, -2.310185432434082, 0.5927913188934326, 1000.0, 173.0, -0.000701194629073143, -0.19929908215999603, -0.9055668711662292, 1.8867963552474976, -0.9788041114807129, -0.0002667380031198263], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028398871421814, 0.46759700775146484, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4265410006046295, 0.6410245299339294, -0.136572003364563, -1.1207630634307861, 1.3850409984588623, 0.33080971240997314, 0.5603903532028198, -0.21231000125408173, -0.37765800952911377, 0.22827200591564178, 2.01796817779541, -1.121137022972107, 1.5222892761230469, 1002.0, 1000.0, -0.000701194629073143, -0.19231155514717102, -0.9053941369056702, 1.8870388269424438, -0.9784729480743408, -0.0002496515808161348], "mean": [-0.19951672852039337, 0.6046643257141113, 0.4513823986053467, -1.41196870803833, -0.2538929581642151, -0.12052503228187561, 0.028264621272683144, -0.31032949686050415, 0.46757352352142334, 0.22823725640773773, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2330242544412613, 0.41309747099876404, -0.32756510376930237, -1.3975257873535156, 0.8474822640419006, 0.05052186921238899, 0.1994953453540802, -0.29173046350479126, -0.47322946786880493, 0.16801685094833374, 1.1915912628173828, -1.867855429649353, 1.1102182865142822, 1001.0, 534.1402587890625, -0.0007011906709522009, -0.19573421776294708, -0.9054263234138489, 1.8869951963424683, -0.9787006378173828, -0.0002563749148976058], "std": [2.704405596887227e-05, 1.6838313968037255e-05, 2.2784171960665844e-05, 2.3584236259921454e-05, 2.182714524678886e-05, 1.676725696597714e-05, 2.0727400624309666e-05, 1.4759217265236657e-05, 8.230607818404678e-06, 1.1581499165913556e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.10001487284898758, 0.14305435121059418, 0.11490761488676071, 0.18970143795013428, 0.39717555046081543, 0.19382710754871368, 0.20499715209007263, 0.04145246744155884, 0.04447074234485626, 0.033128127455711365, 0.583477258682251, 0.38331854343414307, 0.33451443910598755, 0.0720749944448471, 399.587646484375, 3.958120942115784e-09, 0.002350656781345606, 6.138146272860467e-05, 7.15474016033113e-05, 9.801355190575123e-05, 2.600897914817324e-06], "count": [770]}, "timestamp": {"min": [0.0], "max": [25.633333333333333], "mean": [12.816666666666665], "std": [7.409322206218025], "count": [770]}, "frame_index": {"min": [0], "max": [769], "mean": [384.5], "std": [222.27966618654077], "count": [770]}, "episode_index": {"min": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [770]}, "index": {"min": [9963], "max": [10732], "mean": [10347.5], "std": [222.27966618654077], "count": [770]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [770]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5341402575373649], "std": [0.0, 0.3995871314267866], "count": [770]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5341402575373649], "std": [0.0, 0.3995871314267866], "count": [770]}, "eef_direction_state": {"mean": [6.0, 3.9272727272727272], "std": [0.0, 2.2401087846750274], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_state": {"mean": [0.0, 0.5727272727272728], "std": [0.0, 0.5793270533219905], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_state": {"mean": [0.0, 0.42857142857142855], "std": [0.0, 0.7266462979335669], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_direction_action": {"mean": [6.0, 3.9272727272727272], "std": [0.0, 2.2401087846750274], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_action": {"mean": [0.0, 0.5727272727272728], "std": [0.0, 0.5793270533219905], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_action": {"mean": [0.0, 0.42857142857142855], "std": [0.0, 0.7266462979335669], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_sim_pose_state": {"mean": [-0.3103293478488922, 0.46757325530052185, 0.22823752462863922, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29169267416000366, -0.4732504189014435, 0.1680784523487091, 1.1917728185653687, -1.8675676584243774, 1.109807014465332], "std": [1.4758732504560612e-05, 8.224669727496803e-06, 1.1574259588087443e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04142218455672264, 0.04446415230631828, 0.033195860683918, 0.5835742354393005, 0.3837950527667999, 0.33476683497428894], "min": [-0.31037500500679016, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34091100096702576, -0.5214509963989258, 0.11186999827623367, 0.4591690003871918, -2.310185432434082, 0.5927913188934326], "max": [-0.31028398871421814, 0.46759700775146484, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21231000125408173, -0.37765800952911377, 0.22827200591564178, 2.01796817779541, -1.121137022972107, 1.5222892761230469], "count": [770]}, "eef_sim_pose_action": {"mean": [-0.31032946705818176, 0.46757352352142334, 0.22823725640773773, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.2916926443576813, -0.47325071692466736, 0.16807839274406433, 1.1917723417282104, -1.867568016052246, 1.1098066568374634], "std": [1.4759206351300236e-05, 8.229471859522164e-06, 1.1576886208786163e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.04142218083143234, 0.04446415975689888, 0.0331958569586277, 0.5835742950439453, 0.3837949335575104, 0.3347669541835785], "min": [-0.31037500500679016, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34091100096702576, -0.5214509963989258, 0.11186999827623367, 0.4591690003871918, -2.310185432434082, 0.5927913188934326], "max": [-0.31028398871421814, 0.46759700775146484, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21231000125408173, -0.37765800952911377, 0.22827200591564178, 2.01796817779541, -1.121137022972107, 1.5222892761230469], "count": [770]}, "gripper_mode_state": {"mean": [0.0, 0.5571428571428572], "std": [0.0, 0.49672396144896236], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_state": {"mean": [2.0, 1.8896103896103895], "std": [0.0, 0.41343804497761805], "min": [2, 0], "max": [2, 2], "count": [770]}, "gripper_mode_action": {"mean": [0.0, 0.5571428571428572], "std": [0.0, 0.49672396144896236], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_action": {"mean": [2.0, 1.8896103896103895], "std": [0.0, 0.41343804497761805], "min": [2, 0], "max": [2, 2], "count": [770]}}} +{"episode_index": 13, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.43544065681828287]], [[0.4130914240696279]], [[0.41752785002890047]]], "std": [[[0.20332836247733865]], [[0.19810714214476502]], [[0.20077104484969063]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4083274712662843]], [[0.3996633292205771]], [[0.39436868080565557]]], "std": [[[0.2311917382005966]], [[0.22000383128942103]], [[0.21910087138118]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5043323079231693]], [[0.4900431283624561]], [[0.4852935924369748]]], "std": [[[0.2192551487155189]], [[0.2170993251709062]], [[0.2232194178687742]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46934738895558226]], [[0.44704248227068605]], [[0.4538928543639678]]], "std": [[[0.27260936954515597]], [[0.2590446618843426]], [[0.2641523382925085]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.005497787147760391, 0.1958433836698532, -0.5695707201957703, -1.8336952924728394, 0.2537708580493927, -0.16008159518241882, -0.2517637610435486, -0.33469200134277344, -0.5398839712142944, 0.12792900204658508, 0.4269647002220154, -2.2708377838134766, 0.5759797692298889, 1001.0, 156.0, -0.000701194629073143, -0.19924454391002655, -0.9054083824157715, 1.8866140842437744, -0.9787542223930359, -0.000262941000983119], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39245474338531494, 0.6613227128982544, -0.12674580514431, -1.0705151557922363, 1.4477331638336182, 0.3341432809829712, 0.4807509481906891, -0.2113649994134903, -0.37490901350975037, 0.22842800617218018, 1.860959529876709, -1.121137022972107, 1.4635413885116577, 1002.0, 1000.0, -0.000701194629073143, -0.19223448634147644, -0.9053941369056702, 1.8867955207824707, -0.9785664081573486, -0.0002496515808161348], "mean": [-0.19951821863651276, 0.6046693325042725, 0.45138245820999146, -1.4119672775268555, -0.25389519333839417, -0.12052375823259354, 0.028267914429306984, -0.31032881140708923, 0.4675746560096741, 0.22824063897132874, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2422953099012375, 0.41299349069595337, -0.3368558883666992, -1.410277247428894, 0.8803493976593018, 0.10320334136486053, 0.15241938829421997, -0.2895774245262146, -0.47666656970977783, 0.16330303251743317, 1.1197712421417236, -1.8911646604537964, 1.1107308864593506, 1001.0025634765625, 499.6166687011719, -0.0007011906709522009, -0.1954566240310669, -0.9053971767425537, 1.886696219444275, -0.9786521196365356, -0.0002554866368882358], "std": [2.6237141355522908e-05, 1.6024105207179673e-05, 2.32846232393058e-05, 2.3899166990304366e-05, 2.2099791749496944e-05, 1.5845344023546204e-05, 1.8892480511567555e-05, 1.495369815529557e-05, 7.944509889057372e-06, 1.1472132428025361e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.11766676604747772, 0.15246935188770294, 0.11285555362701416, 0.23035909235477448, 0.3893081843852997, 0.16117802262306213, 0.20604971051216125, 0.038124773651361465, 0.048914529383182526, 0.026864204555749893, 0.5365834832191467, 0.3725232183933258, 0.3188376724720001, 0.05057192221283913, 404.3940124511719, 3.958120942115784e-09, 0.0026498620864003897, 6.281976766331354e-06, 7.26153448340483e-05, 6.026832488714717e-05, 1.5545949736406328e-06], "count": [780]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.005497787147760391, 0.1958433836698532, -0.5695707201957703, -1.8336952924728394, 0.2537708580493927, -0.16008159518241882, -0.2517637610435486, -0.33469200134277344, -0.5398839712142944, 0.12792900204658508, 0.4269647002220154, -2.2708377838134766, 0.5759797692298889, 1001.0, 156.0, -0.000701194629073143, -0.19924266636371613, -0.9054083824157715, 1.8866140842437744, -0.9787542223930359, -0.000262941000983119], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39245474338531494, 0.6613227128982544, -0.12674580514431, -1.0705151557922363, 1.4477331638336182, 0.3341432809829712, 0.4807509481906891, -0.2113649994134903, -0.37490901350975037, 0.22842800617218018, 1.860959529876709, -1.121137022972107, 1.4635413885116577, 1002.0, 1000.0, -0.000701194629073143, -0.19223448634147644, -0.9053941369056702, 1.8867955207824707, -0.9785664081573486, -0.0002496515808161348], "mean": [-0.19951818883419037, 0.6046693325042725, 0.45138248801231384, -1.411967396736145, -0.25389519333839417, -0.12052375823259354, 0.028267914429306984, -0.3103288412094116, 0.4675746560096741, 0.22824059426784515, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2422887235879898, 0.4128267765045166, -0.337006151676178, -1.4102896451950073, 0.8806495666503906, 0.10317711532115936, 0.15215705335140228, -0.2896076738834381, -0.47665056586265564, 0.16321483254432678, 1.119463562965393, -1.8914499282836914, 1.1110973358154297, 1001.0025634765625, 499.6166687011719, -0.0007011906709522009, -0.1954517811536789, -0.9053971767425537, 1.8866961002349854, -0.9786520004272461, -0.00025548419216647744], "std": [2.6238503778586164e-05, 1.6024105207179673e-05, 2.330409006390255e-05, 2.388769826211501e-05, 2.2099791749496944e-05, 1.5845344023546204e-05, 1.889248233055696e-05, 1.4960110092943069e-05, 7.950087820063345e-06, 1.1477801308501512e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.11766931414604187, 0.15233160555362701, 0.11308566480875015, 0.2303595095872879, 0.38891568779945374, 0.16121619939804077, 0.20640942454338074, 0.0381506085395813, 0.04891955852508545, 0.02676464058458805, 0.5363923907279968, 0.37201961874961853, 0.31858372688293457, 0.05057191848754883, 404.3940124511719, 3.958120942115784e-09, 0.0026463852263987064, 6.278263299464015e-06, 7.261044811457396e-05, 6.024977847118862e-05, 1.5533232726738788e-06], "count": [780]}, "timestamp": {"min": [0.0], "max": [25.966666666666665], "mean": [12.983333333333333], "std": [7.505547331190493], "count": [780]}, "frame_index": {"min": [0], "max": [779], "mean": [389.5], "std": [225.1664199357148], "count": [780]}, "episode_index": {"min": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [780]}, "index": {"min": [10733], "max": [11512], "mean": [11122.5], "std": [225.1664199357148], "count": [780]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [780]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.49961666841155444], "std": [0.0, 0.4043941233026356], "count": [780]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.49961666841155444], "std": [0.0, 0.4043941233026355], "count": [780]}, "eef_direction_state": {"mean": [6.0, 3.873076923076923], "std": [0.0, 2.1968609935205454], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_state": {"mean": [0.0, 0.5666666666666667], "std": [0.0, 0.5305214335472158], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_state": {"mean": [0.0, 0.4858974358974359], "std": [0.0, 0.7585790290581196], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_direction_action": {"mean": [6.0, 3.873076923076923], "std": [0.0, 2.1968609935205454], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_action": {"mean": [0.0, 0.5666666666666667], "std": [0.0, 0.5305214335472158], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_action": {"mean": [0.0, 0.4858974358974359], "std": [0.0, 0.7585790290581196], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_sim_pose_state": {"mean": [-0.3103288412094116, 0.46757397055625916, 0.22824054956436157, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2895773947238922, -0.4766663908958435, 0.16330310702323914, 1.1197712421417236, -1.8911651372909546, 1.1107323169708252], "std": [1.4953681784390938e-05, 7.91484308138024e-06, 1.1471843208710197e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.03812476992607117, 0.04891454055905342, 0.026864200830459595, 0.5365833640098572, 0.37252330780029297, 0.318837434053421], "min": [-0.3103800117969513, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33469200134277344, -0.5398839712142944, 0.12792900204658508, 0.4269647002220154, -2.2708377838134766, 0.5759797692298889], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2113649994134903, -0.37490901350975037, 0.22842800617218018, 1.860959529876709, -1.121137022972107, 1.4635413885116577], "count": [780]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.4675746560096741, 0.22824063897132874, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2895774245262146, -0.47666656970977783, 0.16330303251743317, 1.1197712421417236, -1.8911646604537964, 1.1107308864593506], "std": [1.495369815529557e-05, 7.944509889057372e-06, 1.1472132428025361e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.038124773651361465, 0.048914529383182526, 0.026864204555749893, 0.5365834832191467, 0.3725232183933258, 0.3188376724720001], "min": [-0.3103800117969513, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33469200134277344, -0.5398839712142944, 0.12792900204658508, 0.4269647002220154, -2.2708377838134766, 0.5759797692298889], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2113649994134903, -0.37490901350975037, 0.22842800617218018, 1.860959529876709, -1.121137022972107, 1.4635413885116577], "count": [780]}, "gripper_mode_state": {"mean": [0.0, 0.5871794871794872], "std": [0.0, 0.49234107792781767], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_state": {"mean": [2.0, 1.8884615384615384], "std": [0.0, 0.4164812210593263], "min": [2, 0], "max": [2, 2], "count": [780]}, "gripper_mode_action": {"mean": [0.0, 0.5871794871794872], "std": [0.0, 0.4923410779278177], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_action": {"mean": [2.0, 1.8884615384615384], "std": [0.0, 0.4164812210593263], "min": [2, 0], "max": [2, 2], "count": [780]}}} +{"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.4328376558956916]], [[0.4121505977390957]], [[0.4174003198501623]]], "std": [[[0.20258845036470569]], [[0.19799537929757394]], [[0.2000708064102773]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4069985535881019]], [[0.39726878946022853]], [[0.3917873885665377]]], "std": [[[0.2314856101993195]], [[0.22003847388308262]], [[0.21921279941172103]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5023757544684541]], [[0.48865432978747053]], [[0.4837779736894758]]], "std": [[[0.2186852637701822]], [[0.21704579188445863]], [[0.2230922735116184]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651650646369659]], [[0.4394282588035214]], [[0.44741381274732117]]], "std": [[[0.2761141204821172]], [[0.2627900996250818]], [[0.2676427749478118]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07648032903671265, 0.2180090844631195, -0.5429544448852539, -1.640051007270813, 0.2537708580493927, -0.12767083942890167, -0.11564551293849945, -0.3347330093383789, -0.5274789929389954, 0.039420999586582184, 0.5598039627075195, -2.2542386054992676, 0.5609704852104187, 1001.0, 161.0, -0.000701194629073143, -0.19567465782165527, -0.9054059982299805, 1.8865578174591064, -0.9786733984947205, -0.00025914402795024216], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37334340810775757, 0.6047391295433044, -0.15451399981975555, -1.0986498594284058, 1.2314519882202148, 0.28909632563591003, 0.47715556621551514, -0.21552599966526031, -0.4218809902667999, 0.2282940000295639, 1.9031745195388794, -1.121137022972107, 1.4615291357040405, 1002.0, 1000.0, -0.0006993147544562817, -0.1954885572195053, -0.9053989052772522, 1.8866173028945923, -0.9785727858543396, -0.0002496515808161348], "mean": [-0.19951727986335754, 0.6046684980392456, 0.45138663053512573, -1.4119665622711182, -0.2539011836051941, -0.12052399665117264, 0.028276098892092705, -0.31032896041870117, 0.4675740599632263, 0.22824053466320038, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2797110974788666, 0.3817285895347595, -0.36837220191955566, -1.3699182271957397, 0.7535432577133179, 0.09042695164680481, 0.22377333045005798, -0.2892559766769409, -0.4836951494216919, 0.14820946753025055, 1.2697603702545166, -1.8590890169143677, 1.0332931280136108, 1001.0064086914062, 578.4801025390625, -0.0007011665729805827, -0.19559656083583832, -0.9053969383239746, 1.8866047859191895, -0.9785988926887512, -0.0002532365033403039], "std": [2.606100133561995e-05, 1.6560667063458823e-05, 2.216835127910599e-05, 2.4223982109106146e-05, 2.263879832753446e-05, 1.5866560715949163e-05, 1.9709503249032423e-05, 1.4721399566042237e-05, 7.767669558234047e-06, 1.1888154404005036e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08448705077171326, 0.10410752147436142, 0.1029004380106926, 0.16180261969566345, 0.33280375599861145, 0.12194764614105225, 0.16910406947135925, 0.035008642822504044, 0.03602904826402664, 0.05238610878586769, 0.4270334839820862, 0.3488963544368744, 0.2776620090007782, 0.0798577293753624, 409.533935546875, 2.1165600117001304e-07, 4.234935840941034e-05, 4.547515345620923e-06, 1.733213139232248e-05, 2.7772744942922145e-05, 1.3819837931805523e-06], "count": [779]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07648032903671265, 0.2180090844631195, -0.5429544448852539, -1.640051007270813, 0.2537708580493927, -0.12767083942890167, -0.11564551293849945, -0.3347330093383789, -0.5274789929389954, 0.039420999586582184, 0.5598039627075195, -2.2542386054992676, 0.5609704852104187, 1001.0, 161.0, -0.000701194629073143, -0.19567465782165527, -0.9054059982299805, 1.8865578174591064, -0.9786733984947205, -0.00025914402795024216], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37334340810775757, 0.6047391295433044, -0.15451399981975555, -1.0986498594284058, 1.2314519882202148, 0.28909632563591003, 0.47715556621551514, -0.21552599966526031, -0.4218809902667999, 0.2282940000295639, 1.9031745195388794, -1.121137022972107, 1.4615291357040405, 1002.0, 1000.0, -0.0006993147544562817, -0.1954885572195053, -0.9053989052772522, 1.8866173028945923, -0.9785727858543396, -0.0002496515808161348], "mean": [-0.19951720535755157, 0.6046684980392456, 0.45138660073280334, -1.4119665622711182, -0.2539011538028717, -0.12052401155233383, 0.028276141732931137, -0.31032899022102356, 0.4675740599632263, 0.22824057936668396, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2796064019203186, 0.3815484642982483, -0.3683762848377228, -1.3699703216552734, 0.7536157369613647, 0.09042689204216003, 0.22366206347942352, -0.2892864942550659, -0.48366501927375793, 0.14813797175884247, 1.26960289478302, -1.8592853546142578, 1.0335111618041992, 1001.0064086914062, 578.4801025390625, -0.0007011665729805827, -0.1955968141555786, -0.9053969383239746, 1.8866047859191895, -0.9785990118980408, -0.0002532328653614968], "std": [2.6107210942427628e-05, 1.657361281104386e-05, 2.215161657659337e-05, 2.428292100375984e-05, 2.26896045205649e-05, 1.5865709428908303e-05, 1.9705494196387008e-05, 1.4723713320563547e-05, 7.767923307255842e-06, 1.1903152881131973e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08463676273822784, 0.1038428395986557, 0.1029038280248642, 0.16182275116443634, 0.3327016234397888, 0.12194773554801941, 0.1692982167005539, 0.035037364810705185, 0.03605227917432785, 0.05231479927897453, 0.4269440770149231, 0.34852468967437744, 0.2775028944015503, 0.0798577293753624, 409.5339660644531, 2.1165600117001304e-07, 4.226991586619988e-05, 4.550912308332045e-06, 1.7410446162102744e-05, 2.785340984701179e-05, 1.380160938424524e-06], "count": [779]}, "timestamp": {"min": [0.0], "max": [25.933333333333334], "mean": [12.966666666666667], "std": [7.495924818785798], "count": [779]}, "frame_index": {"min": [0], "max": [778], "mean": [389.0], "std": [224.8777445635739], "count": [779]}, "episode_index": {"min": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [779]}, "index": {"min": [11513], "max": [12291], "mean": [11902.0], "std": [224.8777445635739], "count": [779]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [779]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5784801019974942], "std": [0.0, 0.40953439374470446], "count": [779]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5784801019974942], "std": [0.0, 0.40953439374470446], "count": [779]}, "eef_direction_state": {"mean": [6.0, 4.44801026957638], "std": [0.0, 2.0677375082382645], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_state": {"mean": [0.0, 0.5057766367137355], "std": [0.0, 0.562777822002708], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_state": {"mean": [0.0, 0.3940949935815148], "std": [0.0, 0.7075721357606167], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_direction_action": {"mean": [6.0, 4.44801026957638], "std": [0.0, 2.0677375082382645], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_action": {"mean": [0.0, 0.5057766367137355], "std": [0.0, 0.562777822002708], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_action": {"mean": [0.0, 0.3940949935815148], "std": [0.0, 0.7075721357606167], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_sim_pose_state": {"mean": [-0.3103291392326355, 0.46757379174232483, 0.22824029624462128, -1.573226809501648, -1.1211367845535278, -0.7462756037712097, -0.2892560362815857, -0.48369577527046204, 0.14820943772792816, 1.2697629928588867, -1.859089970588684, 1.0332928895950317], "std": [1.4720378203492146e-05, 7.762639143038541e-06, 1.1885380445164628e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 0.0, 0.03500864654779434, 0.036029040813446045, 0.05238613486289978, 0.42703312635421753, 0.34889665246009827, 0.2776622474193573], "min": [-0.31036999821662903, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3347330093383789, -0.5274789929389954, 0.039420999586582184, 0.5598039627075195, -2.2542386054992676, 0.5609704852104187], "max": [-0.31028100848197937, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21552599966526031, -0.4218809902667999, 0.2282940000295639, 1.9031745195388794, -1.121137022972107, 1.4615291357040405], "count": [779]}, "eef_sim_pose_action": {"mean": [-0.31032896041870117, 0.4675740599632263, 0.22824053466320038, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2892559766769409, -0.4836951494216919, 0.14820946753025055, 1.2697603702545166, -1.8590890169143677, 1.0332931280136108], "std": [1.4721399566042237e-05, 7.767669558234047e-06, 1.1888154404005036e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.035008642822504044, 0.03602904826402664, 0.05238610878586769, 0.4270334839820862, 0.3488963544368744, 0.2776620090007782], "min": [-0.31036999821662903, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3347330093383789, -0.5274789929389954, 0.039420999586582184, 0.5598039627075195, -2.2542386054992676, 0.5609704852104187], "max": [-0.31028100848197937, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21552599966526031, -0.4218809902667999, 0.2282940000295639, 1.9031745195388794, -1.121137022972107, 1.4615291357040405], "count": [779]}, "gripper_mode_state": {"mean": [0.0, 0.49550706033376124], "std": [0.0, 0.4999798130856404], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_state": {"mean": [2.0, 1.8870346598202825], "std": [0.0, 0.41792176403318515], "min": [2, 0], "max": [2, 2], "count": [779]}, "gripper_mode_action": {"mean": [0.0, 0.49550706033376124], "std": [0.0, 0.4999798130856404], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_action": {"mean": [2.0, 1.8870346598202825], "std": [0.0, 0.4179217640331851], "min": [2, 0], "max": [2, 2], "count": [779]}}} +{"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.43191170439092863]], [[0.4119433395841558]], [[0.4171093414155371]]], "std": [[[0.20266004938789808]], [[0.198342990483558]], [[0.20037659703341704]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4058255664122472]], [[0.3964805977760231]], [[0.3905950906369259]]], "std": [[[0.23118475610860434]], [[0.21957262921951629]], [[0.21886310009171814]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5023681035333597]], [[0.48857092764398824]], [[0.48375640572224415]]], "std": [[[0.21886796043030776]], [[0.21699291266781853]], [[0.22310127970800572]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.460545574801509]], [[0.4402737764289161]], [[0.4467785111527833]]], "std": [[[0.2779488451094663]], [[0.26665618727659374]], [[0.2709828925675217]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.004537855740636587, 0.230994313955307, -0.455635666847229, -1.7816146612167358, 0.25384068489074707, -0.205093652009964, -0.028326693922281265, -0.35060200095176697, -0.5146589875221252, 0.06841299682855606, 0.6014407277107239, -2.1773979663848877, 0.7089229822158813, 1001.0, 185.0, -0.000701194629073143, -0.19932162761688232, -0.9054076075553894, 1.8865206241607666, -0.9788088798522949, -0.0002667380031198263], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.4675999879837036, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3808308243751526, 0.6047391295433044, -0.1497667133808136, -1.1990585327148438, 1.239026665687561, 0.21734584867954254, 0.559255838394165, -0.2131730020046234, -0.36397698521614075, 0.2283259928226471, 2.0156409740448, -1.121137022972107, 1.5089002847671509, 1002.0, 1000.0, -0.0006993147544562817, -0.19231532514095306, -0.9054004549980164, 1.8865602016448975, -0.9785687923431396, -0.00024110836966428906], "mean": [-0.19951455295085907, 0.6046709418296814, 0.45139244198799133, -1.4119633436203003, -0.2538999021053314, -0.12052477896213531, 0.028278758749365807, -0.3103330731391907, 0.4675716757774353, 0.2282402068376541, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.19778703153133392, 0.37400829792022705, -0.32620707154273987, -1.4290434122085571, 0.7316504716873169, -0.00280697806738317, 0.25805172324180603, -0.2894532084465027, -0.4633600115776062, 0.15109360218048096, 1.3441718816757202, -1.8347276449203491, 1.0969902276992798, 1001.0012817382812, 531.8656005859375, -0.000701181183103472, -0.1957104355096817, -0.9053974747657776, 1.8865516185760498, -0.9786385893821716, -0.0002500927075743675], "std": [2.5899060347001068e-05, 1.758816870278679e-05, 2.241810943814926e-05, 2.58089949056739e-05, 2.300514097441919e-05, 1.597424125066027e-05, 1.974035330931656e-05, 1.4696309335704427e-05, 8.050956239458174e-06, 1.2535517271317076e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.0883355662226677, 0.10995174944400787, 0.09435908496379852, 0.14003127813339233, 0.303455114364624, 0.11898845434188843, 0.17762768268585205, 0.043259184807538986, 0.03748563677072525, 0.04784409701824188, 0.4562128186225891, 0.2944630980491638, 0.2694290578365326, 0.03542206808924675, 393.1849060058594, 1.3298436840614158e-07, 0.0022589457221329212, 6.588729775103275e-06, 1.0508176274015568e-05, 4.259158959030174e-05, 2.258991571579827e-06], "count": [796]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.004537855740636587, 0.230994313955307, -0.455635666847229, -1.7816146612167358, 0.25384068489074707, -0.205093652009964, -0.028326693922281265, -0.35060200095176697, -0.5146589875221252, 0.06841299682855606, 0.6014407277107239, -2.1773979663848877, 0.7089229822158813, 1001.0, 185.0, -0.000701194629073143, -0.19932162761688232, -0.9054076075553894, 1.8865206241607666, -0.9788088798522949, -0.0002667380031198263], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.4675999879837036, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3808308243751526, 0.6047391295433044, -0.1497667133808136, -1.1990585327148438, 1.239026665687561, 0.21734584867954254, 0.559255838394165, -0.2131730020046234, -0.36397698521614075, 0.2283259928226471, 2.0156409740448, -1.121137022972107, 1.5089002847671509, 1002.0, 1000.0, -0.0006993147544562817, -0.19231532514095306, -0.9054004549980164, 1.8865602016448975, -0.9785687923431396, -0.00024110836966428906], "mean": [-0.19951453804969788, 0.6046709418296814, 0.45139244198799133, -1.4119632244110107, -0.2538999021053314, -0.1205248013138771, 0.02827880159020424, -0.3103330731391907, 0.4675716161727905, 0.22824017703533173, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.19760484993457794, 0.37371253967285156, -0.326061874628067, -1.4290459156036377, 0.7316625118255615, -0.0028884117491543293, 0.2581373453140259, -0.2895022928714752, -0.4633174240589142, 0.15101973712444305, 1.344050407409668, -1.8350245952606201, 1.09723961353302, 1001.0012817382812, 531.8656005859375, -0.000701181183103472, -0.1957135647535324, -0.9053974747657776, 1.8865514993667603, -0.9786385893821716, -0.0002500879345461726], "std": [2.5896946681314148e-05, 1.757526297296863e-05, 2.241810943814926e-05, 2.5817580535658635e-05, 2.300514097441919e-05, 1.5971912944223732e-05, 1.9807986973319203e-05, 1.4680559615953825e-05, 8.045004506129771e-06, 1.2538101145764813e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.08848116546869278, 0.10964704304933548, 0.09425517171621323, 0.14003093540668488, 0.3034363389015198, 0.11909116804599762, 0.17750617861747742, 0.043304964900016785, 0.03749999776482582, 0.04777024686336517, 0.45616430044174194, 0.2938617169857025, 0.269196093082428, 0.03542206808924675, 393.1849365234375, 1.3298436840614158e-07, 0.0022606151178479195, 6.593483703909442e-06, 1.046249053615611e-05, 4.258844637661241e-05, 2.259914936075802e-06], "count": [796]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.659507526959913], "count": [796]}, "frame_index": {"min": [0], "max": [795], "mean": [397.5], "std": [229.78522580879738], "count": [796]}, "episode_index": {"min": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [796]}, "index": {"min": [12292], "max": [13087], "mean": [12689.5], "std": [229.78522580879738], "count": [796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [796]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5318655784630296], "std": [0.0, 0.3931852084077172], "count": [796]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5318655784630296], "std": [0.0, 0.39318520840771726], "count": [796]}, "eef_direction_state": {"mean": [6.0, 3.827889447236181], "std": [0.0, 2.063508274720113], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.0, 0.6293969849246231], "std": [0.0, 0.5008436482485437], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.0, 0.45603015075376885], "std": [0.0, 0.7345229327865975], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_direction_action": {"mean": [6.0, 3.827889447236181], "std": [0.0, 2.063508274720113], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.0, 0.6293969849246231], "std": [0.0, 0.5008436482485437], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.0, 0.45603015075376885], "std": [0.0, 0.7345229327865975], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [-0.3103328347206116, 0.46757224202156067, 0.22824029624462128, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2894531190395355, -0.4633597433567047, 0.1510934978723526, 1.3441729545593262, -1.8347269296646118, 1.0969903469085693], "std": [1.469427388656186e-05, 8.03370767243905e-06, 1.253519076271914e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04325919970870018, 0.03748561814427376, 0.04784408211708069, 0.4562125504016876, 0.2944630980491638, 0.2694290578365326], "min": [-0.31037598848342896, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35060200095176697, -0.5146589875221252, 0.06841299682855606, 0.6014407277107239, -2.1773979663848877, 0.7089229822158813], "max": [-0.31028100848197937, 0.4675999879837036, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2131730020046234, -0.36397698521614075, 0.2283259928226471, 2.0156409740448, -1.121137022972107, 1.5089002847671509], "count": [796]}, "eef_sim_pose_action": {"mean": [-0.3103330731391907, 0.4675716757774353, 0.2282402068376541, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2894532084465027, -0.4633600115776062, 0.15109360218048096, 1.3441718816757202, -1.8347276449203491, 1.0969902276992798], "std": [1.4696309335704427e-05, 8.050956239458174e-06, 1.2535517271317076e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.043259184807538986, 0.03748563677072525, 0.04784409701824188, 0.4562128186225891, 0.2944630980491638, 0.2694290578365326], "min": [-0.31037598848342896, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35060200095176697, -0.5146589875221252, 0.06841299682855606, 0.6014407277107239, -2.1773979663848877, 0.7089229822158813], "max": [-0.31028100848197937, 0.4675999879837036, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2131730020046234, -0.36397698521614075, 0.2283259928226471, 2.0156409740448, -1.121137022972107, 1.5089002847671509], "count": [796]}, "gripper_mode_state": {"mean": [0.0, 0.5665829145728644], "std": [0.0, 0.49554688525605745], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_state": {"mean": [2.0, 1.8919597989949748], "std": [0.0, 0.411377974106368], "min": [2, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.0, 0.5665829145728644], "std": [0.0, 0.49554688525605745], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_action": {"mean": [2.0, 1.8919597989949748], "std": [0.0, 0.411377974106368], "min": [2, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 16, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4343616594288722]], [[0.41290049129271394]], [[0.4176522555051103]]], "std": [[[0.20194895644158814]], [[0.19784016857394934]], [[0.20012163675143715]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40750340505329646]], [[0.39904024652366543]], [[0.39203947202482786]]], "std": [[[0.23199648569149]], [[0.22066308818023087]], [[0.21905825960124]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5036100802737202]], [[0.48951302528841517]], [[0.48459682195025666]]], "std": [[[0.2192734094121523]], [[0.21698752008953606]], [[0.22306887974598258]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47479194630872484]], [[0.45135544835943325]], [[0.46085261492740276]]], "std": [[[0.2759962207087878]], [[0.2647609147343209]], [[0.27079640807258515]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103879988193512, 0.46754199266433716, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.018587756901979446, 0.2673146426677704, -0.4922526776790619, -1.7284518480300903, 0.2537883222103119, -0.2520255446434021, -0.03122394159436226, -0.3479959964752197, -0.5329920053482056, 0.06967800110578537, 0.6416089534759521, -2.30185604095459, 0.7277618646621704, 1001.0, 173.0, -0.0006974348798394203, -0.19933290779590607, -0.9054052233695984, 1.8865951299667358, -0.978868305683136, -0.00024585460778325796], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3103019893169403, 0.4675930142402649, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4190535545349121, 0.6047391295433044, -0.16631242632865906, -1.0701311826705933, 1.2767606973648071, 0.24593433737754822, 0.5140343904495239, -0.22362999618053436, -0.39992499351501465, 0.2282869964838028, 2.0484073162078857, -1.121137022972107, 1.4778895378112793, 1002.0, 1000.0, -0.0006974348798394203, -0.19235104322433472, -0.9053996801376343, 1.8866029977798462, -0.9784214496612549, 1.993415571632795e-05], "mean": [-0.1995127648115158, 0.6046750545501709, 0.4513976573944092, -1.4119411706924438, -0.25390130281448364, -0.12051977217197418, 0.02827661857008934, -0.31034237146377563, 0.4675706624984741, 0.2282465100288391, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.23874913156032562, 0.41549256443977356, -0.3568032383918762, -1.3542253971099854, 0.7398022413253784, -0.0027782656252384186, 0.26679500937461853, -0.298564076423645, -0.47326308488845825, 0.16702164709568024, 1.3298486471176147, -1.8124475479125977, 1.0632398128509521, 1001.0012817382812, 546.7713623046875, -0.0006974340067245066, -0.1952371448278427, -0.9053968191146851, 1.8865967988967896, -0.9786452054977417, -0.00018462067237123847], "std": [2.6088689992320724e-05, 1.7180991562781855e-05, 2.2653970518149436e-05, 2.4368146114284173e-05, 2.1814221327076666e-05, 1.84513828571653e-05, 1.9637598597910255e-05, 1.4739573089173064e-05, 8.116041499306448e-06, 1.1703880772984121e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.09996530413627625, 0.10335400700569153, 0.09646987915039062, 0.1915210336446762, 0.3853468596935272, 0.18809619545936584, 0.17985215783119202, 0.035778675228357315, 0.039291467517614365, 0.043754927814006805, 0.47418996691703796, 0.4075682461261749, 0.25772082805633545, 0.035422079265117645, 402.0136413574219, 8.731149137020111e-10, 0.0025444363709539175, 5.213974418438738e-06, 3.4619665711943526e-06, 0.00011503756832098588, 9.587092790752649e-05], "count": [796]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103879988193512, 0.46754199266433716, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.018587756901979446, 0.2673146426677704, -0.4922526776790619, -1.7284518480300903, 0.2537883222103119, -0.2520255446434021, -0.03122394159436226, -0.3479959964752197, -0.5329920053482056, 0.06967800110578537, 0.6416089534759521, -2.30185604095459, 0.7277618646621704, 1001.0, 173.0, -0.0006974348798394203, -0.19933290779590607, -0.9054052233695984, 1.8865951299667358, -0.9788643717765808, -0.00024585460778325796], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3103019893169403, 0.4675930142402649, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4190535545349121, 0.6047391295433044, -0.16631242632865906, -1.0701311826705933, 1.2767606973648071, 0.24593433737754822, 0.5140343904495239, -0.22362999618053436, -0.39992499351501465, 0.2282869964838028, 2.0484073162078857, -1.121137022972107, 1.4778895378112793, 1002.0, 1000.0, -0.0006974348798394203, -0.19235104322433472, -0.9053996801376343, 1.8866029977798462, -0.9784214496612549, 1.993415571632795e-05], "mean": [-0.19951270520687103, 0.6046749949455261, 0.4513976275920868, -1.4119411706924438, -0.2539013624191284, -0.12051979452371597, 0.02827661857008934, -0.31034231185913086, 0.4675706923007965, 0.22824648022651672, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.23875589668750763, 0.4153304994106293, -0.3568516969680786, -1.3541334867477417, 0.7400310039520264, -0.002936596516519785, 0.2668030261993408, -0.29858946800231934, -0.4732600748538971, 0.1669614613056183, 1.3297563791275024, -1.8127408027648926, 1.0635565519332886, 1001.0012817382812, 546.7713623046875, -0.0006974340067245066, -0.19524094462394714, -0.9053968191146851, 1.8865967988967896, -0.9786449670791626, -0.000184371427167207], "std": [2.6122021154151298e-05, 1.7185402612085454e-05, 2.2648489903076552e-05, 2.428815969324205e-05, 2.1866588213015348e-05, 1.8455401004757732e-05, 1.9637598597910255e-05, 1.4739410289621446e-05, 8.12673351902049e-06, 1.169939696410438e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.09996281564235687, 0.10315825045108795, 0.09652703255414963, 0.19151097536087036, 0.3851124346256256, 0.1882483959197998, 0.17983919382095337, 0.0357942059636116, 0.03929198160767555, 0.04370361194014549, 0.47414952516555786, 0.4071544408798218, 0.25748568773269653, 0.035422079265117645, 402.0136413574219, 8.731149137020111e-10, 0.002542414702475071, 5.215026249061339e-06, 3.460594598436728e-06, 0.00011479844397399575, 9.598144242772833e-05], "count": [796]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.659507526959913], "count": [796]}, "frame_index": {"min": [0], "max": [795], "mean": [397.5], "std": [229.78522580879738], "count": [796]}, "episode_index": {"min": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [796]}, "index": {"min": [13088], "max": [13883], "mean": [13485.5], "std": [229.78522580879738], "count": [796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [796]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5467713535318722], "std": [0.0, 0.40201423834625016], "count": [796]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5467713535318722], "std": [0.0, 0.4020142383462503], "count": [796]}, "eef_direction_state": {"mean": [6.0, 4.298994974874372], "std": [0.0, 2.103729398445597], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.0, 0.5301507537688442], "std": [0.0, 0.5696207654828609], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.0, 0.4158291457286432], "std": [0.0, 0.720622770136344], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_direction_action": {"mean": [6.0, 4.298994974874372], "std": [0.0, 2.103729398445597], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.0, 0.5301507537688442], "std": [0.0, 0.5696207654828609], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.0, 0.4158291457286432], "std": [0.0, 0.720622770136344], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [-0.3103424608707428, 0.46757107973098755, 0.2282465249300003, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2985641658306122, -0.4732632339000702, 0.16702163219451904, 1.3298505544662476, -1.812448501586914, 1.0632381439208984], "std": [1.4739342077518813e-05, 8.103818800009321e-06, 1.1703871678037103e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.035778678953647614, 0.039291467517614365, 0.0437549389898777, 0.4741901159286499, 0.4075686037540436, 0.2577207386493683], "min": [-0.3103879988193512, 0.46754199266433716, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3479959964752197, -0.5329920053482056, 0.06967800110578537, 0.6416089534759521, -2.30185604095459, 0.7277618646621704], "max": [-0.3103019893169403, 0.4675930142402649, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22362999618053436, -0.39992499351501465, 0.2282869964838028, 2.0484073162078857, -1.121137022972107, 1.4778895378112793], "count": [796]}, "eef_sim_pose_action": {"mean": [-0.31034237146377563, 0.4675706624984741, 0.2282465100288391, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.298564076423645, -0.47326308488845825, 0.16702164709568024, 1.3298486471176147, -1.8124475479125977, 1.0632398128509521], "std": [1.4739573089173064e-05, 8.116041499306448e-06, 1.1703880772984121e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.035778675228357315, 0.039291467517614365, 0.043754927814006805, 0.47418996691703796, 0.4075682461261749, 0.25772082805633545], "min": [-0.3103879988193512, 0.46754199266433716, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3479959964752197, -0.5329920053482056, 0.06967800110578537, 0.6416089534759521, -2.30185604095459, 0.7277618646621704], "max": [-0.3103019893169403, 0.4675930142402649, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22362999618053436, -0.39992499351501465, 0.2282869964838028, 2.0484073162078857, -1.121137022972107, 1.4778895378112793], "count": [796]}, "gripper_mode_state": {"mean": [0.0, 0.5414572864321608], "std": [0.0, 0.49827832925151544], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_state": {"mean": [2.0, 1.8957286432160805], "std": [0.0, 0.40466109243703013], "min": [2, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.0, 0.5414572864321608], "std": [0.0, 0.49827832925151544], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_action": {"mean": [2.0, 1.8957286432160805], "std": [0.0, 0.40466109243703013], "min": [2, 0], "max": [2, 2], "count": [796]}}} +{"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.4290752921031426]], [[0.41043078358626556]], [[0.4151070960918614]]], "std": [[[0.20174150785981693]], [[0.1964304235042756]], [[0.1991894130552888]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41046653124720206]], [[0.40035085112812246]], [[0.3945416834542036]]], "std": [[[0.23426039317183825]], [[0.22337759538044616]], [[0.22137947991796458]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5011436005909212]], [[0.4878609152565136]], [[0.4829828305466022]]], "std": [[[0.2179223042198572]], [[0.21660283345346662]], [[0.22279598280092047]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4561770539551437]], [[0.4323756617087474]], [[0.4387611301369863]]], "std": [[[0.27204121782327145]], [[0.2595455125197229]], [[0.2640267771551791]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038498878479004, 0.46754899621009827, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15009832382202148, 0.2365095615386963, -0.6477439999580383, -1.5376698970794678, 0.2537883222103119, -0.1999100148677826, -0.17676694691181183, -0.32847198843955994, -0.5390620231628418, 0.0060789999552071095, 0.6482822299003601, -2.251817464828491, 0.4377325475215912, 1000.0, 163.0, -0.0006993147544562817, -0.19551299512386322, -0.9054028391838074, 1.8865975141525269, -0.9787280559539795, -5.0310012738918886e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029799580574036, 0.46759501099586487, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4249003827571869, 0.6047391295433044, -0.16259486973285675, -1.0805333852767944, 1.2848241329193115, 0.2660928964614868, 0.5591685771942139, -0.21886299550533295, -0.421548992395401, 0.22828200459480286, 1.9010804891586304, -1.121137022972107, 1.4547638893127441, 1002.0, 1000.0, -0.0006974348798394203, -0.1954077184200287, -0.9053965210914612, 1.886606216430664, -0.9786219000816345, -1.4238683434086852e-05], "mean": [-0.19951392710208893, 0.6046808958053589, 0.45139211416244507, -1.4119409322738647, -0.25390318036079407, -0.1205277219414711, 0.02827596850693226, -0.31033986806869507, 0.4675716459751129, 0.228250190615654, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.3276047110557556, 0.36408597230911255, -0.41183772683143616, -1.3134713172912598, 0.8344336152076721, 0.07410192489624023, 0.23085646331310272, -0.2922760248184204, -0.4898204803466797, 0.13726145029067993, 1.2237818241119385, -1.9239599704742432, 1.0591177940368652, 1001.0, 520.4287719726562, -0.0006975351134315133, -0.19548192620277405, -0.9053969383239746, 1.8865967988967896, -0.978672981262207, -3.7004658224759623e-05], "std": [2.6942147087538615e-05, 1.8453740267432295e-05, 2.2925869416212663e-05, 2.494822911103256e-05, 2.1259898858261295e-05, 1.579536183271557e-05, 1.998785046453122e-05, 1.4658115105703473e-05, 7.886372259235941e-06, 1.1475595783849712e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08214011788368225, 0.10620378702878952, 0.14204183220863342, 0.15845997631549835, 0.3649900555610657, 0.13048377633094788, 0.20758992433547974, 0.0343051552772522, 0.03781823813915253, 0.07035405188798904, 0.49494460225105286, 0.3685479760169983, 0.36756590008735657, 0.07198157161474228, 404.0325012207031, 4.215628166548413e-07, 2.662083352333866e-05, 4.022841039841296e-06, 5.514737949852133e-06, 2.4509254217264242e-05, 4.8424963097204454e-06], "count": [772]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038498878479004, 0.46754899621009827, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15009832382202148, 0.2365095615386963, -0.6477439999580383, -1.5376698970794678, 0.2537883222103119, -0.1999100148677826, -0.17676694691181183, -0.32847198843955994, -0.5390620231628418, 0.0060789999552071095, 0.6482822299003601, -2.251817464828491, 0.4377325475215912, 1000.0, 163.0, -0.0006993147544562817, -0.19551299512386322, -0.9054028391838074, 1.8865975141525269, -0.9787280559539795, -5.0310012738918886e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029799580574036, 0.46759501099586487, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4249003827571869, 0.6047391295433044, -0.16259486973285675, -1.0805333852767944, 1.2848241329193115, 0.2660928964614868, 0.5591685771942139, -0.21886299550533295, -0.421548992395401, 0.22828200459480286, 1.9010804891586304, -1.121137022972107, 1.4547638893127441, 1002.0, 1000.0, -0.0006974348798394203, -0.1954077184200287, -0.9053965210914612, 1.886606216430664, -0.9786219000816345, -1.4238683434086852e-05], "mean": [-0.19951392710208893, 0.6046808958053589, 0.45139214396476746, -1.4119409322738647, -0.2539031505584717, -0.12052768468856812, 0.02827596850693226, -0.31033989787101746, 0.46757158637046814, 0.228250190615654, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.32761523127555847, 0.3639276921749115, -0.41193631291389465, -1.3134299516677856, 0.8346562385559082, 0.07400257885456085, 0.23067069053649902, -0.2922971546649933, -0.48981696367263794, 0.13719581067562103, 1.223586916923523, -1.9241657257080078, 1.0594807863235474, 1001.0, 520.4287719726562, -0.0006975351134315133, -0.1954820603132248, -0.9053969383239746, 1.8865967988967896, -0.978672981262207, -3.6986217310186476e-05], "std": [2.6942147087538615e-05, 1.845026963565033e-05, 2.293612851644866e-05, 2.494822911103256e-05, 2.1260484572849236e-05, 1.5782929040142335e-05, 1.998785046453122e-05, 1.4658022337243892e-05, 7.886036655690987e-06, 1.1475508472358342e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08212415874004364, 0.10593577474355698, 0.1420956254005432, 0.15843850374221802, 0.3646882474422455, 0.1306609809398651, 0.20788586139678955, 0.034321267157793045, 0.03782043233513832, 0.07029275596141815, 0.49483615159988403, 0.3681439757347107, 0.36739492416381836, 0.07198157161474228, 404.0325012207031, 4.215628166548413e-07, 2.6510451789363287e-05, 4.022841039841296e-06, 5.5156256166810635e-06, 2.449561725370586e-05, 4.840590918320231e-06], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [772]}, "index": {"min": [13884], "max": [14655], "mean": [14269.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5204287576706298], "std": [0.0, 0.4040330334900238], "count": [772]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5204287576706298], "std": [0.0, 0.4040330334900238], "count": [772]}, "eef_direction_state": {"mean": [6.0, 4.525906735751295], "std": [0.0, 2.0233359648202205], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.0, 0.5038860103626943], "std": [0.0, 0.6097102237576069], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_state": {"mean": [0.0, 0.37694300518134716], "std": [0.0, 0.6916504117604384], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_direction_action": {"mean": [6.0, 4.525906735751295], "std": [0.0, 2.0233359648202205], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.0, 0.5038860103626943], "std": [0.0, 0.6097102237576069], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_action": {"mean": [0.0, 0.37694300518134716], "std": [0.0, 0.6916504117604384], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [-0.31033995747566223, 0.46757182478904724, 0.22825013101100922, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2922760248184204, -0.48982012271881104, 0.13726146519184113, 1.223780870437622, -1.9239603281021118, 1.0591177940368652], "std": [1.4657737665402237e-05, 7.884288606874179e-06, 1.147545572166564e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.0343051552772522, 0.03781822323799133, 0.07035408914089203, 0.49494466185569763, 0.36854788661003113, 0.3675658106803894], "min": [-0.31038498878479004, 0.46754899621009827, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32847198843955994, -0.5390620231628418, 0.0060789999552071095, 0.6482822299003601, -2.251817464828491, 0.4377325475215912], "max": [-0.31029799580574036, 0.46759501099586487, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21886299550533295, -0.421548992395401, 0.22828200459480286, 1.9010804891586304, -1.121137022972107, 1.4547638893127441], "count": [772]}, "eef_sim_pose_action": {"mean": [-0.31033986806869507, 0.4675716459751129, 0.228250190615654, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2922760248184204, -0.4898204803466797, 0.13726145029067993, 1.2237818241119385, -1.9239599704742432, 1.0591177940368652], "std": [1.4658115105703473e-05, 7.886372259235941e-06, 1.1475595783849712e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.0343051552772522, 0.03781823813915253, 0.07035405188798904, 0.49494460225105286, 0.3685479760169983, 0.36756590008735657], "min": [-0.31038498878479004, 0.46754899621009827, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32847198843955994, -0.5390620231628418, 0.0060789999552071095, 0.6482822299003601, -2.251817464828491, 0.4377325475215912], "max": [-0.31029799580574036, 0.46759501099586487, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21886299550533295, -0.421548992395401, 0.22828200459480286, 1.9010804891586304, -1.121137022972107, 1.4547638893127441], "count": [772]}, "gripper_mode_state": {"mean": [0.0, 0.5647668393782384], "std": [0.0, 0.4957875114572266], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_state": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.4129402842792469], "min": [2, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.0, 0.5647668393782384], "std": [0.0, 0.49578751145722655], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_action": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.4129402842792469], "min": [2, 0], "max": [2, 2], "count": [772]}}} +{"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.429211827488266]], [[0.41036915767425536]], [[0.4151820085976225]]], "std": [[[0.20201978666034837]], [[0.19707096537938118]], [[0.19951827614260856]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4112329541716015]], [[0.40202533090976883]], [[0.39554431915383603]]], "std": [[[0.2342879830007062]], [[0.22287060870552713]], [[0.22118936954517132]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5019590872702548]], [[0.48840439531517305]], [[0.4835578900184235]]], "std": [[[0.21858074696637275]], [[0.21677014279789847]], [[0.2228519995284349]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45525824121594943]], [[0.4329168201956398]], [[0.4381987706715796]]], "std": [[[0.2655940175948147]], [[0.2554962571064994]], [[0.2597647495657805]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12658873200416565, 0.23315854370594025, -0.6481279730796814, -1.5271979570388794, 0.2537883222103119, -0.21706660091876984, -0.1624203324317932, -0.32831498980522156, -0.5409619808197021, 0.01093399990350008, 0.6621730327606201, -2.214714765548706, 0.5231773257255554, 1000.0, 175.0, -0.0006993147544562817, -0.19936111569404602, -0.9054044485092163, 1.8865966796875, -0.9787542223930359, -4.366529537946917e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45834091305732727, 0.6047391295433044, -0.14475759863853455, -1.0402511358261108, 1.2794311046600342, 0.23642228543758392, 0.5846853256225586, -0.22522300481796265, -0.4542739987373352, 0.22826600074768066, 1.815933346748352, -1.121137022972107, 1.4370791912078857, 1002.0, 1000.0, -0.0006974348798394203, -0.192356675863266, -0.9053972959518433, 1.8866053819656372, -0.9786306023597717, -2.3731137844151817e-05], "mean": [-0.19951266050338745, 0.604671061038971, 0.45138853788375854, -1.4119402170181274, -0.25390541553497314, -0.12052784860134125, 0.02827530913054943, -0.3103400766849518, 0.46757209300994873, 0.22824698686599731, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.33163216710090637, 0.3704158365726471, -0.40710288286209106, -1.2868565320968628, 0.8167314529418945, 0.05064823478460312, 0.21483904123306274, -0.29434841871261597, -0.4957725703716278, 0.14821599423885345, 1.227454662322998, -1.8847622871398926, 1.083640694618225, 1001.0025024414062, 583.2490844726562, -0.0006976749282330275, -0.19553279876708984, -0.9053968787193298, 1.8865967988967896, -0.9786691665649414, -3.063138137804344e-05], "std": [2.605356348794885e-05, 1.7931746697286144e-05, 2.2055022782296874e-05, 2.487825258867815e-05, 2.2558009732165374e-05, 1.5434392480528913e-05, 1.9553288439055905e-05, 1.5013305528555065e-05, 7.971279956109356e-06, 1.2135133147239685e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10277236253023148, 0.10017532855272293, 0.12893250584602356, 0.135294571518898, 0.35404253005981445, 0.1400684267282486, 0.22384072840213776, 0.032988935708999634, 0.03061947226524353, 0.062319181859493256, 0.4155530631542206, 0.40621888637542725, 0.31817516684532166, 0.07088795304298401, 402.6884765625, 6.286780944719794e-07, 0.0012504435144364834, 3.71645455743419e-06, 6.384284461091738e-06, 4.202548007015139e-05, 2.8288520752539625e-06], "count": [795]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12658873200416565, 0.23315854370594025, -0.6481279730796814, -1.5271979570388794, 0.2537883222103119, -0.21706660091876984, -0.1624203324317932, -0.32831498980522156, -0.5409619808197021, 0.01093399990350008, 0.6621730327606201, -2.214714765548706, 0.5231773257255554, 1000.0, 175.0, -0.0006993147544562817, -0.19936111569404602, -0.9054044485092163, 1.8865966796875, -0.9787542223930359, -4.366529537946917e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45834091305732727, 0.6047391295433044, -0.14475759863853455, -1.0402511358261108, 1.2794311046600342, 0.23642228543758392, 0.5846853256225586, -0.22522300481796265, -0.4542739987373352, 0.22826600074768066, 1.815933346748352, -1.121137022972107, 1.4370791912078857, 1002.0, 1000.0, -0.0006974348798394203, -0.192356675863266, -0.9053972959518433, 1.8866053819656372, -0.9786306023597717, -2.3731137844151817e-05], "mean": [-0.19951267540454865, 0.604671061038971, 0.4513884484767914, -1.4119399785995483, -0.25390541553497314, -0.12052790075540543, 0.0282752625644207, -0.3103400766849518, 0.46757206320762634, 0.22824698686599731, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.3316206634044647, 0.37021303176879883, -0.4071696400642395, -1.286820888519287, 0.816815972328186, 0.050537604838609695, 0.214670330286026, -0.2943674325942993, -0.4957650303840637, 0.14813613891601562, 1.2273465394973755, -1.8849048614501953, 1.0839641094207764, 1001.0025024414062, 583.2490844726562, -0.0006976749282330275, -0.19553272426128387, -0.9053968787193298, 1.8865967988967896, -0.9786692261695862, -3.063615440623835e-05], "std": [2.605334884719923e-05, 1.7923164705280215e-05, 2.206472163379658e-05, 2.4887745894375257e-05, 2.2561549485544674e-05, 1.5445541066583246e-05, 1.9555232938728295e-05, 1.5019917555036955e-05, 7.975896551215556e-06, 1.2135712495364714e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10278774797916412, 0.09986350685358047, 0.12896908819675446, 0.13526514172554016, 0.3539160192012787, 0.14023813605308533, 0.22407419979572296, 0.03300248831510544, 0.030627069994807243, 0.06225723400712013, 0.41547444462776184, 0.40597057342529297, 0.31796279549598694, 0.07088795304298401, 402.6884765625, 6.286780944719794e-07, 0.00125044584274292, 3.71645455743419e-06, 6.383980689861346e-06, 4.208354584989138e-05, 2.833213329722639e-06], "count": [795]}, "timestamp": {"min": [0.0], "max": [26.466666666666665], "mean": [13.233333333333333], "std": [7.649885014870533], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [795]}, "index": {"min": [14656], "max": [15450], "mean": [15053.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [795]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5832490561893151], "std": [0.0, 0.4026896475178809], "count": [795]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5832490561893151], "std": [0.0, 0.4026896475178809], "count": [795]}, "eef_direction_state": {"mean": [6.0, 4.576100628930818], "std": [0.0, 1.9587397796708421], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_state": {"mean": [0.0, 0.49056603773584906], "std": [0.0, 0.5726241539960061], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_state": {"mean": [0.0, 0.3660377358490566], "std": [0.0, 0.6881595350976484], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_direction_action": {"mean": [6.0, 4.576100628930818], "std": [0.0, 1.9587397796708421], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_action": {"mean": [0.0, 0.49056603773584906], "std": [0.0, 0.5726241539960061], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_action": {"mean": [0.0, 0.3660377358490566], "std": [0.0, 0.6881595350976484], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_sim_pose_state": {"mean": [-0.31033995747566223, 0.4675721228122711, 0.22824691236019135, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2943483889102936, -0.4957730770111084, 0.14821596443653107, 1.2274537086486816, -1.8847601413726807, 1.0836405754089355], "std": [1.501314363849815e-05, 7.97118991613388e-06, 1.2134870303270873e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.03298892453312874, 0.030619468539953232, 0.06231918931007385, 0.4155535101890564, 0.40621864795684814, 0.31817519664764404], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32831498980522156, -0.5409619808197021, 0.01093399990350008, 0.6621730327606201, -2.214714765548706, 0.5231773257255554], "max": [-0.31029000878334045, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22522300481796265, -0.4542739987373352, 0.22826600074768066, 1.815933346748352, -1.121137022972107, 1.4370791912078857], "count": [795]}, "eef_sim_pose_action": {"mean": [-0.3103400766849518, 0.46757209300994873, 0.22824698686599731, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.29434841871261597, -0.4957725703716278, 0.14821599423885345, 1.227454662322998, -1.8847622871398926, 1.083640694618225], "std": [1.5013305528555065e-05, 7.971279956109356e-06, 1.2135133147239685e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.032988935708999634, 0.03061947226524353, 0.062319181859493256, 0.4155530631542206, 0.40621888637542725, 0.31817516684532166], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32831498980522156, -0.5409619808197021, 0.01093399990350008, 0.6621730327606201, -2.214714765548706, 0.5231773257255554], "max": [-0.31029000878334045, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22522300481796265, -0.4542739987373352, 0.22826600074768066, 1.815933346748352, -1.121137022972107, 1.4370791912078857], "count": [795]}, "gripper_mode_state": {"mean": [0.0, 0.4981132075471698], "std": [0.0, 0.4999964400015671], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_state": {"mean": [2.0, 1.8930817610062893], "std": [0.0, 0.4073413565260997], "min": [2, 0], "max": [2, 2], "count": [795]}, "gripper_mode_action": {"mean": [0.0, 0.4981132075471698], "std": [0.0, 0.4999964400015671], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_action": {"mean": [2.0, 1.8930817610062893], "std": [0.0, 0.4073413565260997], "min": [2, 0], "max": [2, 2], "count": [795]}}} +{"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.4294247490662932]], [[0.4085143515739629]], [[0.41352904911964783]]], "std": [[[0.20103637980630112]], [[0.19563284029678232]], [[0.19807576705990207]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4070514830932373]], [[0.39650282196211817]], [[0.3894096013405362]]], "std": [[[0.233924963062861]], [[0.22215617442949706]], [[0.22037598917048387]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5000221505268775]], [[0.48666483676804057]], [[0.4818524507025032]]], "std": [[[0.2187164144859678]], [[0.21730587723576705]], [[0.22338680727038698]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46246226546174024]], [[0.4374926109332622]], [[0.44409140322795787]]], "std": [[[0.26607369401957726]], [[0.25684945731181935]], [[0.26153419474160394]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46754899621009827, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.17404423654079437, 0.14493213593959808, -0.5267752408981323, -1.4700908660888672, 0.25384068489074707, -0.2209063172340393, -0.05852088704705238, -0.32908299565315247, -0.5424309968948364, 0.01016599964350462, 0.7064302563667297, -2.2989137172698975, 0.745631754398346, 1001.0, 171.0, -0.0006993147544562817, -0.1992877870798111, -0.9054028391838074, 1.8865982294082642, -0.9787455201148987, -3.796982127823867e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029200553894043, 0.46759501099586487, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4455651044845581, 0.6047391295433044, -0.1523323357105255, -1.0414379835128784, 1.1708192825317383, 0.34541812539100647, 0.4061381220817566, -0.2367430031299591, -0.4667940139770508, 0.22827300429344177, 1.7643787860870361, -1.121137022972107, 1.3637361526489258, 1001.0, 1000.0, -0.0006974348798394203, -0.19233600795269012, -0.9053972959518433, 1.8866101503372192, -0.9785933494567871, -2.3731137844151817e-05], "mean": [-0.1995144486427307, 0.6046692728996277, 0.45138466358184814, -1.4119409322738647, -0.253907710313797, -0.12052898108959198, 0.028268227353692055, -0.31033772230148315, 0.4675728678703308, 0.22824540734291077, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.3288327753543854, 0.31163567304611206, -0.35021522641181946, -1.2623000144958496, 0.6995292901992798, 0.06693804264068604, 0.2324078530073166, -0.2934096157550812, -0.5026874542236328, 0.14188508689403534, 1.2649680376052856, -1.844561219215393, 1.0757756233215332, 1001.0, 522.6363525390625, -0.0006982652121223509, -0.19538891315460205, -0.9053969383239746, 1.8865967988967896, -0.9786604642868042, -3.3350061130477116e-05], "std": [2.6638990675564855e-05, 1.6444610082544386e-05, 2.290775410074275e-05, 2.4394725187448785e-05, 2.1278437998262234e-05, 1.556245297251735e-05, 2.0219478756189346e-05, 1.4482600818155333e-05, 7.979837391758338e-06, 1.1724035175575409e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08573991805315018, 0.13558273017406464, 0.11458861827850342, 0.134919673204422, 0.35237985849380493, 0.17984844744205475, 0.15298816561698914, 0.02686217613518238, 0.026513731107115746, 0.06910132616758347, 0.3990577161312103, 0.39122769236564636, 0.2088014930486679, 0.0, 399.59112548828125, 9.335358299722429e-07, 0.0018499776488170028, 3.557457375791273e-06, 7.0841965680301655e-06, 4.415551302372478e-05, 1.8342500425205799e-06], "count": [781]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46754899621009827, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.17404423654079437, 0.14493213593959808, -0.5267752408981323, -1.4700908660888672, 0.25384068489074707, -0.2209063172340393, -0.05852088704705238, -0.32908299565315247, -0.5424309968948364, 0.01016599964350462, 0.7064302563667297, -2.2989137172698975, 0.745631754398346, 1001.0, 171.0, -0.0006993147544562817, -0.1992877870798111, -0.9054028391838074, 1.8865982294082642, -0.9787455201148987, -3.796982127823867e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029200553894043, 0.46759501099586487, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4455651044845581, 0.6047391295433044, -0.1523323357105255, -1.0414379835128784, 1.1708192825317383, 0.34541812539100647, 0.4061381220817566, -0.2367430031299591, -0.4667940139770508, 0.22827300429344177, 1.7643787860870361, -1.121137022972107, 1.3637361526489258, 1001.0, 1000.0, -0.0006974348798394203, -0.19233600795269012, -0.9053972959518433, 1.8866101503372192, -0.9785933494567871, -2.3731137844151817e-05], "mean": [-0.1995145082473755, 0.6046693325042725, 0.45138466358184814, -1.4119410514831543, -0.2539077699184418, -0.12052898108959198, 0.028268247842788696, -0.31033769249916077, 0.4675728678703308, 0.22824540734291077, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.32889482378959656, 0.3113456964492798, -0.35024595260620117, -1.2621418237686157, 0.6996186375617981, 0.06681135296821594, 0.2323731929063797, -0.29343217611312866, -0.5027053952217102, 0.1417919099330902, 1.264882206916809, -1.844791293144226, 1.0760968923568726, 1001.0, 522.6363525390625, -0.0006982676568441093, -0.19538892805576324, -0.9053969383239746, 1.8865967988967896, -0.9786604642868042, -3.334763096063398e-05], "std": [2.6599353077472188e-05, 1.6433852579211816e-05, 2.290775410074275e-05, 2.43843187490711e-05, 2.1210276827332564e-05, 1.556245297251735e-05, 2.0235935153323226e-05, 1.4489355635305401e-05, 7.980311238497961e-06, 1.1707490557455458e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08566393703222275, 0.1351972222328186, 0.11461901664733887, 0.13481642305850983, 0.35227566957473755, 0.18001525104045868, 0.15305031836032867, 0.02688373252749443, 0.026494711637496948, 0.06903384625911713, 0.3989984393119812, 0.3908551037311554, 0.20848721265792847, 0.0, 399.59112548828125, 9.338119753010687e-07, 0.0018499308498576283, 3.553414444468217e-06, 7.0896039687795565e-06, 4.4058735511498526e-05, 1.833157170949562e-06], "count": [781]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.515169843574912], "count": [781]}, "frame_index": {"min": [0], "max": [780], "mean": [390.0], "std": [225.45509530724738], "count": [781]}, "episode_index": {"min": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [781]}, "index": {"min": [15451], "max": [16231], "mean": [15841.0], "std": [225.45509530724738], "count": [781]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [781]}, "gripper_open_scale_state": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5226363657989209], "std": [0.0, 0.3995910000122664], "count": [781]}, "gripper_open_scale_action": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5226363657989209], "std": [0.0, 0.3995910000122664], "count": [781]}, "eef_direction_state": {"mean": [6.0, 4.691421254801536], "std": [0.0, 1.937774811341965], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_state": {"mean": [0.0, 0.44174135723431496], "std": [0.0, 0.5362639666607736], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_state": {"mean": [0.0, 0.3738796414852753], "std": [0.0, 0.6964581555746606], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_direction_action": {"mean": [6.0, 4.691421254801536], "std": [0.0, 1.937774811341965], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_action": {"mean": [0.0, 0.44174135723431496], "std": [0.0, 0.5362639666607736], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_action": {"mean": [0.0, 0.3738796414852753], "std": [0.0, 0.6964581555746606], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_sim_pose_state": {"mean": [-0.31033799052238464, 0.4675728380680084, 0.22824551165103912, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.293409526348114, -0.5026875734329224, 0.1418851912021637, 1.2649680376052856, -1.8445637226104736, 1.0757761001586914], "std": [1.4480368008662481e-05, 7.97984375822125e-06, 1.1723478564817924e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02686217986047268, 0.02651372365653515, 0.06910135596990585, 0.39905765652656555, 0.3912278413772583, 0.20880161225795746], "min": [-0.31037700176239014, 0.46754899621009827, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32908299565315247, -0.5424309968948364, 0.01016599964350462, 0.7064302563667297, -2.2989137172698975, 0.745631754398346], "max": [-0.31029200553894043, 0.46759501099586487, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2367430031299591, -0.4667940139770508, 0.22827300429344177, 1.7643787860870361, -1.121137022972107, 1.3637361526489258], "count": [781]}, "eef_sim_pose_action": {"mean": [-0.31033772230148315, 0.4675728678703308, 0.22824540734291077, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2934096157550812, -0.5026874542236328, 0.14188508689403534, 1.2649680376052856, -1.844561219215393, 1.0757756233215332], "std": [1.4482600818155333e-05, 7.979837391758338e-06, 1.1724035175575409e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.02686217613518238, 0.026513731107115746, 0.06910132616758347, 0.3990577161312103, 0.39122769236564636, 0.2088014930486679], "min": [-0.31037700176239014, 0.46754899621009827, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32908299565315247, -0.5424309968948364, 0.01016599964350462, 0.7064302563667297, -2.2989137172698975, 0.745631754398346], "max": [-0.31029200553894043, 0.46759501099586487, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2367430031299591, -0.4667940139770508, 0.22827300429344177, 1.7643787860870361, -1.121137022972107, 1.3637361526489258], "count": [781]}, "gripper_mode_state": {"mean": [0.0, 0.5685019206145967], "std": [0.0, 0.4952852580807507], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_state": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.4162336134054414], "min": [2, 0], "max": [2, 2], "count": [781]}, "gripper_mode_action": {"mean": [0.0, 0.5685019206145967], "std": [0.0, 0.4952852580807507], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_action": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.4162336134054414], "min": [2, 0], "max": [2, 2], "count": [781]}}} +{"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.43024296985694044]], [[0.40909113333561864]], [[0.41341156902737786]]], "std": [[[0.200583164120456]], [[0.19591806464009986]], [[0.19841487635104108]]], "count": [143]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094066956327986]], [[0.40004325209104624]], [[0.3927519839229398]]], "std": [[[0.23252928431122627]], [[0.2213004655328729]], [[0.21946479223928542]]], "count": [143]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5033964018008136]], [[0.4894810191850633]], [[0.4847369281045752]]], "std": [[[0.21914670886995943]], [[0.21699351883819396]], [[0.22310017844415891]]], "count": [143]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47468824129302073]], [[0.44915630713241006]], [[0.45588748771653187]]], "std": [[[0.26434750781211386]], [[0.2534945168574966]], [[0.25894812428317426]]], "count": [143]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31039199233055115, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07642797380685806, 0.19481363892555237, -0.5350830554962158, -1.6141154766082764, 0.20874138176441193, -0.285151869058609, -0.08566076308488846, -0.3324519991874695, -0.5367990136146545, 0.04991399869322777, 0.6672873497009277, -2.230503559112549, 0.7180160284042358, 1001.0, 168.0, -0.0006993147544562817, -0.19930657744407654, -0.9054044485092163, 1.8865998983383179, -0.9787581562995911, -6.359945109579712e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4064697325229645, 0.6047216653823853, -0.14444345235824585, -1.1007442474365234, 1.2343666553497314, 0.27984610199928284, 0.4406083822250366, -0.24409900605678558, -0.40725600719451904, 0.22849999368190765, 2.031609535217285, -1.121137022972107, 1.417136311531067, 1002.0, 1001.0, -0.0006974348798394203, -0.19233600795269012, -0.9053965210914612, 1.886608600616455, -0.9786076545715332, 6.359945109579712e-05], "mean": [-0.1995113044977188, 0.6046726703643799, 0.4513833820819855, -1.4119484424591064, -0.25390949845314026, -0.12052904069423676, 0.028267506510019302, -0.31033626198768616, 0.46757206320762634, 0.22824624180793762, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.251338392496109, 0.355488657951355, -0.35040873289108276, -1.3320493698120117, 0.6500508785247803, -0.014651162549853325, 0.1609000712633133, -0.30328091979026794, -0.482582151889801, 0.15650345385074615, 1.2983156442642212, -1.7177329063415527, 1.0876866579055786, 1001.0013427734375, 607.7613525390625, -0.0006981038022786379, -0.19546453654766083, -0.9053968787193298, 1.8865975141525269, -0.9786837697029114, -9.931643944582902e-06], "std": [2.7087198759545572e-05, 1.5948508007568307e-05, 2.2417671061703004e-05, 2.5896335500874557e-05, 2.254055107187014e-05, 1.579115451022517e-05, 1.8916000044555403e-05, 1.4674094927613623e-05, 7.956115950946696e-06, 1.187040197692113e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.0863482654094696, 0.11820970475673676, 0.11995688825845718, 0.13868124783039093, 0.38220182061195374, 0.2076687216758728, 0.17215292155742645, 0.025161126628518105, 0.03417620435357094, 0.049324776977300644, 0.4676147401332855, 0.41269034147262573, 0.24730056524276733, 0.03649033606052399, 404.99981689453125, 9.001137186714914e-07, 0.002678543096408248, 4.67329891762347e-06, 7.649181497981772e-06, 4.422644997248426e-05, 1.6960961147560738e-05], "count": [750]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31039199233055115, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07642797380685806, 0.19481363892555237, -0.5350830554962158, -1.6141154766082764, 0.20874138176441193, -0.285151869058609, -0.08566076308488846, -0.3324519991874695, -0.5367990136146545, 0.04991399869322777, 0.6672873497009277, -2.230503559112549, 0.7180160284042358, 1001.0, 168.0, -0.0006993147544562817, -0.19930657744407654, -0.9054044485092163, 1.8865998983383179, -0.9787581562995911, -6.359945109579712e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4064697325229645, 0.6047216653823853, -0.14444345235824585, -1.1007442474365234, 1.2343666553497314, 0.27984610199928284, 0.4406083822250366, -0.24409900605678558, -0.40725600719451904, 0.22849999368190765, 2.031609535217285, -1.121137022972107, 1.417136311531067, 1002.0, 1001.0, -0.0006974348798394203, -0.19233600795269012, -0.9053965210914612, 1.886608600616455, -0.9786076545715332, 6.359945109579712e-05], "mean": [-0.19951124489307404, 0.6046726703643799, 0.45138341188430786, -1.411948561668396, -0.2539094388484955, -0.12052906304597855, 0.028267506510019302, -0.31033629179000854, 0.46757203340530396, 0.22824625670909882, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.25133681297302246, 0.3552151620388031, -0.3504163324832916, -1.3319493532180786, 0.6501609086990356, -0.014763539656996727, 0.16082508862018585, -0.30330896377563477, -0.4825841784477234, 0.15641935169696808, 1.2981719970703125, -1.717965006828308, 1.0880403518676758, 1001.0013427734375, 607.7613525390625, -0.0006981063052080572, -0.1954597383737564, -0.9053968787193298, 1.8865975141525269, -0.9786838293075562, -9.921518540068064e-06], "std": [2.6982390409102663e-05, 1.5956382412696257e-05, 2.2417349100578576e-05, 2.5881201509037055e-05, 2.25487892748788e-05, 1.57827053044457e-05, 1.8915998225566e-05, 1.4659073713119142e-05, 7.934883797133807e-06, 1.1862770406878553e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.08634913712739944, 0.11787361651659012, 0.11996333301067352, 0.13865093886852264, 0.38209986686706543, 0.20774884521961212, 0.17224718630313873, 0.02518092282116413, 0.03417535498738289, 0.04925714433193207, 0.4675463140010834, 0.41240423917770386, 0.24700303375720978, 0.03649033606052399, 404.99981689453125, 9.00860811725579e-07, 0.00267492956481874, 4.6770683184149675e-06, 7.647683560207952e-06, 4.4281634473009035e-05, 1.694987622613553e-05], "count": [750]}, "timestamp": {"min": [0.0], "max": [24.966666666666665], "mean": [12.483333333333333], "std": [7.21687194986448], "count": [750]}, "frame_index": {"min": [0], "max": [749], "mean": [374.5], "std": [216.5061584959344], "count": [750]}, "episode_index": {"min": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [750]}, "index": {"min": [16232], "max": [16981], "mean": [16606.5], "std": [216.5061584959344], "count": [750]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [750]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6077599991957346], "std": [0.0, 0.40499852428544664], "count": [750]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6077599991957346], "std": [0.0, 0.4049985242854466], "count": [750]}, "eef_direction_state": {"mean": [6.0, 4.542666666666666], "std": [0.0, 1.9650732528048076], "min": [6, 0], "max": [6, 6], "count": [750]}, "eef_velocity_state": {"mean": [0.0, 0.504], "std": [0.0, 0.6038631191475974], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_acc_mag_state": {"mean": [0.0, 0.3893333333333333], "std": [0.0, 0.7064603472398321], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_direction_action": {"mean": [6.0, 4.542666666666666], "std": [0.0, 1.9650732528048076], "min": [6, 0], "max": [6, 6], "count": [750]}, "eef_velocity_action": {"mean": [0.0, 0.504], "std": [0.0, 0.6038631191475974], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_acc_mag_action": {"mean": [0.0, 0.3893333333333333], "std": [0.0, 0.7064603472398321], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_sim_pose_state": {"mean": [-0.310336172580719, 0.46757206320762634, 0.2282460778951645, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3032810389995575, -0.48258161544799805, 0.15650337934494019, 1.298313021659851, -1.7177281379699707, 1.0876871347427368], "std": [1.4673886653326917e-05, 7.956136869324837e-06, 1.1869307854794897e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.025161128491163254, 0.03417620807886124, 0.049324795603752136, 0.46761491894721985, 0.4126902222633362, 0.24730102717876434], "min": [-0.31039199233055115, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324519991874695, -0.5367990136146545, 0.04991399869322777, 0.6672873497009277, -2.230503559112549, 0.7180160284042358], "max": [-0.31029000878334045, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24409900605678558, -0.40725600719451904, 0.22849999368190765, 2.031609535217285, -1.121137022972107, 1.417136311531067], "count": [750]}, "eef_sim_pose_action": {"mean": [-0.31033626198768616, 0.46757206320762634, 0.22824624180793762, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, -0.30328091979026794, -0.482582151889801, 0.15650345385074615, 1.2983156442642212, -1.7177329063415527, 1.0876866579055786], "std": [1.4674094927613623e-05, 7.956115950946696e-06, 1.187040197692113e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.025161126628518105, 0.03417620435357094, 0.049324776977300644, 0.4676147401332855, 0.41269034147262573, 0.24730056524276733], "min": [-0.31039199233055115, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324519991874695, -0.5367990136146545, 0.04991399869322777, 0.6672873497009277, -2.230503559112549, 0.7180160284042358], "max": [-0.31029000878334045, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24409900605678558, -0.40725600719451904, 0.22849999368190765, 2.031609535217285, -1.121137022972107, 1.417136311531067], "count": [750]}, "gripper_mode_state": {"mean": [0.0, 0.464], "std": [0.0, 0.49870231601627596], "min": [0, 0], "max": [0, 1], "count": [750]}, "gripper_activity_state": {"mean": [2.0, 1.8853333333333333], "std": [0.0, 0.42290844819601026], "min": [2, 0], "max": [2, 2], "count": [750]}, "gripper_mode_action": {"mean": [0.0, 0.464], "std": [0.0, 0.49870231601627596], "min": [0, 0], "max": [0, 1], "count": [750]}, "gripper_activity_action": {"mean": [2.0, 1.8853333333333333], "std": [0.0, 0.42290844819601026], "min": [2, 0], "max": [2, 2], "count": [750]}}} +{"episode_index": 21, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4304320188691915]], [[0.40746927600949057]], [[0.41133817513877696]]], "std": [[[0.20122887108578902]], [[0.19603677651746085]], [[0.198820702102058]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40544235859298056]], [[0.3955679335661205]], [[0.3888640713134569]]], "std": [[[0.2316801342403527]], [[0.21931710979841257]], [[0.2183675781075656]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.503682418972155]], [[0.4894913530195183]], [[0.4846948193661026]]], "std": [[[0.2192364987922818]], [[0.21680488628779052]], [[0.22295252417399192]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686373947981019]], [[0.44563870142805984]], [[0.4497994840630316]]], "std": [[[0.2691830382004338]], [[0.2586537442983968]], [[0.26350092746684867]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037598848342896, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06677629798650742, 0.2370331734418869, -0.513807475566864, -1.74285089969635, 0.20607103407382965, -0.35700708627700806, -0.028274333104491234, -0.32579800486564636, -0.5429869890213013, 0.08073999732732773, 0.7121596336364746, -2.3138716220855713, 0.5837880373001099, 1000.0, 176.0, -0.0006993147544562817, -0.19931034743785858, -0.9054068326950073, 1.8865959644317627, -0.9788033366203308, -3.4172840969404206e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4346044063568115, 0.6047391295433044, -0.1774476170539856, -1.0252238512039185, 1.2417669296264648, 0.2477494776248932, 0.5311735272407532, -0.2232230007648468, -0.36604100465774536, 0.2286899983882904, 2.2371270656585693, -1.121137022972107, 1.3948581218719482, 1002.0, 1000.0, -0.0006974348798394203, -0.19231343269348145, -0.9053980708122253, 1.8866101503372192, -0.9784380793571472, 4.746227659779834e-06], "mean": [-0.19951225817203522, 0.6046711206436157, 0.451383113861084, -1.4119508266448975, -0.253910630941391, -0.12053042650222778, 0.028276706114411354, -0.3103344142436981, 0.4675721526145935, 0.2282455414533615, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.273837685585022, 0.40539565682411194, -0.36029279232025146, -1.3167914152145386, 0.6982203125953674, -0.04462617635726929, 0.2859495282173157, -0.2942020893096924, -0.4818916916847229, 0.16450871527194977, 1.3987165689468384, -1.7675203084945679, 1.0418879985809326, 1001.0012817382812, 583.2714233398438, -0.0006978150340728462, -0.1954021155834198, -0.9053969383239746, 1.886597752571106, -0.9786348938941956, -2.163905810448341e-05], "std": [2.7053198209614493e-05, 1.6444850189145654e-05, 2.3298460291698575e-05, 2.5608484065742232e-05, 2.341457729926333e-05, 1.5342418919317424e-05, 2.1317542632459663e-05, 1.5159507711359765e-05, 8.207562132156454e-06, 1.228562632604735e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.13281314074993134, 0.10795227438211441, 0.10689401626586914, 0.2190767228603363, 0.3801940083503723, 0.21903292834758759, 0.1792178452014923, 0.03076815977692604, 0.05253017693758011, 0.03807198628783226, 0.5168094038963318, 0.39801710844039917, 0.2790601849555969, 0.062405455857515335, 402.1576232910156, 7.555906336165208e-07, 0.002700657583773136, 5.149675416760147e-06, 7.874757102399599e-06, 0.00010450967238284647, 4.669305326387985e-06], "count": [770]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037598848342896, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06677629798650742, 0.2370331734418869, -0.513807475566864, -1.74285089969635, 0.20607103407382965, -0.35700708627700806, -0.028274333104491234, -0.32579800486564636, -0.5429869890213013, 0.08073999732732773, 0.7121596336364746, -2.3138716220855713, 0.5837880373001099, 1000.0, 176.0, -0.0006993147544562817, -0.19931034743785858, -0.9054068326950073, 1.8865959644317627, -0.9788033366203308, -3.4172840969404206e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4346044063568115, 0.6047391295433044, -0.1774476170539856, -1.0252238512039185, 1.2417669296264648, 0.2477494776248932, 0.5311735272407532, -0.2232230007648468, -0.36604100465774536, 0.2286899983882904, 2.2371270656585693, -1.121137022972107, 1.3948581218719482, 1002.0, 1000.0, -0.0006974348798394203, -0.19231343269348145, -0.9053980708122253, 1.8866101503372192, -0.9784380793571472, 4.746227659779834e-06], "mean": [-0.1995122730731964, 0.6046711802482605, 0.4513830840587616, -1.4119508266448975, -0.2539106011390686, -0.12053042650222778, 0.028276728466153145, -0.3103344142436981, 0.4675721526145935, 0.2282455861568451, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2739834189414978, 0.40514075756073, -0.36036884784698486, -1.3165730237960815, 0.6985388994216919, -0.044737961143255234, 0.2860914170742035, -0.2942184805870056, -0.4819260537624359, 0.16441480815410614, 1.3986239433288574, -1.7679848670959473, 1.0422085523605347, 1001.0012817382812, 583.2714233398438, -0.0006978125311434269, -0.19539684057235718, -0.9053969383239746, 1.886597752571106, -0.9786346554756165, -2.1629195543937385e-05], "std": [2.7057149054598995e-05, 1.642969436943531e-05, 2.3279555534827523e-05, 2.559794120315928e-05, 2.3423184757120907e-05, 1.5342418919317424e-05, 2.1324289264157414e-05, 1.51622443809174e-05, 8.207280188798904e-06, 1.2248151506355498e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.13279332220554352, 0.10771514475345612, 0.1069796234369278, 0.21906538307666779, 0.37992390990257263, 0.21909333765506744, 0.17901216447353363, 0.030780119821429253, 0.052529484033584595, 0.03800462931394577, 0.51678466796875, 0.3974725306034088, 0.27886244654655457, 0.062405455857515335, 402.1576232910156, 7.537721558037447e-07, 0.0026971364859491587, 5.146377134224167e-06, 7.880192242737394e-06, 0.00010445835505379364, 4.666860604629619e-06], "count": [770]}, "timestamp": {"min": [0.0], "max": [25.633333333333333], "mean": [12.816666666666665], "std": [7.409322206218025], "count": [770]}, "frame_index": {"min": [0], "max": [769], "mean": [384.5], "std": [222.27966618654077], "count": [770]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [770]}, "index": {"min": [16982], "max": [17751], "mean": [17366.5], "std": [222.27966618654077], "count": [770]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [770]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5832714283234113], "std": [0.0, 0.4021562054204046], "count": [770]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5832714283234113], "std": [0.0, 0.4021562054204046], "count": [770]}, "eef_direction_state": {"mean": [6.0, 4.261038961038961], "std": [0.0, 2.0021193864110893], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_state": {"mean": [0.0, 0.548051948051948], "std": [0.0, 0.5774125873261704], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_state": {"mean": [0.0, 0.44545454545454544], "std": [0.0, 0.7369726517940255], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_direction_action": {"mean": [6.0, 4.261038961038961], "std": [0.0, 2.0021193864110893], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_action": {"mean": [0.0, 0.548051948051948], "std": [0.0, 0.5774125873261704], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_action": {"mean": [0.0, 0.44545454545454544], "std": [0.0, 0.7369726517940255], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_sim_pose_state": {"mean": [-0.31033429503440857, 0.46757274866104126, 0.2282455861568451, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2942020297050476, -0.48189154267311096, 0.1645088493824005, 1.3987149000167847, -1.7675153017044067, 1.0418881177902222], "std": [1.5158994756347965e-05, 8.18817443359876e-06, 1.2285542652534787e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03076816350221634, 0.0525301918387413, 0.03807197883725166, 0.5168096423149109, 0.398017019033432, 0.2790599763393402], "min": [-0.31037598848342896, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32579800486564636, -0.5429869890213013, 0.08073999732732773, 0.7121596336364746, -2.3138716220855713, 0.5837880373001099], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2232230007648468, -0.36604100465774536, 0.2286899983882904, 2.2371270656585693, -1.121137022972107, 1.3948581218719482], "count": [770]}, "eef_sim_pose_action": {"mean": [-0.3103344142436981, 0.4675721526145935, 0.2282455414533615, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.2942020893096924, -0.4818916916847229, 0.16450871527194977, 1.3987165689468384, -1.7675203084945679, 1.0418879985809326], "std": [1.5159507711359765e-05, 8.207562132156454e-06, 1.228562632604735e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03076815977692604, 0.05253017693758011, 0.03807198628783226, 0.5168094038963318, 0.39801710844039917, 0.2790601849555969], "min": [-0.31037598848342896, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32579800486564636, -0.5429869890213013, 0.08073999732732773, 0.7121596336364746, -2.3138716220855713, 0.5837880373001099], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2232230007648468, -0.36604100465774536, 0.2286899983882904, 2.2371270656585693, -1.121137022972107, 1.3948581218719482], "count": [770]}, "gripper_mode_state": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_state": {"mean": [2.0, 1.8883116883116884], "std": [0.0, 0.4177783001128695], "min": [2, 0], "max": [2, 2], "count": [770]}, "gripper_mode_action": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_action": {"mean": [2.0, 1.8883116883116884], "std": [0.0, 0.4177783001128695], "min": [2, 0], "max": [2, 2], "count": [770]}}} +{"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.43062830178048234]], [[0.41059159482758617]], [[0.4150975433851702]]], "std": [[[0.20269273687554265]], [[0.19698159652905384]], [[0.19966096859848453]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102684556006311]], [[0.40015381028848324]], [[0.39387124464728424]]], "std": [[[0.23468654208170914]], [[0.223026416901567]], [[0.22116334072171068]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017848461798513]], [[0.48827643678160915]], [[0.4835450163398693]]], "std": [[[0.21837882732767405]], [[0.21667943687805485]], [[0.2228828279137888]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45643330797836373]], [[0.4328510113815641]], [[0.4392423188528285]]], "std": [[[0.2697492413157596]], [[0.25829439506881763]], [[0.2623457917503362]]], "count": [145]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103879988193512, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.178582102060318, 0.2284286916255951, -0.6210230588912964, -1.4629523754119873, 0.2537883222103119, -0.182631254196167, -0.06773623079061508, -0.33102500438690186, -0.5442690253257751, 0.0016469999682158232, 0.6735631823539734, -2.2584004402160645, 0.5440869331359863, 1000.0, 156.0, -0.0006993147544562817, -0.19920508563518524, -0.9054028391838074, 1.886603832244873, -0.9786377549171448, -3.4172840969404206e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.447642058134079, 0.6047391295433044, -0.16228072345256805, -1.0084686279296875, 1.3017886877059937, 0.3081378936767578, 0.5526759624481201, -0.22343100607395172, -0.44602400064468384, 0.22828499972820282, 1.916226863861084, -1.121137022972107, 1.4086087942123413, 1002.0, 1002.0, -0.0006974348798394203, -0.19233600795269012, -0.9053980708122253, 1.886610984802246, -0.9785791039466858, -1.13909463834716e-05], "mean": [-0.19951610267162323, 0.6046777367591858, 0.45138683915138245, -1.411950707435608, -0.25391337275505066, -0.12053003907203674, 0.028277870267629623, -0.3103328049182892, 0.4675734043121338, 0.2282482236623764, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.3460351526737213, 0.36347711086273193, -0.41809090971946716, -1.268435001373291, 0.7786827087402344, 0.05181821435689926, 0.2286723554134369, -0.2967694103717804, -0.49709221720695496, 0.14282095432281494, 1.2649227380752563, -1.8701977729797363, 1.0445599555969238, 1001.0012817382812, 560.42822265625, -0.0006982447812333703, -0.1955280900001526, -0.9053966403007507, 1.8865985870361328, -0.9786073565483093, -2.1170899344724603e-05], "std": [2.526095340726897e-05, 1.824512037273962e-05, 2.2806436390965246e-05, 2.499507536413148e-05, 2.3202104785013944e-05, 1.453661661798833e-05, 2.504312215023674e-05, 1.4520340300805401e-05, 7.87678436608985e-06, 1.1832818017865065e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.08030001074075699, 0.10634560137987137, 0.14588826894760132, 0.15144668519496918, 0.36090779304504395, 0.16099123656749725, 0.20511285960674286, 0.03392130136489868, 0.033387910574674606, 0.06669680029153824, 0.4612905979156494, 0.3943268358707428, 0.3066013753414154, 0.08078151196241379, 410.7728271484375, 9.308924973083776e-07, 0.002241693204268813, 3.6710296171804657e-06, 9.664127901487518e-06, 1.653432809689548e-05, 2.1390599158621626e-06], "count": [766]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103879988193512, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.178582102060318, 0.2284286916255951, -0.6210230588912964, -1.4629523754119873, 0.2537883222103119, -0.182631254196167, -0.06773623079061508, -0.33102500438690186, -0.5442690253257751, 0.0016469999682158232, 0.6735631823539734, -2.2584004402160645, 0.5440869331359863, 1000.0, 156.0, -0.0006993147544562817, -0.19920508563518524, -0.9054028391838074, 1.886603832244873, -0.9786377549171448, -3.4172840969404206e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.447642058134079, 0.6047391295433044, -0.16228072345256805, -1.0084686279296875, 1.3017886877059937, 0.3081378936767578, 0.5526759624481201, -0.22343100607395172, -0.44602400064468384, 0.22828499972820282, 1.916226863861084, -1.121137022972107, 1.4086087942123413, 1002.0, 1002.0, -0.0006974348798394203, -0.19233600795269012, -0.9053980708122253, 1.886610984802246, -0.9785791039466858, -1.13909463834716e-05], "mean": [-0.1995161920785904, 0.604677677154541, 0.45138677954673767, -1.4119504690170288, -0.25391337275505066, -0.12052997946739197, 0.028277847915887833, -0.3103327751159668, 0.46757349371910095, 0.2282482236623764, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.34615328907966614, 0.3632681965827942, -0.41824889183044434, -1.2682832479476929, 0.7788774371147156, 0.05173763260245323, 0.2286212146282196, -0.2967955470085144, -0.49711132049560547, 0.14272353053092957, 1.264831781387329, -1.870484471321106, 1.0447912216186523, 1001.0012817382812, 560.42822265625, -0.0006982447812333703, -0.19553308188915253, -0.9053966403007507, 1.8865985870361328, -0.9786073565483093, -2.117090298270341e-05], "std": [2.5264473151764832e-05, 1.8178074242314324e-05, 2.2810985683463514e-05, 2.5020641260198317e-05, 2.3202104785013944e-05, 1.4649850527348462e-05, 2.503841278667096e-05, 1.4519760952680372e-05, 7.873519280110486e-06, 1.1833655662485398e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.08015193045139313, 0.10603120923042297, 0.14599013328552246, 0.15136204659938812, 0.36066561937332153, 0.16109278798103333, 0.2051818072795868, 0.03393950313329697, 0.033375293016433716, 0.06662715971469879, 0.46123701333999634, 0.3938640356063843, 0.3064456582069397, 0.08078150451183319, 410.7728271484375, 9.308924973083776e-07, 0.0022453060373663902, 3.6679412005469203e-06, 9.665563084126916e-06, 1.652919854677748e-05, 2.139065145456698e-06], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [766]}, "index": {"min": [17752], "max": [18517], "mean": [18134.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.560425590402775], "std": [0.0, 0.41076951527565747], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.560425590402775], "std": [0.0, 0.41076951527565747], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.638381201044386], "std": [0.0, 1.956722226160772], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.49869451697127937], "std": [0.0, 0.6252923019003869], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.40992167101827676], "std": [0.0, 0.7183573836741605], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.638381201044386], "std": [0.0, 1.956722226160772], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.49869451697127937], "std": [0.0, 0.6252923019003869], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.40992167101827676], "std": [0.0, 0.7183573836741605], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.3103327751159668, 0.4675735533237457, 0.2282482385635376, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29676955938339233, -0.49709275364875793, 0.14282092452049255, 1.2649236917495728, -1.8701930046081543, 1.044559359550476], "std": [1.4520336662826594e-05, 7.875730261730496e-06, 1.1832798918476328e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03392130136489868, 0.03338790312409401, 0.06669682264328003, 0.4612904489040375, 0.39432695508003235, 0.3066018521785736], "min": [-0.3103879988193512, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33102500438690186, -0.5442690253257751, 0.0016469999682158232, 0.6735631823539734, -2.2584004402160645, 0.5440869331359863], "max": [-0.3102799952030182, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22343100607395172, -0.44602400064468384, 0.22828499972820282, 1.916226863861084, -1.121137022972107, 1.4086087942123413], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.3103328049182892, 0.4675734043121338, 0.2282482236623764, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.2967694103717804, -0.49709221720695496, 0.14282095432281494, 1.2649227380752563, -1.8701977729797363, 1.0445599555969238], "std": [1.4520340300805401e-05, 7.87678436608985e-06, 1.1832818017865065e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03392130136489868, 0.033387910574674606, 0.06669680029153824, 0.4612905979156494, 0.3943268358707428, 0.3066013753414154], "min": [-0.3103879988193512, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33102500438690186, -0.5442690253257751, 0.0016469999682158232, 0.6735631823539734, -2.2584004402160645, 0.5440869331359863], "max": [-0.3102799952030182, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22343100607395172, -0.44602400064468384, 0.22828499972820282, 1.916226863861084, -1.121137022972107, 1.4086087942123413], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.5156657963446475], "std": [0.0, 0.49975452256571484], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.887728459530026], "std": [0.0, 0.41566054813853887], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.5156657963446475], "std": [0.0, 0.49975452256571484], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.887728459530026], "std": [0.0, 0.41566054813853887], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"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.4320908289685737]], [[0.4114718137254902]], [[0.41619367501566834]]], "std": [[[0.20205111110662605]], [[0.19634170788857438]], [[0.19908781234764403]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40783747565807144]], [[0.3976140531269585]], [[0.39074171115363954]]], "std": [[[0.23317450457610656]], [[0.22104911552110107]], [[0.21932905248200954]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5018494018041006]], [[0.48838348609991944]], [[0.48360897489703647]]], "std": [[[0.2185791602323822]], [[0.21682944995494285]], [[0.22297884220515587]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613941014191064]], [[0.43771374031918703]], [[0.4448744697936252]]], "std": [[[0.27108220391294474]], [[0.2597247083695358]], [[0.2642505892465763]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.3103730082511902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1673421710729599, 0.23057545721530914, -0.6297671794891357, -1.4619227647781372, 0.2537708580493927, -0.19390606880187988, -0.08562585711479187, -0.32735198736190796, -0.5282840132713318, 0.0018599999602884054, 0.6168521642684937, -2.318281650543213, 0.5331436991691589, 1001.0, 155.0, -0.0006993147544562817, -0.19927838444709778, -0.9054028391838074, 1.886603832244873, -0.9786567687988281, -0.0002211742103099823], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102959990501404, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43713515996932983, 0.6047391295433044, -0.1653001308441162, -1.1020357608795166, 1.3245826959609985, 0.33222341537475586, 0.5308418869972229, -0.22154100239276886, -0.4552040100097656, 0.22890199720859528, 1.8923786878585815, -1.121137022972107, 1.384303092956543, 1001.0, 1001.0, -0.0006974348798394203, -0.19236797094345093, -0.9053989052772522, 1.8866117000579834, -0.9785957336425781, 9.11275710677728e-05], "mean": [-0.19951525330543518, 0.6046680808067322, 0.4513862431049347, -1.4119541645050049, -0.25391197204589844, -0.12052914500236511, 0.02826954796910286, -0.3103333115577698, 0.46757277846336365, 0.2282422035932541, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.305518239736557, 0.3695060908794403, -0.39893126487731934, -1.306106448173523, 0.7798958420753479, 0.056643642485141754, 0.19412842392921448, -0.2991216778755188, -0.48941442370414734, 0.1476471722126007, 1.2339979410171509, -1.8592581748962402, 1.0658313035964966, 1001.0, 601.9522094726562, -0.000698537565767765, -0.19540143013000488, -0.9053969383239746, 1.8865987062454224, -0.9786186814308167, -5.133782542543486e-05], "std": [2.6531268304097466e-05, 1.6385656635975465e-05, 2.3478774892282672e-05, 2.5711164198582992e-05, 2.1865018425160088e-05, 1.549093758512754e-05, 2.218361805716995e-05, 1.4850880688754842e-05, 8.054954378167167e-06, 1.240332221641438e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.0833396315574646, 0.1070316955447197, 0.14635926485061646, 0.10912882536649704, 0.36382877826690674, 0.1866944432258606, 0.20079070329666138, 0.031659938395023346, 0.024549221619963646, 0.06699691712856293, 0.44450899958610535, 0.40803349018096924, 0.27973732352256775, 0.0, 411.60888671875, 9.25743051993777e-07, 0.0024814235512167215, 4.5176648200140335e-06, 9.30310216062935e-06, 2.088750625262037e-05, 7.343802280956879e-05], "count": [774]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.3103730082511902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1673421710729599, 0.23057545721530914, -0.6297671794891357, -1.4619227647781372, 0.2537708580493927, -0.19390606880187988, -0.08562585711479187, -0.32735198736190796, -0.5282840132713318, 0.0018599999602884054, 0.6168521642684937, -2.318281650543213, 0.5331436991691589, 1001.0, 155.0, -0.0006993147544562817, -0.19927838444709778, -0.9054028391838074, 1.886603832244873, -0.9786567687988281, -0.0002211742103099823], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102959990501404, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43713515996932983, 0.6047391295433044, -0.1653001308441162, -1.1020357608795166, 1.3245826959609985, 0.33222341537475586, 0.5308418869972229, -0.22154100239276886, -0.4552040100097656, 0.22890199720859528, 1.8923786878585815, -1.121137022972107, 1.384303092956543, 1001.0, 1001.0, -0.0006974348798394203, -0.19236797094345093, -0.9053989052772522, 1.8866117000579834, -0.9785957336425781, 9.11275710677728e-05], "mean": [-0.19951526820659637, 0.604668140411377, 0.45138633251190186, -1.4119541645050049, -0.2539120316505432, -0.12052921205759048, 0.02826954796910286, -0.3103332817554474, 0.4675728380680084, 0.2282421886920929, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.30554941296577454, 0.36930301785469055, -0.39901602268218994, -1.3060389757156372, 0.7802116870880127, 0.05656198412179947, 0.19406914710998535, -0.29914358258247375, -0.48941677808761597, 0.14756172895431519, 1.233791708946228, -1.859636664390564, 1.0662086009979248, 1001.0, 601.9522094726562, -0.000698537565767765, -0.19540545344352722, -0.9053969383239746, 1.8865987062454224, -0.9786186814308167, -5.155122562428005e-05], "std": [2.653285082487855e-05, 1.6397912986576557e-05, 2.3460210286430083e-05, 2.5711164198582992e-05, 2.189765655202791e-05, 1.5617537428624928e-05, 2.218361805716995e-05, 1.4847127204120625e-05, 8.064000212471001e-06, 1.2394909390422981e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08330464363098145, 0.10673479735851288, 0.14640875160694122, 0.10907983779907227, 0.363478422164917, 0.1867857128381729, 0.20086288452148438, 0.03167356550693512, 0.024547157809138298, 0.06693652272224426, 0.4443894624710083, 0.4074852764606476, 0.2795027196407318, 0.0, 411.60888671875, 9.257429951503582e-07, 0.0024792079348117113, 4.5176648200140335e-06, 9.303924343839753e-06, 2.090758971462492e-05, 7.356144487857819e-05], "count": [774]}, "timestamp": {"min": [0.0], "max": [25.766666666666666], "mean": [12.883333333333331], "std": [7.447812256455408], "count": [774]}, "frame_index": {"min": [0], "max": [773], "mean": [386.5], "std": [223.43436769366227], "count": [774]}, "episode_index": {"min": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [774]}, "index": {"min": [18518], "max": [19291], "mean": [18904.5], "std": [223.43436769366227], "count": [774]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [774]}, "gripper_open_scale_state": {"min": [1.0, 0.1550000011920929], "max": [1.0, 1.0], "mean": [1.0, 0.6019509048309437], "std": [0.0, 0.41160751196232215], "count": [774]}, "gripper_open_scale_action": {"min": [1.0, 0.1550000011920929], "max": [1.0, 1.0], "mean": [1.0, 0.6019509048309437], "std": [0.0, 0.41160751196232215], "count": [774]}, "eef_direction_state": {"mean": [6.0, 4.786821705426356], "std": [0.0, 1.932258984236992], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_state": {"mean": [0.0, 0.4496124031007752], "std": [0.0, 0.6303426775273233], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_state": {"mean": [0.0, 0.3462532299741602], "std": [0.0, 0.6793408934913803], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_direction_action": {"mean": [6.0, 4.786821705426356], "std": [0.0, 1.932258984236992], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_action": {"mean": [0.0, 0.4496124031007752], "std": [0.0, 0.6303426775273233], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_action": {"mean": [0.0, 0.3462532299741602], "std": [0.0, 0.6793408934913803], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_sim_pose_state": {"mean": [-0.3103333115577698, 0.4675731658935547, 0.22824226319789886, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2991214990615845, -0.4894140660762787, 0.14764714241027832, 1.2340008020401, -1.8592625856399536, 1.0658326148986816], "std": [1.4850898878648877e-05, 8.044969945331104e-06, 1.240319852513494e-05, 0.0, 0.0, 0.0, 0.03165992721915245, 0.024549240246415138, 0.06699690222740173, 0.4445084035396576, 0.4080335199832916, 0.27973708510398865], "min": [-0.3103730082511902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32735198736190796, -0.5282840132713318, 0.0018599999602884054, 0.6168521642684937, -2.318281650543213, 0.5331436991691589], "max": [-0.3102959990501404, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22154100239276886, -0.4552040100097656, 0.22890199720859528, 1.8923786878585815, -1.121137022972107, 1.384303092956543], "count": [774]}, "eef_sim_pose_action": {"mean": [-0.3103333115577698, 0.46757277846336365, 0.2282422035932541, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2991216778755188, -0.48941442370414734, 0.1476471722126007, 1.2339979410171509, -1.8592581748962402, 1.0658313035964966], "std": [1.4850880688754842e-05, 8.054954378167167e-06, 1.240332221641438e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.031659938395023346, 0.024549221619963646, 0.06699691712856293, 0.44450899958610535, 0.40803349018096924, 0.27973732352256775], "min": [-0.3103730082511902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32735198736190796, -0.5282840132713318, 0.0018599999602884054, 0.6168521642684937, -2.318281650543213, 0.5331436991691589], "max": [-0.3102959990501404, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22154100239276886, -0.4552040100097656, 0.22890199720859528, 1.8923786878585815, -1.121137022972107, 1.384303092956543], "count": [774]}, "gripper_mode_state": {"mean": [0.0, 0.46511627906976744], "std": [0.0, 0.4987816416169129], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_state": {"mean": [2.0, 1.8875968992248062], "std": [0.0, 0.4179761287778437], "min": [2, 0], "max": [2, 2], "count": [774]}, "gripper_mode_action": {"mean": [0.0, 0.46511627906976744], "std": [0.0, 0.4987816416169129], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_action": {"mean": [2.0, 1.8875968992248062], "std": [0.0, 0.4179761287778437], "min": [2, 0], "max": [2, 2], "count": [774]}}} +{"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.43100782354045225]], [[0.40867861795619154]], [[0.41236657199478893]]], "std": [[[0.20136444005484866]], [[0.19588322556386634]], [[0.19907083082009971]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40559413089560153]], [[0.3957046665231408]], [[0.3885021956699346]]], "std": [[[0.23251961533476112]], [[0.21924207768551782]], [[0.21777905502567815]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5044049237656775]], [[0.49002706980877936]], [[0.4852941590487546]]], "std": [[[0.2195387111218284]], [[0.2167670214076173]], [[0.2229598927349822]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4699338497504858]], [[0.448931216602632]], [[0.45472035500574104]]], "std": [[[0.26744436320788617]], [[0.254959643724018]], [[0.26096183035857207]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037598848342896, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.003351032268255949, 0.23322834074497223, -0.587582528591156, -1.7500240802764893, 0.2517637610435486, -0.26680848002433777, -0.14128440618515015, -0.3394260108470917, -0.5393639802932739, 0.13305599987506866, 0.5493381023406982, -2.304511070251465, 0.5167255401611328, 1001.0, 163.0, -0.0006993147544562817, -0.19929343461990356, -0.9054076075553894, 1.8866006135940552, -0.9787977933883667, -0.00018510287918616086], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42388811707496643, 0.6870313882827759, -0.14123204350471497, -1.0544407367706299, 1.3578487634658813, 0.27289968729019165, 0.6053849458694458, -0.21928200125694275, -0.3777500092983246, 0.22826899588108063, 2.028381824493408, -1.121137022972107, 1.4969223737716675, 1002.0, 1000.0, -0.0006974348798394203, -0.1923266053199768, -0.9053989052772522, 1.886610984802246, -0.9785608649253845, -0.000169914957950823], "mean": [-0.19951435923576355, 0.6046739816665649, 0.4513894319534302, -1.411952257156372, -0.2539144456386566, -0.12052841484546661, 0.028282444924116135, -0.3103344738483429, 0.46757206320762634, 0.22824540734291077, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.26222988963127136, 0.4333416223526001, -0.3468526601791382, -1.3408679962158203, 0.763583779335022, 0.007592706475406885, 0.2387091964483261, -0.2945840060710907, -0.480591356754303, 0.1753564178943634, 1.2921310663223267, -1.7903419733047485, 1.0514858961105347, 1001.0025634765625, 563.9157104492188, -0.0006977436714805663, -0.1953250914812088, -0.9053969383239746, 1.8865987062454224, -0.9786416888237, -0.00017516031221020967], "std": [2.5097497200476937e-05, 1.6817502910271287e-05, 2.2886350052431226e-05, 2.534293889766559e-05, 2.2288726540864445e-05, 1.4596673281630501e-05, 1.9810144294751808e-05, 1.512477047072025e-05, 8.088000868156087e-06, 1.2233626875968184e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.121329165995121, 0.149679034948349, 0.12562569975852966, 0.21517959237098694, 0.4039909839630127, 0.1958869993686676, 0.23286114633083344, 0.03778594359755516, 0.04817016422748566, 0.02626078575849533, 0.5438433289527893, 0.4204773008823395, 0.33737456798553467, 0.050475236028432846, 408.2763366699219, 6.973438075874583e-07, 0.0026832260191440582, 5.668215180776315e-06, 7.911105058155954e-06, 7.440797344315797e-05, 1.9614590200944804e-06], "count": [783]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037598848342896, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.003351032268255949, 0.23322834074497223, -0.587582528591156, -1.7500240802764893, 0.2517637610435486, -0.26680848002433777, -0.14128440618515015, -0.3394260108470917, -0.5393639802932739, 0.13305599987506866, 0.5493381023406982, -2.304511070251465, 0.5167255401611328, 1001.0, 163.0, -0.0006993147544562817, -0.19929343461990356, -0.9054076075553894, 1.8866006135940552, -0.9787977933883667, -0.00018510287918616086], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42388811707496643, 0.6870313882827759, -0.14123204350471497, -1.0544407367706299, 1.3578487634658813, 0.27289968729019165, 0.6053849458694458, -0.21928200125694275, -0.3777500092983246, 0.22826899588108063, 2.028381824493408, -1.121137022972107, 1.4969223737716675, 1002.0, 1000.0, -0.0006974348798394203, -0.1923266053199768, -0.9053989052772522, 1.886610984802246, -0.9785608649253845, -0.000169914957950823], "mean": [-0.19951437413692474, 0.6046740412712097, 0.45138946175575256, -1.411952257156372, -0.2539145052433014, -0.12052839249372482, 0.028282424435019493, -0.3103344738483429, 0.46757206320762634, 0.22824542224407196, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.2623079717159271, 0.4330998957157135, -0.34702643752098083, -1.3407078981399536, 0.7636774778366089, 0.007413514424115419, 0.23856712877750397, -0.2946200668811798, -0.4805958867073059, 0.17524604499340057, 1.2920888662338257, -1.7905353307724, 1.0517678260803223, 1001.0025634765625, 563.9157104492188, -0.0006977413431741297, -0.19532039761543274, -0.9053969383239746, 1.8865987062454224, -0.9786415100097656, -0.00017515789659228176], "std": [2.5099881895584986e-05, 1.682298898231238e-05, 2.2922818970982917e-05, 2.5315321181551553e-05, 2.2355605324264616e-05, 1.4578039554180577e-05, 1.9829127268167213e-05, 1.5136360161704943e-05, 8.097373211057857e-06, 1.2252027772774454e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.12130836397409439, 0.14955474436283112, 0.12586401402950287, 0.21517318487167358, 0.4038809835910797, 0.1960681825876236, 0.23305745422840118, 0.03781440109014511, 0.0481690987944603, 0.026219837367534637, 0.5438226461410522, 0.42020413279533386, 0.33721140027046204, 0.050475236028432846, 408.27630615234375, 6.951763111828768e-07, 0.0026797500904649496, 5.669312940881355e-06, 7.911105058155954e-06, 7.442667993018404e-05, 1.9608978618634865e-06], "count": [783]}, "timestamp": {"min": [0.0], "max": [26.066666666666666], "mean": [13.033333333333333], "std": [7.53441486828323], "count": [783]}, "frame_index": {"min": [0], "max": [782], "mean": [391.0], "std": [226.0324460484969], "count": [783]}, "episode_index": {"min": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [783]}, "index": {"min": [19292], "max": [20074], "mean": [19683.0], "std": [226.0324460484969], "count": [783]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [783]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5639157100351073], "std": [0.0, 0.40827621260040337], "count": [783]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5639157100351073], "std": [0.0, 0.40827621260040337], "count": [783]}, "eef_direction_state": {"mean": [6.0, 4.164750957854406], "std": [0.0, 2.1351964823963625], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_state": {"mean": [0.0, 0.5134099616858238], "std": [0.0, 0.5554894927031251], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_state": {"mean": [0.0, 0.39208173690932313], "std": [0.0, 0.7045110137837314], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_direction_action": {"mean": [6.0, 4.164750957854406], "std": [0.0, 2.1351964823963625], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_action": {"mean": [0.0, 0.5134099616858238], "std": [0.0, 0.5554894927031251], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_action": {"mean": [0.0, 0.39208173690932313], "std": [0.0, 0.7045110137837314], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_sim_pose_state": {"mean": [-0.31033453345298767, 0.46757256984710693, 0.22824545204639435, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29458409547805786, -0.48059168457984924, 0.1753564178943634, 1.2921329736709595, -1.7903425693511963, 1.051486849784851], "std": [1.5124650417419616e-05, 8.075202458712738e-06, 1.2233541383466218e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03778593987226486, 0.048170171678066254, 0.02626079134643078, 0.5438430309295654, 0.4204769730567932, 0.33737418055534363], "min": [-0.31037598848342896, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3394260108470917, -0.5393639802932739, 0.13305599987506866, 0.5493381023406982, -2.304511070251465, 0.5167255401611328], "max": [-0.31029099225997925, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21928200125694275, -0.3777500092983246, 0.22826899588108063, 2.028381824493408, -1.121137022972107, 1.4969223737716675], "count": [783]}, "eef_sim_pose_action": {"mean": [-0.3103344738483429, 0.46757206320762634, 0.22824540734291077, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.2945840060710907, -0.480591356754303, 0.1753564178943634, 1.2921310663223267, -1.7903419733047485, 1.0514858961105347], "std": [1.512477047072025e-05, 8.088000868156087e-06, 1.2233626875968184e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.03778594359755516, 0.04817016422748566, 0.02626078575849533, 0.5438433289527893, 0.4204773008823395, 0.33737456798553467], "min": [-0.31037598848342896, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3394260108470917, -0.5393639802932739, 0.13305599987506866, 0.5493381023406982, -2.304511070251465, 0.5167255401611328], "max": [-0.31029099225997925, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21928200125694275, -0.3777500092983246, 0.22826899588108063, 2.028381824493408, -1.121137022972107, 1.4969223737716675], "count": [783]}, "gripper_mode_state": {"mean": [0.0, 0.5134099616858238], "std": [0.0, 0.49982014057817437], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_state": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41573970964155077], "min": [2, 0], "max": [2, 2], "count": [783]}, "gripper_mode_action": {"mean": [0.0, 0.5134099616858238], "std": [0.0, 0.4998201405781744], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_action": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.4157397096415508], "min": [2, 0], "max": [2, 2], "count": [783]}}} +{"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.4318870002723311]], [[0.4115759694989107]], [[0.4155416802832244]]], "std": [[[0.2020008772043868]], [[0.19761313529875554]], [[0.19988706608746284]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40565669117647063]], [[0.3953586043028322]], [[0.38919539760348587]]], "std": [[[0.23200453535007085]], [[0.21907388081164916]], [[0.21773799383118586]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5031609082244008]], [[0.4892000830610022]], [[0.4843708251633987]]], "std": [[[0.21868049933831707]], [[0.21666819627397438]], [[0.22280772862910106]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661104302832244]], [[0.4402241761982571]], [[0.44866218545751635]]], "std": [[[0.2720047058016614]], [[0.25848673050699833]], [[0.26389020228592547]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038200855255127, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15041247010231018, 0.27316147089004517, -0.5805314183235168, -1.663612961769104, 0.2537708580493927, -0.24185028672218323, -0.035849060863256454, -0.3266330063343048, -0.5434120297431946, 0.04805000126361847, 0.6480449438095093, -2.2709012031555176, 0.5458829998970032, 1001.0, 158.0, -0.0006993147544562817, -0.19931598007678986, -0.9054036140441895, 1.886603832244873, -0.9786100387573242, -0.0001917476038215682], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4668406546115875, 0.6047565937042236, -0.18456856906414032, -1.0721906423568726, 1.2621175050735474, 0.31845277547836304, 0.5684711933135986, -0.22654500603675842, -0.40410199761390686, 0.22826600074768066, 1.8707928657531738, -1.121137022972107, 1.4045428037643433, 1002.0, 1001.0, -0.0006974348798394203, -0.1923096776008606, -0.9053989052772522, 1.886610984802246, -0.9785260558128357, -0.0001528285356471315], "mean": [-0.19951213896274567, 0.6046648621559143, 0.4513908624649048, -1.4119541645050049, -0.2539128065109253, -0.12052880972623825, 0.028277890756726265, -0.31033608317375183, 0.4675714373588562, 0.2282404750585556, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.3074246644973755, 0.4361168146133423, -0.4294702410697937, -1.3228049278259277, 0.7794002294540405, 0.0327245369553566, 0.22163069248199463, -0.29551583528518677, -0.4848090708255768, 0.15946444869041443, 1.3053691387176514, -1.8382951021194458, 1.0134551525115967, 1001.0025024414062, 619.7974853515625, -0.0006976973963901401, -0.19545112550258636, -0.9053968787193298, 1.8865983486175537, -0.9785726070404053, -0.00016723526641726494], "std": [2.652542752912268e-05, 1.6059117115219124e-05, 2.2970372810959816e-05, 2.4103086616378278e-05, 2.1410744011518545e-05, 1.6095200408017263e-05, 2.1256431864458136e-05, 1.4902761904522777e-05, 8.158038326655515e-06, 1.2014955245831516e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.09188780933618546, 0.09564519673585892, 0.127733513712883, 0.17484334111213684, 0.37775057554244995, 0.19189292192459106, 0.20624378323554993, 0.030042285099625587, 0.041335638612508774, 0.05039796978235245, 0.43443194031715393, 0.43385055661201477, 0.2735978364944458, 0.04993782192468643, 408.5794982910156, 6.522935791508644e-07, 0.002728809602558613, 4.924334916722728e-06, 8.8822707766667e-06, 2.1650736016454175e-05, 4.89629610456177e-06], "count": [800]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038200855255127, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.15041247010231018, 0.27316147089004517, -0.5805314183235168, -1.663612961769104, 0.2537708580493927, -0.24185028672218323, -0.035849060863256454, -0.3266330063343048, -0.5434120297431946, 0.04805000126361847, 0.6480449438095093, -2.2709012031555176, 0.5458829998970032, 1001.0, 158.0, -0.0006993147544562817, -0.19931598007678986, -0.9054036140441895, 1.886603832244873, -0.9786100387573242, -0.0001917476038215682], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4668406546115875, 0.6047565937042236, -0.18456856906414032, -1.0721906423568726, 1.2621175050735474, 0.31845277547836304, 0.5684711933135986, -0.22654500603675842, -0.40410199761390686, 0.22826600074768066, 1.8707928657531738, -1.121137022972107, 1.4045428037643433, 1002.0, 1001.0, -0.0006974348798394203, -0.1923096776008606, -0.9053989052772522, 1.886610984802246, -0.9785260558128357, -0.0001528285356471315], "mean": [-0.19951213896274567, 0.6046648621559143, 0.4513908326625824, -1.4119541645050049, -0.2539128065109253, -0.12052886188030243, 0.028277846053242683, -0.31033608317375183, 0.4675714075565338, 0.2282404750585556, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.30751073360443115, 0.4359651505947113, -0.4296266436576843, -1.322706699371338, 0.7795500159263611, 0.0325758159160614, 0.22162926197052002, -0.2955310046672821, -0.4848143756389618, 0.15937268733978271, 1.3054146766662598, -1.8385460376739502, 1.0136497020721436, 1001.0025024414062, 619.7974853515625, -0.0006976997829042375, -0.19545111060142517, -0.9053968787193298, 1.8865983486175537, -0.9785726070404053, -0.0001672222133493051], "std": [2.652542752912268e-05, 1.6059117115219124e-05, 2.295907324878499e-05, 2.4095339540508576e-05, 2.1410744011518545e-05, 1.6103094822028652e-05, 2.1263598682708107e-05, 1.4923300113878213e-05, 8.168661224772222e-06, 1.200767292175442e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.09181896597146988, 0.09547577053308487, 0.12783801555633545, 0.17481519281864166, 0.3775661885738373, 0.1920582354068756, 0.20624564588069916, 0.03005291521549225, 0.041333671659231186, 0.05034080892801285, 0.43446168303489685, 0.4334944486618042, 0.27346271276474, 0.04993782192468643, 408.5794677734375, 6.547220436914358e-07, 0.0027288100682199, 4.9219893298868556e-06, 8.883817827154417e-06, 2.1620106053887866e-05, 4.895461643172894e-06], "count": [800]}, "timestamp": {"min": [0.0], "max": [26.633333333333333], "mean": [13.316666666666665], "std": [7.697997575127356], "count": [800]}, "frame_index": {"min": [0], "max": [799], "mean": [399.5], "std": [230.9399272538207], "count": [800]}, "episode_index": {"min": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [800]}, "index": {"min": [20075], "max": [20874], "mean": [20474.5], "std": [230.9399272538207], "count": [800]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [800]}, "gripper_open_scale_state": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.6197949989512562], "std": [0.0, 0.40857783707646983], "count": [800]}, "gripper_open_scale_action": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.6197949989512562], "std": [0.0, 0.40857783707646983], "count": [800]}, "eef_direction_state": {"mean": [6.0, 4.6625], "std": [0.0, 1.883107471707331], "min": [6, 0], "max": [6, 6], "count": [800]}, "eef_velocity_state": {"mean": [0.0, 0.49], "std": [0.0, 0.6323764701504936], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_acc_mag_state": {"mean": [0.0, 0.35125], "std": [0.0, 0.68583776325018], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_direction_action": {"mean": [6.0, 4.6625], "std": [0.0, 1.883107471707331], "min": [6, 0], "max": [6, 6], "count": [800]}, "eef_velocity_action": {"mean": [0.0, 0.49], "std": [0.0, 0.6323764701504936], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_acc_mag_action": {"mean": [0.0, 0.35125], "std": [0.0, 0.68583776325018], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_sim_pose_state": {"mean": [-0.31033605337142944, 0.46757203340530396, 0.22824043035507202, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2955157458782196, -0.4848090410232544, 0.159464493393898, 1.3053643703460693, -1.838291883468628, 1.0134572982788086], "std": [1.4902740986144636e-05, 8.138028533721808e-06, 1.201485974888783e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.030042283236980438, 0.04133562743663788, 0.05039798840880394, 0.434431791305542, 0.43385109305381775, 0.273597776889801], "min": [-0.31038200855255127, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3266330063343048, -0.5434120297431946, 0.04805000126361847, 0.6480449438095093, -2.2709012031555176, 0.5458829998970032], "max": [-0.31028199195861816, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22654500603675842, -0.40410199761390686, 0.22826600074768066, 1.8707928657531738, -1.121137022972107, 1.4045428037643433], "count": [800]}, "eef_sim_pose_action": {"mean": [-0.31033608317375183, 0.4675714373588562, 0.2282404750585556, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.29551583528518677, -0.4848090708255768, 0.15946444869041443, 1.3053691387176514, -1.8382951021194458, 1.0134551525115967], "std": [1.4902761904522777e-05, 8.158038326655515e-06, 1.2014955245831516e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.030042285099625587, 0.041335638612508774, 0.05039796978235245, 0.43443194031715393, 0.43385055661201477, 0.2735978364944458], "min": [-0.31038200855255127, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3266330063343048, -0.5434120297431946, 0.04805000126361847, 0.6480449438095093, -2.2709012031555176, 0.5458829998970032], "max": [-0.31028199195861816, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22654500603675842, -0.40410199761390686, 0.22826600074768066, 1.8707928657531738, -1.121137022972107, 1.4045428037643433], "count": [800]}, "gripper_mode_state": {"mean": [0.0, 0.44625], "std": [0.0, 0.4971025422385186], "min": [0, 0], "max": [0, 1], "count": [800]}, "gripper_activity_state": {"mean": [2.0, 1.895], "std": [0.0, 0.40493826690002627], "min": [2, 0], "max": [2, 2], "count": [800]}, "gripper_mode_action": {"mean": [0.0, 0.44625], "std": [0.0, 0.4971025422385186], "min": [0, 0], "max": [0, 1], "count": [800]}, "gripper_activity_action": {"mean": [2.0, 1.895], "std": [0.0, 0.40493826690002627], "min": [2, 0], "max": [2, 2], "count": [800]}}} +{"episode_index": 26, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.437174417562724]], [[0.41657056056293484]], [[0.4201434785473329]]], "std": [[[0.20398309049094646]], [[0.19973313418202002]], [[0.20183416027954662]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.407290014231499]], [[0.3968633894686907]], [[0.39017966213367067]]], "std": [[[0.23211115245589858]], [[0.21882064518242428]], [[0.2171633989257973]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5040515615117014]], [[0.4897871323529412]], [[0.48503275484925157]]], "std": [[[0.21910562656569274]], [[0.21667607449517376]], [[0.222807553491471]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47138108923676997]], [[0.44749390549230444]], [[0.45560251423149906]]], "std": [[[0.27441722269113744]], [[0.26214038438974907]], [[0.2669224936450668]]], "count": [155]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04260348528623581, 0.2393195480108261, -0.5612630248069763, -1.7565691471099854, 0.25385814905166626, -0.29138270020484924, -0.028274333104491234, -0.32434698939323425, -0.5661119818687439, 0.09269999712705612, 0.6285789012908936, -2.2899203300476074, 0.38579100370407104, 1000.0, 154.0, -0.0006974348798394203, -0.19933290779590607, -0.9054059982299805, 1.8866046667099, -0.978816032409668, -0.0006321975379250944], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5389227867126465, 0.6626491546630859, -0.18160150945186615, -0.9047961235046387, 1.286290168762207, 0.3069859743118286, 0.6177941560745239, -0.2257860004901886, -0.37708500027656555, 0.2282709926366806, 2.0242960453033447, -1.121137022972107, 1.368140459060669, 1002.0, 1000.0, -0.0006974348798394203, -0.1923190802335739, -0.9053925275802612, 1.8866316080093384, -0.9784190654754639, 0.0004338052240200341], "mean": [-0.19951359927654266, 0.6046635508537292, 0.4513908922672272, -1.4119547605514526, -0.25391069054603577, -0.12052767723798752, 0.028269991278648376, -0.31033605337142944, 0.46757107973098755, 0.22823870182037354, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.31379732489585876, 0.4576514661312103, -0.4119424819946289, -1.3086072206497192, 0.7933787107467651, 0.03479110077023506, 0.2536330819129944, -0.2940100431442261, -0.48666873574256897, 0.16982749104499817, 1.3019460439682007, -1.8385533094406128, 0.9952434301376343, 1001.0023803710938, 612.73681640625, -0.0006974340067245066, -0.19549152255058289, -0.9053968191146851, 1.8866095542907715, -0.9785770177841187, -2.8260465114726685e-05], "std": [2.5533154257573187e-05, 1.6906396922422573e-05, 2.1976711650495417e-05, 2.397441494395025e-05, 2.3085014618118294e-05, 1.5426345271407627e-05, 1.8440761778037995e-05, 1.4228252439352218e-05, 7.864234248700086e-06, 1.1929753782169428e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.138693705201149, 0.12680314481258392, 0.11000882089138031, 0.2387271225452423, 0.38251054286956787, 0.20947366952896118, 0.2020527720451355, 0.030920132994651794, 0.054908812046051025, 0.035480618476867676, 0.48485857248306274, 0.4180005192756653, 0.29958102107048035, 0.0691303238272667, 411.6976013183594, 8.731149137020111e-10, 0.0024342716205865145, 5.4837873904034495e-06, 1.5074706425366458e-05, 0.00011520102998474613, 0.00028330585337243974], "count": [836]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04260348528623581, 0.2393195480108261, -0.5612630248069763, -1.7565691471099854, 0.25385814905166626, -0.29138270020484924, -0.028274333104491234, -0.32434698939323425, -0.5661119818687439, 0.09269999712705612, 0.6285789012908936, -2.2899203300476074, 0.38579100370407104, 1000.0, 154.0, -0.0006974348798394203, -0.19933290779590607, -0.9054059982299805, 1.8866046667099, -0.978816032409668, -0.0006321975379250944], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5389227867126465, 0.6626491546630859, -0.18160150945186615, -0.9047961235046387, 1.286290168762207, 0.3069859743118286, 0.6177941560745239, -0.2257860004901886, -0.37708500027656555, 0.2282709926366806, 2.0242960453033447, -1.121137022972107, 1.368140459060669, 1002.0, 1000.0, -0.0006974348798394203, -0.1923190802335739, -0.9053925275802612, 1.8866316080093384, -0.9784190654754639, 0.0004338052240200341], "mean": [-0.19951361417770386, 0.6046635508537292, 0.4513908326625824, -1.4119547605514526, -0.253910630941391, -0.12052764743566513, 0.0282700527459383, -0.31033605337142944, 0.46757104992866516, 0.22823874652385712, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.31384608149528503, 0.457502156496048, -0.41207218170166016, -1.3085224628448486, 0.7935733795166016, 0.03458705171942711, 0.2536648213863373, -0.29402536153793335, -0.486664742231369, 0.1697394847869873, 1.301994800567627, -1.8388503789901733, 0.995501697063446, 1001.0023803710938, 612.73681640625, -0.0006974340067245066, -0.1954914778470993, -0.9053968191146851, 1.8866095542907715, -0.9785770177841187, -2.803563984343782e-05], "std": [2.553291960794013e-05, 1.6902751667657867e-05, 2.2004560378263704e-05, 2.3967482775333337e-05, 2.3054359189700335e-05, 1.5432837244588882e-05, 1.8366456060903147e-05, 1.4228409781935625e-05, 7.867044587328564e-06, 1.1927329978789203e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.1386607140302658, 0.1267034262418747, 0.1101190373301506, 0.23870275914669037, 0.38227739930152893, 0.20970770716667175, 0.20201051235198975, 0.03093140758574009, 0.05491039529442787, 0.035426802933216095, 0.48488831520080566, 0.4175781309604645, 0.2994590997695923, 0.0691303238272667, 411.6976013183594, 8.731149137020111e-10, 0.0024342690594494343, 5.4861825447005685e-06, 1.508070454292465e-05, 0.0001152041950263083, 0.00028349889907985926], "count": [836]}, "timestamp": {"min": [0.0], "max": [27.833333333333332], "mean": [13.916666666666666], "std": [8.044407995620311], "count": [836]}, "frame_index": {"min": [0], "max": [835], "mean": [417.5], "std": [241.33223986860935], "count": [836]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [836]}, "index": {"min": [20875], "max": [21710], "mean": [21292.5], "std": [241.33223986860935], "count": [836]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [836]}, "gripper_open_scale_state": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.6127368420112932], "std": [0.0, 0.4116974575885053], "count": [836]}, "gripper_open_scale_action": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.6127368420112932], "std": [0.0, 0.41169745758850523], "count": [836]}, "eef_direction_state": {"mean": [6.0, 4.361244019138756], "std": [0.0, 1.9882743311859041], "min": [6, 0], "max": [6, 6], "count": [836]}, "eef_velocity_state": {"mean": [0.0, 0.5047846889952153], "std": [0.0, 0.5919928847973899], "min": [0, 0], "max": [0, 2], "count": [836]}, "eef_acc_mag_state": {"mean": [0.0, 0.3576555023923445], "std": [0.0, 0.683066723874011], "min": [0, 0], "max": [0, 2], "count": [836]}, "eef_direction_action": {"mean": [6.0, 4.361244019138756], "std": [0.0, 1.9882743311859041], "min": [6, 0], "max": [6, 6], "count": [836]}, "eef_velocity_action": {"mean": [0.0, 0.5047846889952153], "std": [0.0, 0.5919928847973899], "min": [0, 0], "max": [0, 2], "count": [836]}, "eef_acc_mag_action": {"mean": [0.0, 0.3576555023923445], "std": [0.0, 0.683066723874011], "min": [0, 0], "max": [0, 2], "count": [836]}, "eef_sim_pose_state": {"mean": [-0.31033629179000854, 0.4675719439983368, 0.2282388061285019, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2940100431442261, -0.4866684079170227, 0.16982769966125488, 1.301948070526123, -1.838553547859192, 0.9952455163002014], "std": [1.4226659914129414e-05, 7.819404345354997e-06, 1.1929284482903313e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.030920129269361496, 0.05490884929895401, 0.03548061102628708, 0.4848588705062866, 0.41799965500831604, 0.2995806932449341], "min": [-0.31037798523902893, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32434698939323425, -0.5661119818687439, 0.09269999712705612, 0.6285789012908936, -2.2899203300476074, 0.38579100370407104], "max": [-0.3102929890155792, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2257860004901886, -0.37708500027656555, 0.2282709926366806, 2.0242960453033447, -1.121137022972107, 1.368140459060669], "count": [836]}, "eef_sim_pose_action": {"mean": [-0.31033605337142944, 0.46757107973098755, 0.22823870182037354, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.2940100431442261, -0.48666873574256897, 0.16982749104499817, 1.3019460439682007, -1.8385533094406128, 0.9952434301376343], "std": [1.4228252439352218e-05, 7.864234248700086e-06, 1.1929753782169428e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.030920132994651794, 0.054908812046051025, 0.035480618476867676, 0.48485857248306274, 0.4180005192756653, 0.29958102107048035], "min": [-0.31037798523902893, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32434698939323425, -0.5661119818687439, 0.09269999712705612, 0.6285789012908936, -2.2899203300476074, 0.38579100370407104], "max": [-0.3102929890155792, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2257860004901886, -0.37708500027656555, 0.2282709926366806, 2.0242960453033447, -1.121137022972107, 1.368140459060669], "count": [836]}, "gripper_mode_state": {"mean": [0.0, 0.45215311004784686], "std": [0.0, 0.4977054099785388], "min": [0, 0], "max": [0, 1], "count": [836]}, "gripper_activity_state": {"mean": [2.0, 1.895933014354067], "std": [0.0, 0.40325554996196034], "min": [2, 0], "max": [2, 2], "count": [836]}, "gripper_mode_action": {"mean": [0.0, 0.45215311004784686], "std": [0.0, 0.4977054099785388], "min": [0, 0], "max": [0, 1], "count": [836]}, "gripper_activity_action": {"mean": [2.0, 1.895933014354067], "std": [0.0, 0.40325554996196034], "min": [2, 0], "max": [2, 2], "count": [836]}}} +{"episode_index": 27, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.996078431372549]]], "mean": [[[0.43951077678878564]], [[0.41754821605177156]], [[0.4197683245721534]]], "std": [[[0.20388509663434307]], [[0.1988506083129606]], [[0.20122200323465836]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40680903449647404]], [[0.39669783201109393]], [[0.3891877808415033]]], "std": [[[0.23460624342565523]], [[0.22046595150002246]], [[0.21840431185709186]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5046700757331442]], [[0.48971127746603027]], [[0.48381142635233915]]], "std": [[[0.2197115919113074]], [[0.2168090568617287]], [[0.22280793473057542]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4702557095480736]], [[0.44795238594341247]], [[0.45387412388200893]]], "std": [[[0.27878761597553586]], [[0.2668346932026301]], [[0.27085233130454117]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120759963989258, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05808455869555473, 0.2687283456325531, -0.49042007327079773, -1.7570403814315796, 0.2537708580493927, -0.3776718080043793, -0.02834414690732956, -0.3267250061035156, -0.5590140223503113, 0.15761199593544006, 0.6757326722145081, -2.384302854537964, 0.3541676104068756, 1000.0, 163.0, -0.0006993147544562817, -0.19953028857707977, -0.9054163098335266, 1.8866188526153564, -0.9788960814476013, -0.00070339092053473], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026899814605713, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5901132822036743, 0.7457442879676819, -0.16048301756381989, -0.7891855239868164, 1.273706316947937, 0.36072462797164917, 0.702128529548645, -0.22447000443935394, -0.35151800513267517, 0.22867800295352936, 2.2685797214508057, -1.121137022972107, 1.3366392850875854, 1002.0, 1000.0, -0.0006974348798394203, -0.19233788549900055, -0.9053972959518433, 1.8866561651229858, -0.9784388542175293, 0.0009236158803105354], "mean": [-0.19951587915420532, 0.6046736836433411, 0.45139002799987793, -1.4119720458984375, -0.25390365719795227, -0.12052824348211288, 0.028275225311517715, -0.3103286921977997, 0.4675724506378174, 0.22823986411094666, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.3143296241760254, 0.4816368520259857, -0.3638739585876465, -1.245694875717163, 0.8026843070983887, -0.01146790198981762, 0.4073845446109772, -0.2923996150493622, -0.4872513711452484, 0.19492022693157196, 1.3832558393478394, -1.856804609298706, 0.9866958260536194, 1001.0, 575.5252075195312, -0.0006978473975323141, -0.19543777406215668, -0.9053989052772522, 1.8866214752197266, -0.9785900712013245, -9.761693945620209e-05], "std": [2.667052103788592e-05, 1.7151072825072333e-05, 2.2912890926818363e-05, 2.7507549020810984e-05, 2.1882211513002403e-05, 1.4826611732132733e-05, 2.0023380784550682e-05, 1.5899311620160006e-05, 8.004421943041962e-06, 1.1871784408867825e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.17743925750255585, 0.1345367282629013, 0.07711905986070633, 0.2758614718914032, 0.3930770456790924, 0.2546020746231079, 0.23627112805843353, 0.03203088790178299, 0.05668434873223305, 0.018324682489037514, 0.5243527889251709, 0.46521222591400146, 0.292373925447464, 0.07014305889606476, 409.0021057128906, 7.789530513946374e-07, 0.0028539951890707016, 5.949272235739045e-06, 1.4385829672391992e-05, 0.00010695534001570195, 0.000437266135122627], "count": [813]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120759963989258, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05808455869555473, 0.2687283456325531, -0.49042007327079773, -1.7570403814315796, 0.2537708580493927, -0.3776718080043793, -0.02834414690732956, -0.3267250061035156, -0.5590140223503113, 0.15761199593544006, 0.6757326722145081, -2.384302854537964, 0.3541676104068756, 1000.0, 163.0, -0.0006993147544562817, -0.19953028857707977, -0.9054163098335266, 1.8866188526153564, -0.9788960814476013, -0.00070339092053473], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31026899814605713, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5901132822036743, 0.7457442879676819, -0.16048301756381989, -0.7891855239868164, 1.273706316947937, 0.36072462797164917, 0.702128529548645, -0.22447000443935394, -0.35151800513267517, 0.22867800295352936, 2.2685797214508057, -1.121137022972107, 1.3366392850875854, 1002.0, 1000.0, -0.0006974348798394203, -0.19233788549900055, -0.9053972959518433, 1.8866561651229858, -0.9784388542175293, 0.0009236158803105354], "mean": [-0.19951584935188293, 0.6046737432479858, 0.45139002799987793, -1.4119720458984375, -0.25390368700027466, -0.12052826583385468, 0.028275247663259506, -0.3103286623954773, 0.4675724506378174, 0.22823986411094666, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.3143446743488312, 0.48148202896118164, -0.3638674020767212, -1.245557427406311, 0.8028483390808105, -0.011783183552324772, 0.4076007008552551, -0.2924102246761322, -0.48724764585494995, 0.1948663592338562, 1.3834221363067627, -1.8570828437805176, 0.9869656562805176, 1001.0, 575.5252075195312, -0.0006978473975323141, -0.19542981684207916, -0.9053987860679626, 1.8866214752197266, -0.9785902500152588, -9.734373452374712e-05], "std": [2.6669697035686113e-05, 1.713371239020489e-05, 2.2912890926818363e-05, 2.748137376329396e-05, 2.1929366994299926e-05, 1.4819180250924546e-05, 2.00130798475584e-05, 1.5888441339484416e-05, 7.998480214155279e-06, 1.187214093079092e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.17743028700351715, 0.1344677358865738, 0.0771118700504303, 0.27580657601356506, 0.39287617802619934, 0.25489601492881775, 0.23595312237739563, 0.032038286328315735, 0.056685708463191986, 0.018291374668478966, 0.5244343280792236, 0.4648403525352478, 0.29225438833236694, 0.07014305889606476, 409.0021057128906, 7.789530513946374e-07, 0.0028532922733575106, 6.04720980845741e-06, 1.4411017218662892e-05, 0.00010706455941544846, 0.000437709444668144], "count": [813]}, "timestamp": {"min": [0.0], "max": [27.066666666666666], "mean": [13.533333333333333], "std": [7.823090229617752], "count": [813]}, "frame_index": {"min": [0], "max": [812], "mean": [406.0], "std": [234.69270688853257], "count": [813]}, "episode_index": {"min": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [813]}, "index": {"min": [21711], "max": [22523], "mean": [22117.0], "std": [234.69270688853257], "count": [813]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [813]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5755252164008433], "std": [0.0, 0.40900327031839934], "count": [813]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5755252164008433], "std": [0.0, 0.40900327031839934], "count": [813]}, "eef_direction_state": {"mean": [6.0, 4.068880688806888], "std": [0.0, 2.0920227684582335], "min": [6, 0], "max": [6, 6], "count": [813]}, "eef_velocity_state": {"mean": [0.0, 0.5362853628536285], "std": [0.0, 0.563528225778859], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_acc_mag_state": {"mean": [0.0, 0.4218942189421894], "std": [0.0, 0.7325588129253713], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_direction_action": {"mean": [6.0, 4.068880688806888], "std": [0.0, 2.0920227684582335], "min": [6, 0], "max": [6, 6], "count": [813]}, "eef_velocity_action": {"mean": [0.0, 0.5362853628536285], "std": [0.0, 0.563528225778859], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_acc_mag_action": {"mean": [0.0, 0.4218942189421894], "std": [0.0, 0.7325588129253713], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_sim_pose_state": {"mean": [-0.31032872200012207, 0.4675724506378174, 0.22823971509933472, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.29239964485168457, -0.4872512221336365, 0.19492024183273315, 1.3832550048828125, -1.856803297996521, 0.9866945147514343], "std": [1.5899326172075234e-05, 8.004437404451892e-06, 1.1870860362250824e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.032030895352363586, 0.05668434128165245, 0.01832468807697296, 0.5243526697158813, 0.4652124047279358, 0.2923738658428192], "min": [-0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3267250061035156, -0.5590140223503113, 0.15761199593544006, 0.6757326722145081, -2.384302854537964, 0.3541676104068756], "max": [-0.31026899814605713, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22447000443935394, -0.35151800513267517, 0.22867800295352936, 2.2685797214508057, -1.121137022972107, 1.3366392850875854], "count": [813]}, "eef_sim_pose_action": {"mean": [-0.3103286921977997, 0.4675724506378174, 0.22823986411094666, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, -0.2923996150493622, -0.4872513711452484, 0.19492022693157196, 1.3832558393478394, -1.856804609298706, 0.9866958260536194], "std": [1.5899311620160006e-05, 8.004421943041962e-06, 1.1871784408867825e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.03203088790178299, 0.05668434873223305, 0.018324682489037514, 0.5243527889251709, 0.46521222591400146, 0.292373925447464], "min": [-0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3267250061035156, -0.5590140223503113, 0.15761199593544006, 0.6757326722145081, -2.384302854537964, 0.3541676104068756], "max": [-0.31026899814605713, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22447000443935394, -0.35151800513267517, 0.22867800295352936, 2.2685797214508057, -1.121137022972107, 1.3366392850875854], "count": [813]}, "gripper_mode_state": {"mean": [0.0, 0.5006150061500615], "std": [0.0, 0.49999962176729384], "min": [0, 0], "max": [0, 1], "count": [813]}, "gripper_activity_state": {"mean": [2.0, 1.894218942189422], "std": [0.0, 0.40734768813163524], "min": [2, 0], "max": [2, 2], "count": [813]}, "gripper_mode_action": {"mean": [0.0, 0.5006150061500615], "std": [0.0, 0.4999996217672938], "min": [0, 0], "max": [0, 1], "count": [813]}, "gripper_activity_action": {"mean": [2.0, 1.894218942189422], "std": [0.0, 0.40734768813163524], "min": [2, 0], "max": [2, 2], "count": [813]}}} +{"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.4308953343641707]], [[0.41093727107733474]], [[0.41415808823529415]]], "std": [[[0.20443074821776772]], [[0.20002477211145162]], [[0.2016614173202527]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094896751765583]], [[0.3987460479997368]], [[0.3915695705575295]]], "std": [[[0.2338031303658838]], [[0.22116132187297188]], [[0.2184780583459766]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5026783773632496]], [[0.48845042522042376]], [[0.4823115541518621]]], "std": [[[0.21886656650357353]], [[0.21698250372805591]], [[0.22303252706569615]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4578276472781506]], [[0.4319522867592227]], [[0.43956100172171775]]], "std": [[[0.2765387317235083]], [[0.2640050154405305]], [[0.268236888513563]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14411184191703796, 0.26738443970680237, -0.6271840929985046, -1.720109224319458, 0.2537708580493927, -0.12061969935894012, -0.20402897894382477, -0.3200860023498535, -0.5648189783096313, 0.032701000571250916, 0.7058964967727661, -2.207111120223999, 0.3521348834037781, 1000.0, 175.0, -0.0006974348798394203, -0.1993441879749298, -0.9054068326950073, 1.8866442441940308, -0.9787907004356384, -0.0005524609005078673], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5393940210342407, 0.6047391295433044, -0.19741418957710266, -0.9572607278823853, 1.3087177276611328, 0.32332223653793335, 0.618178129196167, -0.2161870002746582, -0.3826639950275421, 0.22831200063228607, 2.1159286499023438, -1.121137022972107, 1.3146828413009644, 1002.0, 1000.0, -0.0006974348798394203, -0.19233788549900055, -0.9053965210914612, 1.8866609334945679, -0.9786274433135986, 0.0015074019320309162], "mean": [-0.19951669871807098, 0.604675829410553, 0.45139244198799133, -1.4119840860366821, -0.25390347838401794, -0.12052455544471741, 0.028276972472667694, -0.31032484769821167, 0.4675723612308502, 0.22823724150657654, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.31914541125297546, 0.4426667094230652, -0.4353576898574829, -1.3817557096481323, 0.7579001188278198, 0.08588466048240662, 0.19386926293373108, -0.28122779726982117, -0.4821184277534485, 0.1488073468208313, 1.3226892948150635, -1.819597840309143, 0.9454869031906128, 1001.0050659179688, 571.5582275390625, -0.0006974340067245066, -0.19527068734169006, -0.9053972959518433, 1.8866361379623413, -0.978727400302887, -1.7963677237275988e-05], "std": [2.6735220671980642e-05, 1.6619083908153698e-05, 2.254390528833028e-05, 2.4244181986432523e-05, 2.3179827621788718e-05, 1.702564441075083e-05, 1.930385042214766e-05, 1.5643399819964543e-05, 8.1247380876448e-06, 1.1821326552308165e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.11729173362255096, 0.1129397451877594, 0.12352947890758514, 0.21853533387184143, 0.3551497161388397, 0.16323363780975342, 0.2538202106952667, 0.033612366765737534, 0.056351881474256516, 0.053736668080091476, 0.4950605034828186, 0.3791205585002899, 0.30819934606552124, 0.08700212091207504, 402.4764099121094, 8.731149137020111e-10, 0.002593762008473277, 6.527160167024704e-06, 1.667458491283469e-05, 4.953532697982155e-05, 0.00033613989944569767], "count": [790]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14411184191703796, 0.26738443970680237, -0.6271840929985046, -1.720109224319458, 0.2537708580493927, -0.12061969935894012, -0.20402897894382477, -0.3200860023498535, -0.5648189783096313, 0.032701000571250916, 0.7058964967727661, -2.207111120223999, 0.3521348834037781, 1000.0, 175.0, -0.0006974348798394203, -0.1993441879749298, -0.9054068326950073, 1.8866442441940308, -0.9787907004356384, -0.0005524609005078673], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5393940210342407, 0.6047391295433044, -0.19741418957710266, -0.9572607278823853, 1.3087177276611328, 0.32332223653793335, 0.618178129196167, -0.2161870002746582, -0.3826639950275421, 0.22831200063228607, 2.1159286499023438, -1.121137022972107, 1.3146828413009644, 1002.0, 1000.0, -0.0006974348798394203, -0.19233788549900055, -0.9053965210914612, 1.8866609334945679, -0.9786274433135986, 0.0015074019320309162], "mean": [-0.19951674342155457, 0.604675829410553, 0.45139241218566895, -1.4119840860366821, -0.25390341877937317, -0.1205245852470398, 0.028276950120925903, -0.3103248178958893, 0.467572420835495, 0.22823722660541534, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.3191756308078766, 0.44257688522338867, -0.43557944893836975, -1.3818379640579224, 0.7581033706665039, 0.0859006941318512, 0.1936483383178711, -0.28123757243156433, -0.48209843039512634, 0.14870530366897583, 1.322576642036438, -1.8198248147964478, 0.9456820487976074, 1001.0050659179688, 571.5582275390625, -0.0006974340067245066, -0.19526608288288116, -0.9053972959518433, 1.8866361379623413, -0.9787274599075317, -1.725473703118041e-05], "std": [2.6692738174460828e-05, 1.6619083908153698e-05, 2.2544041712535545e-05, 2.4244181986432523e-05, 2.3235168555402197e-05, 1.704640089883469e-05, 1.9316799807711504e-05, 1.5599667676724494e-05, 8.109621376206633e-06, 1.1823434761026874e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.117264024913311, 0.11283907294273376, 0.12371539324522018, 0.21855886280536652, 0.3549070954322815, 0.16321387887001038, 0.2540894150733948, 0.033622026443481445, 0.05635983869433403, 0.053662218153476715, 0.4950135350227356, 0.37875598669052124, 0.30812156200408936, 0.08700212091207504, 402.4764099121094, 8.731149137020111e-10, 0.002590230433270335, 6.527160167024704e-06, 1.6678559404681437e-05, 4.955085023539141e-05, 0.00033584472839720547], "count": [790]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.15], "std": [7.601772454134919], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [790]}, "index": {"min": [22524], "max": [23313], "mean": [22918.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [790]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5715582267015795], "std": [0.0, 0.40247738434019587], "count": [790]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5715582267015795], "std": [0.0, 0.40247738434019587], "count": [790]}, "eef_direction_state": {"mean": [6.0, 4.232911392405064], "std": [0.0, 2.093735171131293], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.0, 0.5316455696202531], "std": [0.0, 0.5810388565837192], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.0, 0.41265822784810124], "std": [0.0, 0.7164199123326631], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_direction_action": {"mean": [6.0, 4.232911392405064], "std": [0.0, 2.093735171131293], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.0, 0.5316455696202531], "std": [0.0, 0.5810388565837192], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.0, 0.41265822784810124], "std": [0.0, 0.7164199123326631], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [-0.31032493710517883, 0.46757256984710693, 0.2282373011112213, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28122782707214355, -0.4821184277534485, 0.1488073170185089, 1.3226886987686157, -1.8195973634719849, 0.9454864263534546], "std": [1.5643176084267907e-05, 8.122765393636655e-06, 1.182113464892609e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03361237794160843, 0.05635189265012741, 0.053736668080091476, 0.4950602948665619, 0.3791206479072571, 0.3081992566585541], "min": [-0.31037500500679016, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3200860023498535, -0.5648189783096313, 0.032701000571250916, 0.7058964967727661, -2.207111120223999, 0.3521348834037781], "max": [-0.3102790117263794, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2161870002746582, -0.3826639950275421, 0.22831200063228607, 2.1159286499023438, -1.121137022972107, 1.3146828413009644], "count": [790]}, "eef_sim_pose_action": {"mean": [-0.31032484769821167, 0.4675723612308502, 0.22823724150657654, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.28122779726982117, -0.4821184277534485, 0.1488073468208313, 1.3226892948150635, -1.819597840309143, 0.9454869031906128], "std": [1.5643399819964543e-05, 8.1247380876448e-06, 1.1821326552308165e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.033612366765737534, 0.056351881474256516, 0.053736668080091476, 0.4950605034828186, 0.3791205585002899, 0.30819934606552124], "min": [-0.31037500500679016, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3200860023498535, -0.5648189783096313, 0.032701000571250916, 0.7058964967727661, -2.207111120223999, 0.3521348834037781], "max": [-0.3102790117263794, 0.4676010012626648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2161870002746582, -0.3826639950275421, 0.22831200063228607, 2.1159286499023438, -1.121137022972107, 1.3146828413009644], "count": [790]}, "gripper_mode_state": {"mean": [0.0, 0.5126582278481012], "std": [0.0, 0.49983974358563177], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_state": {"mean": [2.0, 1.8924050632911393], "std": [0.0, 0.4085392787148439], "min": [2, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.0, 0.5126582278481012], "std": [0.0, 0.49983974358563177], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_action": {"mean": [2.0, 1.8924050632911393], "std": [0.0, 0.4085392787148439], "min": [2, 0], "max": [2, 2], "count": [790]}}} +{"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.4331088178949741]], [[0.412807237435204]], [[0.41646515382014876]]], "std": [[[0.20365573260238437]], [[0.19903734234751058]], [[0.20117791867543253]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40650284257381114]], [[0.39497679315979267]], [[0.3875129634324994]]], "std": [[[0.23139764094080523]], [[0.21766353431418445]], [[0.21587649709843354]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5019378394748704]], [[0.4881504324430922]], [[0.48328157257155735]]], "std": [[[0.21889473746761415]], [[0.21674046467540284]], [[0.22288843908167402]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47284661933739014]], [[0.44842615646833445]], [[0.4559290131282398]]], "std": [[[0.277560772475629]], [[0.26548364163775257]], [[0.27106280238129843]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12662364542484283, 0.26687830686569214, -0.5806710720062256, -1.6081463098526, 0.2451489418745041, -0.2730916738510132, -0.028291787952184677, -0.33781901001930237, -0.5537260174751282, 0.05688200145959854, 0.6429967284202576, -2.3942863941192627, 0.6191156506538391, 1000.0, 156.0, -0.0006974348798394203, -0.19952090084552765, -0.9054083824157715, 1.8866490125656128, -0.9787819385528564, -0.0007907215040177107], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5264785885810852, 0.6047216653823853, -0.16280432045459747, -0.8970643281936646, 1.2632343769073486, 0.3689451515674591, 0.5576501488685608, -0.22924000024795532, -0.4095839858055115, 0.2282640039920807, 2.115114450454712, -1.121137022972107, 1.3300292491912842, 1002.0, 1000.0, -0.0006936751306056976, -0.19233600795269012, -0.9053996801376343, 1.88665771484375, -0.9786147475242615, 0.0009720274247229099], "mean": [-0.19951599836349487, 0.6046688556671143, 0.45139411091804504, -1.4119857549667358, -0.25390195846557617, -0.12052568048238754, 0.028281796723604202, -0.31032559275627136, 0.46757203340530396, 0.22823463380336761, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.32034793496131897, 0.3923189342021942, -0.3766036629676819, -1.2599108219146729, 0.7088730335235596, 0.02482120878994465, 0.27422192692756653, -0.2989671230316162, -0.49270862340927124, 0.16265489161014557, 1.3283051252365112, -1.8107398748397827, 1.0145797729492188, 1001.0, 593.1181030273438, -0.0006971002439968288, -0.19520853459835052, -0.9053978323936462, 1.8866450786590576, -0.9787124395370483, 7.749672477075364e-06], "std": [2.6222412998322397e-05, 1.6420972315245308e-05, 2.2924177756067365e-05, 2.4724804461584426e-05, 2.201336064899806e-05, 1.570164749864489e-05, 1.9614753909991123e-05, 1.5085836821526755e-05, 8.235585482907481e-06, 1.2076055099896621e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.12327215075492859, 0.1017087772488594, 0.11182262748479843, 0.20464202761650085, 0.39378392696380615, 0.24677281081676483, 0.20350004732608795, 0.031124327331781387, 0.04076237604022026, 0.05069243162870407, 0.5064971446990967, 0.449295312166214, 0.2377401739358902, 0.05123155191540718, 411.52203369140625, 7.241857815643016e-07, 0.002545301802456379, 6.371502877300372e-06, 8.251031431427691e-06, 4.9490961828269064e-05, 0.0002440606476739049], "count": [762]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12662364542484283, 0.26687830686569214, -0.5806710720062256, -1.6081463098526, 0.2451489418745041, -0.2730916738510132, -0.028291787952184677, -0.33781901001930237, -0.5537260174751282, 0.05688200145959854, 0.6429967284202576, -2.3942863941192627, 0.6191156506538391, 1000.0, 156.0, -0.0006974348798394203, -0.19952090084552765, -0.9054083824157715, 1.8866490125656128, -0.9787819385528564, -0.0007907215040177107], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5264785885810852, 0.6047216653823853, -0.16280432045459747, -0.8970643281936646, 1.2632343769073486, 0.3689451515674591, 0.5576501488685608, -0.22924000024795532, -0.4095839858055115, 0.2282640039920807, 2.115114450454712, -1.121137022972107, 1.3300292491912842, 1002.0, 1000.0, -0.0006936751306056976, -0.19233600795269012, -0.9053996801376343, 1.88665771484375, -0.9786147475242615, 0.0009720274247229099], "mean": [-0.19951601326465607, 0.6046687960624695, 0.45139414072036743, -1.4119857549667358, -0.25390204787254333, -0.12052571773529053, 0.02828177437186241, -0.31032559275627136, 0.46757203340530396, 0.22823460400104523, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.32036539912223816, 0.39209914207458496, -0.37663814425468445, -1.2597883939743042, 0.709100604057312, 0.024701466783881187, 0.27426180243492126, -0.2990010678768158, -0.4927102327346802, 0.16257891058921814, 1.3281755447387695, -1.81109619140625, 1.0148881673812866, 1001.0, 593.1181030273438, -0.0006970978574827313, -0.19521279633045197, -0.9053978323936462, 1.8866448402404785, -0.9787124395370483, 7.445710252795834e-06], "std": [2.6223357053822838e-05, 1.6431824406026863e-05, 2.2994545361143537e-05, 2.4724804461584426e-05, 2.195675733673852e-05, 1.5720308510935865e-05, 1.963356407941319e-05, 1.5076499948918354e-05, 8.23302525532199e-06, 1.210968093801057e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.12325578182935715, 0.10143020004034042, 0.11184968054294586, 0.20457883179187775, 0.39357054233551025, 0.24686549603939056, 0.2034440040588379, 0.031150784343481064, 0.04076140373945236, 0.05063745379447937, 0.5064466595649719, 0.4488564431667328, 0.23754405975341797, 0.05123155191540718, 411.52203369140625, 7.262465260282625e-07, 0.00254324683919549, 6.371502877300372e-06, 8.475991307932418e-06, 4.9470334488432854e-05, 0.00024409490288235247], "count": [762]}, "timestamp": {"min": [0.0], "max": [25.366666666666667], "mean": [12.683333333333334], "std": [7.332342104726206], "count": [762]}, "frame_index": {"min": [0], "max": [761], "mean": [380.5], "std": [219.9702631417862], "count": [762]}, "episode_index": {"min": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [762]}, "index": {"min": [23314], "max": [24075], "mean": [23694.5], "std": [219.9702631417862], "count": [762]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [762]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5931181118987364], "std": [0.0, 0.41152250525864453], "count": [762]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5931181118987364], "std": [0.0, 0.41152250525864453], "count": [762]}, "eef_direction_state": {"mean": [6.0, 4.44750656167979], "std": [0.0, 2.0474682729403013], "min": [6, 0], "max": [6, 6], "count": [762]}, "eef_velocity_state": {"mean": [0.0, 0.5131233595800525], "std": [0.0, 0.6544505082296521], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_acc_mag_state": {"mean": [0.0, 0.37270341207349084], "std": [0.0, 0.6969677773321179], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_direction_action": {"mean": [6.0, 4.44750656167979], "std": [0.0, 2.0474682729403013], "min": [6, 0], "max": [6, 6], "count": [762]}, "eef_velocity_action": {"mean": [0.0, 0.5131233595800525], "std": [0.0, 0.6544505082296521], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_acc_mag_action": {"mean": [0.0, 0.37270341207349084], "std": [0.0, 0.6969677773321179], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_sim_pose_state": {"mean": [-0.310325562953949, 0.46757251024246216, 0.22823451459407806, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29896724224090576, -0.4927085041999817, 0.16265490651130676, 1.3283029794692993, -1.8107389211654663, 1.0145790576934814], "std": [1.5085817722138017e-05, 8.222116775868926e-06, 1.2075561244273558e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.031124310567975044, 0.04076236113905907, 0.05069243535399437, 0.5064969658851624, 0.4492957592010498, 0.23774011433124542], "min": [-0.3103809952735901, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33781901001930237, -0.5537260174751282, 0.05688200145959854, 0.6429967284202576, -2.3942863941192627, 0.6191156506538391], "max": [-0.31027698516845703, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22924000024795532, -0.4095839858055115, 0.2282640039920807, 2.115114450454712, -1.121137022972107, 1.3300292491912842], "count": [762]}, "eef_sim_pose_action": {"mean": [-0.31032559275627136, 0.46757203340530396, 0.22823463380336761, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.2989671230316162, -0.49270862340927124, 0.16265489161014557, 1.3283051252365112, -1.8107398748397827, 1.0145797729492188], "std": [1.5085836821526755e-05, 8.235585482907481e-06, 1.2076055099896621e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.031124327331781387, 0.04076237604022026, 0.05069243162870407, 0.5064971446990967, 0.449295312166214, 0.2377401739358902], "min": [-0.3103809952735901, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33781901001930237, -0.5537260174751282, 0.05688200145959854, 0.6429967284202576, -2.3942863941192627, 0.6191156506538391], "max": [-0.31027698516845703, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22924000024795532, -0.4095839858055115, 0.2282640039920807, 2.115114450454712, -1.121137022972107, 1.3300292491912842], "count": [762]}, "gripper_mode_state": {"mean": [0.0, 0.4763779527559055], "std": [0.0, 0.49944168717078063], "min": [0, 0], "max": [0, 1], "count": [762]}, "gripper_activity_state": {"mean": [2.0, 1.8858267716535433], "std": [0.0, 0.421014474620188], "min": [2, 0], "max": [2, 2], "count": [762]}, "gripper_mode_action": {"mean": [0.0, 0.4763779527559055], "std": [0.0, 0.4994416871707806], "min": [0, 0], "max": [0, 1], "count": [762]}, "gripper_activity_action": {"mean": [2.0, 1.8858267716535433], "std": [0.0, 0.421014474620188], "min": [2, 0], "max": [2, 2], "count": [762]}}} +{"episode_index": 30, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.996078431372549]]], "mean": [[[0.4360882115117737]], [[0.41474690130047454]], [[0.4181992442810457]]], "std": [[[0.20309031641890107]], [[0.19825576575811052]], [[0.20078216026713694]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4062696554078252]], [[0.3958066747246844]], [[0.3884642999037514]]], "std": [[[0.23306914616743551]], [[0.21900039559644943]], [[0.21710258684075304]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5040547119818247]], [[0.4895269453957382]], [[0.48456862325409616]]], "std": [[[0.21954933960592835]], [[0.21669187828243947]], [[0.22283222374533385]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47316179128614916]], [[0.45208910964499954]], [[0.4568613895044319]]], "std": [[[0.2687086142265117]], [[0.2590524868019407]], [[0.2638349046376305]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09773843735456467, 0.29654887318611145, -0.47258278727531433, -1.783028483390808, 0.13992305099964142, -0.36767107248306274, -0.028379054740071297, -0.32711100578308105, -0.549094021320343, 0.14353300631046295, 0.7458522319793701, -2.2693984508514404, 0.5444548726081848, 1001.0, 175.0, -0.0006974348798394203, -0.19922199845314026, -0.9054369330406189, 1.8866347074508667, -0.9787938594818115, -0.0006284005357883871], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4771730303764343, 0.6082472205162048, -0.18243926763534546, -1.0289589166641235, 1.2737237215042114, 0.35498252511024475, 0.5945115089416504, -0.23228499293327332, -0.35157498717308044, 0.2282779961824417, 2.16487193107605, -1.121137022972107, 1.3430252075195312, 1001.0, 1000.0, -0.0006974348798394203, -0.19224387407302856, -0.9054004549980164, 1.88665771484375, -0.9785109758377075, -0.00013858985039405525], "mean": [-0.1995157152414322, 0.6046655774116516, 0.45139628648757935, -1.4119614362716675, -0.2539048194885254, -0.12052507698535919, 0.02827942930161953, -0.3103339374065399, 0.4675721824169159, 0.2282380908727646, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.24144969880580902, 0.4557109475135803, -0.34204649925231934, -1.3492588996887207, 0.7169641256332397, -0.021250085905194283, 0.2905561923980713, -0.29164066910743713, -0.4752141237258911, 0.18276582658290863, 1.3862061500549316, -1.768041968345642, 1.0226807594299316, 1001.0, 582.1820678710938, -0.0006974340067245066, -0.19536805152893066, -0.9054060578346252, 1.88663911819458, -0.9786565899848938, -0.00019959211931563914], "std": [2.631939969433006e-05, 1.6702741049812175e-05, 2.161619886464905e-05, 2.6962148695020005e-05, 2.2272613932727836e-05, 1.6772737581050023e-05, 1.9842587789753452e-05, 1.5009484741312917e-05, 8.17660657048691e-06, 1.1952402019232977e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.16889935731887817, 0.10834605246782303, 0.08579152822494507, 0.23543643951416016, 0.3842891752719879, 0.2317601442337036, 0.18022967875003815, 0.028238577768206596, 0.056252848356962204, 0.02448035590350628, 0.456752210855484, 0.4253365099430084, 0.2503893971443176, 0.0, 402.6914978027344, 8.731149137020111e-10, 0.0029487968422472477, 1.185828477900941e-05, 1.0602420843497384e-05, 0.00010117197962244973, 0.00011291025293758139], "count": [769]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09773843735456467, 0.29654887318611145, -0.47258278727531433, -1.783028483390808, 0.13992305099964142, -0.36767107248306274, -0.028379054740071297, -0.32711100578308105, -0.549094021320343, 0.14353300631046295, 0.7458522319793701, -2.2693984508514404, 0.5444548726081848, 1001.0, 175.0, -0.0006974348798394203, -0.19922199845314026, -0.9054369330406189, 1.8866347074508667, -0.9787938594818115, -0.0006284005357883871], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4771730303764343, 0.6082472205162048, -0.18243926763534546, -1.0289589166641235, 1.2737237215042114, 0.35498252511024475, 0.5945115089416504, -0.23228499293327332, -0.35157498717308044, 0.2282779961824417, 2.16487193107605, -1.121137022972107, 1.3430252075195312, 1001.0, 1000.0, -0.0006974348798394203, -0.19224387407302856, -0.9054004549980164, 1.88665771484375, -0.9785109758377075, -0.00013858985039405525], "mean": [-0.19951573014259338, 0.6046655774116516, 0.4513963758945465, -1.4119614362716675, -0.2539047598838806, -0.12052507698535919, 0.02827940508723259, -0.3103339374065399, 0.4675721824169159, 0.228238046169281, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.241464763879776, 0.45550525188446045, -0.3420712947845459, -1.3491599559783936, 0.7171894907951355, -0.02141823247075081, 0.2906792461872101, -0.29165974259376526, -0.47521281242370605, 0.18268464505672455, 1.38619065284729, -1.768423080444336, 1.0229847431182861, 1001.0, 582.1820678710938, -0.0006974340067245066, -0.19536305963993073, -0.9054060578346252, 1.88663911819458, -0.9786563515663147, -0.00019972791778855026], "std": [2.632053474371787e-05, 1.6702741049812175e-05, 2.16935313801514e-05, 2.6961091862176545e-05, 2.2228874513530172e-05, 1.6772737581050023e-05, 1.9838296793750487e-05, 1.5013695701782126e-05, 8.176456503861118e-06, 1.1974556400673464e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.16889624297618866, 0.10821321606636047, 0.08582574874162674, 0.23542602360248566, 0.38406792283058167, 0.23187902569770813, 0.1800442636013031, 0.028256144374608994, 0.056253012269735336, 0.024432793259620667, 0.45674607157707214, 0.42488691210746765, 0.2501956820487976, 0.0, 402.6914978027344, 8.731149137020111e-10, 0.002945956541225314, 1.1869406080222689e-05, 1.0595998901408166e-05, 0.00010117985948454589, 0.00011291437112959102], "count": [769]}, "timestamp": {"min": [0.0], "max": [25.6], "mean": [12.8], "std": [7.39969969360619], "count": [769]}, "frame_index": {"min": [0], "max": [768], "mean": [384.0], "std": [221.99099080818573], "count": [769]}, "episode_index": {"min": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [769]}, "index": {"min": [24076], "max": [24844], "mean": [24460.0], "std": [221.99099080818573], "count": [769]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [769]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5821820532004451], "std": [0.0, 0.4026921679868593], "count": [769]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5821820532004451], "std": [0.0, 0.4026921679868593], "count": [769]}, "eef_direction_state": {"mean": [6.0, 4.222366710013004], "std": [0.0, 2.1042329289386816], "min": [6, 0], "max": [6, 6], "count": [769]}, "eef_velocity_state": {"mean": [0.0, 0.505851755526658], "std": [0.0, 0.5839461149367418], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_acc_mag_state": {"mean": [0.0, 0.42912873862158646], "std": [0.0, 0.7197632867047415], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_direction_action": {"mean": [6.0, 4.222366710013004], "std": [0.0, 2.1042329289386816], "min": [6, 0], "max": [6, 6], "count": [769]}, "eef_velocity_action": {"mean": [0.0, 0.505851755526658], "std": [0.0, 0.5839461149367418], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_acc_mag_action": {"mean": [0.0, 0.42912873862158646], "std": [0.0, 0.7197632867047415], "min": [0, 0], "max": [0, 2], "count": [769]}, "eef_sim_pose_state": {"mean": [-0.3103339374065399, 0.4675723910331726, 0.22823821008205414, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2916405200958252, -0.475214421749115, 0.1827658861875534, 1.3862069845199585, -1.768044352531433, 1.0226795673370361], "std": [1.5009489288786426e-05, 8.17398995422991e-06, 1.1951745364058297e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.028238579630851746, 0.05625283345580101, 0.02448035404086113, 0.4567522704601288, 0.42533600330352783, 0.2503897249698639], "min": [-0.3103800117969513, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32711100578308105, -0.549094021320343, 0.14353300631046295, 0.7458522319793701, -2.2693984508514404, 0.5444548726081848], "max": [-0.3102880120277405, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23228499293327332, -0.35157498717308044, 0.2282779961824417, 2.16487193107605, -1.121137022972107, 1.3430252075195312], "count": [769]}, "eef_sim_pose_action": {"mean": [-0.3103339374065399, 0.4675721824169159, 0.2282380908727646, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.29164066910743713, -0.4752141237258911, 0.18276582658290863, 1.3862061500549316, -1.768041968345642, 1.0226807594299316], "std": [1.5009484741312917e-05, 8.17660657048691e-06, 1.1952402019232977e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.028238577768206596, 0.056252848356962204, 0.02448035590350628, 0.456752210855484, 0.4253365099430084, 0.2503893971443176], "min": [-0.3103800117969513, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32711100578308105, -0.549094021320343, 0.14353300631046295, 0.7458522319793701, -2.2693984508514404, 0.5444548726081848], "max": [-0.3102880120277405, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23228499293327332, -0.35157498717308044, 0.2282779961824417, 2.16487193107605, -1.121137022972107, 1.3430252075195312], "count": [769]}, "gripper_mode_state": {"mean": [0.0, 0.49934980494148246], "std": [0.0, 0.4999995772462048], "min": [0, 0], "max": [0, 1], "count": [769]}, "gripper_activity_state": {"mean": [2.0, 1.8907672301690508], "std": [0.0, 0.4124594748335604], "min": [2, 0], "max": [2, 2], "count": [769]}, "gripper_mode_action": {"mean": [0.0, 0.49934980494148246], "std": [0.0, 0.4999995772462048], "min": [0, 0], "max": [0, 1], "count": [769]}, "gripper_activity_action": {"mean": [2.0, 1.8907672301690508], "std": [0.0, 0.41245947483356044], "min": [2, 0], "max": [2, 2], "count": [769]}}} +{"episode_index": 31, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4366496715576611]], [[0.41542121085011185]], [[0.4188373182326622]]], "std": [[[0.20255142418816574]], [[0.19815588488178024]], [[0.2006913399059519]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40587417341097515]], [[0.3947263620213186]], [[0.3867831129095934]]], "std": [[[0.2318484665282743]], [[0.2178496114537107]], [[0.21619155051616998]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5041578922116946]], [[0.4895731880839584]], [[0.48467659670132035]]], "std": [[[0.21968154962876393]], [[0.21684835783968198]], [[0.22295075947090146]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4774875531868228]], [[0.4557974116660087]], [[0.4585428592577971]]], "std": [[[0.26382727882293455]], [[0.2529589914878275]], [[0.2576457349901476]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103789985179901, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09512043744325638, 0.2754129469394684, -0.45144686102867126, -1.7818241119384766, 0.01384046021848917, -0.44940483570098877, -0.02834414690732956, -0.3242810070514679, -0.5216349959373474, 0.10339800268411636, 0.6647467613220215, -2.3144757747650146, 0.6375128626823425, 1000.0, 168.0, -0.0006974348798394203, -0.19919191300868988, -0.9054583311080933, 1.8866355419158936, -0.9786496162414551, -0.0006141618359833956], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31029701232910156, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36941638588905334, 0.6047216653823853, -0.17151349782943726, -1.0990687608718872, 1.2497605085372925, 0.29099875688552856, 0.49590039253234863, -0.23188099265098572, -0.3527649939060211, 0.22853000462055206, 2.2039220333099365, -1.121137022972107, 1.384721040725708, 1002.0, 1000.0, -0.0006974348798394203, -0.19230593740940094, -0.9054170846939087, 1.8866490125656128, -0.9785093665122986, 0.0012055417755618691], "mean": [-0.19951869547367096, 0.6046653389930725, 0.4513939917087555, -1.411932349205017, -0.25390926003456116, -0.12052600085735321, 0.02826729603111744, -0.310342013835907, 0.4675734341144562, 0.22824431955814362, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.16294173896312714, 0.4392351508140564, -0.3141046464443207, -1.4191683530807495, 0.6401012539863586, -0.0641942173242569, 0.2353965938091278, -0.2972457706928253, -0.456173837184906, 0.17833982408046722, 1.4065876007080078, -1.6918708086013794, 1.039781928062439, 1001.0025024414062, 579.1765747070312, -0.0006974340067245066, -0.19548813998699188, -0.9054387807846069, 1.8866357803344727, -0.9785705804824829, -0.000173489359440282], "std": [2.6625622922438197e-05, 1.6201734979404137e-05, 2.2506848836201243e-05, 2.479754766682163e-05, 2.2356118279276416e-05, 1.535329283797182e-05, 1.990143755392637e-05, 1.4570194252883084e-05, 8.053855708567426e-06, 1.2163734027126338e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.14503900706768036, 0.10606979578733444, 0.08910353481769562, 0.20176760852336884, 0.41803842782974243, 0.2561023235321045, 0.16191932559013367, 0.026688965037465096, 0.05167972296476364, 0.031113294884562492, 0.5023980736732483, 0.4414515197277069, 0.25722119212150574, 0.07097715139389038, 406.2088317871094, 8.731149137020111e-10, 0.0020922827534377575, 1.3489144293998834e-05, 8.618768333690241e-06, 4.057316982652992e-05, 0.0003448071365710348], "count": [793]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103789985179901, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09512043744325638, 0.2754129469394684, -0.45144686102867126, -1.7818241119384766, 0.01384046021848917, -0.44940483570098877, -0.02834414690732956, -0.3242810070514679, -0.5216349959373474, 0.10339800268411636, 0.6647467613220215, -2.3144757747650146, 0.6375128626823425, 1000.0, 168.0, -0.0006974348798394203, -0.19919191300868988, -0.9054583311080933, 1.8866355419158936, -0.9786496162414551, -0.0006141618359833956], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31029701232910156, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36941638588905334, 0.6047216653823853, -0.17151349782943726, -1.0990687608718872, 1.2497605085372925, 0.29099875688552856, 0.49590039253234863, -0.23188099265098572, -0.3527649939060211, 0.22853000462055206, 2.2039220333099365, -1.121137022972107, 1.384721040725708, 1002.0, 1000.0, -0.0006974348798394203, -0.19230593740940094, -0.9054170846939087, 1.8866490125656128, -0.9785093665122986, 0.0012055417755618691], "mean": [-0.19951869547367096, 0.6046652793884277, 0.4513939917087555, -1.411932349205017, -0.2539092004299164, -0.12052600085735321, 0.028267379850149155, -0.310342013835907, 0.4675734341144562, 0.22824427485466003, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.16286848485469818, 0.4390382766723633, -0.31405654549598694, -1.4191374778747559, 0.640373706817627, -0.06438692659139633, 0.23558121919631958, -0.2972615659236908, -0.45615190267562866, 0.1782689392566681, 1.4065691232681274, -1.6923089027404785, 1.0401510000228882, 1001.0025024414062, 579.1765747070312, -0.0006974340067245066, -0.1954880952835083, -0.9054387807846069, 1.8866357803344727, -0.9785705804824829, -0.0001752142998157069], "std": [2.6625622922438197e-05, 1.6185538697754964e-05, 2.251588557555806e-05, 2.47704974754015e-05, 2.232702900073491e-05, 1.535329283797182e-05, 2.008610317716375e-05, 1.455269921279978e-05, 8.053368219407275e-06, 1.2163710380264092e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.14503508806228638, 0.10590947419404984, 0.0890396311879158, 0.20177018642425537, 0.4178578555583954, 0.2562026083469391, 0.16170276701450348, 0.026700446382164955, 0.05167856439948082, 0.031064655631780624, 0.5023926496505737, 0.44105982780456543, 0.2570109963417053, 0.07097714394330978, 406.2088623046875, 8.731149137020111e-10, 0.0020922853145748377, 1.3475899322656915e-05, 8.617024832346942e-06, 4.0572213038103655e-05, 0.0003423707385081798], "count": [793]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.200000000000001], "std": [7.63063999063425], "count": [793]}, "frame_index": {"min": [0], "max": [792], "mean": [396.0], "std": [228.9191997190275], "count": [793]}, "episode_index": {"min": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [793]}, "index": {"min": [24845], "max": [25637], "mean": [25241.0], "std": [228.9191997190275], "count": [793]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [793]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5791765436586486], "std": [0.0, 0.40620804526601145], "count": [793]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5791765436586486], "std": [0.0, 0.40620804526601145], "count": [793]}, "eef_direction_state": {"mean": [6.0, 4.403530895334174], "std": [0.0, 2.084855048167661], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_state": {"mean": [0.0, 0.5069356872635561], "std": [0.0, 0.625450005683221], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_state": {"mean": [0.0, 0.3770491803278688], "std": [0.0, 0.699722783409004], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_direction_action": {"mean": [6.0, 4.403530895334174], "std": [0.0, 2.084855048167661], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_action": {"mean": [0.0, 0.5069356872635561], "std": [0.0, 0.625450005683221], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_action": {"mean": [0.0, 0.3770491803278688], "std": [0.0, 0.699722783409004], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_sim_pose_state": {"mean": [-0.310342013835907, 0.46757325530052185, 0.2282443791627884, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29724568128585815, -0.45617446303367615, 0.17833979427814484, 1.4065845012664795, -1.69187593460083, 1.039781928062439], "std": [1.45702024383354e-05, 8.052155862969812e-06, 1.2163607607362792e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.026688963174819946, 0.05167970433831215, 0.031113291159272194, 0.5023979544639587, 0.4414523243904114, 0.25722116231918335], "min": [-0.3103789985179901, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3242810070514679, -0.5216349959373474, 0.10339800268411636, 0.6647467613220215, -2.3144757747650146, 0.6375128626823425], "max": [-0.31029701232910156, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23188099265098572, -0.3527649939060211, 0.22853000462055206, 2.2039220333099365, -1.121137022972107, 1.384721040725708], "count": [793]}, "eef_sim_pose_action": {"mean": [-0.310342013835907, 0.4675734341144562, 0.22824431955814362, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2972457706928253, -0.456173837184906, 0.17833982408046722, 1.4065876007080078, -1.6918708086013794, 1.039781928062439], "std": [1.4570194252883084e-05, 8.053855708567426e-06, 1.2163734027126338e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.026688965037465096, 0.05167972296476364, 0.031113294884562492, 0.5023980736732483, 0.4414515197277069, 0.25722119212150574], "min": [-0.3103789985179901, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3242810070514679, -0.5216349959373474, 0.10339800268411636, 0.6647467613220215, -2.3144757747650146, 0.6375128626823425], "max": [-0.31029701232910156, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23188099265098572, -0.3527649939060211, 0.22853000462055206, 2.2039220333099365, -1.121137022972107, 1.384721040725708], "count": [793]}, "gripper_mode_state": {"mean": [0.0, 0.49810844892812106], "std": [0.0, 0.499996422021741], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_state": {"mean": [2.0, 1.8890290037831021], "std": [0.0, 0.4144833036382107], "min": [2, 0], "max": [2, 2], "count": [793]}, "gripper_mode_action": {"mean": [0.0, 0.49810844892812106], "std": [0.0, 0.499996422021741], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_action": {"mean": [2.0, 1.8890290037831021], "std": [0.0, 0.4144833036382107], "min": [2, 0], "max": [2, 2], "count": [793]}}} +{"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.4307921557511894]], [[0.41302715252767774]], [[0.41715782285136277]]], "std": [[[0.2043910058671299]], [[0.19930654626629118]], [[0.201262025430084]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4090547691298742]], [[0.3976808376128229]], [[0.39022209300386823]]], "std": [[[0.23418790770907139]], [[0.2213948550028228]], [[0.21824222033068888]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5004504398981815]], [[0.4870507286247832]], [[0.48215097288915565]]], "std": [[[0.2181531076732099]], [[0.2165707907014111]], [[0.22278487246318585]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44790873432706413]], [[0.425103940187186]], [[0.4318828017318038]]], "std": [[[0.27477808026068]], [[0.2623210869922101]], [[0.26639803916881305]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09550441801548004, 0.22020818293094635, -0.6505191326141357, -1.594236135482788, 0.25385814905166626, -0.12065461277961731, -0.1874658167362213, -0.3264699876308441, -0.5263839960098267, 0.0014430000446736813, 0.5334290266036987, -2.236476182937622, 0.4466705620288849, 1000.0, 163.0, -0.0006974348798394203, -0.1993047147989273, -0.9054495692253113, 1.8866418600082397, -0.9785687923431396, -0.0005733442958444357], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48609164357185364, 0.6047391295433044, -0.14482742547988892, -1.181465744972229, 1.3221566677093506, 0.35248667001724243, 0.6066415309906006, -0.2197829931974411, -0.4317600131034851, 0.22868900001049042, 2.0185070037841797, -1.121137022972107, 1.393080711364746, 1002.0, 1000.0, -0.000695555005222559, -0.19231155514717102, -0.9054321646690369, 1.88664972782135, -0.9784729480743408, 0.0024376625660806894], "mean": [-0.19951963424682617, 0.604667067527771, 0.45139384269714355, -1.4119455814361572, -0.2539108097553253, -0.12052544951438904, 0.02826724387705326, -0.31033769249916077, 0.4675731360912323, 0.22824157774448395, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2987039089202881, 0.37307021021842957, -0.4003378450870514, -1.370676040649414, 0.7704431414604187, 0.09501075744628906, 0.18206948041915894, -0.2885899245738983, -0.481198787689209, 0.13768810033798218, 1.25541353225708, -1.8624930381774902, 1.0032445192337036, 1001.0025634765625, 545.2719116210938, -0.0006967103108763695, -0.1955091804265976, -0.9054403901100159, 1.8866366147994995, -0.9785208702087402, -0.0001045467215590179], "std": [2.6767937015392818e-05, 1.6230538676609285e-05, 2.2261729100137018e-05, 2.6330893888371065e-05, 2.2039588657207787e-05, 1.5127702681638766e-05, 1.9964070816058666e-05, 1.4968620234867558e-05, 8.05015952209942e-06, 1.2352094017842319e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10273956507444382, 0.11398689448833466, 0.1621188521385193, 0.12070593982934952, 0.3324398100376129, 0.15946489572525024, 0.26405131816864014, 0.03538787364959717, 0.03137971833348274, 0.07342927902936935, 0.5141608119010925, 0.36753353476524353, 0.33112141489982605, 0.07174991816282272, 406.3194580078125, 9.14876864044345e-07, 0.0024661205243319273, 5.341633823263692e-06, 1.055839857144747e-05, 3.0272469302872196e-05, 0.0004531708254944533], "count": [776]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09550441801548004, 0.22020818293094635, -0.6505191326141357, -1.594236135482788, 0.25385814905166626, -0.12065461277961731, -0.1874658167362213, -0.3264699876308441, -0.5263839960098267, 0.0014430000446736813, 0.5334290266036987, -2.236476182937622, 0.4466705620288849, 1000.0, 163.0, -0.0006974348798394203, -0.1993047147989273, -0.9054495692253113, 1.8866418600082397, -0.9785687923431396, -0.0005733442958444357], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48609164357185364, 0.6047391295433044, -0.14482742547988892, -1.181465744972229, 1.3221566677093506, 0.35248667001724243, 0.6066415309906006, -0.2197829931974411, -0.4317600131034851, 0.22868900001049042, 2.0185070037841797, -1.121137022972107, 1.393080711364746, 1002.0, 1000.0, -0.000695555005222559, -0.19231155514717102, -0.9054321646690369, 1.88664972782135, -0.9784729480743408, 0.0024376625660806894], "mean": [-0.19951963424682617, 0.604667067527771, 0.45139387249946594, -1.4119458198547363, -0.25391077995300293, -0.12052544951438904, 0.028267240151762962, -0.3103376626968384, 0.4675731360912323, 0.22824153304100037, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2986553907394409, 0.3728831112384796, -0.4003962576389313, -1.3707492351531982, 0.7708202004432678, 0.09507162868976593, 0.1818714737892151, -0.28860998153686523, -0.4811810851097107, 0.137604221701622, 1.2550204992294312, -1.8628894090652466, 1.0036441087722778, 1001.0025634765625, 545.2719116210938, -0.0006967078661546111, -0.19550944864749908, -0.9054403901100159, 1.8866366147994995, -0.9785209894180298, -0.00010514124005567282], "std": [2.6767935196403414e-05, 1.623053685761988e-05, 2.227085678896401e-05, 2.6326470106141642e-05, 2.2039905161364004e-05, 1.5127702681638766e-05, 1.9964061721111648e-05, 1.4944996109989006e-05, 8.041939508984797e-06, 1.2334638995525893e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10279522091150284, 0.11372528225183487, 0.16214542090892792, 0.12074805796146393, 0.332019567489624, 0.15939168632030487, 0.26426631212234497, 0.03540456295013428, 0.03139125183224678, 0.07336299121379852, 0.5140339732170105, 0.36689913272857666, 0.3309977948665619, 0.07174991816282272, 406.3194580078125, 9.154400686384179e-07, 0.0024661319330334663, 5.341633823263692e-06, 1.055839857144747e-05, 3.0274211894720793e-05, 0.00045097628026269376], "count": [776]}, "timestamp": {"min": [0.0], "max": [25.833333333333332], "mean": [12.916666666666664], "std": [7.467057281449263], "count": [776]}, "frame_index": {"min": [0], "max": [775], "mean": [387.5], "std": [224.01171844347786], "count": [776]}, "episode_index": {"min": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [776]}, "index": {"min": [25638], "max": [26413], "mean": [26025.5], "std": [224.01171844347786], "count": [776]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [776]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5452719096132775], "std": [0.0, 0.4063200173266779], "count": [776]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5452719096132775], "std": [0.0, 0.4063200173266779], "count": [776]}, "eef_direction_state": {"mean": [6.0, 4.619845360824742], "std": [0.0, 1.9099759745895841], "min": [6, 0], "max": [6, 6], "count": [776]}, "eef_velocity_state": {"mean": [0.0, 0.5051546391752577], "std": [0.0, 0.5941937505562734], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_acc_mag_state": {"mean": [0.0, 0.3865979381443299], "std": [0.0, 0.6997980365466279], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_direction_action": {"mean": [6.0, 4.619845360824742], "std": [0.0, 1.9099759745895841], "min": [6, 0], "max": [6, 6], "count": [776]}, "eef_velocity_action": {"mean": [0.0, 0.5051546391752577], "std": [0.0, 0.5941937505562734], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_acc_mag_action": {"mean": [0.0, 0.3865979381443299], "std": [0.0, 0.6997980365466279], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_sim_pose_state": {"mean": [-0.3103376030921936, 0.46757349371910095, 0.22824165225028992, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2885901927947998, -0.48119866847991943, 0.13768810033798218, 1.2554125785827637, -1.8624966144561768, 1.0032461881637573], "std": [1.4968303730711341e-05, 8.042272384045646e-06, 1.2351870282145683e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03538786619901657, 0.03137971833348274, 0.07342929393053055, 0.5141605734825134, 0.36753353476524353, 0.33112141489982605], "min": [-0.3103809952735901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3264699876308441, -0.5263839960098267, 0.0014430000446736813, 0.5334290266036987, -2.236476182937622, 0.4466705620288849], "max": [-0.3102929890155792, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2197829931974411, -0.4317600131034851, 0.22868900001049042, 2.0185070037841797, -1.121137022972107, 1.393080711364746], "count": [776]}, "eef_sim_pose_action": {"mean": [-0.31033769249916077, 0.4675731360912323, 0.22824157774448395, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2885899245738983, -0.481198787689209, 0.13768810033798218, 1.25541353225708, -1.8624930381774902, 1.0032445192337036], "std": [1.4968620234867558e-05, 8.05015952209942e-06, 1.2352094017842319e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03538787364959717, 0.03137971833348274, 0.07342927902936935, 0.5141608119010925, 0.36753353476524353, 0.33112141489982605], "min": [-0.3103809952735901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3264699876308441, -0.5263839960098267, 0.0014430000446736813, 0.5334290266036987, -2.236476182937622, 0.4466705620288849], "max": [-0.3102929890155792, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2197829931974411, -0.4317600131034851, 0.22868900001049042, 2.0185070037841797, -1.121137022972107, 1.393080711364746], "count": [776]}, "gripper_mode_state": {"mean": [0.0, 0.5373711340206185], "std": [0.0, 0.49860144237859566], "min": [0, 0], "max": [0, 1], "count": [776]}, "gripper_activity_state": {"mean": [2.0, 1.8865979381443299], "std": [0.0, 0.41866968156744777], "min": [2, 0], "max": [2, 2], "count": [776]}, "gripper_mode_action": {"mean": [0.0, 0.5373711340206185], "std": [0.0, 0.49860144237859566], "min": [0, 0], "max": [0, 1], "count": [776]}, "gripper_activity_action": {"mean": [2.0, 1.8865979381443299], "std": [0.0, 0.41866968156744777], "min": [2, 0], "max": [2, 2], "count": [776]}}} +{"episode_index": 33, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9921568627450981]]], "mean": [[[0.432655667012942]], [[0.41245268336363244]], [[0.41604381330346707]]], "std": [[[0.2031209612179787]], [[0.19910029150569047]], [[0.20124022331906663]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40101292039994807]], [[0.391445177574341]], [[0.38375955774141884]]], "std": [[[0.2314652814159773]], [[0.21832559235415758]], [[0.21555370384010838]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5025558598991473]], [[0.4884262460502965]], [[0.4834618556031684]]], "std": [[[0.21897604981045532]], [[0.21655043219113818]], [[0.22268692659674136]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46272528324243606]], [[0.43898890295632603]], [[0.44538277225901396]]], "std": [[[0.2801695791285916]], [[0.2658790464411093]], [[0.2699669750635332]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0953473374247551, 0.2649933397769928, -0.5770756602287292, -1.7115223407745361, 0.25385814905166626, -0.18010053038597107, -0.028291787952184677, -0.32717201113700867, -0.5295500159263611, 0.0738459974527359, 0.6593064665794373, -2.3069326877593994, 0.3466302156448364, 1000.0, 168.0, -0.0006974348798394203, -0.1993592232465744, -0.9054464101791382, 1.886643409729004, -0.9785553216934204, -0.0007802798063494265], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028199195861816, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4164879322052002, 0.6835407614707947, -0.16540485620498657, -1.086554765701294, 1.3022249937057495, 0.28939303755760193, 0.7627437710762024, -0.22191299498081207, -0.37307998538017273, 0.22829000651836395, 2.217073678970337, -1.121137022972107, 1.3654978275299072, 1001.0, 1000.0, -0.000695555005222559, -0.19232472777366638, -0.9054305553436279, 1.886650562286377, -0.9784681797027588, 0.0011913031339645386], "mean": [-0.19951732456684113, 0.6046653985977173, 0.4513927102088928, -1.411961555480957, -0.25391167402267456, -0.12052774429321289, 0.02827725000679493, -0.31033292412757874, 0.4675721824169159, 0.22823835909366608, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.28038278222084045, 0.4700504243373871, -0.4208807051181793, -1.356223225593567, 0.7780398726463318, -0.005015422590076923, 0.30260932445526123, -0.2936331331729889, -0.47159087657928467, 0.16331468522548676, 1.3944485187530518, -1.8453948497772217, 0.9657111167907715, 1000.9974975585938, 593.1149291992188, -0.000695959257427603, -0.1954333782196045, -0.9054434895515442, 1.8866350650787354, -0.9785072803497314, -0.00018544679915066808], "std": [2.6337793315178715e-05, 1.663066359469667e-05, 2.1817520973854698e-05, 2.3943359337863512e-05, 2.274546386615839e-05, 1.4310094229585957e-05, 1.8076871128869243e-05, 1.4643735994468443e-05, 7.955560249683913e-06, 1.1537892532942351e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.09003433585166931, 0.11798785626888275, 0.12491820752620697, 0.1954685002565384, 0.3546302020549774, 0.174465149641037, 0.2640574872493744, 0.03502277284860611, 0.05071145296096802, 0.04108938202261925, 0.5070714950561523, 0.3890419602394104, 0.3392665684223175, 0.04965971037745476, 406.01580810546875, 7.74010572968109e-07, 0.0024343645200133324, 5.900778887735214e-06, 1.1727878700185101e-05, 2.71160424745176e-05, 0.00049704679986462], "count": [809]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0953473374247551, 0.2649933397769928, -0.5770756602287292, -1.7115223407745361, 0.25385814905166626, -0.18010053038597107, -0.028291787952184677, -0.32717201113700867, -0.5295500159263611, 0.0738459974527359, 0.6593064665794373, -2.3069326877593994, 0.3466302156448364, 1000.0, 168.0, -0.0006974348798394203, -0.1993592232465744, -0.9054464101791382, 1.886643409729004, -0.9785553216934204, -0.0007802798063494265], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028199195861816, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4164879322052002, 0.6835407614707947, -0.16540485620498657, -1.086554765701294, 1.3022249937057495, 0.28939303755760193, 0.7627437710762024, -0.22191299498081207, -0.37307998538017273, 0.2282779961824417, 2.217073678970337, -1.121137022972107, 1.3654978275299072, 1001.0, 1000.0, -0.000695555005222559, -0.19232472777366638, -0.9054305553436279, 1.886650562286377, -0.9784681797027588, 0.0011913031339645386], "mean": [-0.1995173692703247, 0.6046654582023621, 0.4513927102088928, -1.4119616746902466, -0.25391167402267456, -0.12052775174379349, 0.02827725186944008, -0.31033286452293396, 0.4675722122192383, 0.22823834419250488, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.2804392874240875, 0.46992093324661255, -0.42103517055511475, -1.3561830520629883, 0.7782984972000122, -0.005088923033326864, 0.302647203207016, -0.29365110397338867, -0.4715854227542877, 0.163219153881073, 1.394415259361267, -1.8457794189453125, 0.9658935070037842, 1000.9974975585938, 593.1149291992188, -0.0006959568709135056, -0.1954369992017746, -0.9054434299468994, 1.8866350650787354, -0.9785072803497314, -0.00018571197870187461], "std": [2.6380019335192628e-05, 1.6628053344902582e-05, 2.182792559324298e-05, 2.3934619093779474e-05, 2.274546386615839e-05, 1.4303665921033826e-05, 1.8076862033922225e-05, 1.4653735888714436e-05, 7.958104106364772e-06, 1.1541573258000426e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.08999790251255035, 0.11789751797914505, 0.12503285706043243, 0.1954604834318161, 0.3543241322040558, 0.1745261251926422, 0.2640121281147003, 0.035035066306591034, 0.050712116062641144, 0.041027992963790894, 0.5070615410804749, 0.38847991824150085, 0.33918729424476624, 0.04965971037745476, 406.0157775878906, 7.724049737589667e-07, 0.0024321679957211018, 5.857799351360882e-06, 1.1730275218724273e-05, 2.7065383619628847e-05, 0.0004971070447936654], "count": [809]}, "timestamp": {"min": [0.0], "max": [26.933333333333334], "mean": [13.466666666666667], "std": [7.784600182411426], "count": [809]}, "frame_index": {"min": [0], "max": [808], "mean": [404.0], "std": [233.53800547234277], "count": [809]}, "episode_index": {"min": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [809]}, "index": {"min": [26414], "max": [27222], "mean": [26818.0], "std": [233.53800547234277], "count": [809]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [809]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5931149568081786], "std": [0.0, 0.40601769231466167], "count": [809]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5931149568081786], "std": [0.0, 0.40601769231466167], "count": [809]}, "eef_direction_state": {"mean": [6.0, 4.519159456118665], "std": [0.0, 1.9575068741795008], "min": [6, 0], "max": [6, 6], "count": [809]}, "eef_velocity_state": {"mean": [0.0, 0.4796044499381953], "std": [0.0, 0.5818786690056013], "min": [0, 0], "max": [0, 2], "count": [809]}, "eef_acc_mag_state": {"mean": [0.0, 0.3584672435105068], "std": [0.0, 0.6871993100228412], "min": [0, 0], "max": [0, 2], "count": [809]}, "eef_direction_action": {"mean": [6.0, 4.519159456118665], "std": [0.0, 1.9575068741795008], "min": [6, 0], "max": [6, 6], "count": [809]}, "eef_velocity_action": {"mean": [0.0, 0.4796044499381953], "std": [0.0, 0.5818786690056013], "min": [0, 0], "max": [0, 2], "count": [809]}, "eef_acc_mag_action": {"mean": [0.0, 0.3584672435105068], "std": [0.0, 0.6871993100228412], "min": [0, 0], "max": [0, 2], "count": [809]}, "eef_sim_pose_state": {"mean": [-0.3103327751159668, 0.46757274866104126, 0.22823838889598846, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2936331629753113, -0.4715912640094757, 0.16331472992897034, 1.3944467306137085, -1.8453971147537231, 0.9657112956047058], "std": [1.4642809219367336e-05, 7.934821041999385e-06, 1.153789708041586e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03502276539802551, 0.05071145296096802, 0.04108937084674835, 0.5070719122886658, 0.3890420198440552, 0.33926618099212646], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32717201113700867, -0.5295500159263611, 0.0738459974527359, 0.6593064665794373, -2.3069326877593994, 0.3466302156448364], "max": [-0.31028199195861816, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22191299498081207, -0.37307998538017273, 0.22829000651836395, 2.217073678970337, -1.121137022972107, 1.3654978275299072], "count": [809]}, "eef_sim_pose_action": {"mean": [-0.31033292412757874, 0.4675721824169159, 0.22823835909366608, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.2936331331729889, -0.47159087657928467, 0.16331468522548676, 1.3944485187530518, -1.8453948497772217, 0.9657111167907715], "std": [1.4643735994468443e-05, 7.955560249683913e-06, 1.1537892532942351e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.03502277284860611, 0.05071145296096802, 0.04108938202261925, 0.5070714950561523, 0.3890419602394104, 0.3392665684223175], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32717201113700867, -0.5295500159263611, 0.0738459974527359, 0.6593064665794373, -2.3069326877593994, 0.3466302156448364], "max": [-0.31028199195861816, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22191299498081207, -0.37307998538017273, 0.22829000651836395, 2.217073678970337, -1.121137022972107, 1.3654978275299072], "count": [809]}, "gripper_mode_state": {"mean": [0.0, 0.4820766378244747], "std": [0.0, 0.49967864982238697], "min": [0, 0], "max": [0, 1], "count": [809]}, "gripper_activity_state": {"mean": [2.0, 1.8912237330037083], "std": [0.0, 0.4106548909202807], "min": [2, 0], "max": [2, 2], "count": [809]}, "gripper_mode_action": {"mean": [0.0, 0.4820766378244747], "std": [0.0, 0.49967864982238697], "min": [0, 0], "max": [0, 1], "count": [809]}, "gripper_activity_action": {"mean": [2.0, 1.8912237330037083], "std": [0.0, 0.4106548909202807], "min": [2, 0], "max": [2, 2], "count": [809]}}} +{"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.4267333616138763]], [[0.4093820085993799]], [[0.41336862247569967]]], "std": [[[0.20358476120742305]], [[0.19871792392747917]], [[0.2005517208801452]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4061101684263449]], [[0.3940421759782973]], [[0.3862282069612033]]], "std": [[[0.2334709731659854]], [[0.21997181017200498]], [[0.21747333972381927]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4992562335030166]], [[0.48582884379713426]], [[0.4807977784062343]]], "std": [[[0.21828722410322818]], [[0.21667850312207776]], [[0.22285770546660383]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45589018900829564]], [[0.4320911667818837]], [[0.43737603302538963]]], "std": [[[0.2696363141660392]], [[0.25831656390390345]], [[0.26277489711124824]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1673596203327179, 0.15423473715782166, -0.6449340581893921, -1.4916455745697021, 0.2537883222103119, -0.21954497694969177, -0.09625490754842758, -0.3366810083389282, -0.5265989899635315, -0.009933999739587307, 0.6766483783721924, -2.198944091796875, 0.48700857162475586, 1000.0, 175.0, -0.0006974348798394203, -0.19933854043483734, -0.9054408669471741, 1.8866442441940308, -0.9785561561584473, -0.0008581179426982999], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5333901047706604, 0.6047391295433044, -0.18783234059810638, -1.1032575368881226, 1.2159359455108643, 0.2998126447200775, 0.6459812521934509, -0.22181299328804016, -0.43754100799560547, 0.2285189926624298, 2.0473928451538086, -1.121137022972107, 1.4574497938156128, 1002.0, 1000.0, -0.000695555005222559, -0.1923266053199768, -0.9054290056228638, 1.8866537809371948, -0.9784642457962036, 0.001549168722704053], "mean": [-0.19951891899108887, 0.6046736836433411, 0.4513902962207794, -1.4119688272476196, -0.2539112865924835, -0.1205306202173233, 0.028272777795791626, -0.31032758951187134, 0.4675733149051666, 0.22823987901210785, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.31276920437812805, 0.3576451539993286, -0.42212924361228943, -1.3059148788452148, 0.6714447736740112, -0.010936837643384933, 0.21438364684581757, -0.29547131061553955, -0.48614251613616943, 0.13508793711662292, 1.3800393342971802, -1.776752233505249, 0.999203622341156, 1001.0036010742188, 607.9559326171875, -0.000696325208991766, -0.19548840820789337, -0.9054408669471741, 1.8866337537765503, -0.9785060286521912, -0.0001556392089696601], "std": [2.7045914976042695e-05, 1.682740003161598e-05, 2.2713478756486438e-05, 2.3851836886024103e-05, 2.1720554286730476e-05, 1.4114899386186153e-05, 2.2467344024335034e-05, 1.4742934581590816e-05, 8.197308488888666e-06, 1.2271904779481702e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.10014672577381134, 0.11930880695581436, 0.1481780856847763, 0.10718458890914917, 0.3404344618320465, 0.168868288397789, 0.26099658012390137, 0.036311399191617966, 0.02561122365295887, 0.0728098675608635, 0.45728230476379395, 0.4022006690502167, 0.3143143951892853, 0.0770685002207756, 402.9688415527344, 9.244194529856031e-07, 0.0020482174586504698, 5.850524757988751e-06, 1.4730570001120213e-05, 3.0535433324985206e-05, 0.0004176635993644595], "count": [840]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1673596203327179, 0.15423473715782166, -0.6449340581893921, -1.4916455745697021, 0.2537883222103119, -0.21954497694969177, -0.09625490754842758, -0.3366810083389282, -0.5265989899635315, -0.009933999739587307, 0.6766483783721924, -2.198944091796875, 0.48700857162475586, 1000.0, 175.0, -0.0006974348798394203, -0.19933854043483734, -0.9054408669471741, 1.8866442441940308, -0.9785561561584473, -0.0008581179426982999], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5333901047706604, 0.6047391295433044, -0.18783234059810638, -1.1032575368881226, 1.2159359455108643, 0.2998126447200775, 0.6459812521934509, -0.22181299328804016, -0.43754100799560547, 0.2285189926624298, 2.0473928451538086, -1.121137022972107, 1.4574497938156128, 1002.0, 1000.0, -0.000695555005222559, -0.1923266053199768, -0.9054290056228638, 1.8866537809371948, -0.9784642457962036, 0.001549168722704053], "mean": [-0.19951893389225006, 0.6046736836433411, 0.4513902962207794, -1.4119688272476196, -0.2539113461971283, -0.12053059041500092, 0.028272757306694984, -0.31032758951187134, 0.4675733149051666, 0.22823987901210785, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.3128030300140381, 0.3574206531047821, -0.4222138226032257, -1.3058066368103027, 0.6715410947799683, -0.011050757952034473, 0.21431128680706024, -0.29550042748451233, -0.4861445426940918, 0.13499777019023895, 1.379966378211975, -1.7769663333892822, 0.9994602203369141, 1001.0036010742188, 607.9559326171875, -0.0006963274208828807, -0.19548828899860382, -0.9054408669471741, 1.8866337537765503, -0.9785060882568359, -0.000155435802298598], "std": [2.7045782189816236e-05, 1.682740003161598e-05, 2.2713478756486438e-05, 2.3926590074552223e-05, 2.1710637156502344e-05, 1.4126133464742452e-05, 2.2473946955869906e-05, 1.4737775018147659e-05, 8.198456271202303e-06, 1.2296179193072021e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.10011324286460876, 0.11902172118425369, 0.14821550250053406, 0.10712330788373947, 0.34032753109931946, 0.16897429525852203, 0.2610723078250885, 0.036333274096250534, 0.025609808042645454, 0.07274193316698074, 0.4572558104991913, 0.4019011855125427, 0.31419697403907776, 0.0770685002207756, 402.9688415527344, 9.248304309039668e-07, 0.002048220718279481, 5.8512955547485035e-06, 1.4732981071574613e-05, 3.0578201403841376e-05, 0.0004176048096269369], "count": [840]}, "timestamp": {"min": [0.0], "max": [27.966666666666665], "mean": [13.983333333333333], "std": [8.08289804097149], "count": [840]}, "frame_index": {"min": [0], "max": [839], "mean": [419.5], "std": [242.48694122914466], "count": [840]}, "episode_index": {"min": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [840]}, "index": {"min": [27223], "max": [28062], "mean": [27642.5], "std": [242.48694122914466], "count": [840]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [840]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6079559511372021], "std": [0.0, 0.4029701427442412], "count": [840]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6079559511372021], "std": [0.0, 0.40297014274424126], "count": [840]}, "eef_direction_state": {"mean": [6.0, 4.608333333333333], "std": [0.0, 1.988700720459362], "min": [6, 0], "max": [6, 6], "count": [840]}, "eef_velocity_state": {"mean": [0.0, 0.49047619047619045], "std": [0.0, 0.6209859763041693], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_acc_mag_state": {"mean": [0.0, 0.38571428571428573], "std": [0.0, 0.7062885652585363], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_direction_action": {"mean": [6.0, 4.608333333333333], "std": [0.0, 1.988700720459362], "min": [6, 0], "max": [6, 6], "count": [840]}, "eef_velocity_action": {"mean": [0.0, 0.49047619047619045], "std": [0.0, 0.6209859763041693], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_acc_mag_action": {"mean": [0.0, 0.38571428571428573], "std": [0.0, 0.7062885652585363], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_sim_pose_state": {"mean": [-0.3103276491165161, 0.46757376194000244, 0.2282399833202362, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2954711318016052, -0.48614275455474854, 0.13508795201778412, 1.3800441026687622, -1.7767460346221924, 0.9992075562477112], "std": [1.474280816182727e-05, 8.185975275409874e-06, 1.2271377272554673e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03631138429045677, 0.02561121992766857, 0.07280987501144409, 0.45728185772895813, 0.4022004008293152, 0.3143147826194763], "min": [-0.31037598848342896, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3366810083389282, -0.5265989899635315, -0.009933999739587307, 0.6766483783721924, -2.198944091796875, 0.48700857162475586], "max": [-0.31028398871421814, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22181299328804016, -0.43754100799560547, 0.2285189926624298, 2.0473928451538086, -1.121137022972107, 1.4574497938156128], "count": [840]}, "eef_sim_pose_action": {"mean": [-0.31032758951187134, 0.4675733149051666, 0.22823987901210785, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.29547131061553955, -0.48614251613616943, 0.13508793711662292, 1.3800393342971802, -1.776752233505249, 0.999203622341156], "std": [1.4742934581590816e-05, 8.197308488888666e-06, 1.2271904779481702e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.036311399191617966, 0.02561122365295887, 0.0728098675608635, 0.45728230476379395, 0.4022006690502167, 0.3143143951892853], "min": [-0.31037598848342896, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3366810083389282, -0.5265989899635315, -0.009933999739587307, 0.6766483783721924, -2.198944091796875, 0.48700857162475586], "max": [-0.31028398871421814, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22181299328804016, -0.43754100799560547, 0.2285189926624298, 2.0473928451538086, -1.121137022972107, 1.4574497938156128], "count": [840]}, "gripper_mode_state": {"mean": [0.0, 0.4666666666666667], "std": [0.0, 0.49888765156985543], "min": [0, 0], "max": [0, 1], "count": [840]}, "gripper_activity_state": {"mean": [2.0, 1.8964285714285714], "std": [0.0, 0.4023580579567454], "min": [2, 0], "max": [2, 2], "count": [840]}, "gripper_mode_action": {"mean": [0.0, 0.4666666666666667], "std": [0.0, 0.49888765156985543], "min": [0, 0], "max": [0, 1], "count": [840]}, "gripper_activity_action": {"mean": [2.0, 1.8964285714285714], "std": [0.0, 0.4023580579567454], "min": [2, 0], "max": [2, 2], "count": [840]}}} +{"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.42870114942528736]], [[0.41139127366463824]], [[0.4155138311359026]]], "std": [[[0.2037673747452274]], [[0.19924346222863465]], [[0.2006907557476306]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40565253831417625]], [[0.393425773326572]], [[0.3857279904778003]]], "std": [[[0.23482862577220828]], [[0.22202901014209336]], [[0.21828433546948775]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49859286821050264]], [[0.48530091137029524]], [[0.48014675597250395]]], "std": [[[0.21777541927167365]], [[0.21656717685446086]], [[0.2228755868750006]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.453697653256705]], [[0.4312644326121253]], [[0.43537837925400047]]], "std": [[[0.27333432983195144]], [[0.2609053340815935]], [[0.2642114345467969]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1051211804151535, 0.09519025683403015, -0.6466793417930603, -1.5525925159454346, 0.25384068489074707, -0.21186551451683044, -0.09714502841234207, -0.3400439918041229, -0.5333349704742432, -0.04050999879837036, 0.5705808401107788, -2.2040300369262695, 0.5258669853210449, 1000.0, 175.0, -0.0006974348798394203, -0.19554494321346283, -0.905440092086792, 1.886645793914795, -0.9785775542259216, -0.0005752427969127893], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028199195861816, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4781853258609772, 0.6047565937042236, -0.14512412250041962, -1.1065737009048462, 1.310689926147461, 0.29023081064224243, 0.559255838394165, -0.2255609929561615, -0.4402559995651245, 0.22827200591564178, 2.063123941421509, -1.121137022972107, 1.5597357749938965, 1002.0, 1000.0, -0.000695555005222559, -0.19542840123176575, -0.9054297804832458, 1.8866521120071411, -0.9784958958625793, 0.000497404660563916], "mean": [-0.19951733946800232, 0.6046692728996277, 0.45138850808143616, -1.411972165107727, -0.253913938999176, -0.12053116410970688, 0.028277747333049774, -0.31032752990722656, 0.46757346391677856, 0.22823813557624817, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.3089563250541687, 0.3031894266605377, -0.3894387483596802, -1.298722505569458, 0.7634471654891968, 0.04909852519631386, 0.22000454366207123, -0.29761242866516113, -0.4871201515197754, 0.12239722907543182, 1.2434803247451782, -1.89933443069458, 1.0725337266921997, 1000.9987182617188, 537.8396606445312, -0.0006972553092055023, -0.19551315903663635, -0.9054361581802368, 1.8866381645202637, -0.9785265922546387, -0.0001226174645125866], "std": [2.628572292451281e-05, 1.4758968063688371e-05, 2.2884620193508454e-05, 2.345436587347649e-05, 2.2246107619139366e-05, 1.4620658475905657e-05, 2.5433109840378165e-05, 1.4788696717005223e-05, 8.06716525403317e-06, 1.2304234587645624e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.10890772193670273, 0.13821817934513092, 0.16016125679016113, 0.13873009383678436, 0.35087358951568604, 0.15108206868171692, 0.20260120928287506, 0.03451045975089073, 0.031347546726465225, 0.08625441789627075, 0.500127911567688, 0.35550057888031006, 0.3442753851413727, 0.06252734363079071, 399.4849548339844, 5.516663463822624e-07, 3.3052408980438486e-05, 3.912108240911039e-06, 1.1746830750780646e-05, 2.5644569177529775e-05, 0.00022116301988717169], "count": [767]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1051211804151535, 0.09519025683403015, -0.6466793417930603, -1.5525925159454346, 0.25384068489074707, -0.21186551451683044, -0.09714502841234207, -0.3400439918041229, -0.5333349704742432, -0.04050999879837036, 0.5705808401107788, -2.2040300369262695, 0.5258669853210449, 1000.0, 175.0, -0.0006974348798394203, -0.19554494321346283, -0.905440092086792, 1.886645793914795, -0.9785775542259216, -0.0005752427969127893], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028199195861816, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4781853258609772, 0.6047565937042236, -0.14512412250041962, -1.1065737009048462, 1.310689926147461, 0.29023081064224243, 0.559255838394165, -0.2255609929561615, -0.4402559995651245, 0.22827200591564178, 2.063123941421509, -1.121137022972107, 1.5597357749938965, 1002.0, 1000.0, -0.000695555005222559, -0.19542840123176575, -0.9054297804832458, 1.8866521120071411, -0.9784958958625793, 0.000497404660563916], "mean": [-0.1995173841714859, 0.6046692728996277, 0.45138847827911377, -1.411972165107727, -0.253913938999176, -0.12053114175796509, 0.028277726843953133, -0.31032752990722656, 0.46757349371910095, 0.22823812067508698, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.3088859021663666, 0.3029588460922241, -0.3894808888435364, -1.2987319231033325, 0.7636795043945312, 0.04908202216029167, 0.219916433095932, -0.2976505160331726, -0.4870954155921936, 0.12230101227760315, 1.2432316541671753, -1.8997104167938232, 1.0728540420532227, 1000.9987182617188, 537.8396606445312, -0.0006972553092055023, -0.1955133080482483, -0.9054361581802368, 1.8866381645202637, -0.9785265922546387, -0.00012252216401975602], "std": [2.6330248147132806e-05, 1.4758968063688371e-05, 2.2870530301588587e-05, 2.341292565688491e-05, 2.2258547687670216e-05, 1.4605887372454163e-05, 2.5428358640056103e-05, 1.4796627510804683e-05, 8.059637366386596e-06, 1.2302763934712857e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.1089959442615509, 0.13786202669143677, 0.16018171608448029, 0.13873791694641113, 0.3505949378013611, 0.1511012613773346, 0.20272383093833923, 0.03454061970114708, 0.031370487064123154, 0.08617737144231796, 0.5000119209289551, 0.3548291027545929, 0.3440859019756317, 0.06252734363079071, 399.4849548339844, 5.516663463822624e-07, 3.292947803856805e-05, 3.914286025974434e-06, 1.1746007658075541e-05, 2.568354466347955e-05, 0.00022113675368018448], "count": [767]}, "timestamp": {"min": [0.0], "max": [25.533333333333335], "mean": [12.76666666666667], "std": [7.380454668318958], "count": [767]}, "frame_index": {"min": [0], "max": [766], "mean": [383.0], "std": [221.41364004956876], "count": [767]}, "episode_index": {"min": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [767]}, "index": {"min": [28063], "max": [28829], "mean": [28446.0], "std": [221.41364004956876], "count": [767]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [767]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5378396336227228], "std": [0.0, 0.39948437758203054], "count": [767]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5378396336227228], "std": [0.0, 0.39948437758203054], "count": [767]}, "eef_direction_state": {"mean": [6.0, 4.658409387222947], "std": [0.0, 1.8519179456749633], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_state": {"mean": [0.0, 0.5384615384615384], "std": [0.0, 0.6281275174011586], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_state": {"mean": [0.0, 0.4198174706649283], "std": [0.0, 0.7210910667360834], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_direction_action": {"mean": [6.0, 4.658409387222947], "std": [0.0, 1.8519179456749633], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_action": {"mean": [0.0, 0.5384615384615384], "std": [0.0, 0.6281275174011586], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_action": {"mean": [0.0, 0.4198174706649283], "std": [0.0, 0.7210910667360834], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_sim_pose_state": {"mean": [-0.3103274703025818, 0.467573344707489, 0.2282382994890213, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29761233925819397, -0.4871208369731903, 0.12239730358123779, 1.2434808015823364, -1.899330973625183, 1.0725326538085938], "std": [1.4788579392188694e-05, 8.066053851507604e-06, 1.2303240509936586e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03451046720147133, 0.031347546726465225, 0.08625438809394836, 0.5001282095909119, 0.3555004894733429, 0.3442752957344055], "min": [-0.31036800146102905, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3400439918041229, -0.5333349704742432, -0.04050999879837036, 0.5705808401107788, -2.2040300369262695, 0.5258669853210449], "max": [-0.31028199195861816, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2255609929561615, -0.4402559995651245, 0.22827200591564178, 2.063123941421509, -1.121137022972107, 1.5597357749938965], "count": [767]}, "eef_sim_pose_action": {"mean": [-0.31032752990722656, 0.46757346391677856, 0.22823813557624817, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.29761242866516113, -0.4871201515197754, 0.12239722907543182, 1.2434803247451782, -1.89933443069458, 1.0725337266921997], "std": [1.4788696717005223e-05, 8.06716525403317e-06, 1.2304234587645624e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03451045975089073, 0.031347546726465225, 0.08625441789627075, 0.500127911567688, 0.35550057888031006, 0.3442753851413727], "min": [-0.31036800146102905, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3400439918041229, -0.5333349704742432, -0.04050999879837036, 0.5705808401107788, -2.2040300369262695, 0.5258669853210449], "max": [-0.31028199195861816, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2255609929561615, -0.4402559995651245, 0.22827200591564178, 2.063123941421509, -1.121137022972107, 1.5597357749938965], "count": [767]}, "gripper_mode_state": {"mean": [0.0, 0.5528031290743155], "std": [0.0, 0.4972040120111277], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_state": {"mean": [2.0, 1.8891786179921772], "std": [0.0, 0.4141880458516194], "min": [2, 0], "max": [2, 2], "count": [767]}, "gripper_mode_action": {"mean": [0.0, 0.5528031290743155], "std": [0.0, 0.4972040120111277], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_action": {"mean": [2.0, 1.8891786179921772], "std": [0.0, 0.4141880458516194], "min": [2, 0], "max": [2, 2], "count": [767]}}} +{"episode_index": 36, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.43850143387873164]], [[0.4166797316618089]], [[0.42108882181814167]]], "std": [[[0.20324093898059953]], [[0.19885565853254727]], [[0.20158861099857164]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110984891141141]], [[0.3999699672098569]], [[0.39237728537360894]]], "std": [[[0.23437010643732317]], [[0.2202565807358233]], [[0.2175422500546509]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5034303347465111]], [[0.4890877219130896]], [[0.48387730469440027]]], "std": [[[0.21905301738765864]], [[0.21660963900187016]], [[0.22275074600895425]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46636642294868397]], [[0.43895251225490195]], [[0.445888666699788]]], "std": [[[0.27904216801581555]], [[0.26328313549607546]], [[0.26724359150143523]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036698818206787, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0038048175629228354, 0.3157300651073456, -0.560023844242096, -1.8234676122665405, 0.25385814905166626, -0.12058479338884354, -0.028379054740071297, -0.3196589946746826, -0.5334420204162598, 0.052852001041173935, 0.7388843894004822, -2.2300078868865967, 0.45818668603897095, 1000.0, 176.0, -0.0006974348798394203, -0.1993366777896881, -0.9054654240608215, 1.886641025543213, -0.978707492351532, -0.00016327023331541568], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4381125271320343, 0.6355442404747009, -0.21738076210021973, -1.1467162370681763, 1.2014148235321045, 0.27007225155830383, 0.586378276348114, -0.2207230031490326, -0.35874301195144653, 0.2282859981060028, 2.010247230529785, -1.121137022972107, 1.3465054035186768, 1002.0, 1000.0, -0.000695555005222559, -0.19235479831695557, -0.9054321646690369, 1.8866513967514038, -0.9785141348838806, -0.00012719890219159424], "mean": [-0.19951452314853668, 0.6046675443649292, 0.45138564705848694, -1.4119739532470703, -0.25390511751174927, -0.1205306276679039, 0.028279894962906837, -0.31032752990722656, 0.46757277846336365, 0.22823920845985413, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.25181761384010315, 0.483798086643219, -0.3989675045013428, -1.4107000827789307, 0.7610918879508972, 0.058717284351587296, 0.24044394493103027, -0.2889818251132965, -0.469509482383728, 0.16979795694351196, 1.3430510759353638, -1.8214718103408813, 0.961906909942627, 1000.9987182617188, 630.135986328125, -0.0006969916285015643, -0.19537721574306488, -0.9054529070854187, 1.8866362571716309, -0.9786109328269958, -0.00014584528980776668], "std": [2.572895937191788e-05, 1.742093445500359e-05, 2.220110582129564e-05, 2.388790926488582e-05, 2.1560352251981385e-05, 1.5575880752294324e-05, 2.1011677745264024e-05, 1.4433216165343765e-05, 7.956552508403547e-06, 1.15926541184308e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.11005998402833939, 0.10324770957231522, 0.11049757152795792, 0.20380575954914093, 0.33337679505348206, 0.15111108124256134, 0.20053867995738983, 0.031512301415205, 0.052479203790426254, 0.04341907426714897, 0.4117166996002197, 0.37937813997268677, 0.27099987864494324, 0.06172804906964302, 400.1709899902344, 7.971472655299294e-07, 0.001690946170128882, 1.0676856618374586e-05, 1.0452411515871063e-05, 6.058731014491059e-05, 8.350940333912149e-06], "count": [787]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036698818206787, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0038048175629228354, 0.3157300651073456, -0.560023844242096, -1.8234676122665405, 0.25385814905166626, -0.12058479338884354, -0.028379054740071297, -0.3196589946746826, -0.5334420204162598, 0.052852001041173935, 0.7388843894004822, -2.2300078868865967, 0.45818668603897095, 1000.0, 176.0, -0.0006974348798394203, -0.1993366777896881, -0.9054654240608215, 1.886641025543213, -0.978707492351532, -0.00016327023331541568], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4381125271320343, 0.6355442404747009, -0.21738076210021973, -1.1467162370681763, 1.2014148235321045, 0.27007225155830383, 0.586378276348114, -0.2207230031490326, -0.35874301195144653, 0.2282859981060028, 2.010247230529785, -1.121137022972107, 1.3465054035186768, 1002.0, 1000.0, -0.000695555005222559, -0.19235479831695557, -0.9054321646690369, 1.8866513967514038, -0.9785141348838806, -0.00012719890219159424], "mean": [-0.1995144784450531, 0.604667603969574, 0.45138561725616455, -1.4119739532470703, -0.25390511751174927, -0.12053059786558151, 0.028279872611165047, -0.3103275001049042, 0.46757277846336365, 0.2282392382621765, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2518548369407654, 0.48371583223342896, -0.3991037607192993, -1.410721778869629, 0.7613311409950256, 0.05871928483247757, 0.2404758632183075, -0.2889929711818695, -0.4694996774196625, 0.1697148084640503, 1.3430089950561523, -1.8218247890472412, 0.9620194435119629, 1000.9987182617188, 630.135986328125, -0.0006969916285015643, -0.1953769326210022, -0.9054528474807739, 1.8866362571716309, -0.9786108136177063, -0.00014588267367798835], "std": [2.572698394942563e-05, 1.7325495718978345e-05, 2.2253689166973345e-05, 2.3877406420069747e-05, 2.1560352251981385e-05, 1.5586585504934192e-05, 2.102672260662075e-05, 1.4424319488171022e-05, 7.9532965173712e-06, 1.1596451258810703e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.11004739999771118, 0.10317683219909668, 0.11062823235988617, 0.20380648970603943, 0.333079993724823, 0.15110880136489868, 0.20049788057804108, 0.03152138739824295, 0.05248025432229042, 0.043369654566049576, 0.4116967022418976, 0.3788563907146454, 0.270929217338562, 0.06172804906964302, 400.1709899902344, 7.971472086865106e-07, 0.0016909462865442038, 1.066218192136148e-05, 1.045321005221922e-05, 6.0555543313967064e-05, 8.337519830092788e-06], "count": [787]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.572904917459937], "count": [787]}, "frame_index": {"min": [0], "max": [786], "mean": [393.0], "std": [227.1871475237981], "count": [787]}, "episode_index": {"min": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [787]}, "index": {"min": [28830], "max": [29616], "mean": [29223.0], "std": [227.1871475237981], "count": [787]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [787]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6301359591066005], "std": [0.0, 0.40017055226164006], "count": [787]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6301359591066005], "std": [0.0, 0.40017055226164006], "count": [787]}, "eef_direction_state": {"mean": [6.0, 4.490470139771284], "std": [0.0, 1.9823485763303839], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_state": {"mean": [0.0, 0.5095298602287166], "std": [0.0, 0.5971964637584887], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_state": {"mean": [0.0, 0.42820838627700125], "std": [0.0, 0.7345994195982004], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_direction_action": {"mean": [6.0, 4.490470139771284], "std": [0.0, 1.9823485763303839], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_action": {"mean": [0.0, 0.5095298602287166], "std": [0.0, 0.5971964637584887], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_action": {"mean": [0.0, 0.42820838627700125], "std": [0.0, 0.7345994195982004], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_sim_pose_state": {"mean": [-0.3103274405002594, 0.4675731062889099, 0.2282392382621765, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2889818847179413, -0.46950942277908325, 0.16979795694351196, 1.3430532217025757, -1.8214738368988037, 0.9619057774543762], "std": [1.4432929674512707e-05, 7.950683539093006e-06, 1.159259772975929e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.031512290239334106, 0.05247919633984566, 0.043419066816568375, 0.4117174446582794, 0.3793788254261017, 0.2710002064704895], "min": [-0.31036698818206787, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3196589946746826, -0.5334420204162598, 0.052852001041173935, 0.7388843894004822, -2.2300078868865967, 0.45818668603897095], "max": [-0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2207230031490326, -0.35874301195144653, 0.2282859981060028, 2.010247230529785, -1.121137022972107, 1.3465054035186768], "count": [787]}, "eef_sim_pose_action": {"mean": [-0.31032752990722656, 0.46757277846336365, 0.22823920845985413, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2889818251132965, -0.469509482383728, 0.16979795694351196, 1.3430510759353638, -1.8214718103408813, 0.961906909942627], "std": [1.4433216165343765e-05, 7.956552508403547e-06, 1.15926541184308e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.031512301415205, 0.052479203790426254, 0.04341907426714897, 0.4117166996002197, 0.37937813997268677, 0.27099987864494324], "min": [-0.31036698818206787, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3196589946746826, -0.5334420204162598, 0.052852001041173935, 0.7388843894004822, -2.2300078868865967, 0.45818668603897095], "max": [-0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2207230031490326, -0.35874301195144653, 0.2282859981060028, 2.010247230529785, -1.121137022972107, 1.3465054035186768], "count": [787]}, "gripper_mode_state": {"mean": [0.0, 0.43964421855146124], "std": [0.0, 0.4963438119345719], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_state": {"mean": [2.0, 1.8907242693773825], "std": [0.0, 0.4135603113068897], "min": [2, 0], "max": [2, 2], "count": [787]}, "gripper_mode_action": {"mean": [0.0, 0.43964421855146124], "std": [0.0, 0.49634381193457194], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_action": {"mean": [2.0, 1.8907242693773825], "std": [0.0, 0.4135603113068897], "min": [2, 0], "max": [2, 2], "count": [787]}}} +{"episode_index": 37, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.440557305467232]], [[0.41764314636327504]], [[0.4215914135642996]]], "std": [[[0.2038352703692962]], [[0.19897486591127997]], [[0.2021589703262355]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4081313054782724]], [[0.39531526149311075]], [[0.38679183365350644]]], "std": [[[0.2326924930257282]], [[0.21819794553561764]], [[0.21556082214894165]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5041455007397102]], [[0.4896005108969263]], [[0.4845635074412648]]], "std": [[[0.21960909889079752]], [[0.21675292999349538]], [[0.22293693126579361]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47525478051580994]], [[0.4492179909689101]], [[0.45228055445151033]]], "std": [[[0.26959574152311216]], [[0.2550161522729761]], [[0.2593418072717055]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13756684958934784, 0.25223496556282043, -0.5310164093971252, -1.8081785440444946, 0.0383099764585495, -0.41919317841529846, -0.0504051074385643, -0.3243040144443512, -0.5385609865188599, 0.1038530021905899, 0.7140249609947205, -2.3026673793792725, 0.4209536015987396, 1000.0, 160.0, -0.0006974348798394203, -0.19949081540107727, -0.90549635887146, 1.8866220712661743, -0.9787994027137756, -0.0001708641939330846], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.448671817779541, 0.6481279730796814, -0.17840756475925446, -1.0018190145492554, 1.2660619020462036, 0.3113667368888855, 0.5382595658302307, -0.23793700337409973, -0.32259100675582886, 0.2285500019788742, 2.273955821990967, -1.121137022972107, 1.3399174213409424, 1002.0, 1001.0, -0.0006917952559888363, -0.1923341304063797, -0.905432939529419, 1.886650562286377, -0.9784333109855652, -0.00014523456047754735], "mean": [-0.1995127648115158, 0.604669988155365, 0.45138728618621826, -1.411975622177124, -0.25390610098838806, -0.1205301508307457, 0.02827000990509987, -0.31032800674438477, 0.46757224202156067, 0.22823728621006012, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.21874505281448364, 0.4421904683113098, -0.364692360162735, -1.3828332424163818, 0.6576575636863708, -0.024369850754737854, 0.20903950929641724, -0.29975616931915283, -0.466930627822876, 0.16862152516841888, 1.3724232912063599, -1.7085974216461182, 0.9969642162322998, 1001.0, 600.0101928710938, -0.0006964459316805005, -0.19538259506225586, -0.9054593443870544, 1.8866312503814697, -0.9786073565483093, -0.00015663313388358802], "std": [2.749110535660293e-05, 1.6692349163349718e-05, 2.2826787244412117e-05, 2.5074348741327412e-05, 2.154354842787143e-05, 1.5095525668584742e-05, 1.914812128234189e-05, 1.5450907085323706e-05, 8.28903284855187e-06, 1.1995652130281087e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.1695743352174759, 0.13050907850265503, 0.10767737030982971, 0.23925349116325378, 0.4036959111690521, 0.22929921746253967, 0.1948985457420349, 0.02516409009695053, 0.0626843124628067, 0.030435025691986084, 0.5126961469650269, 0.4309312701225281, 0.289825439453125, 0.07147416472434998, 409.56768798828125, 9.625125585444039e-07, 0.002130059292539954, 2.0392195438034832e-05, 1.379550030833343e-05, 0.00010567844583420083, 2.971330786749604e-06], "count": [783]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13756684958934784, 0.25223496556282043, -0.5310164093971252, -1.8081785440444946, 0.0383099764585495, -0.41919317841529846, -0.0504051074385643, -0.3243040144443512, -0.5385609865188599, 0.1038530021905899, 0.7140249609947205, -2.3026673793792725, 0.4209536015987396, 1000.0, 160.0, -0.0006974348798394203, -0.19949081540107727, -0.90549635887146, 1.8866220712661743, -0.9787994027137756, -0.0001708641939330846], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.448671817779541, 0.6481279730796814, -0.17840756475925446, -1.0018190145492554, 1.2660619020462036, 0.3113667368888855, 0.5382595658302307, -0.23793700337409973, -0.32259100675582886, 0.2285500019788742, 2.273955821990967, -1.121137022972107, 1.3399174213409424, 1002.0, 1001.0, -0.0006917952559888363, -0.1923341304063797, -0.905432939529419, 1.886650562286377, -0.9784333109855652, -0.00014523456047754735], "mean": [-0.1995127648115158, 0.604669988155365, 0.4513872563838959, -1.411975622177124, -0.25390610098838806, -0.1205301359295845, 0.0282700564712286, -0.31032800674438477, 0.4675722122192383, 0.2282373160123825, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.21877531707286835, 0.442035049200058, -0.36479392647743225, -1.382844090461731, 0.6579607129096985, -0.024334119632840157, 0.2090122550725937, -0.2997687757015228, -0.46692731976509094, 0.16852952539920807, 1.3722445964813232, -1.7090057134628296, 0.9972035884857178, 1001.0, 600.0101928710938, -0.0006964434869587421, -0.19538281857967377, -0.9054593443870544, 1.8866312503814697, -0.9786074757575989, -0.0001566379942232743], "std": [2.748741644609254e-05, 1.6692349163349718e-05, 2.2831916794530116e-05, 2.5062803615583107e-05, 2.1543550246860832e-05, 1.5096076822374016e-05, 1.9158213035552762e-05, 1.5450905266334303e-05, 8.288437129522208e-06, 1.1999558410025202e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.16957317292690277, 0.13038769364356995, 0.10779668390750885, 0.239254891872406, 0.4034820795059204, 0.22928616404533386, 0.19493304193019867, 0.025171834975481033, 0.06268436461687088, 0.0303634162992239, 0.5126498341560364, 0.4305267930030823, 0.289695680141449, 0.07147416472434998, 409.56768798828125, 9.623951200410374e-07, 0.002130056731402874, 2.0396817490109242e-05, 1.379177047056146e-05, 0.00010570871381787583, 2.9744048788415967e-06], "count": [783]}, "timestamp": {"min": [0.0], "max": [26.066666666666666], "mean": [13.033333333333333], "std": [7.53441486828323], "count": [783]}, "frame_index": {"min": [0], "max": [782], "mean": [391.0], "std": [226.0324460484969], "count": [783]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [783]}, "index": {"min": [29617], "max": [30399], "mean": [30008.0], "std": [226.0324460484969], "count": [783]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [783]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6000089381998679], "std": [0.0, 0.4095668677102677], "count": [783]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6000089381998679], "std": [0.0, 0.4095668677102677], "count": [783]}, "eef_direction_state": {"mean": [6.0, 4.32183908045977], "std": [0.0, 2.0174514959721814], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_state": {"mean": [0.0, 0.541507024265645], "std": [0.0, 0.6336670039677427], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_state": {"mean": [0.0, 0.3997445721583653], "std": [0.0, 0.7110511968124584], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_direction_action": {"mean": [6.0, 4.32183908045977], "std": [0.0, 2.0174514959721814], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_action": {"mean": [0.0, 0.541507024265645], "std": [0.0, 0.6336670039677427], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_action": {"mean": [0.0, 0.3997445721583653], "std": [0.0, 0.7110511968124584], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_sim_pose_state": {"mean": [-0.31032803654670715, 0.4675721228122711, 0.2282373160123825, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29975640773773193, -0.4669305980205536, 0.16862154006958008, 1.3724242448806763, -1.7085978984832764, 0.9969647526741028], "std": [1.5450905266334303e-05, 8.288091521535534e-06, 1.19956075650407e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025164097547531128, 0.06268425285816193, 0.030435029417276382, 0.5126960277557373, 0.4309319853782654, 0.2898256778717041], "min": [-0.31036901473999023, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3243040144443512, -0.5385609865188599, 0.1038530021905899, 0.7140249609947205, -2.3026673793792725, 0.4209536015987396], "max": [-0.31028300523757935, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23793700337409973, -0.32259100675582886, 0.2285500019788742, 2.273955821990967, -1.121137022972107, 1.3399174213409424], "count": [783]}, "eef_sim_pose_action": {"mean": [-0.31032800674438477, 0.46757224202156067, 0.22823728621006012, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.29975616931915283, -0.466930627822876, 0.16862152516841888, 1.3724232912063599, -1.7085974216461182, 0.9969642162322998], "std": [1.5450907085323706e-05, 8.28903284855187e-06, 1.1995652130281087e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.02516409009695053, 0.0626843124628067, 0.030435025691986084, 0.5126961469650269, 0.4309312701225281, 0.289825439453125], "min": [-0.31036901473999023, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3243040144443512, -0.5385609865188599, 0.1038530021905899, 0.7140249609947205, -2.3026673793792725, 0.4209536015987396], "max": [-0.31028300523757935, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23793700337409973, -0.32259100675582886, 0.2285500019788742, 2.273955821990967, -1.121137022972107, 1.3399174213409424], "count": [783]}, "gripper_mode_state": {"mean": [0.0, 0.46871008939974457], "std": [0.0, 0.4990199810574998], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_state": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41573970964155166], "min": [2, 0], "max": [2, 2], "count": [783]}, "gripper_mode_action": {"mean": [0.0, 0.46871008939974457], "std": [0.0, 0.4990199810574998], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_action": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41573970964155166], "min": [2, 0], "max": [2, 2], "count": [783]}}} +{"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.42644682178426924]], [[0.4052441226490596]], [[0.4092074190787426]]], "std": [[[0.19979947110783372]], [[0.19462821250146028]], [[0.1974978625329246]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40925505063136364]], [[0.39723774787692856]], [[0.3881889172335601]]], "std": [[[0.23318880387440744]], [[0.21941480424832308]], [[0.21582849403887383]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017985082922057]], [[0.4879630157618603]], [[0.48278080398826195]]], "std": [[[0.21864136224476535]], [[0.21676577012983056]], [[0.2228766613474376]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47863315048241517]], [[0.4514649790471744]], [[0.4578039160108488]]], "std": [[[0.2764769234178355]], [[0.263189825993112]], [[0.2676091703289033]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09875072538852692, 0.26277676224708557, -0.6202725768089294, -1.667766809463501, 0.1347917765378952, -0.3257482349872589, -0.030141836032271385, -0.31727901101112366, -0.5412600040435791, 0.030326999723911285, 0.7262722849845886, -2.2197341918945312, 0.5487935543060303, 1000.0, 169.0, -0.000695555005222559, -0.19926899671554565, -0.9054543375968933, 1.8866450786590576, -0.9787898659706116, -0.00016706722090020776], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43273693323135376, 0.6047391295433044, -0.18167132139205933, -1.118424415588379, 1.1659846305847168, 0.3305828273296356, 0.48029714822769165, -0.22310100495815277, -0.39784398674964905, 0.2282859981060028, 2.1489579677581787, -1.121137022972107, 1.2743953466415405, 1002.0, 1000.0, -0.000695555005222559, -0.1923341304063797, -0.9054384827613831, 1.886652946472168, -0.9787145853042603, -0.00015093003457877785], "mean": [-0.19951090216636658, 0.6046659350395203, 0.4513842761516571, -1.4119752645492554, -0.2539064288139343, -0.12053137272596359, 0.028269730508327484, -0.31032899022102356, 0.4675711393356323, 0.22823621332645416, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2996864914894104, 0.403049498796463, -0.4009716212749481, -1.3444079160690308, 0.6321605443954468, 0.03613714128732681, 0.22041073441505432, -0.29093700647354126, -0.4854161739349365, 0.14872312545776367, 1.3955198526382446, -1.733827829360962, 0.9453402757644653, 1001.0012817382812, 596.6349487304688, -0.0006955540156923234, -0.19547326862812042, -0.9054533243179321, 1.886636734008789, -0.9787525534629822, -0.00015469786012545228], "std": [2.6000168872997165e-05, 1.663595139689278e-05, 2.3543896531919017e-05, 2.4491415388183668e-05, 2.2189437004271895e-05, 1.5238732885336503e-05, 1.9801889720838517e-05, 1.5461231669178233e-05, 7.890785127528943e-06, 1.1546026144060306e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10227977484464645, 0.11309903860092163, 0.1250813901424408, 0.16042543947696686, 0.374080091714859, 0.21024742722511292, 0.17977556586265564, 0.025029512122273445, 0.03886888548731804, 0.05552596226334572, 0.48115989565849304, 0.4038863480091095, 0.24130043387413025, 0.08015605062246323, 405.529296875, 9.89530235528946e-10, 0.002476135268807411, 7.633979294041637e-06, 1.1704297321557533e-05, 2.075362135656178e-05, 1.8494380356059992e-06], "count": [778]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09875072538852692, 0.26277676224708557, -0.6202725768089294, -1.667766809463501, 0.1347917765378952, -0.3257482349872589, -0.030141836032271385, -0.31727901101112366, -0.5412600040435791, 0.030326999723911285, 0.7262722849845886, -2.2197341918945312, 0.5487935543060303, 1000.0, 169.0, -0.000695555005222559, -0.19926899671554565, -0.9054543375968933, 1.8866450786590576, -0.9787898659706116, -0.00016706722090020776], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43273693323135376, 0.6047391295433044, -0.18167132139205933, -1.118424415588379, 1.1659846305847168, 0.3305828273296356, 0.48029714822769165, -0.22310100495815277, -0.39784398674964905, 0.2282859981060028, 2.1489579677581787, -1.121137022972107, 1.2743953466415405, 1002.0, 1000.0, -0.000695555005222559, -0.1923341304063797, -0.9054384827613831, 1.886652946472168, -0.9787145853042603, -0.00015093003457877785], "mean": [-0.19951091706752777, 0.6046659350395203, 0.4513843357563019, -1.411975383758545, -0.25390639901161194, -0.12053140252828598, 0.028269754722714424, -0.31032899022102356, 0.4675711989402771, 0.22823619842529297, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.29971495270729065, 0.4029393494129181, -0.40107569098472595, -1.3444805145263672, 0.6322924494743347, 0.036195170134305954, 0.22041092813014984, -0.2909320294857025, -0.4854082465171814, 0.14863024652004242, 1.3955142498016357, -1.7340947389602661, 0.945430338382721, 1001.0012817382812, 596.6349487304688, -0.0006955540156923234, -0.19547350704669952, -0.9054533243179321, 1.886636734008789, -0.9787524938583374, -0.0001547015126561746], "std": [2.60055730905151e-05, 1.6652309568598866e-05, 2.3528522433480248e-05, 2.44854290940566e-05, 2.2146088667795993e-05, 1.5252026969392318e-05, 1.9797276763711125e-05, 1.546715611766558e-05, 7.889686457929201e-06, 1.1548990187293384e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10225506126880646, 0.11294419318437576, 0.12515698373317719, 0.16046901047229767, 0.37396520376205444, 0.2102111428976059, 0.17977528274059296, 0.025026066228747368, 0.038873158395290375, 0.055453188717365265, 0.48115766048431396, 0.4035505950450897, 0.2412390559911728, 0.08015605807304382, 405.529296875, 9.89530235528946e-10, 0.0024761164095252752, 7.63461139285937e-06, 1.1705848919518758e-05, 2.074779877148103e-05, 1.8504319996281993e-06], "count": [778]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.950000000000001], "std": [7.486302306360746], "count": [778]}, "frame_index": {"min": [0], "max": [777], "mean": [388.5], "std": [224.58906919082239], "count": [778]}, "episode_index": {"min": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [778]}, "index": {"min": [30400], "max": [31177], "mean": [30788.5], "std": [224.58906919082239], "count": [778]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [778]}, "gripper_open_scale_state": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5966349611475412], "std": [0.0, 0.40552885626259283], "count": [778]}, "gripper_open_scale_action": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5966349611475412], "std": [0.0, 0.40552885626259283], "count": [778]}, "eef_direction_state": {"mean": [6.0, 4.281491002570694], "std": [0.0, 2.1165747753108266], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_state": {"mean": [0.0, 0.5347043701799485], "std": [0.0, 0.614272179950058], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_state": {"mean": [0.0, 0.39331619537275064], "std": [0.0, 0.714921071933847], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_direction_action": {"mean": [6.0, 4.281491002570694], "std": [0.0, 2.1165747753108266], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_action": {"mean": [0.0, 0.5347043701799485], "std": [0.0, 0.614272179950058], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_action": {"mean": [0.0, 0.39331619537275064], "std": [0.0, 0.714921071933847], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_sim_pose_state": {"mean": [-0.310328871011734, 0.46757158637046814, 0.2282363623380661, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29093697667121887, -0.4854164719581604, 0.14872312545776367, 1.3955202102661133, -1.7338265180587769, 0.9453409910202026], "std": [1.5460962458746508e-05, 7.87986209616065e-06, 1.1545243978616782e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025029515847563744, 0.03886890411376953, 0.05552593991160393, 0.4811599850654602, 0.40388667583465576, 0.24130022525787354], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31727901101112366, -0.5412600040435791, 0.030326999723911285, 0.7262722849845886, -2.2197341918945312, 0.5487935543060303], "max": [-0.31027600169181824, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22310100495815277, -0.39784398674964905, 0.2282859981060028, 2.1489579677581787, -1.121137022972107, 1.2743953466415405], "count": [778]}, "eef_sim_pose_action": {"mean": [-0.31032899022102356, 0.4675711393356323, 0.22823621332645416, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29093700647354126, -0.4854161739349365, 0.14872312545776367, 1.3955198526382446, -1.733827829360962, 0.9453402757644653], "std": [1.5461231669178233e-05, 7.890785127528943e-06, 1.1546026144060306e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.025029512122273445, 0.03886888548731804, 0.05552596226334572, 0.48115989565849304, 0.4038863480091095, 0.24130043387413025], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31727901101112366, -0.5412600040435791, 0.030326999723911285, 0.7262722849845886, -2.2197341918945312, 0.5487935543060303], "max": [-0.31027600169181824, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22310100495815277, -0.39784398674964905, 0.2282859981060028, 2.1489579677581787, -1.121137022972107, 1.2743953466415405], "count": [778]}, "gripper_mode_state": {"mean": [0.0, 0.4768637532133676], "std": [0.0, 0.4994644272464517], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_state": {"mean": [2.0, 1.8881748071979434], "std": [0.0, 0.4169777543125622], "min": [2, 0], "max": [2, 2], "count": [778]}, "gripper_mode_action": {"mean": [0.0, 0.4768637532133676], "std": [0.0, 0.4994644272464516], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_action": {"mean": [2.0, 1.8881748071979434], "std": [0.0, 0.41697775431256223], "min": [2, 0], "max": [2, 2], "count": [778]}}} +{"episode_index": 39, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[1.0]]], "mean": [[[0.43417204155151995]], [[0.41126523363819806]], [[0.41660425302671406]]], "std": [[[0.20187407489449288]], [[0.1980291970056213]], [[0.2004698827298872]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4003766106834233]], [[0.3896999098017283]], [[0.38045062124402335]]], "std": [[[0.23120586694853348]], [[0.2167785003360491]], [[0.21369210819400025]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5043399090340834]], [[0.4896533864104926]], [[0.48445281040268456]]], "std": [[[0.21961564020305496]], [[0.21681834703384806]], [[0.22296088696508218]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47269358358555946]], [[0.44845450196297754]], [[0.4519791077225073]]], "std": [[[0.2704908623099453]], [[0.25565672331442674]], [[0.2603083651861732]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06332054734230042, 0.26057764887809753, -0.5417676568031311, -1.8100460767745972, 0.2537883222103119, -0.32393309473991394, -0.028291787952184677, -0.32595399022102356, -0.5487980246543884, 0.12086199969053268, 0.6816394925117493, -2.3249199390411377, 0.4027099311351776, 1001.0, 160.0, -0.000695555005222559, -0.199295312166214, -0.9054725766181946, 1.8866370916366577, -0.9795695543289185, -0.00016042249626480043], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48401471972465515, 0.6524913311004639, -0.1898394674062729, -1.0075087547302246, 1.253774642944336, 0.29023081064224243, 0.637656033039093, -0.21848200261592865, -0.34446701407432556, 0.22869299352169037, 2.2112720012664795, -1.121137022972107, 1.376174807548523, 1002.0, 1000.0, -0.000695555005222559, -0.19233036041259766, -0.9054384827613831, 1.8866537809371948, -0.9783366322517395, -0.00014618381101172417], "mean": [-0.19951190054416656, 0.6046655774116516, 0.45138612389564514, -1.4119763374328613, -0.25390568375587463, -0.12053092569112778, 0.028280109167099, -0.31032872200012207, 0.46757152676582336, 0.228236123919487, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.25207164883613586, 0.46521005034446716, -0.374620646238327, -1.3423066139221191, 0.7056781649589539, -0.04079688340425491, 0.2826765477657318, -0.29591596126556396, -0.47345221042633057, 0.17646966874599457, 1.4084014892578125, -1.7550469636917114, 0.9907189607620239, 1001.0012817382812, 615.1514892578125, -0.0006955535500310361, -0.19546720385551453, -0.9054496884346008, 1.8866361379623413, -0.9786826968193054, -0.00015247601550072432], "std": [2.8595859475899488e-05, 1.6741398212616332e-05, 2.3591315766680054e-05, 2.5187453502439894e-05, 2.199642767664045e-05, 1.550584966025781e-05, 1.983620495593641e-05, 1.6083542504929937e-05, 8.53193432703847e-06, 1.1734733561752364e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.15908989310264587, 0.12797100841999054, 0.10829328745603561, 0.24683140218257904, 0.39162904024124146, 0.21647430956363678, 0.1958606094121933, 0.03145359456539154, 0.058595072478055954, 0.028009304776787758, 0.49495041370391846, 0.42327308654785156, 0.30139511823654175, 0.035511065274477005, 408.6185302734375, 1.4551915228366852e-09, 0.0024286112748086452, 9.019217031891458e-06, 1.1918627023987938e-05, 0.00021687091793864965, 1.8867336848416016e-06], "count": [792]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06332054734230042, 0.26057764887809753, -0.5417676568031311, -1.8100460767745972, 0.2537883222103119, -0.32393309473991394, -0.028291787952184677, -0.32595399022102356, -0.5487980246543884, 0.12086199969053268, 0.6816394925117493, -2.3249199390411377, 0.4027099311351776, 1001.0, 160.0, -0.000695555005222559, -0.199295312166214, -0.9054725766181946, 1.8866370916366577, -0.9795695543289185, -0.00016042249626480043], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48401471972465515, 0.6524913311004639, -0.1898394674062729, -1.0075087547302246, 1.253774642944336, 0.29023081064224243, 0.637656033039093, -0.21848200261592865, -0.34446701407432556, 0.22869299352169037, 2.2112720012664795, -1.121137022972107, 1.376174807548523, 1002.0, 1000.0, -0.000695555005222559, -0.19233036041259766, -0.9054384827613831, 1.8866537809371948, -0.9783366322517395, -0.00014618381101172417], "mean": [-0.19951190054416656, 0.6046655178070068, 0.45138615369796753, -1.4119763374328613, -0.253905713558197, -0.12053094804286957, 0.028280109167099, -0.3103286623954773, 0.4675716161727905, 0.22823616862297058, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2521154284477234, 0.4650647044181824, -0.3747347891330719, -1.342226266860962, 0.705848217010498, -0.04097183793783188, 0.2828235924243927, -0.29593491554260254, -0.4734436571598053, 0.17637528479099274, 1.4085172414779663, -1.7554020881652832, 0.9908642768859863, 1001.0012817382812, 615.1514892578125, -0.0006955535500310361, -0.19546717405319214, -0.9054496884346008, 1.8866361379623413, -0.9786823987960815, -0.00015247240662574768], "std": [2.8595859475899488e-05, 1.672546386544127e-05, 2.359079553571064e-05, 2.5230965547962114e-05, 2.19922458200017e-05, 1.5494806575588882e-05, 1.983620495593641e-05, 1.605369288881775e-05, 8.513521606801078e-06, 1.1709957107086666e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.15907979011535645, 0.12787775695323944, 0.10842166095972061, 0.24681878089904785, 0.39146187901496887, 0.2165948450565338, 0.1956707388162613, 0.03146681562066078, 0.058596424758434296, 0.027960442006587982, 0.49499940872192383, 0.4228581488132477, 0.3013049364089966, 0.035511065274477005, 408.6185302734375, 1.4551915228366852e-09, 0.0024286117404699326, 9.01933617569739e-06, 1.1919516509806272e-05, 0.00021689251298084855, 1.8869521909437026e-06], "count": [792]}, "timestamp": {"min": [0.0], "max": [26.366666666666667], "mean": [13.183333333333334], "std": [7.6210174784872], "count": [792]}, "frame_index": {"min": [0], "max": [791], "mean": [395.5], "std": [228.630524354616], "count": [792]}, "episode_index": {"min": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [792]}, "index": {"min": [31178], "max": [31969], "mean": [31573.5], "std": [228.630524354616], "count": [792]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [792]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6151515138947], "std": [0.0, 0.4086176419976739], "count": [792]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6151515138947], "std": [0.0, 0.4086176419976739], "count": [792]}, "eef_direction_state": {"mean": [6.0, 4.441919191919192], "std": [0.0, 1.955091863696011], "min": [6, 0], "max": [6, 6], "count": [792]}, "eef_velocity_state": {"mean": [0.0, 0.5227272727272727], "std": [0.0, 0.631247471332975], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_acc_mag_state": {"mean": [0.0, 0.3952020202020202], "std": [0.0, 0.7153633036139954], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_direction_action": {"mean": [6.0, 4.441919191919192], "std": [0.0, 1.955091863696011], "min": [6, 0], "max": [6, 6], "count": [792]}, "eef_velocity_action": {"mean": [0.0, 0.5227272727272727], "std": [0.0, 0.631247471332975], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_acc_mag_action": {"mean": [0.0, 0.3952020202020202], "std": [0.0, 0.7153633036139954], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_sim_pose_state": {"mean": [-0.3103286623954773, 0.46757179498672485, 0.22823631763458252, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29591602087020874, -0.47345244884490967, 0.17646978795528412, 1.4083988666534424, -1.7550400495529175, 0.9907158613204956], "std": [1.6083515220088884e-05, 8.527245881850831e-06, 1.1733077371900436e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.031453587114810944, 0.05859507992863655, 0.02800929918885231, 0.49495047330856323, 0.42327335476875305, 0.30139532685279846], "min": [-0.31037500500679016, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32595399022102356, -0.5487980246543884, 0.12086199969053268, 0.6816394925117493, -2.3249199390411377, 0.4027099311351776], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21848200261592865, -0.34446701407432556, 0.22869299352169037, 2.2112720012664795, -1.121137022972107, 1.376174807548523], "count": [792]}, "eef_sim_pose_action": {"mean": [-0.31032872200012207, 0.46757152676582336, 0.228236123919487, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.29591596126556396, -0.47345221042633057, 0.17646966874599457, 1.4084014892578125, -1.7550469636917114, 0.9907189607620239], "std": [1.6083542504929937e-05, 8.53193432703847e-06, 1.1734733561752364e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03145359456539154, 0.058595072478055954, 0.028009304776787758, 0.49495041370391846, 0.42327308654785156, 0.30139511823654175], "min": [-0.31037500500679016, 0.46754398941993713, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32595399022102356, -0.5487980246543884, 0.12086199969053268, 0.6816394925117493, -2.3249199390411377, 0.4027099311351776], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21848200261592865, -0.34446701407432556, 0.22869299352169037, 2.2112720012664795, -1.121137022972107, 1.376174807548523], "count": [792]}, "gripper_mode_state": {"mean": [0.0, 0.45202020202020204], "std": [0.0, 0.49769261496009615], "min": [0, 0], "max": [0, 1], "count": [792]}, "gripper_activity_state": {"mean": [2.0, 1.8926767676767677], "std": [0.0, 0.4080588521696322], "min": [2, 0], "max": [2, 2], "count": [792]}, "gripper_mode_action": {"mean": [0.0, 0.45202020202020204], "std": [0.0, 0.49769261496009615], "min": [0, 0], "max": [0, 1], "count": [792]}, "gripper_activity_action": {"mean": [2.0, 1.8926767676767677], "std": [0.0, 0.4080588521696323], "min": [2, 0], "max": [2, 2], "count": [792]}}} +{"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.4351097494553377]], [[0.41964761834026537]], [[0.4250410044068132]]], "std": [[[0.20641658873934005]], [[0.2015923230602582]], [[0.20320624771941637]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40263427411368585]], [[0.39977442315309963]], [[0.39887305159437514]]], "std": [[[0.23415906270753817]], [[0.22430300890099597]], [[0.22312222423521058]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5018697700039612]], [[0.4878934355813032]], [[0.48321267082590613]]], "std": [[[0.21702531788879584]], [[0.21515757435933391]], [[0.22124647274647874]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45619277703505645]], [[0.4330363351653793]], [[0.4428564158744306]]], "std": [[[0.28507876470530913]], [[0.2731708216863064]], [[0.27694824359621234]]], "count": [165]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103860020637512, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1581791788339615, 0.23811526596546173, -0.6552140712738037, -1.467036485671997, 0.24865704774856567, -0.20238837599754333, -0.03216641768813133, -0.32450899481773376, -0.5327839851379395, -0.01321099977940321, 0.6916252374649048, -2.3135018348693848, 0.41097694635391235, 1009.0, 176.0, -0.000695555005222559, -0.1954020857810974, -0.9054535627365112, 1.8866450786590576, -0.9788017868995667, -0.0010156927164644003], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102929890155792, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5529203414916992, 0.6047391295433044, -0.1589994877576828, -1.028016448020935, 1.4346431493759155, 0.4372049570083618, 0.6637486815452576, -0.20399700105190277, -0.45581701397895813, 0.23483699560165405, 2.0836548805236816, -1.121137022972107, 1.336343765258789, 1010.0, 1001.0, -0.0006936751306056976, -0.19530433416366577, -0.905440092086792, 1.8866513967514038, -0.9786979556083679, 6.170095730340108e-05], "mean": [-0.19951525330543518, 0.6046671867370605, 0.451386034488678, -1.4119447469711304, -0.25390103459358215, -0.12053035199642181, 0.028281521052122116, -0.3103363811969757, 0.4675728976726532, 0.22824478149414062, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.3768632113933563, 0.4479427635669708, -0.44136616587638855, -1.2567453384399414, 0.8838961124420166, 0.10214143246412277, 0.32513317465782166, -0.2879942059516907, -0.4978472590446472, 0.16585546731948853, 1.2688193321228027, -1.9494476318359375, 0.9746740460395813, 1009.878173828125, 539.0812377929688, -0.0006947297952137887, -0.1953662633895874, -0.9054481387138367, 1.886630892753601, -0.978724479675293, -9.49245659285225e-05], "std": [2.6362904463894665e-05, 1.64926841534907e-05, 2.3449170839739963e-05, 2.5265151634812355e-05, 2.181082163588144e-05, 1.5457386325579137e-05, 2.1483747332240455e-05, 1.4752304196008481e-05, 8.074473953456618e-06, 1.1794748388638254e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.11434783041477203, 0.09627032279968262, 0.12788914144039154, 0.13603660464286804, 0.39822918176651, 0.19855982065200806, 0.2140965312719345, 0.03838104009628296, 0.02558552846312523, 0.07511146366596222, 0.504679799079895, 0.3884512186050415, 0.28727689385414124, 0.3271050453186035, 400.7880859375, 9.329348245046276e-07, 2.5665298380772583e-05, 5.526934728550259e-06, 1.8355292922933586e-05, 2.933822906925343e-05, 0.00018854263180401176], "count": [911]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103860020637512, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1581791788339615, 0.23811526596546173, -0.6552140712738037, -1.467036485671997, 0.24865704774856567, -0.20238837599754333, -0.03216641768813133, -0.32450899481773376, -0.5327839851379395, -0.01321099977940321, 0.6916252374649048, -2.3135018348693848, 0.41097694635391235, 1009.0, 176.0, -0.000695555005222559, -0.1954020857810974, -0.9054535627365112, 1.8866450786590576, -0.9788017868995667, -0.0010156927164644003], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102929890155792, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5529203414916992, 0.6047391295433044, -0.1589994877576828, -1.028016448020935, 1.4346431493759155, 0.4372049570083618, 0.6637486815452576, -0.20399700105190277, -0.45581701397895813, 0.23483699560165405, 2.0836548805236816, -1.121137022972107, 1.336343765258789, 1010.0, 1001.0, -0.0006936751306056976, -0.19530433416366577, -0.905440092086792, 1.8866513967514038, -0.9786979556083679, 6.170095730340108e-05], "mean": [-0.1995152086019516, 0.6046672463417053, 0.4513860046863556, -1.4119445085525513, -0.25390103459358215, -0.1205303817987442, 0.02828148379921913, -0.3103364109992981, 0.4675728976726532, 0.22824479639530182, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.37691938877105713, 0.44788655638694763, -0.4415275454521179, -1.2567353248596191, 0.8842256665229797, 0.10205207020044327, 0.32514047622680664, -0.28800201416015625, -0.49784165620803833, 0.16578629612922668, 1.2687575817108154, -1.94980788230896, 0.9748932719230652, 1009.878173828125, 539.0812377929688, -0.0006947297952137887, -0.19536638259887695, -0.9054480791091919, 1.886630892753601, -0.978724479675293, -9.506002243142575e-05], "std": [2.6322592020733282e-05, 1.6486039385199547e-05, 2.3436268747900613e-05, 2.5268231183872558e-05, 2.181082163588144e-05, 1.5447863916051574e-05, 2.1496416593436152e-05, 1.4742834537173621e-05, 8.06950902187964e-06, 1.1773300684581045e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.11427327245473862, 0.09619377553462982, 0.12799443304538727, 0.13602565228939056, 0.3978317975997925, 0.19867828488349915, 0.21408452093601227, 0.03838629648089409, 0.025592774152755737, 0.07508303225040436, 0.5046464204788208, 0.38783469796180725, 0.2871783375740051, 0.3271050453186035, 400.7881164550781, 9.329348245046276e-07, 2.5610341253923252e-05, 5.49187734577572e-06, 1.8356056898483075e-05, 2.9395054298220202e-05, 0.00018847356841433793], "count": [911]}, "timestamp": {"min": [0.0], "max": [30.333333333333332], "mean": [15.166666666666668], "std": [8.766096305907462], "count": [911]}, "frame_index": {"min": [0], "max": [910], "mean": [455.0], "std": [262.98288917722385], "count": [911]}, "episode_index": {"min": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [911]}, "index": {"min": [31970], "max": [32880], "mean": [32425.0], "std": [262.98288917722385], "count": [911]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [911]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.539077935967304], "std": [0.0, 0.4007856796322052], "count": [911]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.539077935967304], "std": [0.0, 0.4007856796322052], "count": [911]}, "eef_direction_state": {"mean": [6.0, 4.501646542261251], "std": [0.0, 1.9650479167804746], "min": [6, 0], "max": [6, 6], "count": [911]}, "eef_velocity_state": {"mean": [0.0, 0.5159165751920965], "std": [0.0, 0.5499418287366389], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_acc_mag_state": {"mean": [0.0, 0.36223929747530187], "std": [0.0, 0.6809796583575534], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_direction_action": {"mean": [6.0, 4.501646542261251], "std": [0.0, 1.9650479167804746], "min": [6, 0], "max": [6, 6], "count": [911]}, "eef_velocity_action": {"mean": [0.0, 0.5159165751920965], "std": [0.0, 0.5499418287366389], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_acc_mag_action": {"mean": [0.0, 0.36223929747530187], "std": [0.0, 0.6809796583575534], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_sim_pose_state": {"mean": [-0.3103366494178772, 0.4675733149051666, 0.22824478149414062, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2879941761493683, -0.4978471100330353, 0.16585545241832733, 1.2688193321228027, -1.9494470357894897, 0.974674642086029], "std": [1.474978489568457e-05, 8.06362550065387e-06, 1.1794752936111763e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.038381051272153854, 0.025585535913705826, 0.07511146366596222, 0.5046798586845398, 0.38845115900039673, 0.28727662563323975], "min": [-0.3103860020637512, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32450899481773376, -0.5327839851379395, -0.01321099977940321, 0.6916252374649048, -2.3135018348693848, 0.41097694635391235], "max": [-0.3102929890155792, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20399700105190277, -0.45581701397895813, 0.23483699560165405, 2.0836548805236816, -1.121137022972107, 1.336343765258789], "count": [911]}, "eef_sim_pose_action": {"mean": [-0.3103363811969757, 0.4675728976726532, 0.22824478149414062, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, -0.2879942059516907, -0.4978472590446472, 0.16585546731948853, 1.2688193321228027, -1.9494476318359375, 0.9746740460395813], "std": [1.4752304196008481e-05, 8.074473953456618e-06, 1.1794748388638254e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.03838104009628296, 0.02558552846312523, 0.07511146366596222, 0.504679799079895, 0.3884512186050415, 0.28727689385414124], "min": [-0.3103860020637512, 0.46755000948905945, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32450899481773376, -0.5327839851379395, -0.01321099977940321, 0.6916252374649048, -2.3135018348693848, 0.41097694635391235], "max": [-0.3102929890155792, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20399700105190277, -0.45581701397895813, 0.23483699560165405, 2.0836548805236816, -1.121137022972107, 1.336343765258789], "count": [911]}, "gripper_mode_state": {"mean": [0.0, 0.5532381997804611], "std": [0.0, 0.4971576149312581], "min": [0, 0], "max": [0, 1], "count": [911]}, "gripper_activity_state": {"mean": [2.0, 1.906695938529089], "std": [0.0, 0.3821901682025048], "min": [2, 0], "max": [2, 2], "count": [911]}, "gripper_mode_action": {"mean": [0.0, 0.5532381997804611], "std": [0.0, 0.4971576149312581], "min": [0, 0], "max": [0, 1], "count": [911]}, "gripper_activity_action": {"mean": [2.0, 1.906695938529089], "std": [0.0, 0.3821901682025048], "min": [2, 0], "max": [2, 2], "count": [911]}}} +{"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.4308817365487862]], [[0.4139839117938842]], [[0.421113412552521]]], "std": [[[0.20329759634435193]], [[0.20087266457954644]], [[0.20131026772216573]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40221815062830685]], [[0.3994044032543573]], [[0.39870699356131345]]], "std": [[[0.23553027655169972]], [[0.22667066429860422]], [[0.2244242610651497]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5011349072615157]], [[0.48654783059056955]], [[0.4803859114826486]]], "std": [[[0.21698483117774484]], [[0.21521908853220734]], [[0.22145871923775207]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45797429023692815]], [[0.43988624946506377]], [[0.4485165501964675]]], "std": [[[0.28277306076201253]], [[0.2723485622748015]], [[0.2771525453130572]]], "count": [168]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09845402091741562, 0.32044246792793274, -0.707870602607727, -1.6122479438781738, 0.25385814905166626, -0.3675314486026764, -0.15734143555164337, -0.3282940089702606, -0.5438799858093262, -0.00508899986743927, 0.3460123836994171, -2.385108232498169, 0.5929461717605591, 1009.0, 0.0, -0.000695555005222559, -0.19930283725261688, -0.9054646492004395, 1.8868874311447144, -0.9788073301315308, -0.00035976406070403755], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102880120277405, 0.46760299801826477, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4737521708011627, 0.6290515661239624, -0.09716247767210007, -1.0101267099380493, 1.7211040258407593, 0.4603305757045746, 0.6115459203720093, -0.201431006193161, -0.40081098675727844, 0.23589199781417847, 2.113969326019287, -1.121137022972107, 1.6018288135528564, 1010.0, 1000.0, -0.0006936751306056976, -0.1923416405916214, -0.905444860458374, 1.886932611465454, -0.9785720109939575, 0.0011751659912988544], "mean": [-0.19951578974723816, 0.6046658158302307, 0.45139461755752563, -1.41195809841156, -0.2539128065109253, -0.12053149938583374, 0.02827490121126175, -0.31033462285995483, 0.46757158637046814, 0.22823773324489594, -1.5732394456863403, -1.1211425065994263, -0.7462767362594604, 0.3240938186645508, 0.4398326873779297, -0.4355818033218384, -1.3187533617019653, 1.0566383600234985, 0.06448151171207428, 0.16346220672130585, -0.2929065525531769, -0.486568808555603, 0.1651049703359604, 1.0522575378417969, -1.9892730712890625, 1.1730695962905884, 1009.9115600585938, 530.0582275390625, -0.0006954499403946102, -0.19548998773097992, -0.9054569005966187, 1.8869251012802124, -0.9786551594734192, -0.0002046670124400407], "std": [2.61498262261739e-05, 1.5962586985551752e-05, 2.1944228137726896e-05, 2.3698197765043005e-05, 2.255446815979667e-05, 1.535628871351946e-05, 1.8638589608599432e-05, 1.4803246813244186e-05, 8.061198059294838e-06, 1.1319479199300986e-05, 1.2516975402832031e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.10281312465667725, 0.09499869495630264, 0.15984627604484558, 0.1808691769838333, 0.47733110189437866, 0.22820888459682465, 0.20612190663814545, 0.03902696073055267, 0.045794498175382614, 0.07157476246356964, 0.6371068358421326, 0.3921961784362793, 0.3197213113307953, 0.2839575707912445, 487.23736572265625, 4.246683431574638e-07, 0.00251848716288805, 8.48697527544573e-06, 1.8376080333837308e-05, 7.695336535107344e-05, 0.00024558015866205096], "count": [927]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09845402091741562, 0.32044246792793274, -0.707870602607727, -1.6122479438781738, 0.25385814905166626, -0.3675314486026764, -0.15734143555164337, -0.3282940089702606, -0.5438799858093262, -0.00508899986743927, 0.3460123836994171, -2.385108232498169, 0.5929461717605591, 1009.0, 0.0, -0.000695555005222559, -0.19930283725261688, -0.9054646492004395, 1.8868874311447144, -0.9788073301315308, -0.00035976406070403755], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102880120277405, 0.46760299801826477, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4737521708011627, 0.6290515661239624, -0.09716247767210007, -1.0101267099380493, 1.7211040258407593, 0.4603305757045746, 0.6115459203720093, -0.201431006193161, -0.40081098675727844, 0.23589199781417847, 2.113969326019287, -1.121137022972107, 1.6018288135528564, 1010.0, 1000.0, -0.0006936751306056976, -0.1923416405916214, -0.905444860458374, 1.886932611465454, -0.9785720109939575, 0.0011751659912988544], "mean": [-0.19951577484607697, 0.6046658158302307, 0.451394647359848, -1.41195809841156, -0.2539128065109253, -0.12053152918815613, 0.0282749030739069, -0.31033462285995483, 0.46757155656814575, 0.22823771834373474, -1.5732394456863403, -1.1211425065994263, -0.7462767362594604, 0.32411763072013855, 0.4397874176502228, -0.43585205078125, -1.3187886476516724, 1.0568307638168335, 0.06421851366758347, 0.1633334904909134, -0.2929162085056305, -0.4865322709083557, 0.1650039404630661, 1.0523614883422852, -1.989518642425537, 1.1733342409133911, 1009.9104614257812, 530.0582275390625, -0.0006954499403946102, -0.19548998773097992, -0.9054569005966187, 1.8869251012802124, -0.9786551594734192, -0.00020453592878766358], "std": [2.614900040498469e-05, 1.5962586985551752e-05, 2.1943256797385402e-05, 2.362948544032406e-05, 2.2563677703146823e-05, 1.5367017113021575e-05, 1.863863508333452e-05, 1.479815455240896e-05, 8.060827894951217e-06, 1.1320996236463543e-05, 1.2516975402832031e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.10278673470020294, 0.09493011236190796, 0.16008442640304565, 0.18089048564434052, 0.47704318165779114, 0.2285621166229248, 0.20627877116203308, 0.03903236240148544, 0.04582320526242256, 0.07155168801546097, 0.6371995806694031, 0.3917238116264343, 0.31946951150894165, 0.28551724553108215, 487.23736572265625, 4.246683147357544e-07, 0.0025184848345816135, 8.485204489261378e-06, 1.83382180694025e-05, 7.69874022807926e-05, 0.00024552998365834355], "count": [927]}, "timestamp": {"min": [0.0], "max": [30.866666666666667], "mean": [15.433333333333334], "std": [8.920056468846338], "count": [927]}, "frame_index": {"min": [0], "max": [926], "mean": [463.0], "std": [267.6016940653902], "count": [927]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [927]}, "index": {"min": [32881], "max": [33807], "mean": [33344.0], "std": [267.6016940653902], "count": [927]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [927]}, "gripper_open_scale_state": {"min": [1.0, 0.0], "max": [1.0, 1.0], "mean": [1.0, 0.5300582524031369], "std": [0.0, 0.4872378225131708], "count": [927]}, "gripper_open_scale_action": {"min": [1.0, 0.0], "max": [1.0, 1.0], "mean": [1.0, 0.5300582524031369], "std": [0.0, 0.4872378225131708], "count": [927]}, "eef_direction_state": {"mean": [6.0, 4.426105717367853], "std": [0.0, 2.015230102054949], "min": [6, 0], "max": [6, 6], "count": [927]}, "eef_velocity_state": {"mean": [0.0, 0.5674217907227616], "std": [0.0, 0.648237289647185], "min": [0, 0], "max": [0, 2], "count": [927]}, "eef_acc_mag_state": {"mean": [0.0, 0.42718446601941745], "std": [0.0, 0.7231977946002659], "min": [0, 0], "max": [0, 2], "count": [927]}, "eef_direction_action": {"mean": [6.0, 4.426105717367853], "std": [0.0, 2.015230102054949], "min": [6, 0], "max": [6, 6], "count": [927]}, "eef_velocity_action": {"mean": [0.0, 0.5674217907227616], "std": [0.0, 0.648237289647185], "min": [0, 0], "max": [0, 2], "count": [927]}, "eef_acc_mag_action": {"mean": [0.0, 0.42718446601941745], "std": [0.0, 0.7231977946002659], "min": [0, 0], "max": [0, 2], "count": [927]}, "eef_sim_pose_state": {"mean": [-0.3103344738483429, 0.46757209300994873, 0.22823785245418549, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.29290658235549927, -0.48656904697418213, 0.165104940533638, 1.05225670337677, -1.989272952079773, 1.1730685234069824], "std": [1.4802723853790667e-05, 8.044755304581486e-06, 1.1318857104924973e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.039026953279972076, 0.04579450562596321, 0.07157475501298904, 0.6371069550514221, 0.39219605922698975, 0.31972143054008484], "min": [-0.3103809952735901, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3282940089702606, -0.5438799858093262, -0.00508899986743927, 0.3460123836994171, -2.385108232498169, 0.5929461717605591], "max": [-0.3102880120277405, 0.46760299801826477, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.201431006193161, -0.40081098675727844, 0.23589199781417847, 2.113969326019287, -1.121137022972107, 1.6018288135528564], "count": [927]}, "eef_sim_pose_action": {"mean": [-0.31033462285995483, 0.46757158637046814, 0.22823773324489594, -1.5732394456863403, -1.1211425065994263, -0.7462767362594604, -0.2929065525531769, -0.486568808555603, 0.1651049703359604, 1.0522575378417969, -1.9892730712890625, 1.1730695962905884], "std": [1.4803246813244186e-05, 8.061198059294838e-06, 1.1319479199300986e-05, 1.2516975402832031e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.03902696073055267, 0.045794498175382614, 0.07157476246356964, 0.6371068358421326, 0.3921961784362793, 0.3197213113307953], "min": [-0.3103809952735901, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3282940089702606, -0.5438799858093262, -0.00508899986743927, 0.3460123836994171, -2.385108232498169, 0.5929461717605591], "max": [-0.3102880120277405, 0.46760299801826477, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.201431006193161, -0.40081098675727844, 0.23589199781417847, 2.113969326019287, -1.121137022972107, 1.6018288135528564], "count": [927]}, "gripper_mode_state": {"mean": [0.0, 0.4703344120819849], "std": [0.0, 0.49911917704439945], "min": [0, 0], "max": [0, 1], "count": [927]}, "gripper_activity_state": {"mean": [2.0, 1.8867313915857604], "std": [0.0, 0.41946541737267573], "min": [2, 0], "max": [2, 2], "count": [927]}, "gripper_mode_action": {"mean": [0.0, 0.4703344120819849], "std": [0.0, 0.49911917704439945], "min": [0, 0], "max": [0, 1], "count": [927]}, "gripper_activity_action": {"mean": [2.0, 1.8867313915857604], "std": [0.0, 0.41946541737267573], "min": [2, 0], "max": [2, 2], "count": [927]}}} +{"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.42911985030571365]], [[0.4126228520978284]], [[0.41987534524562514]]], "std": [[[0.20216017544944206]], [[0.19944380491649036]], [[0.19937738756763332]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40218169407547966]], [[0.3990120572422517]], [[0.3978864734872444]]], "std": [[[0.234749318953801]], [[0.22595915582292017]], [[0.22351315505273964]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5013341160657812]], [[0.486763832226439]], [[0.4806407099936749]]], "std": [[[0.21688073739434355]], [[0.21532493646569364]], [[0.2215647556300821]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44482731393632724]], [[0.4238253030782205]], [[0.43282167799915666]]], "std": [[[0.28500712255885813]], [[0.2725232736886368]], [[0.2760666220158718]]], "count": [155]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11362093687057495, 0.2617993950843811, -0.6560866832733154, -1.7356950044631958, 0.25209537148475647, -0.1779537796974182, -0.20902062952518463, -0.32903599739074707, -0.5312719941139221, 0.0013500000350177288, 0.44774511456489563, -2.2911367416381836, 0.5259355306625366, 1009.0, 0.0, -0.000695555005222559, -0.19931410253047943, -0.9054559469223022, 1.886926293373108, -0.9787439107894897, -0.00024110836966428906], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39420008659362793, 0.6047391295433044, -0.10655234754085541, -1.1295596361160278, 1.4289186000823975, 0.4453731179237366, 0.5212251543998718, -0.21046200394630432, -0.38558000326156616, 0.2329310029745102, 2.0061018466949463, -1.121137022972107, 1.4620341062545776, 1010.0, 1000.0, -0.0006936751306056976, -0.19234351813793182, -0.905444860458374, 1.886935830116272, -0.9785838723182678, -0.00022971742146182805], "mean": [-0.19951993227005005, 0.6046630144119263, 0.45138511061668396, -1.4119573831558228, -0.253909707069397, -0.12053953856229782, 0.02828020416200161, -0.31032881140708923, 0.4675740599632263, 0.22823993861675262, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.29468682408332825, 0.4075867235660553, -0.388618141412735, -1.3750343322753906, 0.916766345500946, 0.13244593143463135, 0.13327082991600037, -0.29004690051078796, -0.48115766048431396, 0.1557469367980957, 1.102738618850708, -1.927079200744629, 1.0827269554138184, 1009.910400390625, 477.752685546875, -0.0006943884654901922, -0.19535139203071594, -0.9054545760154724, 1.8869353532791138, -0.9786604642868042, -0.00023670510563533753], "std": [2.697913078009151e-05, 1.6799860532046296e-05, 2.3033151592244394e-05, 2.3735216018394567e-05, 2.2308759071165696e-05, 1.5629433619324118e-05, 1.855545269791037e-05, 1.4704152818012517e-05, 8.205978701880667e-06, 1.1455591447884217e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.08261758834123611, 0.1093849465250969, 0.15924838185310364, 0.16380731761455536, 0.3972744047641754, 0.19495727121829987, 0.21481730043888092, 0.038130246102809906, 0.04245650768280029, 0.07539789378643036, 0.5808941721916199, 0.3470192551612854, 0.3113521337509155, 0.285616934299469, 486.2259826660156, 9.124306075136701e-07, 0.0019431504188105464, 5.326278824213659e-06, 4.811771759705152e-06, 4.777920548804104e-05, 1.4589941201847978e-06], "count": [837]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11362093687057495, 0.2617993950843811, -0.6560866832733154, -1.7356950044631958, 0.25209537148475647, -0.1779537796974182, -0.20902062952518463, -0.32903599739074707, -0.5312719941139221, 0.0013500000350177288, 0.44774511456489563, -2.2911367416381836, 0.5259355306625366, 1009.0, 0.0, -0.000695555005222559, -0.19931410253047943, -0.9054559469223022, 1.886926293373108, -0.9787439107894897, -0.00024110836966428906], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39420008659362793, 0.6047391295433044, -0.10655234754085541, -1.1295596361160278, 1.4289186000823975, 0.4453731179237366, 0.5212251543998718, -0.21046200394630432, -0.38558000326156616, 0.2329310029745102, 2.0061018466949463, -1.121137022972107, 1.4620341062545776, 1010.0, 1000.0, -0.0006936751306056976, -0.19234351813793182, -0.905444860458374, 1.886935830116272, -0.9785838723182678, -0.00022971742146182805], "mean": [-0.19951994717121124, 0.6046630144119263, 0.4513850510120392, -1.4119575023651123, -0.2539096474647522, -0.12053952366113663, 0.0282802265137434, -0.31032881140708923, 0.4675741195678711, 0.228239968419075, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.29464492201805115, 0.40749093890190125, -0.38876283168792725, -1.3751052618026733, 0.9170323014259338, 0.13238011300563812, 0.1330653429031372, -0.2900666892528534, -0.48112836480140686, 0.155668705701828, 1.1025474071502686, -1.9273453950881958, 1.0830421447753906, 1009.910400390625, 477.752685546875, -0.0006943884654901922, -0.1953469216823578, -0.9054545760154724, 1.8869353532791138, -0.9786603450775146, -0.00023670168593525887], "std": [2.6976917069987394e-05, 1.6799860532046296e-05, 2.3035592676023953e-05, 2.3688680812483653e-05, 2.2282674763118848e-05, 1.5627621905878186e-05, 1.853905814641621e-05, 1.4689373529108707e-05, 8.201771379390266e-06, 1.145692203863291e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.08267471939325333, 0.10924720764160156, 0.1593611091375351, 0.16383624076843262, 0.3969053328037262, 0.19505207240581512, 0.21505379676818848, 0.03814510628581047, 0.042474415153265, 0.0753568559885025, 0.580765962600708, 0.3464868664741516, 0.31114426255226135, 0.285616934299469, 486.2259826660156, 9.124306075136701e-07, 0.0019384216284379363, 5.326252903614659e-06, 4.809005076822359e-06, 4.774939952767454e-05, 1.4586852330467082e-06], "count": [837]}, "timestamp": {"min": [0.0], "max": [27.866666666666667], "mean": [13.933333333333334], "std": [8.054030506982663], "count": [837]}, "frame_index": {"min": [0], "max": [836], "mean": [418.0], "std": [241.62091520947988], "count": [837]}, "episode_index": {"min": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [837]}, "index": {"min": [33808], "max": [34644], "mean": [34226.0], "std": [241.62091520947988], "count": [837]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [837]}, "gripper_open_scale_state": {"min": [1.0, 0.0], "max": [1.0, 1.0], "mean": [1.0, 0.4777526880181623], "std": [0.0, 0.486227626172996], "count": [837]}, "gripper_open_scale_action": {"min": [1.0, 0.0], "max": [1.0, 1.0], "mean": [1.0, 0.4777526880181623], "std": [0.0, 0.486227626172996], "count": [837]}, "eef_direction_state": {"mean": [6.0, 4.277180406212664], "std": [0.0, 2.059942276208895], "min": [6, 0], "max": [6, 6], "count": [837]}, "eef_velocity_state": {"mean": [0.0, 0.5854241338112306], "std": [0.0, 0.623266699936949], "min": [0, 0], "max": [0, 2], "count": [837]}, "eef_acc_mag_state": {"mean": [0.0, 0.4241338112305854], "std": [0.0, 0.7253989937511506], "min": [0, 0], "max": [0, 2], "count": [837]}, "eef_direction_action": {"mean": [6.0, 4.277180406212664], "std": [0.0, 2.059942276208895], "min": [6, 0], "max": [6, 6], "count": [837]}, "eef_velocity_action": {"mean": [0.0, 0.5854241338112306], "std": [0.0, 0.623266699936949], "min": [0, 0], "max": [0, 2], "count": [837]}, "eef_acc_mag_action": {"mean": [0.0, 0.4241338112305854], "std": [0.0, 0.7253989937511506], "min": [0, 0], "max": [0, 2], "count": [837]}, "eef_sim_pose_state": {"mean": [-0.3103289008140564, 0.46757450699806213, 0.22824007272720337, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.29004672169685364, -0.48115745186805725, 0.15574702620506287, 1.102738380432129, -1.9270787239074707, 1.0827263593673706], "std": [1.4703625311085489e-05, 8.194782822101843e-06, 1.145473106589634e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.038130223751068115, 0.04245651140809059, 0.07539789378643036, 0.5808943510055542, 0.3470190167427063, 0.3113521337509155], "min": [-0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32903599739074707, -0.5312719941139221, 0.0013500000350177288, 0.44774511456489563, -2.2911367416381836, 0.5259355306625366], "max": [-0.31028300523757935, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21046200394630432, -0.38558000326156616, 0.2329310029745102, 2.0061018466949463, -1.121137022972107, 1.4620341062545776], "count": [837]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.4675740599632263, 0.22823993861675262, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.29004690051078796, -0.48115766048431396, 0.1557469367980957, 1.102738618850708, -1.927079200744629, 1.0827269554138184], "std": [1.4704152818012517e-05, 8.205978701880667e-06, 1.1455591447884217e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.038130246102809906, 0.04245650768280029, 0.07539789378643036, 0.5808941721916199, 0.3470192551612854, 0.3113521337509155], "min": [-0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32903599739074707, -0.5312719941139221, 0.0013500000350177288, 0.44774511456489563, -2.2911367416381836, 0.5259355306625366], "max": [-0.31028300523757935, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21046200394630432, -0.38558000326156616, 0.2329310029745102, 2.0061018466949463, -1.121137022972107, 1.4620341062545776], "count": [837]}, "gripper_mode_state": {"mean": [0.0, 0.5221027479091995], "std": [0.0, 0.4995112296383956], "min": [0, 0], "max": [0, 1], "count": [837]}, "gripper_activity_state": {"mean": [2.0, 1.8769414575866188], "std": [0.0, 0.4349226027788304], "min": [2, 0], "max": [2, 2], "count": [837]}, "gripper_mode_action": {"mean": [0.0, 0.5221027479091995], "std": [0.0, 0.49951122963839556], "min": [0, 0], "max": [0, 1], "count": [837]}, "gripper_activity_action": {"mean": [2.0, 1.8769414575866188], "std": [0.0, 0.4349226027788304], "min": [2, 0], "max": [2, 2], "count": [837]}}} +{"episode_index": 43, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.4311079783827946]], [[0.41249149195151036]], [[0.4184528862502208]]], "std": [[[0.20042890251109302]], [[0.1968605477375015]], [[0.19906903993662162]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3976423335099806]], [[0.3943891441993464]], [[0.3927674866962551]]], "std": [[[0.23182336350743585]], [[0.22219606901920855]], [[0.22010707333497054]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5045983276475005]], [[0.4896849855370076]], [[0.48392020927177176]]], "std": [[[0.2181526519751125]], [[0.21608565182554093]], [[0.22234122207819573]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678402004946122]], [[0.4440408965951245]], [[0.4513449368486133]]], "std": [[[0.27970866552764573]], [[0.2667827351771295]], [[0.2718624498237275]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675520062446594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03131120651960373, 0.2995334267616272, -0.5448394417762756, -1.7390285730361938, 0.25382325053215027, -0.24663247168064117, -0.20139352977275848, -0.3317449986934662, -0.5107460021972656, 0.07757099717855453, 0.37858882546424866, -2.3452539443969727, 0.7015445828437805, 1009.0, 158.0, -0.000695555005222559, -0.1993047147989273, -0.9054725766181946, 1.8869247436523438, -0.9787930250167847, -0.00023351440904662013], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3101624548435211, 0.6047391295433044, -0.1209687739610672, -1.2076456546783447, 1.492204189300537, 0.4119325876235962, 0.4680798649787903, -0.23395299911499023, -0.37772101163864136, 0.23117199540138245, 1.9895882606506348, -1.121137022972107, 1.4307520389556885, 1010.0, 1000.0, -0.000695555005222559, -0.19233036041259766, -0.9054495692253113, 1.886933445930481, -0.9786702394485474, 4.271604848327115e-05], "mean": [-0.19951915740966797, 0.6046784520149231, 0.45138585567474365, -1.4119572639465332, -0.25390809774398804, -0.1205415427684784, 0.028282759711146355, -0.3103284239768982, 0.46757426857948303, 0.2282470315694809, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.1678287833929062, 0.44029128551483154, -0.33284103870391846, -1.4371521472930908, 0.8304542899131775, 0.049494631588459015, 0.11945205181837082, -0.3044835031032562, -0.45618823170661926, 0.17798656225204468, 1.1505472660064697, -1.8197169303894043, 1.1171561479568481, 1009.9148559570312, 604.9860229492188, -0.0006955537246540189, -0.19553203880786896, -0.9054561257362366, 1.8869339227676392, -0.9787185192108154, -0.00018191084382124245], "std": [2.7334133847034536e-05, 1.885279198177159e-05, 2.2799418729846366e-05, 2.4404384021181613e-05, 2.3622116714250296e-05, 1.6314534150296822e-05, 2.1394431314547546e-05, 1.492230876465328e-05, 8.135056305036414e-06, 1.1888779226865154e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08881916105747223, 0.09201487898826599, 0.14123554527759552, 0.14315660297870636, 0.4694313704967499, 0.24864144623279572, 0.19790829718112946, 0.02802296169102192, 0.037587035447359085, 0.044799353927373886, 0.5762279033660889, 0.4488796591758728, 0.2659788131713867, 0.2790789008140564, 410.2899169921875, 1.280568540096283e-09, 0.0017411743756383657, 6.876343377371086e-06, 4.439723397808848e-06, 3.791836206801236e-05, 9.958120062947273e-05], "count": [787]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675520062446594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03131120651960373, 0.2995334267616272, -0.5448394417762756, -1.7390285730361938, 0.25382325053215027, -0.24663247168064117, -0.20139352977275848, -0.3317449986934662, -0.5107460021972656, 0.07757099717855453, 0.37858882546424866, -2.3452539443969727, 0.7015445828437805, 1009.0, 158.0, -0.000695555005222559, -0.1993047147989273, -0.9054725766181946, 1.8869247436523438, -0.9787930250167847, -0.00023351440904662013], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3101624548435211, 0.6047391295433044, -0.1209687739610672, -1.2076456546783447, 1.492204189300537, 0.4119325876235962, 0.4680798649787903, -0.23395299911499023, -0.37772101163864136, 0.23117199540138245, 1.9895882606506348, -1.121137022972107, 1.4307520389556885, 1010.0, 1000.0, -0.000695555005222559, -0.19233036041259766, -0.9054495692253113, 1.886933445930481, -0.9786702394485474, 4.271604848327115e-05], "mean": [-0.19951915740966797, 0.6046784520149231, 0.4513859152793884, -1.4119572639465332, -0.2539081275463104, -0.1205415427684784, 0.028282755985856056, -0.3103284239768982, 0.46757423877716064, 0.2282470315694809, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.1676959991455078, 0.44015440344810486, -0.3328971862792969, -1.4372344017028809, 0.8305420279502869, 0.04933663830161095, 0.11924707889556885, -0.3045051395893097, -0.4561424255371094, 0.1779138743877411, 1.1504579782485962, -1.8198572397232056, 1.1174988746643066, 1009.9148559570312, 604.9860229492188, -0.0006955537246540189, -0.19553184509277344, -0.9054560661315918, 1.8869339227676392, -0.9787185788154602, -0.0001815658761188388], "std": [2.7334133847034536e-05, 1.8831311535905115e-05, 2.276414852531161e-05, 2.4404384021181613e-05, 2.3616046746610664e-05, 1.6314534150296822e-05, 2.1394369468907826e-05, 1.4916276995791122e-05, 8.127521141432226e-06, 1.1889217603311408e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08884989470243454, 0.09185019135475159, 0.1412915140390396, 0.14316049218177795, 0.4693300127983093, 0.24878907203674316, 0.19814451038837433, 0.028034061193466187, 0.037595100700855255, 0.044764116406440735, 0.5761675834655762, 0.44867852330207825, 0.2656741738319397, 0.2790789008140564, 410.2899169921875, 1.280568540096283e-09, 0.0017411839216947556, 6.89701391820563e-06, 4.4460939534474164e-06, 3.7949761463096365e-05, 9.987488010665402e-05], "count": [787]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.572904917459937], "count": [787]}, "frame_index": {"min": [0], "max": [786], "mean": [393.0], "std": [227.1871475237981], "count": [787]}, "episode_index": {"min": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [787]}, "index": {"min": [34645], "max": [35431], "mean": [35038.0], "std": [227.1871475237981], "count": [787]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [787]}, "gripper_open_scale_state": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.604986025974287], "std": [0.0, 0.4102880051999353], "count": [787]}, "gripper_open_scale_action": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.604986025974287], "std": [0.0, 0.4102880051999353], "count": [787]}, "eef_direction_state": {"mean": [6.0, 4.371029224904701], "std": [0.0, 2.143415633943185], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_state": {"mean": [0.0, 0.5273189326556544], "std": [0.0, 0.6318149598711866], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_state": {"mean": [0.0, 0.38373570520965694], "std": [0.0, 0.7058584192591184], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_direction_action": {"mean": [6.0, 4.371029224904701], "std": [0.0, 2.143415633943185], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_action": {"mean": [0.0, 0.5273189326556544], "std": [0.0, 0.6318149598711866], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_action": {"mean": [0.0, 0.38373570520965694], "std": [0.0, 0.7058584192591184], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_sim_pose_state": {"mean": [-0.31032833456993103, 0.46757420897483826, 0.22824706137180328, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30448344349861145, -0.456188440322876, 0.17798645794391632, 1.1505496501922607, -1.8197165727615356, 1.1171590089797974], "std": [1.4922131413186435e-05, 8.134793461067602e-06, 1.1888709195773117e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02802295982837677, 0.03758702799677849, 0.044799335300922394, 0.5762280225753784, 0.4488791823387146, 0.26597869396209717], "min": [-0.310373991727829, 0.4675520062446594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317449986934662, -0.5107460021972656, 0.07757099717855453, 0.37858882546424866, -2.3452539443969727, 0.7015445828437805], "max": [-0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23395299911499023, -0.37772101163864136, 0.23117199540138245, 1.9895882606506348, -1.121137022972107, 1.4307520389556885], "count": [787]}, "eef_sim_pose_action": {"mean": [-0.3103284239768982, 0.46757426857948303, 0.2282470315694809, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3044835031032562, -0.45618823170661926, 0.17798656225204468, 1.1505472660064697, -1.8197169303894043, 1.1171561479568481], "std": [1.492230876465328e-05, 8.135056305036414e-06, 1.1888779226865154e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.02802296169102192, 0.037587035447359085, 0.044799353927373886, 0.5762279033660889, 0.4488796591758728, 0.2659788131713867], "min": [-0.310373991727829, 0.4675520062446594, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317449986934662, -0.5107460021972656, 0.07757099717855453, 0.37858882546424866, -2.3452539443969727, 0.7015445828437805], "max": [-0.3102779984474182, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23395299911499023, -0.37772101163864136, 0.23117199540138245, 1.9895882606506348, -1.121137022972107, 1.4307520389556885], "count": [787]}, "gripper_mode_state": {"mean": [0.0, 0.46124523506988563], "std": [0.0, 0.4984958055943977], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_state": {"mean": [2.0, 1.8907242693773825], "std": [0.0, 0.41047635136175714], "min": [2, 0], "max": [2, 2], "count": [787]}, "gripper_mode_action": {"mean": [0.0, 0.46124523506988563], "std": [0.0, 0.49849580559439766], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_action": {"mean": [2.0, 1.8907242693773825], "std": [0.0, 0.4104763513617571], "min": [2, 0], "max": [2, 2], "count": [787]}}} +{"episode_index": 44, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.42866334386103433]], [[0.4108056172413037]], [[0.41714197043470636]]], "std": [[[0.20091829450999535]], [[0.19739872365521446]], [[0.1992096872687041]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39737359904812036]], [[0.39447423317761104]], [[0.39299628651796287]]], "std": [[[0.2323811174150389]], [[0.22281041758389986]], [[0.22045402648214096]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5035597789731106]], [[0.48889515616089835]], [[0.48352366128218627]]], "std": [[[0.21751772354823307]], [[0.21558118878489607]], [[0.2219081531052961]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.460420074461552]], [[0.440847303099092]], [[0.4492367485305084]]], "std": [[[0.278087256161133]], [[0.26791893806370676]], [[0.27284419372480706]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08098327368497849, 0.29223790764808655, -0.5892406105995178, -1.6958142518997192, 0.2537010610103607, -0.29567623138427734, -0.06269222497940063, -0.3328010141849518, -0.5380330085754395, 0.07020299881696701, 0.5313775539398193, -2.3603317737579346, 0.5965047478675842, 1009.0, 5.0, -0.000695555005222559, -0.1992877870798111, -0.9054685831069946, 1.886926293373108, -0.978766918182373, 3.1325103918788955e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102650046348572, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44484952092170715, 0.6326643824577332, -0.13261011242866516, -1.0256950855255127, 1.5583173036575317, 0.37809067964553833, 0.6357012987136841, -0.2238049954175949, -0.368586003780365, 0.23014600574970245, 2.1479921340942383, -1.121137022972107, 1.5435255765914917, 1010.0, 1001.0, -0.0006936751306056976, -0.19235479831695557, -0.9054504036903381, 1.8869349956512451, -0.9785537719726562, 9.872153896139935e-05], "mean": [-0.1995198130607605, 0.6046621203422546, 0.45138826966285706, -1.4119600057601929, -0.2539040744304657, -0.12054143100976944, 0.02826571650803089, -0.31032976508140564, 0.46757349371910095, 0.22823666036128998, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.25741174817085266, 0.43574410676956177, -0.3750309646129608, -1.3419196605682373, 0.9287351965904236, 0.030258001759648323, 0.23417538404464722, -0.2998039126396179, -0.47435998916625977, 0.17215096950531006, 1.1729644536972046, -1.9286521673202515, 1.1376819610595703, 1009.9282836914062, 477.479248046875, -0.0006950225215405226, -0.19557450711727142, -0.9054584503173828, 1.8869366645812988, -0.9786400198936462, 6.495215347968042e-05], "std": [2.5909894247888587e-05, 1.7020665836753324e-05, 2.277908606629353e-05, 2.3607761249877512e-05, 2.2145350158098154e-05, 1.6886702724150382e-05, 2.234186467831023e-05, 1.5308121874113567e-05, 8.22110814624466e-06, 1.2171846719866153e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10116911679506302, 0.10772581398487091, 0.13299721479415894, 0.19645369052886963, 0.4500456750392914, 0.23649750649929047, 0.2114057093858719, 0.03195071220397949, 0.04750245437026024, 0.05003398656845093, 0.6110854148864746, 0.4191952347755432, 0.31471019983291626, 0.2579868733882904, 482.3685302734375, 8.479551070195157e-07, 0.002327279420569539, 5.907192644372117e-06, 6.219511305971537e-06, 6.303198460955173e-05, 2.0496929209912196e-05], "count": [795]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08098327368497849, 0.29223790764808655, -0.5892406105995178, -1.6958142518997192, 0.2537010610103607, -0.29567623138427734, -0.06269222497940063, -0.3328010141849518, -0.5380330085754395, 0.07020299881696701, 0.5313775539398193, -2.3603317737579346, 0.5965047478675842, 1009.0, 5.0, -0.000695555005222559, -0.1992877870798111, -0.9054685831069946, 1.886926293373108, -0.978766918182373, 3.1325103918788955e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102650046348572, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44484952092170715, 0.6326643824577332, -0.13261011242866516, -1.0256950855255127, 1.5583173036575317, 0.37809067964553833, 0.6357012987136841, -0.2238049954175949, -0.368586003780365, 0.23014600574970245, 2.1479921340942383, -1.121137022972107, 1.5435255765914917, 1010.0, 1001.0, -0.0006936751306056976, -0.19235479831695557, -0.9054504036903381, 1.8869349956512451, -0.9785537719726562, 9.872153896139935e-05], "mean": [-0.1995198130607605, 0.6046621203422546, 0.45138829946517944, -1.4119601249694824, -0.2539041340351105, -0.12054143100976944, 0.02826571650803089, -0.31032970547676086, 0.4675735533237457, 0.22823666036128998, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2574174404144287, 0.4356803596019745, -0.375202476978302, -1.3419352769851685, 0.928959310054779, 0.03004753589630127, 0.23413226008415222, -0.2998127043247223, -0.4743359088897705, 0.17206931114196777, 1.1730194091796875, -1.9289268255233765, 1.1379430294036865, 1009.9282836914062, 477.479248046875, -0.0006950201350264251, -0.195570707321167, -0.9054584503173828, 1.8869366645812988, -0.9786398410797119, 6.500946619780734e-05], "std": [2.590989606687799e-05, 1.7020665836753324e-05, 2.2792610252508894e-05, 2.3655420591239817e-05, 2.2189564333530143e-05, 1.6886702724150382e-05, 2.234186467831023e-05, 1.5314557458623312e-05, 8.215345587814227e-06, 1.216761847899761e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10116611421108246, 0.10764084756374359, 0.13318343460559845, 0.1964598149061203, 0.44975391030311584, 0.23670613765716553, 0.2114626169204712, 0.0319545678794384, 0.047510698437690735, 0.049995310604572296, 0.6111230254173279, 0.41873699426651, 0.3144713044166565, 0.257986843585968, 482.3685302734375, 8.490820846418501e-07, 0.0023299602326005697, 5.9003286878578365e-06, 6.2158314904081635e-06, 6.289211887633428e-05, 2.0487659639911726e-05], "count": [795]}, "timestamp": {"min": [0.0], "max": [26.466666666666665], "mean": [13.233333333333333], "std": [7.649885014870533], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [795]}, "index": {"min": [35432], "max": [36226], "mean": [35829.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [795]}, "gripper_open_scale_state": {"min": [1.0, 0.004999999888241291], "max": [1.0, 1.0], "mean": [1.0, 0.4774779874702576], "std": [0.0, 0.48236683030016936], "count": [795]}, "gripper_open_scale_action": {"min": [1.0, 0.004999999888241291], "max": [1.0, 1.0], "mean": [1.0, 0.4774779874702576], "std": [0.0, 0.48236683030016936], "count": [795]}, "eef_direction_state": {"mean": [6.0, 4.1974842767295595], "std": [0.0, 2.178221237428999], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_state": {"mean": [0.0, 0.5710691823899371], "std": [0.0, 0.6791917053176418], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_state": {"mean": [0.0, 0.3987421383647799], "std": [0.0, 0.7063047092526062], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_direction_action": {"mean": [6.0, 4.1974842767295595], "std": [0.0, 2.178221237428999], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_action": {"mean": [0.0, 0.5710691823899371], "std": [0.0, 0.6791917053176418], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_action": {"mean": [0.0, 0.3987421383647799], "std": [0.0, 0.7063047092526062], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_sim_pose_state": {"mean": [-0.3103296458721161, 0.46757376194000244, 0.22823666036128998, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.29980403184890747, -0.47436031699180603, 0.17215077579021454, 1.1729636192321777, -1.9286532402038574, 1.1376837491989136], "std": [1.530770714452956e-05, 8.217816684918944e-06, 1.217184035340324e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.031950708478689194, 0.047502461820840836, 0.05003398284316063, 0.6110849380493164, 0.4191950261592865, 0.31471017003059387], "min": [-0.31037598848342896, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328010141849518, -0.5380330085754395, 0.07020299881696701, 0.5313775539398193, -2.3603317737579346, 0.5965047478675842], "max": [-0.3102650046348572, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2238049954175949, -0.368586003780365, 0.23014600574970245, 2.1479921340942383, -1.121137022972107, 1.5435255765914917], "count": [795]}, "eef_sim_pose_action": {"mean": [-0.31032976508140564, 0.46757349371910095, 0.22823666036128998, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2998039126396179, -0.47435998916625977, 0.17215096950531006, 1.1729644536972046, -1.9286521673202515, 1.1376819610595703], "std": [1.5308121874113567e-05, 8.22110814624466e-06, 1.2171846719866153e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03195071220397949, 0.04750245437026024, 0.05003398656845093, 0.6110854148864746, 0.4191952347755432, 0.31471019983291626], "min": [-0.31037598848342896, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328010141849518, -0.5380330085754395, 0.07020299881696701, 0.5313775539398193, -2.3603317737579346, 0.5965047478675842], "max": [-0.3102650046348572, 0.4676060080528259, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2238049954175949, -0.368586003780365, 0.23014600574970245, 2.1479921340942383, -1.121137022972107, 1.5435255765914917], "count": [795]}, "gripper_mode_state": {"mean": [0.0, 0.5257861635220126], "std": [0.0, 0.49933463105498344], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_state": {"mean": [2.0, 1.8716981132075472], "std": [0.0, 0.44709151982939727], "min": [2, 0], "max": [2, 2], "count": [795]}, "gripper_mode_action": {"mean": [0.0, 0.5257861635220126], "std": [0.0, 0.49933463105498344], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_action": {"mean": [2.0, 1.8716981132075472], "std": [0.0, 0.44709151982939727], "min": [2, 0], "max": [2, 2], "count": [795]}}} +{"episode_index": 45, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4311813628886239]], [[0.4119807054296944]], [[0.41868815138668075]]], "std": [[[0.20206201994642795]], [[0.19947446985594314]], [[0.1998660457282615]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39794620953674265]], [[0.3951391041777071]], [[0.3933825392488076]]], "std": [[[0.23349616808552978]], [[0.2235578596552351]], [[0.22114671053752102]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5027121698904787]], [[0.48813610807498675]], [[0.4827887768282989]]], "std": [[[0.2171404569312074]], [[0.2152886821190642]], [[0.22157304363035046]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45704459376656065]], [[0.43750522075384213]], [[0.44399884903285636]]], "std": [[[0.2845320935929259]], [[0.27440931195224433]], [[0.2769491594435257]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14121457934379578, 0.3047693967819214, -0.6257877945899963, -1.6498422622680664, 0.25305527448654175, -0.303530216217041, -0.028291787952184677, -0.32580798864364624, -0.5364519953727722, 0.07774200290441513, 0.4212682545185089, -2.28694486618042, 0.43668583035469055, 1009.0, 150.0, -0.000695555005222559, -0.199312224984169, -0.9054614901542664, 1.886930227279663, -0.9786543846130371, 7.024416845524684e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4401545822620392, 0.6533640027046204, -0.13370966911315918, -1.0528699159622192, 1.5999606847763062, 0.3946363925933838, 0.7430914044380188, -0.20642399787902832, -0.3812279999256134, 0.23670800030231476, 2.2710399627685547, -1.121137022972107, 1.4129940271377563, 1010.0, 1001.0, -0.0006936751306056976, -0.19232472777366638, -0.9054495692253113, 1.8869366645812988, -0.978535532951355, 8.733059075893834e-05], "mean": [-0.19951845705509186, 0.6046604514122009, 0.4513876736164093, -1.41195809841156, -0.25390154123306274, -0.12054082006216049, 0.028278853744268417, -0.3103298246860504, 0.46757352352142334, 0.22823718190193176, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.3054336905479431, 0.46701332926750183, -0.3909032344818115, -1.340807557106018, 0.9046438932418823, 0.036799170076847076, 0.2549799978733063, -0.28663164377212524, -0.48190078139305115, 0.17645485699176788, 1.2561118602752686, -1.8912293910980225, 1.0469328165054321, 1009.9376831054688, 555.475830078125, -0.0006948849186301231, -0.19554810225963593, -0.9054572582244873, 1.886949896812439, -0.9785840511322021, 8.011827594600618e-05], "std": [2.648343433975242e-05, 1.7386573745170608e-05, 2.3335745936492458e-05, 2.4626653612358496e-05, 2.101095196849201e-05, 1.5760937458253466e-05, 1.906757643155288e-05, 1.4828232451691292e-05, 8.096233614196535e-06, 1.2034488463541493e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08589614182710648, 0.10288330912590027, 0.1358725130558014, 0.16640663146972656, 0.4165480136871338, 0.25207778811454773, 0.2748326361179352, 0.037375885993242264, 0.04647357761859894, 0.049045782536268234, 0.6579241156578064, 0.37411588430404663, 0.32823917269706726, 0.24177373945713043, 414.2197570800781, 9.009652899294451e-07, 0.0020823334343731403, 4.7515754886262584e-06, 1.6337855413439684e-05, 3.567167732398957e-05, 2.160839130738168e-06], "count": [786]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14121457934379578, 0.3047693967819214, -0.6257877945899963, -1.6498422622680664, 0.25305527448654175, -0.303530216217041, -0.028291787952184677, -0.32580798864364624, -0.5364519953727722, 0.07774200290441513, 0.4212682545185089, -2.28694486618042, 0.43668583035469055, 1009.0, 150.0, -0.000695555005222559, -0.199312224984169, -0.9054614901542664, 1.886930227279663, -0.9786543846130371, 7.024416845524684e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4401545822620392, 0.6533640027046204, -0.13370966911315918, -1.0528699159622192, 1.5999606847763062, 0.3946363925933838, 0.7430914044380188, -0.20642399787902832, -0.3812279999256134, 0.23670800030231476, 2.2710399627685547, -1.121137022972107, 1.4129940271377563, 1010.0, 1001.0, -0.0006936751306056976, -0.19232472777366638, -0.9054495692253113, 1.8869366645812988, -0.978535532951355, 8.733059075893834e-05], "mean": [-0.19951845705509186, 0.6046604514122009, 0.4513877034187317, -1.41195809841156, -0.25390154123306274, -0.1205407902598381, 0.02827885001897812, -0.3103298246860504, 0.46757352352142334, 0.22823716700077057, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.30551400780677795, 0.4669764041900635, -0.39112162590026855, -1.3407741785049438, 0.9049836993217468, 0.03657171130180359, 0.25499704480171204, -0.28663402795791626, -0.4818927049636841, 0.1763792335987091, 1.256168007850647, -1.8915764093399048, 1.0472034215927124, 1009.9376831054688, 555.475830078125, -0.0006948849186301231, -0.19554415345191956, -0.9054572582244873, 1.886949896812439, -0.9785838723182678, 8.011102181626484e-05], "std": [2.648343433975242e-05, 1.7386382751283236e-05, 2.3315249563893303e-05, 2.4626653612358496e-05, 2.1011202989029698e-05, 1.5761297618155368e-05, 1.9067631001234986e-05, 1.4824950994807296e-05, 8.09390166978119e-06, 1.202745352202328e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08582643419504166, 0.10283902287483215, 0.1361074149608612, 0.16639499366283417, 0.41612544655799866, 0.25230032205581665, 0.2748154401779175, 0.037377458065748215, 0.04647662490606308, 0.04901163652539253, 0.6579532623291016, 0.3735279142856598, 0.3280785381793976, 0.24177373945713043, 414.2197570800781, 9.009652330860263e-07, 0.002085303422063589, 4.749407253257232e-06, 1.6333327948814258e-05, 3.5569824831327423e-05, 2.1652838313457323e-06], "count": [786]}, "timestamp": {"min": [0.0], "max": [26.166666666666668], "mean": [13.083333333333334], "std": [7.563282405195561], "count": [786]}, "frame_index": {"min": [0], "max": [785], "mean": [392.5], "std": [226.8984721558668], "count": [786]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [786]}, "index": {"min": [36227], "max": [37012], "mean": [36619.5], "std": [226.8984721558668], "count": [786]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [786]}, "gripper_open_scale_state": {"min": [1.0, 0.15000000596046448], "max": [1.0, 1.0], "mean": [1.0, 0.5554745548023219], "std": [0.0, 0.4142194440835618], "count": [786]}, "gripper_open_scale_action": {"min": [1.0, 0.15000000596046448], "max": [1.0, 1.0], "mean": [1.0, 0.5554745548023219], "std": [0.0, 0.4142194440835618], "count": [786]}, "eef_direction_state": {"mean": [6.0, 4.095419847328245], "std": [0.0, 2.209695128088297], "min": [6, 0], "max": [6, 6], "count": [786]}, "eef_velocity_state": {"mean": [0.0, 0.5763358778625954], "std": [0.0, 0.6517932274572119], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_acc_mag_state": {"mean": [0.0, 0.39185750636132316], "std": [0.0, 0.7055828695500181], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_direction_action": {"mean": [6.0, 4.095419847328245], "std": [0.0, 2.209695128088297], "min": [6, 0], "max": [6, 6], "count": [786]}, "eef_velocity_action": {"mean": [0.0, 0.5763358778625954], "std": [0.0, 0.6517932274572119], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_acc_mag_action": {"mean": [0.0, 0.39185750636132316], "std": [0.0, 0.7055828695500181], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_sim_pose_state": {"mean": [-0.3103299140930176, 0.46757400035858154, 0.22823725640773773, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28663164377212524, -0.48190104961395264, 0.17645493149757385, 1.2561116218566895, -1.8912311792373657, 1.0469340085983276], "std": [1.4827933227934409e-05, 8.08302138466388e-06, 1.2034219253109768e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03737589716911316, 0.046473558992147446, 0.04904579371213913, 0.657924473285675, 0.3741162121295929, 0.32823923230171204], "min": [-0.3103789985179901, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32580798864364624, -0.5364519953727722, 0.07774200290441513, 0.4212682545185089, -2.28694486618042, 0.43668583035469055], "max": [-0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20642399787902832, -0.3812279999256134, 0.23670800030231476, 2.2710399627685547, -1.121137022972107, 1.4129940271377563], "count": [786]}, "eef_sim_pose_action": {"mean": [-0.3103298246860504, 0.46757352352142334, 0.22823718190193176, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.28663164377212524, -0.48190078139305115, 0.17645485699176788, 1.2561118602752686, -1.8912293910980225, 1.0469328165054321], "std": [1.4828232451691292e-05, 8.096233614196535e-06, 1.2034488463541493e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.037375885993242264, 0.04647357761859894, 0.049045782536268234, 0.6579241156578064, 0.37411588430404663, 0.32823917269706726], "min": [-0.3103789985179901, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32580798864364624, -0.5364519953727722, 0.07774200290441513, 0.4212682545185089, -2.28694486618042, 0.43668583035469055], "max": [-0.31028300523757935, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20642399787902832, -0.3812279999256134, 0.23670800030231476, 2.2710399627685547, -1.121137022972107, 1.4129940271377563], "count": [786]}, "gripper_mode_state": {"mean": [0.0, 0.5165394402035624], "std": [0.0, 0.49972637204549486], "min": [0, 0], "max": [0, 1], "count": [786]}, "gripper_activity_state": {"mean": [2.0, 1.8880407124681935], "std": [0.0, 0.41619196780775003], "min": [2, 0], "max": [2, 2], "count": [786]}, "gripper_mode_action": {"mean": [0.0, 0.5165394402035624], "std": [0.0, 0.49972637204549486], "min": [0, 0], "max": [0, 1], "count": [786]}, "gripper_activity_action": {"mean": [2.0, 1.8880407124681935], "std": [0.0, 0.41619196780775003], "min": [2, 0], "max": [2, 2], "count": [786]}}} +{"episode_index": 46, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43613897603485835]], [[0.4168394212962963]], [[0.4256873597494554]]], "std": [[[0.20349521448727356]], [[0.20383176245584572]], [[0.20160272466728496]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39922881808278865]], [[0.39668181644880174]], [[0.39476200844226583]]], "std": [[[0.23328276927032515]], [[0.22342917287223166]], [[0.221086243797823]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.504255468409586]], [[0.48934058687363835]], [[0.4839787649782135]]], "std": [[[0.2177077229194162]], [[0.21563983597207065]], [[0.22185111379012082]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4609923869825708]], [[0.4404706440631808]], [[0.4492515822440087]]], "std": [[[0.2851739945449879]], [[0.27373613672050495]], [[0.27767721573112164]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.46754398941993713, 0.2281859964132309, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.05670574679970741, 0.3090454638004303, -0.6410245299339294, -1.7810560464859009, 0.2529156506061554, -0.20195205509662628, -0.04426154866814613, -0.3224030137062073, -0.5398200154304504, 0.08353199809789658, 0.5774787068367004, -2.250067949295044, 0.5048041939735413, 1009.0, 151.0, -0.000695555005222559, -0.1993667483329773, -0.9054559469223022, 1.886933445930481, -0.9786124229431152, -0.00015093003457877785], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22826600074768066, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.44223150610923767, 0.6997199654579163, -0.09709267318248749, -1.0504264831542969, 1.4804232120513916, 0.4081801474094391, 0.5756968855857849, -0.20893900096416473, -0.3772209882736206, 0.23610800504684448, 2.1780354976654053, -1.121137022972107, 1.322953701019287, 1010.0, 1000.0, -0.0006936751306056976, -0.19229088723659515, -0.905442476272583, 1.8869786262512207, -0.9784982800483704, -0.00013479286280926317], "mean": [-0.19951733946800232, 0.6046611666679382, 0.451395720243454, -1.411965250968933, -0.25390785932540894, -0.12055763602256775, 0.028268828988075256, -0.31032902002334595, 0.46757233142852783, 0.22823195159435272, -1.5732382535934448, -1.1211425065994263, -0.7462758421897888, 0.2825656533241272, 0.4893045425415039, -0.37623220682144165, -1.394618272781372, 0.869771420955658, 0.10873773694038391, 0.2215851992368698, -0.28244748711586, -0.47750693559646606, 0.17920862138271332, 1.2346214056015015, -1.872563362121582, 1.008864164352417, 1009.9102172851562, 594.3453979492188, -0.0006938260048627853, -0.19543486833572388, -0.9054542779922485, 1.8869526386260986, -0.9785585999488831, -0.00014257240400183946], "std": [2.661110193002969e-05, 1.6753891031839885e-05, 2.217868313891813e-05, 2.477751149854157e-05, 2.1937421479378827e-05, 2.0482992113102227e-05, 1.933188468683511e-05, 1.50263531395467e-05, 7.976424058142584e-06, 1.189267641166225e-05, 2.646806024131365e-05, 2.5515275410725735e-05, 2.3464552214136347e-05, 0.11345468461513519, 0.11619764566421509, 0.13248705863952637, 0.2261781394481659, 0.40267786383628845, 0.21580210328102112, 0.19264154136180878, 0.03568802773952484, 0.05221913009881973, 0.04543859511613846, 0.5799744725227356, 0.3807559013366699, 0.2925732135772705, 0.28585952520370483, 414.1468505859375, 5.05770174186182e-07, 0.0023332207929342985, 5.089873411634471e-06, 1.6233801943599246e-05, 3.7350229831645265e-05, 1.8560782564236433e-06], "count": [802]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.46754398941993713, 0.2281859964132309, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.05670574679970741, 0.3090454638004303, -0.6410245299339294, -1.7810560464859009, 0.2529156506061554, -0.20195205509662628, -0.04426154866814613, -0.3224030137062073, -0.5398200154304504, 0.08353199809789658, 0.5774787068367004, -2.250067949295044, 0.5048041939735413, 1009.0, 151.0, -0.000695555005222559, -0.1993667483329773, -0.9054559469223022, 1.886933445930481, -0.9786124229431152, -0.00015093003457877785], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.46759799122810364, 0.22826600074768066, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.44223150610923767, 0.6997199654579163, -0.09709267318248749, -1.0504264831542969, 1.4804232120513916, 0.4081801474094391, 0.5756968855857849, -0.20893900096416473, -0.3772209882736206, 0.23610800504684448, 2.1780354976654053, -1.121137022972107, 1.322953701019287, 1010.0, 1000.0, -0.0006936751306056976, -0.19229088723659515, -0.905442476272583, 1.8869786262512207, -0.9784982800483704, -0.00013479286280926317], "mean": [-0.1995173841714859, 0.6046611666679382, 0.4513956606388092, -1.411965250968933, -0.2539079189300537, -0.12055767327547073, 0.028268825262784958, -0.3103289008140564, 0.4675723612308502, 0.22823193669319153, -1.5732382535934448, -1.1211425065994263, -0.7462758421897888, 0.28263723850250244, 0.48937326669692993, -0.3764626979827881, -1.3947820663452148, 0.8701130747795105, 0.108820840716362, 0.22156934440135956, -0.2824302613735199, -0.4774859845638275, 0.179128959774971, 1.2346000671386719, -1.8729264736175537, 1.0088908672332764, 1009.9102172851562, 594.3453979492188, -0.0006938260048627853, -0.19543486833572388, -0.905454158782959, 1.8869526386260986, -0.9785585403442383, -0.00014257003203965724], "std": [2.6653035092749633e-05, 1.6754625903558917e-05, 2.2104941308498383e-05, 2.4775252313702367e-05, 2.1976524294586852e-05, 2.0503304767771624e-05, 1.9331851945025846e-05, 1.5042849554447457e-05, 7.98526070866501e-06, 1.1874052688654047e-05, 2.646806024131365e-05, 2.5515275410725735e-05, 2.3464552214136347e-05, 0.11342033743858337, 0.11628197878599167, 0.13277803361415863, 0.2262382060289383, 0.4022713303565979, 0.2157268077135086, 0.1926625818014145, 0.035677824169397354, 0.05222649872303009, 0.04540833830833435, 0.5799628496170044, 0.38017788529396057, 0.292550265789032, 0.28585952520370483, 414.1468505859375, 5.05770174186182e-07, 0.0023332147393375635, 5.005786988476757e-06, 1.6239535398199223e-05, 3.7337395042413846e-05, 1.8563131334303762e-06], "count": [802]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.349999999999998], "std": [7.717242599098031], "count": [802]}, "frame_index": {"min": [0], "max": [801], "mean": [400.5], "std": [231.51727797294092], "count": [802]}, "episode_index": {"min": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [802]}, "index": {"min": [37013], "max": [37814], "mean": [37413.5], "std": [231.51727797294092], "count": [802]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [802]}, "gripper_open_scale_state": {"min": [1.0, 0.1509999930858612], "max": [1.0, 1.0], "mean": [1.0, 0.5943453836991008], "std": [0.0, 0.41414832766137083], "count": [802]}, "gripper_open_scale_action": {"min": [1.0, 0.1509999930858612], "max": [1.0, 1.0], "mean": [1.0, 0.5943453836991008], "std": [0.0, 0.4141483276613709], "count": [802]}, "eef_direction_state": {"mean": [6.0, 4.296758104738155], "std": [0.0, 2.1072761877626762], "min": [6, 0], "max": [6, 6], "count": [802]}, "eef_velocity_state": {"mean": [0.0, 0.5486284289276808], "std": [0.0, 0.6497683178814354], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_acc_mag_state": {"mean": [0.0, 0.4239401496259352], "std": [0.0, 0.7286960556741655], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_direction_action": {"mean": [6.0, 4.296758104738155], "std": [0.0, 2.1072761877626762], "min": [6, 0], "max": [6, 6], "count": [802]}, "eef_velocity_action": {"mean": [0.0, 0.5486284289276808], "std": [0.0, 0.6497683178814354], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_acc_mag_action": {"mean": [0.0, 0.4239401496259352], "std": [0.0, 0.7286960556741655], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_sim_pose_state": {"mean": [-0.310328871011734, 0.46757206320762634, 0.22823210060596466, -1.5732260942459106, -1.1211378574371338, -0.7462748289108276, -0.2824472486972809, -0.4775070250034332, 0.17920848727226257, 1.2346214056015015, -1.8725597858428955, 1.008864164352417], "std": [1.502555278420914e-05, 7.971304512466304e-06, 1.1891617759829387e-05, 2.351180955884047e-05, 2.509782643755898e-05, 2.344035601709038e-05, 0.035688020288944244, 0.05221913754940033, 0.04543859511613846, 0.5799745917320251, 0.3807561993598938, 0.29257315397262573], "min": [-0.31038200855255127, 0.46754398941993713, 0.2281859964132309, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3224030137062073, -0.5398200154304504, 0.08353199809789658, 0.5774787068367004, -2.250067949295044, 0.5048041939735413], "max": [-0.31028300523757935, 0.46759799122810364, 0.22826600074768066, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.20893900096416473, -0.3772209882736206, 0.23610800504684448, 2.1780354976654053, -1.121137022972107, 1.322953701019287], "count": [802]}, "eef_sim_pose_action": {"mean": [-0.31032902002334595, 0.46757233142852783, 0.22823195159435272, -1.5732382535934448, -1.1211425065994263, -0.7462758421897888, -0.28244748711586, -0.47750693559646606, 0.17920862138271332, 1.2346214056015015, -1.872563362121582, 1.008864164352417], "std": [1.50263531395467e-05, 7.976424058142584e-06, 1.189267641166225e-05, 2.646806024131365e-05, 2.5515275410725735e-05, 2.3464552214136347e-05, 0.03568802773952484, 0.05221913009881973, 0.04543859511613846, 0.5799744725227356, 0.3807559013366699, 0.2925732135772705], "min": [-0.31038200855255127, 0.46754398941993713, 0.2281859964132309, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3224030137062073, -0.5398200154304504, 0.08353199809789658, 0.5774787068367004, -2.250067949295044, 0.5048041939735413], "max": [-0.31028300523757935, 0.46759799122810364, 0.22826600074768066, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.20893900096416473, -0.3772209882736206, 0.23610800504684448, 2.1780354976654053, -1.121137022972107, 1.322953701019287], "count": [802]}, "gripper_mode_state": {"mean": [0.0, 0.4713216957605985], "std": [0.0, 0.49917687733503185], "min": [0, 0], "max": [0, 1], "count": [802]}, "gripper_activity_state": {"mean": [2.0, 1.8865336658354115], "std": [0.0, 0.4188134343080257], "min": [2, 0], "max": [2, 2], "count": [802]}, "gripper_mode_action": {"mean": [0.0, 0.4713216957605985], "std": [0.0, 0.49917687733503185], "min": [0, 0], "max": [0, 1], "count": [802]}, "gripper_activity_action": {"mean": [2.0, 1.8865336658354115], "std": [0.0, 0.41881343430802564], "min": [2, 0], "max": [2, 2], "count": [802]}}} +{"episode_index": 47, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4356891171816828]], [[0.4162350614296351]], [[0.42504196269752625]]], "std": [[[0.20375713220864128]], [[0.2040628260338725]], [[0.20183332021798733]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3987750320592372]], [[0.3957282876230661]], [[0.3936347341151651]]], "std": [[[0.23384758440144626]], [[0.22376473593297322]], [[0.22121916703268882]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5035004614978903]], [[0.48904469419624386]], [[0.4837880225138579]]], "std": [[[0.217250334648367]], [[0.21544033202068902]], [[0.2217597429195222]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.454356356519401]], [[0.43142523087821627]], [[0.4408901518677091]]], "std": [[[0.2881996727189399]], [[0.2754279716767594]], [[0.278311477095467]]], "count": [158]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1005135104060173, 0.30578169226646423, -0.6743428707122803, -1.7374403476715088, 0.2532123625278473, -0.24876178801059723, -0.028326693922281265, -0.32083800435066223, -0.5503100156784058, 0.06873299926519394, 0.49411094188690186, -2.323423385620117, 0.43152207136154175, 1009.0, 156.0, -0.000695555005222559, -0.19940245151519775, -0.9054504036903381, 1.8870127201080322, -0.978644073009491, -0.00014333607396110892], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102700114250183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4801575243473053, 0.7107678651809692, -0.129660502076149, -0.992690920829773, 1.5519990921020508, 0.42123523354530334, 0.731659471988678, -0.20293200016021729, -0.38252100348472595, 0.23176200687885284, 2.1541717052459717, -1.121137022972107, 1.3546322584152222, 1010.0, 1000.0, -0.0006936751306056976, -0.19233036041259766, -0.9054393172264099, 1.8870316743850708, -0.9785093665122986, -0.00011675720452331007], "mean": [-0.19951766729354858, 0.6046637296676636, 0.45139119029045105, -1.4119648933410645, -0.2539135813713074, -0.12055521458387375, 0.028273720294237137, -0.31032755970954895, 0.46757304668426514, 0.22823530435562134, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.2892235815525055, 0.5126488208770752, -0.4095551669597626, -1.401157259941101, 0.9012620449066162, 0.07060246169567108, 0.27061891555786133, -0.28033512830734253, -0.4708828032016754, 0.17258502542972565, 1.2930419445037842, -1.9138857126235962, 0.9689440727233887, 1009.912353515625, 566.2803955078125, -0.000693928508553654, -0.19552704691886902, -0.9054526686668396, 1.887001633644104, -0.9785788059234619, -0.00013225007569417357], "std": [2.8049949833075516e-05, 1.9544875613064505e-05, 2.2407319193007424e-05, 2.490785664122086e-05, 2.281488741573412e-05, 2.0298995877965353e-05, 1.8644484953256324e-05, 1.5441899449797347e-05, 8.409834663325455e-06, 1.2579095709952526e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.1027054414153099, 0.11902309954166412, 0.13662311434745789, 0.20728054642677307, 0.4030258357524872, 0.22499552369117737, 0.25990036129951477, 0.03610151261091232, 0.05288635194301605, 0.046483829617500305, 0.623323380947113, 0.36671045422554016, 0.33641156554222107, 0.2827380299568176, 412.7765197753906, 6.387248276951141e-07, 0.002561294473707676, 7.079739589244127e-06, 2.21795398829272e-05, 3.249032306484878e-05, 3.5465154724079184e-06], "count": [856]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1005135104060173, 0.30578169226646423, -0.6743428707122803, -1.7374403476715088, 0.2532123625278473, -0.24876178801059723, -0.028326693922281265, -0.32083800435066223, -0.5503100156784058, 0.06873299926519394, 0.49411094188690186, -2.323423385620117, 0.43152207136154175, 1009.0, 156.0, -0.000695555005222559, -0.19940245151519775, -0.9054504036903381, 1.8870127201080322, -0.978644073009491, -0.00014333607396110892], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102700114250183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4801575243473053, 0.7107678651809692, -0.129660502076149, -0.992690920829773, 1.5519990921020508, 0.42123523354530334, 0.731659471988678, -0.20293200016021729, -0.38252100348472595, 0.23176200687885284, 2.1541717052459717, -1.121137022972107, 1.3546322584152222, 1010.0, 1000.0, -0.0006936751306056976, -0.19233036041259766, -0.9054393172264099, 1.8870316743850708, -0.9785093665122986, -0.00011675720452331007], "mean": [-0.1995176374912262, 0.6046636700630188, 0.45139119029045105, -1.4119648933410645, -0.2539135217666626, -0.12055521458387375, 0.028273703530430794, -0.31032758951187134, 0.46757304668426514, 0.22823527455329895, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.2893088757991791, 0.512686014175415, -0.40981525182724, -1.4012305736541748, 0.9014533758163452, 0.07045287638902664, 0.27066564559936523, -0.28032296895980835, -0.4708593785762787, 0.17249470949172974, 1.2932676076889038, -1.9141501188278198, 0.9689773917198181, 1009.912353515625, 566.2803955078125, -0.0006939262384548783, -0.19552360475063324, -0.9054526686668396, 1.887001633644104, -0.9785788655281067, -0.00013223897258285433], "std": [2.8050544642610475e-05, 1.9534169041435234e-05, 2.2407319193007424e-05, 2.487052188371308e-05, 2.2789517970522866e-05, 2.029899405897595e-05, 1.865335252659861e-05, 1.5428333426825702e-05, 8.4103703557048e-06, 1.2580094335135072e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.10266122221946716, 0.11905700713396072, 0.13691413402557373, 0.20729561150074005, 0.40275701880455017, 0.225164994597435, 0.25985002517700195, 0.036093149334192276, 0.05289219319820404, 0.04645073413848877, 0.6234599947929382, 0.3662204444408417, 0.336390882730484, 0.2827380299568176, 412.7765197753906, 6.363494549077586e-07, 0.0025633820332586765, 7.0784972194815055e-06, 2.216795110143721e-05, 3.253303293604404e-05, 3.5474347441777354e-06], "count": [856]}, "timestamp": {"min": [0.0], "max": [28.5], "mean": [14.25], "std": [8.236858219814962], "count": [856]}, "frame_index": {"min": [0], "max": [855], "mean": [427.5], "std": [247.1057465944489], "count": [856]}, "episode_index": {"min": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [856]}, "index": {"min": [37815], "max": [38670], "mean": [38242.5], "std": [247.1057465944489], "count": [856]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [856]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5662803754175656], "std": [0.0, 0.4127780053982807], "count": [856]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5662803754175656], "std": [0.0, 0.4127780053982807], "count": [856]}, "eef_direction_state": {"mean": [6.0, 4.037383177570093], "std": [0.0, 2.149984714767918], "min": [6, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.0, 0.5922897196261683], "std": [0.0, 0.6005343338694293], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.0, 0.4766355140186916], "std": [0.0, 0.753134191323585], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_direction_action": {"mean": [6.0, 4.037383177570093], "std": [0.0, 2.149984714767918], "min": [6, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.0, 0.5922897196261683], "std": [0.0, 0.6005343338694293], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.0, 0.4766355140186916], "std": [0.0, 0.753134191323585], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [-0.31032758951187134, 0.4675731062889099, 0.22823531925678253, -1.5732269287109375, -1.1211367845535278, -0.7462755441665649, -0.2803352177143097, -0.470882773399353, 0.17258508503437042, 1.2930428981781006, -1.913889765739441, 0.9689439535140991], "std": [1.5441863070009276e-05, 8.409707334067207e-06, 1.2579099347931333e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.036101508885622025, 0.05288633704185486, 0.04648382589221001, 0.6233238577842712, 0.3667104244232178, 0.33641138672828674], "min": [-0.31037500500679016, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32083800435066223, -0.5503100156784058, 0.06873299926519394, 0.49411094188690186, -2.323423385620117, 0.43152207136154175], "max": [-0.3102700114250183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20293200016021729, -0.38252100348472595, 0.23176200687885284, 2.1541717052459717, -1.121137022972107, 1.3546322584152222], "count": [856]}, "eef_sim_pose_action": {"mean": [-0.31032755970954895, 0.46757304668426514, 0.22823530435562134, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.28033512830734253, -0.4708828032016754, 0.17258502542972565, 1.2930419445037842, -1.9138857126235962, 0.9689440727233887], "std": [1.5441899449797347e-05, 8.409834663325455e-06, 1.2579095709952526e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.03610151261091232, 0.05288635194301605, 0.046483829617500305, 0.623323380947113, 0.36671045422554016, 0.33641156554222107], "min": [-0.31037500500679016, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32083800435066223, -0.5503100156784058, 0.06873299926519394, 0.49411094188690186, -2.323423385620117, 0.43152207136154175], "max": [-0.3102700114250183, 0.4675990045070648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20293200016021729, -0.38252100348472595, 0.23176200687885284, 2.1541717052459717, -1.121137022972107, 1.3546322584152222], "count": [856]}, "gripper_mode_state": {"mean": [0.0, 0.508177570093458], "std": [0.0, 0.4999331228748182], "min": [0, 0], "max": [0, 1], "count": [856]}, "gripper_activity_state": {"mean": [2.0, 1.8995327102803738], "std": [0.0, 0.39470770725142995], "min": [2, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.0, 0.508177570093458], "std": [0.0, 0.4999331228748182], "min": [0, 0], "max": [0, 1], "count": [856]}, "gripper_activity_action": {"mean": [2.0, 1.8995327102803738], "std": [0.0, 0.39470770725142995], "min": [2, 0], "max": [2, 2], "count": [856]}}} +{"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.4381681507830405]], [[0.4194457906268568]], [[0.42796618893769633]]], "std": [[[0.20417048429913556]], [[0.20341205573707646]], [[0.20120387945012538]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39826828420762245]], [[0.39423307656395895]], [[0.3916865132416603]]], "std": [[[0.2331517012604406]], [[0.22250309768079832]], [[0.22000696816553839]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5030187033146593]], [[0.4888432950831848]], [[0.4837934850076394]]], "std": [[[0.2175695512928547]], [[0.21575825078920555]], [[0.22212388014977721]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4591766615737204]], [[0.4369791096362788]], [[0.4446943542568543]]], "std": [[[0.2872685028543785]], [[0.27482850062371544]], [[0.2784319167193399]]], "count": [154]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754398941993713, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08126252889633179, 0.2295806109905243, -0.5859244465827942, -1.5629947185516357, 0.25389304757118225, -0.32965779304504395, -0.028326693922281265, -0.32922399044036865, -0.5316720008850098, 0.036205001175403595, 0.5241225361824036, -2.308382749557495, 0.7062839865684509, 1009.0, 177.0, -0.0006936751306056976, -0.19940432906150818, -0.9054511785507202, 1.8870095014572144, -0.978648841381073, -0.00020029081497341394], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102779984474182, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4525638818740845, 0.6471331715583801, -0.10309659689664841, -1.1320205926895142, 1.4678393602371216, 0.4754800498485565, 0.6081425547599792, -0.21876199543476105, -0.4389190077781677, 0.2381190061569214, 2.0897650718688965, -1.121137022972107, 1.3048756122589111, 1010.0, 1000.0, -0.0006936751306056976, -0.19228900969028473, -0.9054321646690369, 1.8870214223861694, -0.9785268306732178, 0.00011485871073091403], "mean": [-0.1995171308517456, 0.6046767234802246, 0.45138832926750183, -1.4119645357131958, -0.2539110779762268, -0.12055724114179611, 0.028280237689614296, -0.3103262782096863, 0.4675731360912323, 0.22824275493621826, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.3115948736667633, 0.4438358247280121, -0.37477928400039673, -1.3005012273788452, 0.8871672749519348, 0.07248394936323166, 0.2885843813419342, -0.29091906547546387, -0.4882199168205261, 0.17610232532024384, 1.2455118894577026, -1.9234713315963745, 1.0395656824111938, 1009.920166015625, 564.2962646484375, -0.0006936784484423697, -0.1953878402709961, -0.905443012714386, 1.8870007991790771, -0.9785746932029724, 7.396526598313358e-06], "std": [2.6225181500194594e-05, 1.917810550366994e-05, 2.2518870537169278e-05, 2.4991506506921723e-05, 2.2532798539032228e-05, 2.055854747595731e-05, 1.9426801372901537e-05, 1.4825791367911734e-05, 7.967017154442146e-06, 1.2352214071142953e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.09835261851549149, 0.1180746778845787, 0.13021084666252136, 0.11516821384429932, 0.40434619784355164, 0.27464425563812256, 0.18736591935157776, 0.03345312923192978, 0.026992028579115868, 0.06320678442716599, 0.5707113742828369, 0.37436386942863464, 0.22765927016735077, 0.2709946632385254, 401.7674255371094, 3.3178366720676422e-09, 0.0023521517869085073, 4.744460511574289e-06, 1.629349571885541e-05, 3.5995817597722635e-05, 0.00010037162428488955], "count": [827]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754398941993713, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08126252889633179, 0.2295806109905243, -0.5859244465827942, -1.5629947185516357, 0.25389304757118225, -0.32965779304504395, -0.028326693922281265, -0.32922399044036865, -0.5316720008850098, 0.036205001175403595, 0.5241225361824036, -2.308382749557495, 0.7062839865684509, 1009.0, 177.0, -0.0006936751306056976, -0.19940432906150818, -0.9054511785507202, 1.8870095014572144, -0.978648841381073, -0.00020029081497341394], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102779984474182, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4525638818740845, 0.6471331715583801, -0.10309659689664841, -1.1320205926895142, 1.4678393602371216, 0.4754800498485565, 0.6081425547599792, -0.21876199543476105, -0.4389190077781677, 0.2381190061569214, 2.0897650718688965, -1.121137022972107, 1.3048756122589111, 1010.0, 1000.0, -0.0006936751306056976, -0.19228900969028473, -0.9054321646690369, 1.8870214223861694, -0.9785268306732178, 0.00011485871073091403], "mean": [-0.1995171308517456, 0.6046766638755798, 0.45138826966285706, -1.4119645357131958, -0.2539110481739044, -0.12055718898773193, 0.028280192986130714, -0.3103262782096863, 0.4675731062889099, 0.22824275493621826, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.3115813434123993, 0.4438602030277252, -0.3749026656150818, -1.3004873991012573, 0.8874906301498413, 0.07223691791296005, 0.288817822933197, -0.2909337282180786, -0.48818641901016235, 0.1760534942150116, 1.245665431022644, -1.9238876104354858, 1.0396864414215088, 1009.920166015625, 564.2962646484375, -0.0006936784484423697, -0.19538773596286774, -0.905443012714386, 1.8870007991790771, -0.9785746932029724, 7.649041435797699e-06], "std": [2.6225181500194594e-05, 1.9178443835699e-05, 2.252722333651036e-05, 2.4991506506921723e-05, 2.2533033188665286e-05, 2.053779098787345e-05, 1.9439383322605863e-05, 1.4842373275314458e-05, 7.964862561493646e-06, 1.2352214071142953e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.09836885333061218, 0.11811007559299469, 0.13033170998096466, 0.1151556670665741, 0.4039462208747864, 0.2749096155166626, 0.18709106743335724, 0.03346427157521248, 0.027034785598516464, 0.06318210065364838, 0.5708169341087341, 0.37366214394569397, 0.2275300920009613, 0.2709946632385254, 401.7674560546875, 3.3178366720676422e-09, 0.002352148527279496, 4.740235908684554e-06, 1.6294956367346458e-05, 3.598218609113246e-05, 0.00010029519762611017], "count": [827]}, "timestamp": {"min": [0.0], "max": [27.533333333333335], "mean": [13.766666666666666], "std": [7.957805392610871], "count": [827]}, "frame_index": {"min": [0], "max": [826], "mean": [413.0], "std": [238.73416177832615], "count": [827]}, "episode_index": {"min": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [827]}, "index": {"min": [38671], "max": [39497], "mean": [39084.0], "std": [238.73416177832615], "count": [827]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [827]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5642962524038992], "std": [0.0, 0.40176602583915555], "count": [827]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5642962524038992], "std": [0.0, 0.40176602583915555], "count": [827]}, "eef_direction_state": {"mean": [6.0, 4.3651753325272065], "std": [0.0, 2.042983405851899], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_state": {"mean": [0.0, 0.5429262394195888], "std": [0.0, 0.5641722687725771], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_state": {"mean": [0.0, 0.44740024183796856], "std": [0.0, 0.7413033968238752], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_direction_action": {"mean": [6.0, 4.3651753325272065], "std": [0.0, 2.042983405851899], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_action": {"mean": [0.0, 0.5429262394195888], "std": [0.0, 0.5641722687725771], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_action": {"mean": [0.0, 0.44740024183796856], "std": [0.0, 0.7413033968238752], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_sim_pose_state": {"mean": [-0.31032630801200867, 0.4675734043121338, 0.22824245691299438, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.29091909527778625, -0.48822006583213806, 0.17610237002372742, 1.2455118894577026, -1.9234750270843506, 1.039565086364746], "std": [1.4825796824879944e-05, 7.963723874127027e-06, 1.2348767995717935e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.033453136682510376, 0.026992028579115868, 0.06320679932832718, 0.5707117915153503, 0.3743640184402466, 0.2276591807603836], "min": [-0.3103789985179901, 0.46754398941993713, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32922399044036865, -0.5316720008850098, 0.036205001175403595, 0.5241225361824036, -2.308382749557495, 0.7062839865684509], "max": [-0.3102779984474182, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21876199543476105, -0.4389190077781677, 0.2381190061569214, 2.0897650718688965, -1.121137022972107, 1.3048756122589111], "count": [827]}, "eef_sim_pose_action": {"mean": [-0.3103262782096863, 0.4675731360912323, 0.22824275493621826, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.29091906547546387, -0.4882199168205261, 0.17610232532024384, 1.2455118894577026, -1.9234713315963745, 1.0395656824111938], "std": [1.4825791367911734e-05, 7.967017154442146e-06, 1.2352214071142953e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.03345312923192978, 0.026992028579115868, 0.06320678442716599, 0.5707113742828369, 0.37436386942863464, 0.22765927016735077], "min": [-0.3103789985179901, 0.46754398941993713, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32922399044036865, -0.5316720008850098, 0.036205001175403595, 0.5241225361824036, -2.308382749557495, 0.7062839865684509], "max": [-0.3102779984474182, 0.4675990045070648, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21876199543476105, -0.4389190077781677, 0.2381190061569214, 2.0897650718688965, -1.121137022972107, 1.3048756122589111], "count": [827]}, "gripper_mode_state": {"mean": [0.0, 0.5235792019347038], "std": [0.0, 0.49944371177953617], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_state": {"mean": [2.0, 1.8960096735187424], "std": [0.0, 0.40411551487450564], "min": [2, 0], "max": [2, 2], "count": [827]}, "gripper_mode_action": {"mean": [0.0, 0.5235792019347038], "std": [0.0, 0.49944371177953617], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_action": {"mean": [2.0, 1.8960096735187424], "std": [0.0, 0.40411551487450564], "min": [2, 0], "max": [2, 2], "count": [827]}}} +{"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.436021028570742]], [[0.4170947967728758]], [[0.4256996197376009]]], "std": [[[0.2040028187604875]], [[0.20313860071608697]], [[0.20059537304268307]]], "count": [136]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40405868836505193]], [[0.3995656102821031]], [[0.3972571847366398]]], "std": [[[0.23498363356645244]], [[0.22458812685256607]], [[0.2221430744008151]]], "count": [136]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5021693098808151]], [[0.48806883470299883]], [[0.4831370055988081]]], "std": [[[0.21727357648778667]], [[0.21554837565804363]], [[0.22189336102656076]]], "count": [136]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4573362228469819]], [[0.4394459267469243]], [[0.4468983834342561]]], "std": [[[0.27416388947482695]], [[0.2638300557302832]], [[0.2683900749363]]], "count": [136]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10634291172027588, 0.19090411067008972, -0.5276305079460144, -1.6077274084091187, 0.24015730619430542, -0.25501006841659546, -0.09414306282997131, -0.3261309862136841, -0.5396080017089844, 0.028404999524354935, 0.5541897416114807, -2.2456812858581543, 0.7456094622612, 1009.0, 169.0, -0.0006936751306056976, -0.19936299324035645, -0.9054456353187561, 1.8870110511779785, -0.9786678552627563, 6.929492519702762e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027498841285706, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4297698736190796, 0.6047216653823853, -0.0959232896566391, -1.0557845830917358, 1.3625437021255493, 0.4669628143310547, 0.5052030086517334, -0.21114300191402435, -0.43253999948501587, 0.23880499601364136, 2.094529867172241, -1.121137022972107, 1.3199106454849243, 1010.0, 1000.0, -0.0006936751306056976, -0.19233600795269012, -0.9054345488548279, 1.8870205879211426, -0.9785299897193909, 0.00010251851927023381], "mean": [-0.1995215266942978, 0.604662299156189, 0.4513864815235138, -1.411962628364563, -0.2539108693599701, -0.1205555722117424, 0.028282303363084793, -0.3103243410587311, 0.4675755202770233, 0.22823691368103027, -1.573238492012024, -1.1211397647857666, -0.7462766766548157, 0.30042463541030884, 0.37901052832603455, -0.3303740918636322, -1.3357248306274414, 0.7612881064414978, 0.09464430809020996, 0.1910625845193863, -0.2822241485118866, -0.4921688139438629, 0.16460245847702026, 1.2452841997146606, -1.8238906860351562, 1.0726828575134277, 1009.9375610351562, 586.9517822265625, -0.0006936783320270479, -0.19559401273727417, -0.9054383039474487, 1.887007713317871, -0.9785764813423157, 8.06158859631978e-05], "std": [2.6459096261532977e-05, 1.8490713046048768e-05, 2.3818207409931347e-05, 2.5000164896482602e-05, 2.191701605624985e-05, 1.9497294488246553e-05, 2.0607802071026526e-05, 1.5185474694590084e-05, 8.06910884421086e-06, 1.1646383427432738e-05, 1.1563301086425781e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.08886484801769257, 0.12061075121164322, 0.13542217016220093, 0.1330682784318924, 0.40283358097076416, 0.2639075815677643, 0.17350301146507263, 0.03544573858380318, 0.032097864896059036, 0.067661814391613, 0.547755241394043, 0.4023846685886383, 0.21724209189414978, 0.24190114438533783, 404.6663513183594, 3.2014213502407074e-09, 0.002139552030712366, 2.5576905500201974e-06, 9.830482667894103e-06, 4.0040391468210146e-05, 3.115885192528367e-06], "count": [705]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10634291172027588, 0.19090411067008972, -0.5276305079460144, -1.6077274084091187, 0.24015730619430542, -0.25501006841659546, -0.09414306282997131, -0.3261309862136841, -0.5396080017089844, 0.028404999524354935, 0.5541897416114807, -2.2456812858581543, 0.7456094622612, 1009.0, 169.0, -0.0006936751306056976, -0.19936299324035645, -0.9054456353187561, 1.8870110511779785, -0.9786678552627563, 6.929492519702762e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027498841285706, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4297698736190796, 0.6047216653823853, -0.0959232896566391, -1.0557845830917358, 1.3625437021255493, 0.4669628143310547, 0.5052030086517334, -0.21114300191402435, -0.43253999948501587, 0.23880499601364136, 2.094529867172241, -1.121137022972107, 1.3199106454849243, 1010.0, 1000.0, -0.0006936751306056976, -0.19233600795269012, -0.9054345488548279, 1.8870205879211426, -0.9785299897193909, 0.00010251851927023381], "mean": [-0.1995214968919754, 0.604662299156189, 0.4513864815235138, -1.4119625091552734, -0.2539108395576477, -0.1205555722117424, 0.028282327577471733, -0.31032437086105347, 0.4675754904747009, 0.22823694348335266, -1.573238492012024, -1.1211397647857666, -0.7462766766548157, 0.3004140555858612, 0.37884557247161865, -0.33044564723968506, -1.335680603981018, 0.7612788677215576, 0.09450341761112213, 0.19097761809825897, -0.2822456657886505, -0.4921577274799347, 0.16452594101428986, 1.2453203201293945, -1.823988676071167, 1.0728719234466553, 1009.9375610351562, 586.9517822265625, -0.0006936783320270479, -0.19558964669704437, -0.9054383039474487, 1.887007713317871, -0.9785764813423157, 8.061184780672193e-05], "std": [2.6463492758921348e-05, 1.8469580027158372e-05, 2.3818207409931347e-05, 2.496422348485794e-05, 2.1878322513657622e-05, 1.9497294488246553e-05, 2.0587798644555733e-05, 1.5189675650617573e-05, 8.07059132057475e-06, 1.1644398000498768e-05, 1.1563301086425781e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.08887747675180435, 0.12038126587867737, 0.13549946248531342, 0.13304802775382996, 0.40284502506256104, 0.26404890418052673, 0.17362500727176666, 0.035467393696308136, 0.03210776671767235, 0.06762032210826874, 0.5477780103683472, 0.40222206711769104, 0.2170158326625824, 0.24190114438533783, 404.6663513183594, 3.2014213502407074e-09, 0.0021428705658763647, 2.5576905500201974e-06, 9.828636393649504e-06, 4.012065983260982e-05, 3.117633923466201e-06], "count": [705]}, "timestamp": {"min": [0.0], "max": [23.466666666666665], "mean": [11.733333333333333], "std": [6.783858838503403], "count": [705]}, "frame_index": {"min": [0], "max": [704], "mean": [352.0], "std": [203.5157651551021], "count": [705]}, "episode_index": {"min": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [705]}, "index": {"min": [39498], "max": [40202], "mean": [39850.0], "std": [203.5157651551021], "count": [705]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [705]}, "gripper_open_scale_state": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5869517730482927], "std": [0.0, 0.40466721514529985], "count": [705]}, "gripper_open_scale_action": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5869517730482927], "std": [0.0, 0.40466721514529985], "count": [705]}, "eef_direction_state": {"mean": [6.0, 3.9517730496453902], "std": [0.0, 2.2052034800013054], "min": [6, 0], "max": [6, 6], "count": [705]}, "eef_velocity_state": {"mean": [0.0, 0.6581560283687943], "std": [0.0, 0.6464475787788618], "min": [0, 0], "max": [0, 2], "count": [705]}, "eef_acc_mag_state": {"mean": [0.0, 0.4921985815602837], "std": [0.0, 0.7701957862893308], "min": [0, 0], "max": [0, 2], "count": [705]}, "eef_direction_action": {"mean": [6.0, 3.9517730496453902], "std": [0.0, 2.2052034800013054], "min": [6, 0], "max": [6, 6], "count": [705]}, "eef_velocity_action": {"mean": [0.0, 0.6581560283687943], "std": [0.0, 0.6464475787788618], "min": [0, 0], "max": [0, 2], "count": [705]}, "eef_acc_mag_action": {"mean": [0.0, 0.4921985815602837], "std": [0.0, 0.7701957862893308], "min": [0, 0], "max": [0, 2], "count": [705]}, "eef_sim_pose_state": {"mean": [-0.3103245496749878, 0.46757492423057556, 0.2282371073961258, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2822243571281433, -0.4921685457229614, 0.16460242867469788, 1.2452846765518188, -1.823891282081604, 1.0726819038391113], "std": [1.5184135918389075e-05, 8.045816684898455e-06, 1.1644473488559015e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03544573858380318, 0.03209786117076874, 0.0676618441939354, 0.547755241394043, 0.40238478779792786, 0.21724213659763336], "min": [-0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3261309862136841, -0.5396080017089844, 0.028404999524354935, 0.5541897416114807, -2.2456812858581543, 0.7456094622612], "max": [-0.31027498841285706, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21114300191402435, -0.43253999948501587, 0.23880499601364136, 2.094529867172241, -1.121137022972107, 1.3199106454849243], "count": [705]}, "eef_sim_pose_action": {"mean": [-0.3103243410587311, 0.4675755202770233, 0.22823691368103027, -1.573238492012024, -1.1211397647857666, -0.7462766766548157, -0.2822241485118866, -0.4921688139438629, 0.16460245847702026, 1.2452841997146606, -1.8238906860351562, 1.0726828575134277], "std": [1.5185474694590084e-05, 8.06910884421086e-06, 1.1646383427432738e-05, 1.1563301086425781e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.03544573858380318, 0.032097864896059036, 0.067661814391613, 0.547755241394043, 0.4023846685886383, 0.21724209189414978], "min": [-0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3261309862136841, -0.5396080017089844, 0.028404999524354935, 0.5541897416114807, -2.2456812858581543, 0.7456094622612], "max": [-0.31027498841285706, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21114300191402435, -0.43253999948501587, 0.23880499601364136, 2.094529867172241, -1.121137022972107, 1.3199106454849243], "count": [705]}, "gripper_mode_state": {"mean": [0.0, 0.4907801418439716], "std": [0.0, 0.49991498698837183], "min": [0, 0], "max": [0, 1], "count": [705]}, "gripper_activity_state": {"mean": [2.0, 1.8794326241134751], "std": [0.0, 0.4306547432362026], "min": [2, 0], "max": [2, 2], "count": [705]}, "gripper_mode_action": {"mean": [0.0, 0.4907801418439716], "std": [0.0, 0.49991498698837183], "min": [0, 0], "max": [0, 1], "count": [705]}, "gripper_activity_action": {"mean": [2.0, 1.8794326241134751], "std": [0.0, 0.4306547432362026], "min": [2, 0], "max": [2, 2], "count": [705]}}} +{"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.4332963575251129]], [[0.41568049798219064]], [[0.42254927457560204]]], "std": [[[0.20282091347478898]], [[0.2005673495415867]], [[0.2000427434810659]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40532483577883055]], [[0.40114376206299074]], [[0.3985051103215336]]], "std": [[[0.2341000139280028]], [[0.22392562307629316]], [[0.22201062785121767]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5033012334408036]], [[0.4889579207242181]], [[0.4839814504101417]]], "std": [[[0.217443601749424]], [[0.21563921880949322]], [[0.22202792302907484]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4652291968241435]], [[0.4409249394108874]], [[0.4472753734043953]]], "std": [[[0.2753234884157611]], [[0.2623497906732399]], [[0.2671026556289562]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103640079498291, 0.4675529897212982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0725882425904274, 0.2666862905025482, -0.5878966450691223, -1.652599811553955, 0.25385814905166626, -0.3101624548435211, -0.12569861114025116, -0.3207789957523346, -0.5190439820289612, 0.02705099992454052, 0.5221940279006958, -2.258169174194336, 0.6379031538963318, 1009.0, 168.0, -0.0006936751306056976, -0.1994532197713852, -0.9055716395378113, 1.8870023488998413, -0.9787106513977051, -0.0007432592683471739], "max": [-0.19940386712551117, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027498841285706, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38266342878341675, 0.6047391295433044, -0.12774063646793365, -1.220421552658081, 1.417364478111267, 0.4054923355579376, 0.5488013625144958, -0.19953900575637817, -0.42332300543785095, 0.22965100407600403, 2.1739139556884766, -1.121137022972107, 1.3736101388931274, 1010.0, 1000.0, -0.0006936751306056976, -0.1922720968723297, -0.9053735136985779, 1.8870292901992798, -0.9784777164459229, 0.0010811906540766358], "mean": [-0.19952240586280823, 0.6046642065048218, 0.45138534903526306, -1.4119656085968018, -0.2539070248603821, -0.12055361270904541, 0.028274765238165855, -0.310324102640152, 0.467575341463089, 0.2282373607158661, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2459227740764618, 0.42258384823799133, -0.37031090259552, -1.3955557346343994, 0.7193465828895569, 0.04645348712801933, 0.1256066858768463, -0.29317790269851685, -0.4741773009300232, 0.1657591462135315, 1.2754147052764893, -1.7319254875183105, 1.0341532230377197, 1009.9257202148438, 627.0352783203125, -0.0006936783902347088, -0.19548307359218597, -0.9055169820785522, 1.8870022296905518, -0.9786410927772522, 2.7439671612228267e-05], "std": [2.5487972379778512e-05, 1.6710189811419696e-05, 2.2939351765671745e-05, 2.4509326976840384e-05, 2.1213261788943782e-05, 1.9041784980800003e-05, 1.9267279640189372e-05, 1.4354590348375496e-05, 7.529518370574806e-06, 1.2134943062847015e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.07537762820720673, 0.10834217071533203, 0.14961279928684235, 0.11166215687990189, 0.4397052824497223, 0.24891085922718048, 0.20594002306461334, 0.031956352293491364, 0.028546679764986038, 0.061388809233903885, 0.5727488398551941, 0.4369518756866455, 0.2582036852836609, 0.2622695565223694, 404.13226318359375, 3.259629011154175e-09, 0.0024556887801736593, 5.268186941975728e-05, 9.61132718657609e-06, 3.62100763595663e-05, 0.00030838200473226607], "count": [794]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103640079498291, 0.4675529897212982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0725882425904274, 0.2666862905025482, -0.5878966450691223, -1.652599811553955, 0.25385814905166626, -0.3101624548435211, -0.12569861114025116, -0.3207789957523346, -0.5190439820289612, 0.02705099992454052, 0.5221940279006958, -2.258169174194336, 0.6379031538963318, 1009.0, 168.0, -0.0006936751306056976, -0.1994532197713852, -0.9055716395378113, 1.8870023488998413, -0.9787106513977051, -0.0007432592683471739], "max": [-0.19940386712551117, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027498841285706, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38266342878341675, 0.6047391295433044, -0.12774063646793365, -1.220421552658081, 1.417364478111267, 0.4054923355579376, 0.5488013625144958, -0.19953900575637817, -0.42332300543785095, 0.22965100407600403, 2.1739139556884766, -1.121137022972107, 1.3736101388931274, 1010.0, 1000.0, -0.0006936751306056976, -0.1922720968723297, -0.9053735136985779, 1.8870292901992798, -0.9784777164459229, 0.0010811906540766358], "mean": [-0.1995224803686142, 0.6046642661094666, 0.4513853192329407, -1.4119656085968018, -0.2539070248603821, -0.12055361270904541, 0.028274785727262497, -0.3103240728378296, 0.4675753712654114, 0.22823739051818848, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.24589325487613678, 0.42246589064598083, -0.3703901171684265, -1.3956035375595093, 0.7193954586982727, 0.046418286859989166, 0.1254841834306717, -0.29318779706954956, -0.47415992617607117, 0.16568636894226074, 1.2753826379776, -1.7320462465286255, 1.0343260765075684, 1009.9257202148438, 627.0352783203125, -0.0006936783902347088, -0.1954830437898636, -0.9055172204971313, 1.8870022296905518, -0.978641152381897, 2.86674785456853e-05], "std": [2.556340587034356e-05, 1.670849451329559e-05, 2.2971818907535635e-05, 2.4511959054507315e-05, 2.1213261788943782e-05, 1.9041784980800003e-05, 1.9256809537182562e-05, 1.439658626622986e-05, 7.572417871415382e-06, 1.215029442391824e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.07540054619312286, 0.10819482058286667, 0.149672269821167, 0.1116776391863823, 0.43965601921081543, 0.2489364892244339, 0.2060604989528656, 0.03196283057332039, 0.028554845601320267, 0.06134897843003273, 0.5727336406707764, 0.43679630756378174, 0.2580571472644806, 0.2622695565223694, 404.13226318359375, 3.259629011154175e-09, 0.0024556906428188086, 5.2657167543657124e-05, 9.60562738328008e-06, 3.626069883466698e-05, 0.00031050603138282895], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [794]}, "index": {"min": [40203], "max": [40996], "mean": [40599.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6270352635410631], "std": [0.0, 0.4041324815247334], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6270352635410631], "std": [0.0, 0.4041324815247334], "count": [794]}, "eef_direction_state": {"mean": [6.0, 4.351385390428211], "std": [0.0, 2.1688670376002843], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.5541561712846348], "std": [0.0, 0.6716378010595033], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.42065491183879095], "std": [0.0, 0.7337674593770215], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 4.351385390428211], "std": [0.0, 2.1688670376002843], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.5541561712846348], "std": [0.0, 0.6716378010595033], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.42065491183879095], "std": [0.0, 0.7337674593770215], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.3103239834308624, 0.46757519245147705, 0.22823737561702728, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2931780219078064, -0.47417721152305603, 0.16575901210308075, 1.2754170894622803, -1.7319283485412598, 1.0341521501541138], "std": [1.4354323866427876e-05, 7.5278053373040166e-06, 1.2134957614762243e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03195634484291077, 0.02854667603969574, 0.06138882413506508, 0.5727494955062866, 0.4369521737098694, 0.2582036554813385], "min": [-0.3103640079498291, 0.4675529897212982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3207789957523346, -0.5190439820289612, 0.02705099992454052, 0.5221940279006958, -2.258169174194336, 0.6379031538963318], "max": [-0.31027498841285706, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19953900575637817, -0.42332300543785095, 0.22965100407600403, 2.1739139556884766, -1.121137022972107, 1.3736101388931274], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.310324102640152, 0.467575341463089, 0.2282373607158661, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.29317790269851685, -0.4741773009300232, 0.1657591462135315, 1.2754147052764893, -1.7319254875183105, 1.0341532230377197], "std": [1.4354590348375496e-05, 7.529518370574806e-06, 1.2134943062847015e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.031956352293491364, 0.028546679764986038, 0.061388809233903885, 0.5727488398551941, 0.4369518756866455, 0.2582036852836609], "min": [-0.3103640079498291, 0.4675529897212982, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3207789957523346, -0.5190439820289612, 0.02705099992454052, 0.5221940279006958, -2.258169174194336, 0.6379031538963318], "max": [-0.31027498841285706, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19953900575637817, -0.42332300543785095, 0.22965100407600403, 2.1739139556884766, -1.121137022972107, 1.3736101388931274], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.43954659949622166], "std": [0.0, 0.49633193164205547], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8879093198992443], "std": [0.0, 0.41844128640112327], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.43954659949622166], "std": [0.0, 0.49633193164205547], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8879093198992443], "std": [0.0, 0.41844128640112327], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"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.4298029387090407]], [[0.41309535794183444]], [[0.418647234285213]]], "std": [[[0.2019677442256451]], [[0.19860030891590255]], [[0.19950383419028295]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40139674902399436]], [[0.396745143275431]], [[0.3941399539961399]]], "std": [[[0.2314286207186676]], [[0.22066645151420003]], [[0.21907264700946696]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5042330364192656]], [[0.4896950325152432]], [[0.48477927605606]]], "std": [[[0.21803611379133386]], [[0.21584075153982352]], [[0.22219150781904218]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4657410336338114]], [[0.44216275167785235]], [[0.44883983089880247]]], "std": [[[0.2710034663329127]], [[0.257961310383453]], [[0.262748753613174]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036698818206787, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06372196972370148, 0.2289872020483017, -0.5271766781806946, -1.641918420791626, 0.2537883222103119, -0.1521228849887848, -0.055257122963666916, -0.3196389973163605, -0.5381870269775391, 0.0493910014629364, 0.4318574368953705, -2.264801502227783, 0.7462756037712097, 1009.0, 176.0, -0.0006936751306056976, -0.19953593611717224, -0.90555340051651, 1.8869999647140503, -0.9787082672119141, -0.001091632409952581], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31027600169181824, 0.467602014541626, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43767622113227844, 0.6047391295433044, -0.06820746511220932, -1.0765365362167358, 1.3550910949707031, 0.4959178566932678, 0.40741220116615295, -0.21344199776649475, -0.44312798976898193, 0.23188500106334686, 1.8749027252197266, -1.121137022972107, 1.3726965188980103, 1010.0, 1001.0, -0.0006936751306056976, -0.19233225286006927, -0.9055343866348267, 1.8870166540145874, -0.9785458445549011, 0.0005467654555104673], "mean": [-0.1995193511247635, 0.6046654582023621, 0.4513842761516571, -1.4119658470153809, -0.2539113759994507, -0.12055410444736481, 0.028273651376366615, -0.3103245198726654, 0.46757492423057556, 0.22823770344257355, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.24238139390945435, 0.4023829996585846, -0.3180088996887207, -1.3857523202896118, 0.698066234588623, 0.10734938830137253, 0.08895932883024216, -0.2940281927585602, -0.4809516668319702, 0.17795561254024506, 1.1938804388046265, -1.722762107849121, 1.050462007522583, 1009.9229125976562, 686.9279174804688, -0.0006936783902347088, -0.19542387127876282, -0.9055384993553162, 1.887001633644104, -0.9786303043365479, -7.857620221329853e-05], "std": [2.615642915770877e-05, 1.6075255189207383e-05, 2.2382972019840963e-05, 2.4254464733530767e-05, 2.2202511900104582e-05, 2.0173585653537884e-05, 1.808881279430352e-05, 1.486854762333678e-05, 7.839811587473378e-06, 1.1839521903311834e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09827252477407455, 0.11263540387153625, 0.13945861160755157, 0.13807430863380432, 0.4121513366699219, 0.26773470640182495, 0.14295361936092377, 0.03103044256567955, 0.030591273680329323, 0.05115393176674843, 0.5040889382362366, 0.44828417897224426, 0.20054149627685547, 0.26677900552749634, 390.0259704589844, 3.259629011154175e-09, 0.002102352911606431, 7.701304639340378e-06, 9.030430192069616e-06, 6.182216748129576e-05, 0.00032404481316916645], "count": [791]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036698818206787, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06372196972370148, 0.2289872020483017, -0.5271766781806946, -1.641918420791626, 0.2537883222103119, -0.1521228849887848, -0.055257122963666916, -0.3196389973163605, -0.5381870269775391, 0.0493910014629364, 0.4318574368953705, -2.264801502227783, 0.7462756037712097, 1009.0, 176.0, -0.0006936751306056976, -0.19953593611717224, -0.90555340051651, 1.8869999647140503, -0.9787082672119141, -0.001091632409952581], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31027600169181824, 0.467602014541626, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43767622113227844, 0.6047391295433044, -0.06820746511220932, -1.0765365362167358, 1.3550910949707031, 0.4959178566932678, 0.40741220116615295, -0.21344199776649475, -0.44312798976898193, 0.23188500106334686, 1.8749027252197266, -1.121137022972107, 1.3726965188980103, 1010.0, 1001.0, -0.0006936751306056976, -0.19233225286006927, -0.9055343866348267, 1.8870166540145874, -0.9785458445549011, 0.0005467654555104673], "mean": [-0.19951927661895752, 0.6046654582023621, 0.4513842761516571, -1.4119658470153809, -0.2539113759994507, -0.12055403739213943, 0.028273629024624825, -0.31032446026802063, 0.46757498383522034, 0.22823773324489594, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.24230553209781647, 0.4022127687931061, -0.31796005368232727, -1.38579523563385, 0.6981293559074402, 0.10730946809053421, 0.08892539888620377, -0.29403507709503174, -0.480936199426651, 0.1778995543718338, 1.1938024759292603, -1.7229316234588623, 1.0507056713104248, 1009.921630859375, 686.9279174804688, -0.0006936783902347088, -0.19542378187179565, -0.9055383205413818, 1.887001633644104, -0.9786303639411926, -7.81573835411109e-05], "std": [2.6074203560710885e-05, 1.608192724233959e-05, 2.241583206341602e-05, 2.425734965072479e-05, 2.2192967662704177e-05, 2.01019283849746e-05, 1.807724947866518e-05, 1.4853807442705147e-05, 7.826994078641292e-06, 1.1838777027151082e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09832851588726044, 0.11243107914924622, 0.13941891491413116, 0.1380878984928131, 0.412087082862854, 0.26777151226997375, 0.1429847627878189, 0.03103468008339405, 0.030601074919104576, 0.051123037934303284, 0.504037082195282, 0.4480835795402527, 0.20028798282146454, 0.26877135038375854, 390.0259704589844, 3.259629011154175e-09, 0.0021023552399128675, 7.823032319720369e-06, 9.029926332004834e-06, 6.182662036735564e-05, 0.0003238958306610584], "count": [791]}, "timestamp": {"min": [0.0], "max": [26.333333333333332], "mean": [13.166666666666668], "std": [7.611394966320781], "count": [791]}, "frame_index": {"min": [0], "max": [790], "mean": [395.0], "std": [228.34184898962346], "count": [791]}, "episode_index": {"min": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [791]}, "index": {"min": [40997], "max": [41787], "mean": [41392.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [791]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6869266750915012], "std": [0.0, 0.39002399319072284], "count": [791]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6869266750915012], "std": [0.0, 0.39002399319072284], "count": [791]}, "eef_direction_state": {"mean": [6.0, 4.780025284450063], "std": [0.0, 1.9904082256019862], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.0, 0.4361567635903919], "std": [0.0, 0.6503192997345442], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_state": {"mean": [0.0, 0.36536030341340076], "std": [0.0, 0.6870767262130074], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_direction_action": {"mean": [6.0, 4.780025284450063], "std": [0.0, 1.9904082256019862], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.0, 0.4361567635903919], "std": [0.0, 0.6503192997345442], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_action": {"mean": [0.0, 0.36536030341340076], "std": [0.0, 0.6870767262130074], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [-0.3103245198726654, 0.46757444739341736, 0.22823777794837952, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2940281927585602, -0.48095110058784485, 0.17795559763908386, 1.1938800811767578, -1.7227720022201538, 1.0504611730575562], "std": [1.4868550351820886e-05, 7.825047759979498e-06, 1.1839214494102634e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.0310304407030344, 0.03059125877916813, 0.05115390941500664, 0.5040903091430664, 0.44828468561172485, 0.2005411684513092], "min": [-0.31036698818206787, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3196389973163605, -0.5381870269775391, 0.0493910014629364, 0.4318574368953705, -2.264801502227783, 0.7462756037712097], "max": [-0.31027600169181824, 0.467602014541626, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21344199776649475, -0.44312798976898193, 0.23188500106334686, 1.8749027252197266, -1.121137022972107, 1.3726965188980103], "count": [791]}, "eef_sim_pose_action": {"mean": [-0.3103245198726654, 0.46757492423057556, 0.22823770344257355, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2940281927585602, -0.4809516668319702, 0.17795561254024506, 1.1938804388046265, -1.722762107849121, 1.050462007522583], "std": [1.486854762333678e-05, 7.839811587473378e-06, 1.1839521903311834e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.03103044256567955, 0.030591273680329323, 0.05115393176674843, 0.5040889382362366, 0.44828417897224426, 0.20054149627685547], "min": [-0.31036698818206787, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3196389973163605, -0.5381870269775391, 0.0493910014629364, 0.4318574368953705, -2.264801502227783, 0.7462756037712097], "max": [-0.31027600169181824, 0.467602014541626, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21344199776649475, -0.44312798976898193, 0.23188500106334686, 1.8749027252197266, -1.121137022972107, 1.3726965188980103], "count": [791]}, "gripper_mode_state": {"mean": [0.0, 0.3729456384323641], "std": [0.0, 0.4835878298785401], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_state": {"mean": [2.0, 1.8925410872313526], "std": [0.0, 0.40829885502193425], "min": [2, 0], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.0, 0.3729456384323641], "std": [0.0, 0.48358782987854004], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_action": {"mean": [2.0, 1.8925410872313526], "std": [0.0, 0.40829885502193425], "min": [2, 0], "max": [2, 2], "count": [791]}}} +{"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.42724764339643906]], [[0.41095992365336936]], [[0.4163861660468785]]], "std": [[[0.20272287362570904]], [[0.19954042160892702]], [[0.20017509928844002]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40253689852377733]], [[0.398021843306288]], [[0.39606472701149426]]], "std": [[[0.2335534373003931]], [[0.22351006910631907]], [[0.2214200468126305]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.502848720982646]], [[0.48867050231011944]], [[0.48374749971827813]]], "std": [[[0.21755932825871035]], [[0.2158724573147798]], [[0.22230819570891552]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654309668695064]], [[0.44160754028622945]], [[0.4479788314176245]]], "std": [[[0.2780122045978283]], [[0.2647973046710606]], [[0.2696001435776324]]], "count": [145]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.005166174843907356, 0.21436132490634918, -0.5323777794837952, -1.7931686639785767, 0.1668185591697693, -0.14994123578071594, -0.12103858590126038, -0.32656601071357727, -0.5176640152931213, 0.031759001314640045, 0.5402666926383972, -2.229092597961426, 0.7456113696098328, 1009.0, 176.0, -0.000695555005222559, -0.1993592232465744, -0.9055628776550293, 1.8869706392288208, -0.9787962436676025, -0.0006274512852542102], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102779984474182, 0.467602014541626, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3356268107891083, 0.6047565937042236, -0.08510225266218185, -1.2095307111740112, 1.3393481969833374, 0.4150043725967407, 0.3945142328739166, -0.20799300074577332, -0.40868398547172546, 0.23183000087738037, 1.9068198204040527, -1.121137022972107, 1.4680285453796387, 1010.0, 1001.0, -0.0006936751306056976, -0.1922702044248581, -0.9055391550064087, 1.8870103359222412, -0.9786369800567627, 0.0011552318464964628], "mean": [-0.1995205581188202, 0.6046717762947083, 0.45138493180274963, -1.411962628364563, -0.2539094388484955, -0.12055273354053497, 0.028267836198210716, -0.31032606959342957, 0.46757426857948303, 0.22824017703533173, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.19249798357486725, 0.3786764144897461, -0.32064831256866455, -1.4670661687850952, 0.7157095670700073, 0.10786121338605881, 0.1256607323884964, -0.287531316280365, -0.46208545565605164, 0.15454702079296112, 1.2288963794708252, -1.795110821723938, 1.0747612714767456, 1009.9255981445312, 579.9843139648438, -0.0006936832796782255, -0.19544623792171478, -0.9055566787719727, 1.887000322341919, -0.9786996245384216, -6.791817577322945e-05], "std": [2.698588650673628e-05, 1.800053723854944e-05, 2.2438900487031788e-05, 2.4791639589238912e-05, 2.224772651970852e-05, 1.914615131681785e-05, 1.9914064978365786e-05, 1.596439142304007e-05, 8.355823410965968e-06, 1.1976704627159052e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.08166824281215668, 0.11116757243871689, 0.15259401500225067, 0.16210773587226868, 0.4253041446208954, 0.19931499660015106, 0.15811234712600708, 0.03711770474910736, 0.03670540824532509, 0.06540464609861374, 0.5244866609573364, 0.39820411801338196, 0.26681721210479736, 0.26244062185287476, 402.1198425292969, 9.59861523597283e-08, 0.002469542669132352, 7.293404451047536e-06, 1.2614635124919005e-05, 4.3332925997674465e-05, 0.0004419121833052486], "count": [766]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.005166174843907356, 0.21436132490634918, -0.5323777794837952, -1.7931686639785767, 0.1668185591697693, -0.14994123578071594, -0.12103858590126038, -0.32656601071357727, -0.5176640152931213, 0.031759001314640045, 0.5402666926383972, -2.229092597961426, 0.7456113696098328, 1009.0, 176.0, -0.000695555005222559, -0.1993592232465744, -0.9055628776550293, 1.8869706392288208, -0.9787962436676025, -0.0006274512852542102], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102779984474182, 0.467602014541626, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3356268107891083, 0.6047565937042236, -0.08510225266218185, -1.2095307111740112, 1.3393481969833374, 0.4150043725967407, 0.3945142328739166, -0.20799300074577332, -0.40868398547172546, 0.23183000087738037, 1.9068198204040527, -1.121137022972107, 1.4680285453796387, 1010.0, 1001.0, -0.0006936751306056976, -0.1922702044248581, -0.9055391550064087, 1.8870103359222412, -0.9786369800567627, 0.0011552318464964628], "mean": [-0.19952049851417542, 0.604671835899353, 0.4513849914073944, -1.4119627475738525, -0.2539093494415283, -0.12055274099111557, 0.028267860412597656, -0.31032609939575195, 0.46757420897483826, 0.22824019193649292, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.19236117601394653, 0.3785012662410736, -0.32068854570388794, -1.4671982526779175, 0.7156088948249817, 0.10786650329828262, 0.12554244697093964, -0.2875518798828125, -0.46203771233558655, 0.15444570779800415, 1.228903889656067, -1.7952141761779785, 1.074865460395813, 1009.9255981445312, 579.9843139648438, -0.0006936832796782255, -0.1954461634159088, -0.9055566787719727, 1.887000322341919, -0.9786996841430664, -6.646704423474148e-05], "std": [2.7038959160563536e-05, 1.8083825125359e-05, 2.247226075269282e-05, 2.4780298190307803e-05, 2.2165053451317362e-05, 1.914604399644304e-05, 1.9911505660274997e-05, 1.596360198163893e-05, 8.356490070582367e-06, 1.2010870705125853e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.0817439928650856, 0.11091719567775726, 0.15263241529464722, 0.16210374236106873, 0.4254227876663208, 0.1993090659379959, 0.15826115012168884, 0.037134718149900436, 0.03672199323773384, 0.06535062193870544, 0.5244923233985901, 0.3980393707752228, 0.26670360565185547, 0.26244062185287476, 402.119873046875, 9.59861523597283e-08, 0.0024695456959307194, 7.285056199179962e-06, 1.2656921171583235e-05, 4.343525870353915e-05, 0.0004438755277078599], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [766]}, "index": {"min": [41788], "max": [42553], "mean": [42170.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.579983028259819], "std": [0.0, 0.40211797119810855], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.579983028259819], "std": [0.0, 0.40211797119810855], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.199738903394256], "std": [0.0, 2.179431486155706], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.5809399477806788], "std": [0.0, 0.6427764141495428], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.3785900783289817], "std": [0.0, 0.6895422454095395], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.199738903394256], "std": [0.0, 2.179431486155706], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.5809399477806788], "std": [0.0, 0.6427764141495428], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.3785900783289817], "std": [0.0, 0.6895422454095395], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.31032595038414, 0.4675741493701935, 0.22824032604694366, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.287531316280365, -0.4620857834815979, 0.1545470952987671, 1.228899359703064, -1.7951157093048096, 1.0747617483139038], "std": [1.5963958503562026e-05, 8.355194950127043e-06, 1.1975482266279869e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03711770847439766, 0.03670539706945419, 0.06540464609861374, 0.5244872570037842, 0.39820361137390137, 0.26681697368621826], "min": [-0.31037598848342896, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32656601071357727, -0.5176640152931213, 0.031759001314640045, 0.5402666926383972, -2.229092597961426, 0.7456113696098328], "max": [-0.3102779984474182, 0.467602014541626, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20799300074577332, -0.40868398547172546, 0.23183000087738037, 1.9068198204040527, -1.121137022972107, 1.4680285453796387], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.31032606959342957, 0.46757426857948303, 0.22824017703533173, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.287531316280365, -0.46208545565605164, 0.15454702079296112, 1.2288963794708252, -1.795110821723938, 1.0747612714767456], "std": [1.596439142304007e-05, 8.355823410965968e-06, 1.1976704627159052e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03711770474910736, 0.03670540824532509, 0.06540464609861374, 0.5244866609573364, 0.39820411801338196, 0.26681721210479736], "min": [-0.31037598848342896, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32656601071357727, -0.5176640152931213, 0.031759001314640045, 0.5402666926383972, -2.229092597961426, 0.7456113696098328], "max": [-0.3102779984474182, 0.467602014541626, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20799300074577332, -0.40868398547172546, 0.23183000087738037, 1.9068198204040527, -1.121137022972107, 1.4680285453796387], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.5026109660574413], "std": [0.0, 0.4999931828097742], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.41443894742838644], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.5026109660574413], "std": [0.0, 0.49999318280977423], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.4144389474283864], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"episode_index": 53, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.42887198557583955]], [[0.41197124746450303]], [[0.41694679823078656]]], "std": [[[0.20209593924026478]], [[0.1988218951594768]], [[0.2000113409651672]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3980091376493126]], [[0.39345914046653147]], [[0.39046421709488394]]], "std": [[[0.23179004810010714]], [[0.22041907068718275]], [[0.2184435618934173]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5047344419089475]], [[0.489810899819698]], [[0.48475349757719177]]], "std": [[[0.2182351670560226]], [[0.2156966686441815]], [[0.22203915432851298]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4681925864886184]], [[0.4456104716024341]], [[0.4529145002253775]]], "std": [[[0.28189553042525706]], [[0.2668039608816258]], [[0.2713915942689466]]], "count": [145]}, "observation.state": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1391376554965973, 0.2761808931827545, -0.4514119625091553, -1.853487253189087, 0.2511179745197296, -0.1846034675836563, -0.028326693922281265, -0.3304719924926758, -0.5315840244293213, 0.10314799845218658, 0.5041746497154236, -2.3003578186035156, 0.7430596351623535, 1009.0, 168.0, -0.0006936751306056976, -0.1993667483329773, -0.9055842757225037, 1.8869342803955078, -0.9787930250167847, -0.0015130974352359772], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31026700139045715, 0.4676100015640259, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40194934606552124, 0.615699827671051, -0.08939576894044876, -1.1372215747833252, 1.337864637374878, 0.48717376589775085, 0.46622979640960693, -0.20896600186824799, -0.364656001329422, 0.24316099286079407, 1.9541950225830078, -1.121137022972107, 1.3821202516555786, 1010.0, 1000.0, -0.0006917952559888363, -0.1923341304063797, -0.9055200815200806, 1.8869999647140503, -0.9784642457962036, 0.00030091084772720933], "mean": [-0.19951775670051575, 0.6046711802482605, 0.45138654112815857, -1.4119662046432495, -0.25390884280204773, -0.12054857611656189, 0.028279772028326988, -0.31032606959342957, 0.4675731062889099, 0.2282409816980362, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.18305955827236176, 0.44938138127326965, -0.2839752435684204, -1.4452636241912842, 0.7493283748626709, 0.1019224002957344, 0.19433610141277313, -0.2892738878726959, -0.461927205324173, 0.18615442514419556, 1.2433922290802002, -1.7994534969329834, 1.02976393699646, 1009.9382934570312, 596.9291381835938, -0.0006933589465916157, -0.19537381827831268, -0.9055646657943726, 1.8869693279266357, -0.9786520600318909, 3.152435601805337e-05], "std": [2.7769810913014226e-05, 1.968069773283787e-05, 2.2921516574569978e-05, 2.525687887100503e-05, 2.2914598957868293e-05, 1.8496293705538847e-05, 2.4347949874936603e-05, 1.5681152945035137e-05, 8.435949894192163e-06, 1.2255830370122567e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.15685315430164337, 0.11302363872528076, 0.11921317875385284, 0.2243770956993103, 0.391743928194046, 0.2605663537979126, 0.14609315991401672, 0.03731829300522804, 0.053636450320482254, 0.037849005311727524, 0.5351554155349731, 0.40445777773857117, 0.23172830045223236, 0.24057234823703766, 405.75848388671875, 7.049729333630239e-07, 0.0027390243485569954, 1.1844238542835228e-05, 1.958017128345091e-05, 0.00011315501615172252, 0.00029937326326034963], "count": [762]}, "action": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1391376554965973, 0.2761808931827545, -0.4514119625091553, -1.853487253189087, 0.2511179745197296, -0.1846034675836563, -0.028326693922281265, -0.3304719924926758, -0.5315840244293213, 0.10314799845218658, 0.5041746497154236, -2.3003578186035156, 0.7430596351623535, 1009.0, 168.0, -0.0006936751306056976, -0.1993667483329773, -0.9055842757225037, 1.8869342803955078, -0.9787930250167847, -0.0015130974352359772], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31026700139045715, 0.4676100015640259, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40194934606552124, 0.615699827671051, -0.08939576894044876, -1.1372215747833252, 1.337864637374878, 0.48717376589775085, 0.46622979640960693, -0.20896600186824799, -0.364656001329422, 0.24316099286079407, 1.9541950225830078, -1.121137022972107, 1.3821202516555786, 1010.0, 1000.0, -0.0006917952559888363, -0.1923341304063797, -0.9055200815200806, 1.8869999647140503, -0.9784642457962036, 0.00030091084772720933], "mean": [-0.19951769709587097, 0.6046711802482605, 0.45138654112815857, -1.4119662046432495, -0.25390884280204773, -0.12054862082004547, 0.028279727324843407, -0.3103260397911072, 0.4675730764865875, 0.228240966796875, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.18289680778980255, 0.4493069052696228, -0.28393998742103577, -1.4453684091567993, 0.7494518160820007, 0.10187038034200668, 0.1944534182548523, -0.28930017352104187, -0.4618754982948303, 0.1860998123884201, 1.2433892488479614, -1.7997698783874512, 1.0298508405685425, 1009.9382934570312, 596.9291381835938, -0.0006933565018698573, -0.19536879658699036, -0.9055646657943726, 1.8869693279266357, -0.9786518216133118, 3.145584196317941e-05], "std": [2.7814541681436822e-05, 1.968069773283787e-05, 2.2921516574569978e-05, 2.5253677449654788e-05, 2.292166209372226e-05, 1.854219772212673e-05, 2.4358094378840178e-05, 1.5684512618463486e-05, 8.448308108199853e-06, 1.2259098184586037e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.15690076351165771, 0.1129402220249176, 0.11916781216859818, 0.224380224943161, 0.39160269498825073, 0.26061463356018066, 0.1459503173828125, 0.0373401939868927, 0.053649917244911194, 0.03781841695308685, 0.5351536870002747, 0.4040219187736511, 0.23163434863090515, 0.24057234823703766, 405.75848388671875, 7.071412255754694e-07, 0.00273538357578218, 1.1836206795123871e-05, 1.9619175873231143e-05, 0.00011311299749650061, 0.0002993530943058431], "count": [762]}, "timestamp": {"min": [0.0], "max": [25.366666666666667], "mean": [12.683333333333334], "std": [7.332342104726206], "count": [762]}, "frame_index": {"min": [0], "max": [761], "mean": [380.5], "std": [219.9702631417862], "count": [762]}, "episode_index": {"min": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [762]}, "index": {"min": [42554], "max": [43315], "mean": [42934.5], "std": [219.9702631417862], "count": [762]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [762]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5969291327428317], "std": [0.0, 0.4057585111962672], "count": [762]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5969291327428317], "std": [0.0, 0.4057585111962672], "count": [762]}, "eef_direction_state": {"mean": [6.0, 4.29002624671916], "std": [0.0, 2.0775339331538314], "min": [6, 0], "max": [6, 6], "count": [762]}, "eef_velocity_state": {"mean": [0.0, 0.5853018372703412], "std": [0.0, 0.6747755343483899], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_acc_mag_state": {"mean": [0.0, 0.4304461942257218], "std": [0.0, 0.7306683097435341], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_direction_action": {"mean": [6.0, 4.29002624671916], "std": [0.0, 2.0775339331538314], "min": [6, 0], "max": [6, 6], "count": [762]}, "eef_velocity_action": {"mean": [0.0, 0.5853018372703412], "std": [0.0, 0.6747755343483899], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_acc_mag_action": {"mean": [0.0, 0.4304461942257218], "std": [0.0, 0.7306683097435341], "min": [0, 0], "max": [0, 2], "count": [762]}, "eef_sim_pose_state": {"mean": [-0.3103261888027191, 0.4675735831260681, 0.22824084758758545, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28927382826805115, -0.46192723512649536, 0.18615444004535675, 1.2433927059173584, -1.7994513511657715, 1.0297635793685913], "std": [1.5680663636885583e-05, 8.421900020039175e-06, 1.2254997272975743e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03731830045580864, 0.05363643914461136, 0.03784899041056633, 0.5351559519767761, 0.4044581651687622, 0.23172853887081146], "min": [-0.3103730082511902, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304719924926758, -0.5315840244293213, 0.10314799845218658, 0.5041746497154236, -2.3003578186035156, 0.7430596351623535], "max": [-0.31026700139045715, 0.4676100015640259, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20896600186824799, -0.364656001329422, 0.24316099286079407, 1.9541950225830078, -1.121137022972107, 1.3821202516555786], "count": [762]}, "eef_sim_pose_action": {"mean": [-0.31032606959342957, 0.4675731062889099, 0.2282409816980362, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.2892738878726959, -0.461927205324173, 0.18615442514419556, 1.2433922290802002, -1.7994534969329834, 1.02976393699646], "std": [1.5681152945035137e-05, 8.435949894192163e-06, 1.2255830370122567e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.03731829300522804, 0.053636450320482254, 0.037849005311727524, 0.5351554155349731, 0.40445777773857117, 0.23172830045223236], "min": [-0.3103730082511902, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304719924926758, -0.5315840244293213, 0.10314799845218658, 0.5041746497154236, -2.3003578186035156, 0.7430596351623535], "max": [-0.31026700139045715, 0.4676100015640259, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20896600186824799, -0.364656001329422, 0.24316099286079407, 1.9541950225830078, -1.121137022972107, 1.3821202516555786], "count": [762]}, "gripper_mode_state": {"mean": [0.0, 0.4763779527559055], "std": [0.0, 0.49944168717078036], "min": [0, 0], "max": [0, 1], "count": [762]}, "gripper_activity_state": {"mean": [2.0, 1.8858267716535433], "std": [0.0, 0.42101447462018815], "min": [2, 0], "max": [2, 2], "count": [762]}, "gripper_mode_action": {"mean": [0.0, 0.4763779527559055], "std": [0.0, 0.49944168717078036], "min": [0, 0], "max": [0, 1], "count": [762]}, "gripper_activity_action": {"mean": [2.0, 1.8858267716535433], "std": [0.0, 0.4210144746201882], "min": [2, 0], "max": [2, 2], "count": [762]}}} +{"episode_index": 54, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43096144742143433]], [[0.41447585672396814]], [[0.41898235629868386]]], "std": [[[0.2012767800224235]], [[0.1979027866649346]], [[0.19909679824152093]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3960833361312561]], [[0.3922134451383293]], [[0.3891227322835527]]], "std": [[[0.23258236717838973]], [[0.22114759216034313]], [[0.21919797684164785]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5051677760430656]], [[0.49008994342600054]], [[0.4850215048348106]]], "std": [[[0.21825066606487123]], [[0.2155554488777628]], [[0.2218877273187077]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46955520301728]], [[0.44600918278270213]], [[0.4534776823686096]]], "std": [[[0.2818153530687937]], [[0.2675144539332107]], [[0.27179356463468923]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18668042123317719, 0.2986782193183899, -0.6518106460571289, -1.8841701745986938, 0.2494075447320938, -0.26832690834999084, -0.06035348400473595, -0.3233940005302429, -0.5322710275650024, 0.16138599812984467, 0.4746694266796112, -2.4582138061523438, 0.6264283061027527, 1009.0, 174.0, -0.0006917952559888363, -0.19937613606452942, -0.9055747985839844, 1.8869271278381348, -0.9787930250167847, -0.0007546502165496349], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43188172578811646, 0.7110121846199036, -0.10864674299955368, -1.0852631330490112, 1.5713896751403809, 0.4848001003265381, 0.578489363193512, -0.2208079993724823, -0.3391039967536926, 0.23557299375534058, 1.9337188005447388, -1.1206717491149902, 1.2998164892196655, 1010.0, 1000.0, -0.0006917952559888363, -0.1923021674156189, -0.9055541753768921, 1.8869436979293823, -0.9784467816352844, 0.0014732290292158723], "mean": [-0.19951683282852173, 0.6046720743179321, 0.45138731598854065, -1.4119665622711182, -0.2539083957672119, -0.12054645270109177, 0.028281595557928085, -0.31032636761665344, 0.46757322549819946, 0.22824041545391083, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22226035594940186, 0.5183117985725403, -0.3524945080280304, -1.4026485681533813, 0.8341098427772522, 0.08320239931344986, 0.19808001816272736, -0.2923959195613861, -0.46602731943130493, 0.19598327577114105, 1.236558198928833, -1.822016954421997, 0.9966256022453308, 1009.9209594726562, 622.8031005859375, -0.0006917977589182556, -0.1954527199268341, -0.9055677652359009, 1.8869473934173584, -0.978571891784668, 4.495387111091986e-05], "std": [2.588079951237887e-05, 1.73118787643034e-05, 2.2448666641139425e-05, 2.3630334908375517e-05, 2.1229627236607485e-05, 1.8183003703597933e-05, 2.260690052935388e-05, 1.5140086361498106e-05, 8.02053909865208e-06, 1.2159146535850596e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.17028386890888214, 0.11682786792516708, 0.17219917476177216, 0.22948381304740906, 0.443215548992157, 0.28666284680366516, 0.20809371769428253, 0.033010028302669525, 0.05430807173252106, 0.025061747059226036, 0.5541831254959106, 0.4653385579586029, 0.23437868058681488, 0.269763320684433, 401.41473388671875, 2.5029294192790985e-09, 0.0024718898348510265, 8.9729674073169e-06, 9.89852924249135e-06, 8.216335845645517e-05, 0.0003969112003687769], "count": [772]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18668042123317719, 0.2986782193183899, -0.6518106460571289, -1.8841701745986938, 0.2494075447320938, -0.26832690834999084, -0.06035348400473595, -0.3233940005302429, -0.5322710275650024, 0.16138599812984467, 0.4746694266796112, -2.4582138061523438, 0.6264283061027527, 1009.0, 174.0, -0.0006917952559888363, -0.19937613606452942, -0.9055747985839844, 1.8869271278381348, -0.9787930250167847, -0.0007546502165496349], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43188172578811646, 0.7110121846199036, -0.10864674299955368, -1.0852631330490112, 1.5713896751403809, 0.4848001003265381, 0.578489363193512, -0.2208079993724823, -0.3391039967536926, 0.23557299375534058, 1.9337188005447388, -1.1206717491149902, 1.2998164892196655, 1010.0, 1000.0, -0.0006917952559888363, -0.1923021674156189, -0.9055541753768921, 1.8869436979293823, -0.9784467816352844, 0.0014732290292158723], "mean": [-0.19951680302619934, 0.6046720743179321, 0.45138728618621826, -1.4119668006896973, -0.2539084255695343, -0.12054651975631714, 0.028281638398766518, -0.31032633781433105, 0.46757322549819946, 0.22824043035507202, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22235634922981262, 0.5182695984840393, -0.3527505099773407, -1.4025952816009521, 0.8342525362968445, 0.08302024751901627, 0.19805580377578735, -0.2924123704433441, -0.4660179316997528, 0.19589802622795105, 1.2367005348205566, -1.8222209215164185, 0.9967116713523865, 1009.9209594726562, 622.8031005859375, -0.0006917977589182556, -0.1954524964094162, -0.9055677652359009, 1.8869473934173584, -0.978571891784668, 4.670603448175825e-05], "std": [2.5880804969347082e-05, 1.730404983391054e-05, 2.2453616111306474e-05, 2.354637035750784e-05, 2.122928708558902e-05, 1.8227374312118627e-05, 2.259243410662748e-05, 1.5126821381272748e-05, 8.02053909865208e-06, 1.2161310223746113e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.1702919453382492, 0.11680276691913605, 0.17249265313148499, 0.2294865846633911, 0.4430461525917053, 0.28683674335479736, 0.2081211358308792, 0.0330222062766552, 0.05430842936038971, 0.025063691660761833, 0.5542840957641602, 0.46506696939468384, 0.23429936170578003, 0.269763320684433, 401.41473388671875, 2.5029294192790985e-09, 0.002471889602020383, 8.977298421086743e-06, 9.897481504594907e-06, 8.216858986997977e-05, 0.00040011334931477904], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [772]}, "index": {"min": [43316], "max": [44087], "mean": [43701.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6228031073865804], "std": [0.0, 0.40141383428480176], "count": [772]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6228031073865804], "std": [0.0, 0.4014138342848017], "count": [772]}, "eef_direction_state": {"mean": [6.0, 4.251295336787565], "std": [0.0, 2.1131370194654355], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.0, 0.5038860103626943], "std": [0.0, 0.5989934799969894], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_state": {"mean": [0.0, 0.39248704663212436], "std": [0.0, 0.707176778426869], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_direction_action": {"mean": [6.0, 4.251295336787565], "std": [0.0, 2.1131370194654355], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.0, 0.5038860103626943], "std": [0.0, 0.5989934799969894], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_action": {"mean": [0.0, 0.39248704663212436], "std": [0.0, 0.707176778426869], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [-0.3103262484073639, 0.467573344707489, 0.22824031114578247, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2923959493637085, -0.46602723002433777, 0.19598326086997986, 1.236558198928833, -1.8220117092132568, 0.9966254234313965], "std": [1.5139670722419396e-05, 8.020071618375368e-06, 1.2158703611930832e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.033010028302669525, 0.05430804565548897, 0.02506173960864544, 0.5541833639144897, 0.4653390944004059, 0.23437891900539398], "min": [-0.3103809952735901, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3233940005302429, -0.5322710275650024, 0.16138599812984467, 0.4746694266796112, -2.4582138061523438, 0.6264283061027527], "max": [-0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2208079993724823, -0.3391039967536926, 0.23557299375534058, 1.9337188005447388, -1.1206717491149902, 1.2998164892196655], "count": [772]}, "eef_sim_pose_action": {"mean": [-0.31032636761665344, 0.46757322549819946, 0.22824041545391083, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2923959195613861, -0.46602731943130493, 0.19598327577114105, 1.236558198928833, -1.822016954421997, 0.9966256022453308], "std": [1.5140086361498106e-05, 8.02053909865208e-06, 1.2159146535850596e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.033010028302669525, 0.05430807173252106, 0.025061747059226036, 0.5541831254959106, 0.4653385579586029, 0.23437868058681488], "min": [-0.3103809952735901, 0.4675480127334595, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3233940005302429, -0.5322710275650024, 0.16138599812984467, 0.4746694266796112, -2.4582138061523438, 0.6264283061027527], "max": [-0.31028300523757935, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2208079993724823, -0.3391039967536926, 0.23557299375534058, 1.9337188005447388, -1.1206717491149902, 1.2998164892196655], "count": [772]}, "gripper_mode_state": {"mean": [0.0, 0.4481865284974093], "std": [0.0, 0.49730811794183793], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_state": {"mean": [2.0, 1.88860103626943], "std": [0.0, 0.4172754105972199], "min": [2, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.0, 0.4481865284974093], "std": [0.0, 0.497308117941838], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_action": {"mean": [2.0, 1.88860103626943], "std": [0.0, 0.4172754105972199], "min": [2, 0], "max": [2, 2], "count": [772]}}} +{"episode_index": 55, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43004955176515053]], [[0.41295213641011963]], [[0.41782874955537774]]], "std": [[[0.2022461597937893]], [[0.19865507713294928]], [[0.19978879442291095]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3974694349962207]], [[0.3934351810168512]], [[0.3903004493464052]]], "std": [[[0.23282372395659004]], [[0.22131003308495215]], [[0.2193155408265171]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5050125578008982]], [[0.4899915160508648]], [[0.4849557267351385]]], "std": [[[0.21831347553974148]], [[0.21558732694278768]], [[0.22189791441279597]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642947123293762]], [[0.44330645452625494]], [[0.4512357026143791]]], "std": [[[0.2815312755673843]], [[0.26930116509203]], [[0.27377606952124206]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05579817667603493, 0.293756365776062, -0.6583032608032227, -1.6591624021530151, 0.25384068489074707, -0.3326946794986725, -0.028326693922281265, -0.3317129909992218, -0.5461770296096802, 0.15354399383068085, 0.5205864906311035, -2.3518807888031006, 0.6720415949821472, 1009.0, 168.0, -0.0006917952559888363, -0.1993517130613327, -0.9055604934692383, 1.886935830116272, -0.9787700772285461, -0.001067901263013482], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.467602014541626, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47511354088783264, 0.6806784272193909, -0.12632693350315094, -1.0150312185287476, 1.554460048675537, 0.453890323638916, 0.6797533631324768, -0.21845799684524536, -0.3992910087108612, 0.23050500452518463, 1.9395164251327515, -1.121137022972107, 1.332499623298645, 1010.0, 1000.0, -0.0006917952559888363, -0.19233225286006927, -0.9055446982383728, 1.886945366859436, -0.9785521626472473, 0.0013109081191942096], "mean": [-0.19951531291007996, 0.604664146900177, 0.4513877332210541, -1.4119681119918823, -0.253906786441803, -0.1205468624830246, 0.028268344700336456, -0.31032800674438477, 0.46757224202156067, 0.2282353937625885, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.3087432384490967, 0.49101004004478455, -0.3829045295715332, -1.2967307567596436, 0.8936136960983276, 0.06113552674651146, 0.2555975615978241, -0.2942188084125519, -0.4876852035522461, 0.1935587227344513, 1.2241833209991455, -1.8797701597213745, 1.0292153358459473, 1009.9411010742188, 603.6350708007812, -0.000691797467879951, -0.1951913833618164, -0.905553936958313, 1.8869528770446777, -0.9786336421966553, -0.0001775416312739253], "std": [2.5019415261340328e-05, 1.6118337953230366e-05, 2.2547386834048666e-05, 2.4504191969754174e-05, 2.2715630620950833e-05, 1.8290322259417735e-05, 1.9812016034848057e-05, 1.4854128494334873e-05, 7.85058091423707e-06, 1.1652500688796863e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.13292402029037476, 0.1252906620502472, 0.15160569548606873, 0.20841732621192932, 0.4058539867401123, 0.27249813079833984, 0.22307631373405457, 0.03706665709614754, 0.04775397107005119, 0.022128010168671608, 0.5615450143814087, 0.4203737676143646, 0.24763627350330353, 0.23543499410152435, 405.7447509765625, 2.2118911147117615e-09, 0.0025913428980857134, 5.43184751222725e-06, 1.2779096323356498e-05, 6.180875789141282e-05, 0.00032827554969117045], "count": [781]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05579817667603493, 0.293756365776062, -0.6583032608032227, -1.6591624021530151, 0.25384068489074707, -0.3326946794986725, -0.028326693922281265, -0.3317129909992218, -0.5461770296096802, 0.15354399383068085, 0.5205864906311035, -2.3518807888031006, 0.6720415949821472, 1009.0, 168.0, -0.0006917952559888363, -0.1993517130613327, -0.9055604934692383, 1.886935830116272, -0.9787700772285461, -0.001067901263013482], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027600169181824, 0.467602014541626, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47511354088783264, 0.6806784272193909, -0.12632693350315094, -1.0150312185287476, 1.554460048675537, 0.453890323638916, 0.6797533631324768, -0.21845799684524536, -0.3992910087108612, 0.23050500452518463, 1.9395164251327515, -1.121137022972107, 1.332499623298645, 1010.0, 1000.0, -0.0006917952559888363, -0.19233225286006927, -0.9055446982383728, 1.886945366859436, -0.9785521626472473, 0.0013109081191942096], "mean": [-0.19951528310775757, 0.604664146900177, 0.4513877332210541, -1.4119681119918823, -0.2539067566394806, -0.1205468624830246, 0.028268322348594666, -0.31032800674438477, 0.4675722122192383, 0.2282354235649109, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.3089057207107544, 0.4909287393093109, -0.383169025182724, -1.2965378761291504, 0.8938432335853577, 0.06087471544742584, 0.25570952892303467, -0.29424598813056946, -0.4876936674118042, 0.19347761571407318, 1.224341630935669, -1.8800773620605469, 1.0293165445327759, 1009.9411010742188, 603.6350708007812, -0.000691797467879951, -0.19519402086734772, -0.9055539965629578, 1.8869528770446777, -0.9786337614059448, -0.00017743348143994808], "std": [2.501809285604395e-05, 1.6123258319566958e-05, 2.25685398618225e-05, 2.4509157810825855e-05, 2.2720827473676763e-05, 1.8290322259417735e-05, 1.9795332264038734e-05, 1.4839275536360219e-05, 7.85099109634757e-06, 1.16520068331738e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.13286781311035156, 0.1252373307943344, 0.15190489590168, 0.2083803117275238, 0.4055427610874176, 0.2727689743041992, 0.22295548021793365, 0.03708619251847267, 0.047750964760780334, 0.02211683988571167, 0.5616604685783386, 0.4199069142341614, 0.24753670394420624, 0.23543499410152435, 405.7447509765625, 2.2118911147117615e-09, 0.002590395277366042, 5.447840976557927e-06, 1.2775679351761937e-05, 6.182146171340719e-05, 0.00032823774381540716], "count": [781]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.515169843574912], "count": [781]}, "frame_index": {"min": [0], "max": [780], "mean": [390.0], "std": [225.45509530724738], "count": [781]}, "episode_index": {"min": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [781]}, "index": {"min": [44088], "max": [44868], "mean": [44478.0], "std": [225.45509530724738], "count": [781]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [781]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6036350823814829], "std": [0.0, 0.40574596045690414], "count": [781]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6036350823814829], "std": [0.0, 0.40574596045690414], "count": [781]}, "eef_direction_state": {"mean": [6.0, 4.306017925736236], "std": [0.0, 2.190031459192371], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_state": {"mean": [0.0, 0.4647887323943662], "std": [0.0, 0.5750707690579434], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_state": {"mean": [0.0, 0.4007682458386684], "std": [0.0, 0.7098714415832856], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_direction_action": {"mean": [6.0, 4.306017925736236], "std": [0.0, 2.190031459192371], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_action": {"mean": [0.0, 0.4647887323943662], "std": [0.0, 0.5750707690579434], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_action": {"mean": [0.0, 0.4007682458386684], "std": [0.0, 0.7098714415832856], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_sim_pose_state": {"mean": [-0.3103281557559967, 0.4675723612308502, 0.2282354235649109, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29421868920326233, -0.48768511414527893, 0.19355876743793488, 1.2241828441619873, -1.8797754049301147, 1.0292176008224487], "std": [1.4853267202852294e-05, 7.849637768231332e-06, 1.1652518878690898e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03706664592027664, 0.04775397852063179, 0.022128017619252205, 0.5615444779396057, 0.4203741252422333, 0.247636079788208], "min": [-0.3103800117969513, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317129909992218, -0.5461770296096802, 0.15354399383068085, 0.5205864906311035, -2.3518807888031006, 0.6720415949821472], "max": [-0.31027600169181824, 0.467602014541626, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21845799684524536, -0.3992910087108612, 0.23050500452518463, 1.9395164251327515, -1.121137022972107, 1.332499623298645], "count": [781]}, "eef_sim_pose_action": {"mean": [-0.31032800674438477, 0.46757224202156067, 0.2282353937625885, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2942188084125519, -0.4876852035522461, 0.1935587227344513, 1.2241833209991455, -1.8797701597213745, 1.0292153358459473], "std": [1.4854128494334873e-05, 7.85058091423707e-06, 1.1652500688796863e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.03706665709614754, 0.04775397107005119, 0.022128010168671608, 0.5615450143814087, 0.4203737676143646, 0.24763627350330353], "min": [-0.3103800117969513, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3317129909992218, -0.5461770296096802, 0.15354399383068085, 0.5205864906311035, -2.3518807888031006, 0.6720415949821472], "max": [-0.31027600169181824, 0.467602014541626, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21845799684524536, -0.3992910087108612, 0.23050500452518463, 1.9395164251327515, -1.121137022972107, 1.332499623298645], "count": [781]}, "gripper_mode_state": {"mean": [0.0, 0.4686299615877081], "std": [0.0, 0.4990149503672358], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_state": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.41623361340544185], "min": [2, 0], "max": [2, 2], "count": [781]}, "gripper_mode_action": {"mean": [0.0, 0.4686299615877081], "std": [0.0, 0.4990149503672358], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_action": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.4162336134054419], "min": [2, 0], "max": [2, 2], "count": [781]}}} +{"episode_index": 56, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.42913897340545415]], [[0.4125793033017805]], [[0.4166855068176696]]], "std": [[[0.20183353101977447]], [[0.1985947582249161]], [[0.19943296057834145]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969103856772594]], [[0.3926405721771467]], [[0.38924960840658107]]], "std": [[[0.2323287835615591]], [[0.22071575367392815]], [[0.21857848613345424]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5049523058936218]], [[0.4899359110885734]], [[0.4847843137254902]]], "std": [[[0.21829020035751442]], [[0.21569409323424796]], [[0.22202838697737334]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47033033862970475]], [[0.4470612829614604]], [[0.45570840235519494]]], "std": [[[0.2826986864263101]], [[0.2684383022716101]], [[0.2731656166018636]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12665854394435883, 0.29192376136779785, -0.5755746960639954, -1.9032117128372192, 0.2503151297569275, -0.12447687983512878, -0.036564648151397705, -0.3180699944496155, -0.5248579978942871, 0.14360499382019043, 0.5770490765571594, -2.3273680210113525, 0.48473912477493286, 1009.0, 176.0, -0.0006917952559888363, -0.19936299324035645, -0.9055866599082947, 1.8869231939315796, -0.9788041114807129, -0.0008666611975058913], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759799122810364, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36473891139030457, 0.7495840191841125, -0.10910052806138992, -1.168724775314331, 1.3948147296905518, 0.4931427538394928, 0.621668815612793, -0.21278099715709686, -0.33580800890922546, 0.2304839938879013, 2.0213987827301025, -1.121137022972107, 1.2938743829727173, 1010.0, 1001.0, -0.0006917952559888363, -0.19231343269348145, -0.905547022819519, 1.886942982673645, -0.9784515500068665, 0.00043475444545038044], "mean": [-0.19951310753822327, 0.6046627163887024, 0.4513886868953705, -1.4119679927825928, -0.2539077699184418, -0.12054596841335297, 0.028270859271287918, -0.31032922863960266, 0.46757084131240845, 0.22823423147201538, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.20867003500461578, 0.5083204507827759, -0.33530664443969727, -1.4549564123153687, 0.7779055833816528, 0.10909377783536911, 0.2063831090927124, -0.2856271266937256, -0.4625297784805298, 0.18651068210601807, 1.2789310216903687, -1.8037748336791992, 0.9588198065757751, 1009.9295043945312, 610.093994140625, -0.0006917979917488992, -0.19541604816913605, -0.9055613279342651, 1.8869469165802002, -0.9786309003829956, -0.0001005209851427935], "std": [2.749900522758253e-05, 1.7673384718364105e-05, 2.262843554490246e-05, 2.4254039090010338e-05, 2.093719922413584e-05, 1.756439269229304e-05, 1.8992437617271207e-05, 1.5102185898285825e-05, 8.178459211194422e-06, 1.18628968266421e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.13394059240818024, 0.1358984261751175, 0.13702385127544403, 0.22142241895198822, 0.3802984654903412, 0.23005664348602295, 0.20482352375984192, 0.03441324457526207, 0.05314316228032112, 0.02754920721054077, 0.518287181854248, 0.41206198930740356, 0.26918017864227295, 0.25598233938217163, 401.5346984863281, 2.735760062932968e-09, 0.0021172231063246727, 9.655758731241804e-06, 1.204832278745016e-05, 0.00010501041106181219, 0.0003197859332431108], "count": [766]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12665854394435883, 0.29192376136779785, -0.5755746960639954, -1.9032117128372192, 0.2503151297569275, -0.12447687983512878, -0.036564648151397705, -0.3180699944496155, -0.5248579978942871, 0.14360499382019043, 0.5770490765571594, -2.3273680210113525, 0.48473912477493286, 1009.0, 176.0, -0.0006917952559888363, -0.19936299324035645, -0.9055866599082947, 1.8869231939315796, -0.9788041114807129, -0.0008666611975058913], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759799122810364, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36473891139030457, 0.7495840191841125, -0.10910052806138992, -1.168724775314331, 1.3948147296905518, 0.4931427538394928, 0.621668815612793, -0.21278099715709686, -0.33580800890922546, 0.2304839938879013, 2.0213987827301025, -1.121137022972107, 1.2938743829727173, 1010.0, 1001.0, -0.0006917952559888363, -0.19231343269348145, -0.905547022819519, 1.886942982673645, -0.9784515500068665, 0.00043475444545038044], "mean": [-0.19951310753822327, 0.6046627163887024, 0.4513885974884033, -1.4119679927825928, -0.25390782952308655, -0.12054597586393356, 0.028270859271287918, -0.31032922863960266, 0.46757084131240845, 0.22823423147201538, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.20871415734291077, 0.5082887411117554, -0.33546459674835205, -1.4550119638442993, 0.7780647873878479, 0.10909462720155716, 0.20638778805732727, -0.2856285870075226, -0.4625180661678314, 0.18643465638160706, 1.2789686918258667, -1.804017424583435, 0.9588620066642761, 1009.9295043945312, 610.093994140625, -0.0006917979917488992, -0.19541606307029724, -0.9055613279342651, 1.8869469165802002, -0.9786308407783508, -0.0001003239449346438], "std": [2.749552186287474e-05, 1.77462788997218e-05, 2.265325383632444e-05, 2.428809784760233e-05, 2.0930063328705728e-05, 1.7564314475748688e-05, 1.8992437617271207e-05, 1.5107576473383233e-05, 8.17552881926531e-06, 1.1877293218276463e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.13394322991371155, 0.13587866723537445, 0.1372271627187729, 0.2214171290397644, 0.3801043629646301, 0.2300557643175125, 0.20481814444065094, 0.03441433608531952, 0.05314305052161217, 0.027514318004250526, 0.5183092355728149, 0.4117143750190735, 0.2691495716571808, 0.25598233938217163, 401.5346984863281, 2.735760062932968e-09, 0.0021172245033085346, 9.652137123339344e-06, 1.2056052582920529e-05, 0.00010500632924959064, 0.0003198134945705533], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [766]}, "index": {"min": [44869], "max": [45634], "mean": [45251.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.610092689256444], "std": [0.0, 0.4015343622698157], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.610092689256444], "std": [0.0, 0.40153436226981565], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.116187989556136], "std": [0.0, 2.1517675256035727], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.5509138381201044], "std": [0.0, 0.6190137446574371], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.4347258485639687], "std": [0.0, 0.7371495205876593], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.116187989556136], "std": [0.0, 2.1517675256035727], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.5509138381201044], "std": [0.0, 0.6190137446574371], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.4347258485639687], "std": [0.0, 0.7371495205876593], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.31032925844192505, 0.4675713777542114, 0.22823427617549896, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28562724590301514, -0.46252986788749695, 0.1865106076002121, 1.2789288759231567, -1.803770899772644, 0.9588183760643005], "std": [1.5102187717275228e-05, 8.161119694705121e-06, 1.1862864084832836e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.034413229674100876, 0.05314316973090172, 0.027549216523766518, 0.5182871222496033, 0.412061870098114, 0.2691802382469177], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3180699944496155, -0.5248579978942871, 0.14360499382019043, 0.5770490765571594, -2.3273680210113525, 0.48473912477493286], "max": [-0.3102859854698181, 0.46759799122810364, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21278099715709686, -0.33580800890922546, 0.2304839938879013, 2.0213987827301025, -1.121137022972107, 1.2938743829727173], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.31032922863960266, 0.46757084131240845, 0.22823423147201538, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.2856271266937256, -0.4625297784805298, 0.18651068210601807, 1.2789310216903687, -1.8037748336791992, 0.9588198065757751], "std": [1.5102185898285825e-05, 8.178459211194422e-06, 1.18628968266421e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03441324457526207, 0.05314316228032112, 0.02754920721054077, 0.518287181854248, 0.41206198930740356, 0.26918017864227295], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3180699944496155, -0.5248579978942871, 0.14360499382019043, 0.5770490765571594, -2.3273680210113525, 0.48473912477493286], "max": [-0.3102859854698181, 0.46759799122810364, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21278099715709686, -0.33580800890922546, 0.2304839938879013, 2.0213987827301025, -1.121137022972107, 1.2938743829727173], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.4660574412532637], "std": [0.0, 0.4988465723102882], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.41443894742838644], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.4660574412532637], "std": [0.0, 0.4988465723102882], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.41443894742838644], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"episode_index": 57, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4284570195195195]], [[0.41196163718865925]], [[0.41588792698948945]]], "std": [[[0.20219960812667243]], [[0.1987744369187578]], [[0.1995413528607449]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3960172548467585]], [[0.3913968794161809]], [[0.3881604467518989]]], "std": [[[0.23266889062453947]], [[0.22080892249540834]], [[0.21855389639568354]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5045352673445505]], [[0.48960514788685744]], [[0.48447617746422894]]], "std": [[[0.21819418061639115]], [[0.21560326504502686]], [[0.22194642984343993]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46753830070879704]], [[0.4470931179341106]], [[0.4545153669294294]]], "std": [[[0.2889700597063601]], [[0.274179346595211]], [[0.27732567057719587]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04113741219043732, 0.29906216263771057, -0.6640803217887878, -1.8096271753311157, 0.25076889991760254, -0.17247343063354492, -0.028379054740071297, -0.31935301423072815, -0.5404279828071594, 0.13834600150585175, 0.4849723279476166, -2.27646803855896, 0.47197481989860535, 1009.0, 169.0, -0.0006936751306056976, -0.19957728683948517, -0.9055668711662292, 1.8869318962097168, -0.9786543846130371, -0.0003588148101698607], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.430293470621109, 0.7581535577774048, -0.15079645812511444, -1.0786832571029663, 1.5594691038131714, 0.42610466480255127, 0.7223743200302124, -0.19898700714111328, -0.3673569858074188, 0.2285500019788742, 2.0867879390716553, -1.1202175617218018, 1.3128817081451416, 1010.0, 1000.0, -0.0006917952559888363, -0.19233036041259766, -0.9055454730987549, 1.8869445323944092, -0.9784705638885498, 0.0006464362377300858], "mean": [-0.19951258599758148, 0.6046648025512695, 0.45138785243034363, -1.4119679927825928, -0.25390711426734924, -0.1205454021692276, 0.028280459344387054, -0.3103293180465698, 0.46757176518440247, 0.22823666036128998, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2423134297132492, 0.5318120718002319, -0.37148088216781616, -1.4516308307647705, 0.8317890763282776, 0.09018847346305847, 0.19261400401592255, -0.2795027792453766, -0.46481192111968994, 0.1827007234096527, 1.28611159324646, -1.820130467414856, 0.9471490383148193, 1009.9376831054688, 600.8053588867188, -0.0006928782095201313, -0.19563467800617218, -0.9055575132369995, 1.8869515657424927, -0.9785627722740173, -0.00011708089732564986], "std": [2.6172214347752742e-05, 1.5805137081770226e-05, 2.2652719053439796e-05, 2.3781080017215572e-05, 2.2541547878063284e-05, 1.7203115930897184e-05, 1.9615554265328683e-05, 1.4741623999725562e-05, 7.891592758824117e-06, 1.1913854905287735e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.12976816296577454, 0.1510915607213974, 0.15393677353858948, 0.21991106867790222, 0.40295571088790894, 0.23913340270519257, 0.24491916596889496, 0.04158412665128708, 0.05640973895788193, 0.028432752937078476, 0.5876677632331848, 0.3928474485874176, 0.3005436956882477, 0.24177373945713043, 405.7845764160156, 9.292865001953032e-07, 0.0028239123057574034, 5.771776613983093e-06, 1.5730367522337474e-05, 4.7707602789159864e-05, 0.0002019868406932801], "count": [786]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04113741219043732, 0.29906216263771057, -0.6640803217887878, -1.8096271753311157, 0.25076889991760254, -0.17247343063354492, -0.028379054740071297, -0.31935301423072815, -0.5404279828071594, 0.13834600150585175, 0.4849723279476166, -2.27646803855896, 0.47197481989860535, 1009.0, 169.0, -0.0006936751306056976, -0.19957728683948517, -0.9055668711662292, 1.8869318962097168, -0.9786543846130371, -0.0003588148101698607], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.430293470621109, 0.7581535577774048, -0.15079645812511444, -1.0786832571029663, 1.5594691038131714, 0.42610466480255127, 0.7223743200302124, -0.19898700714111328, -0.3673569858074188, 0.2285500019788742, 2.0867879390716553, -1.1202175617218018, 1.3128817081451416, 1010.0, 1000.0, -0.0006917952559888363, -0.19233036041259766, -0.9055454730987549, 1.8869445323944092, -0.9784705638885498, 0.0006359944818541408], "mean": [-0.1995125710964203, 0.6046648025512695, 0.45138785243034363, -1.4119678735733032, -0.25390714406967163, -0.12054545432329178, 0.028280436992645264, -0.31032925844192505, 0.46757176518440247, 0.22823667526245117, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2423594743013382, 0.5318519473075867, -0.371750146150589, -1.4517295360565186, 0.8319175839424133, 0.09012395143508911, 0.19265298545360565, -0.2795122265815735, -0.46477463841438293, 0.18260344862937927, 1.2863023281097412, -1.8203916549682617, 0.9470569491386414, 1009.9376831054688, 600.8053588867188, -0.000692875764798373, -0.1956394761800766, -0.9055575132369995, 1.8869515657424927, -0.9785627722740173, -0.00011823664681287482], "std": [2.6168456315645017e-05, 1.5805137081770226e-05, 2.268889147671871e-05, 2.374885843892116e-05, 2.25360163312871e-05, 1.7259022570215166e-05, 1.9612642063293606e-05, 1.470911502110539e-05, 7.87931821832899e-06, 1.191821775137214e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.12975949048995972, 0.1511150598526001, 0.15426088869571686, 0.21991075575351715, 0.4027875065803528, 0.23919706046581268, 0.24488648772239685, 0.041591960936784744, 0.0564175620675087, 0.028407368808984756, 0.5877841711044312, 0.39245110750198364, 0.30061718821525574, 0.24177373945713043, 405.7845764160156, 9.296497296418238e-07, 0.0028267668094486, 5.763864010077668e-06, 1.5726942365290597e-05, 4.7706664190627635e-05, 0.00020020590454805642], "count": [786]}, "timestamp": {"min": [0.0], "max": [26.166666666666668], "mean": [13.083333333333334], "std": [7.563282405195561], "count": [786]}, "frame_index": {"min": [0], "max": [785], "mean": [392.5], "std": [226.8984721558668], "count": [786]}, "episode_index": {"min": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [786]}, "index": {"min": [45635], "max": [46420], "mean": [46027.5], "std": [226.8984721558668], "count": [786]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [786]}, "gripper_open_scale_state": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.6008053433349114], "std": [0.0, 0.40578329569103394], "count": [786]}, "gripper_open_scale_action": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.6008053433349114], "std": [0.0, 0.40578329569103394], "count": [786]}, "eef_direction_state": {"mean": [6.0, 3.8625954198473282], "std": [0.0, 2.2106497684291484], "min": [6, 0], "max": [6, 6], "count": [786]}, "eef_velocity_state": {"mean": [0.0, 0.6221374045801527], "std": [0.0, 0.6144722069217395], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_acc_mag_state": {"mean": [0.0, 0.4643765903307888], "std": [0.0, 0.7528593032196305], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_direction_action": {"mean": [6.0, 3.8625954198473282], "std": [0.0, 2.2106497684291484], "min": [6, 0], "max": [6, 6], "count": [786]}, "eef_velocity_action": {"mean": [0.0, 0.6221374045801527], "std": [0.0, 0.6144722069217395], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_acc_mag_action": {"mean": [0.0, 0.4643765903307888], "std": [0.0, 0.7528593032196305], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_sim_pose_state": {"mean": [-0.3103291690349579, 0.4675721228122711, 0.22823674976825714, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27950289845466614, -0.4648115336894989, 0.18270070850849152, 1.2861113548278809, -1.8201314210891724, 0.9471480846405029], "std": [1.474106375098927e-05, 7.883686521381605e-06, 1.1913454727618955e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04158412292599678, 0.056409720331430435, 0.028432747349143028, 0.5876668691635132, 0.39284762740135193, 0.3005440831184387], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31935301423072815, -0.5404279828071594, 0.13834600150585175, 0.4849723279476166, -2.27646803855896, 0.47197481989860535], "max": [-0.31028300523757935, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19898700714111328, -0.3673569858074188, 0.2285500019788742, 2.0867879390716553, -1.1202175617218018, 1.3128817081451416], "count": [786]}, "eef_sim_pose_action": {"mean": [-0.3103293180465698, 0.46757176518440247, 0.22823666036128998, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2795027792453766, -0.46481192111968994, 0.1827007234096527, 1.28611159324646, -1.820130467414856, 0.9471490383148193], "std": [1.4741623999725562e-05, 7.891592758824117e-06, 1.1913854905287735e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.04158412665128708, 0.05640973895788193, 0.028432752937078476, 0.5876677632331848, 0.3928474485874176, 0.3005436956882477], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31935301423072815, -0.5404279828071594, 0.13834600150585175, 0.4849723279476166, -2.27646803855896, 0.47197481989860535], "max": [-0.31028300523757935, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19898700714111328, -0.3673569858074188, 0.2285500019788742, 2.0867879390716553, -1.1202175617218018, 1.3128817081451416], "count": [786]}, "gripper_mode_state": {"mean": [0.0, 0.4732824427480916], "std": [0.0, 0.4992856618555111], "min": [0, 0], "max": [0, 1], "count": [786]}, "gripper_activity_state": {"mean": [2.0, 1.8918575063613232], "std": [0.0, 0.412600343321228], "min": [2, 0], "max": [2, 2], "count": [786]}, "gripper_mode_action": {"mean": [0.0, 0.4732824427480916], "std": [0.0, 0.4992856618555111], "min": [0, 0], "max": [0, 1], "count": [786]}, "gripper_activity_action": {"mean": [2.0, 1.8918575063613232], "std": [0.0, 0.4126003433212281], "min": [2, 0], "max": [2, 2], "count": [786]}}} +{"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.4227821097120765]], [[0.40666551726899913]], [[0.41216566411422956]]], "std": [[[0.20228344225620706]], [[0.1980209430954417]], [[0.19925025134219482]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40446262388397625]], [[0.39896951626511173]], [[0.39583206912939467]]], "std": [[[0.23522443887310077]], [[0.22389199787869396]], [[0.2215513886544315]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5021867604340211]], [[0.48809155533128284]], [[0.4829613636849075]]], "std": [[[0.217146220314301]], [[0.21551275403020034]], [[0.22189114855638334]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4621882515805886]], [[0.44175930331282837]], [[0.4471645067068222]]], "std": [[[0.2798128711235487]], [[0.2681077498341294]], [[0.2709964014899261]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103809952735901, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10114183276891708, 0.28790950775146484, -0.5948954820632935, -1.550323724746704, 0.25209537148475647, -0.23205897212028503, -0.02834414690732956, -0.3160110116004944, -0.5359370112419128, 0.010122999548912048, 0.5036370158195496, -2.2161178588867188, 0.6166884303092957, 1009.0, 168.0, -0.0006936751306056976, -0.19933290779590607, -0.905555784702301, 1.8869349956512451, -0.9785854816436768, -0.000251550052780658], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4153185486793518, 0.6047216653823853, -0.09587093442678452, -1.1136072874069214, 1.2970240116119385, 0.5083097219467163, 0.6451260447502136, -0.19615499675273895, -0.4234110116958618, 0.22855299711227417, 2.091005802154541, -1.121137022972107, 1.4164906740188599, 1010.0, 1000.0, -0.0006917952559888363, -0.19232472777366638, -0.905546247959137, 1.886940598487854, -0.9785078167915344, 0.0013403346529230475], "mean": [-0.19951578974723816, 0.6046717166900635, 0.4513918459415436, -1.411967158317566, -0.2539084255695343, -0.12054497748613358, 0.028278958052396774, -0.31032729148864746, 0.46757277846336365, 0.22823947668075562, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.3023609220981598, 0.4181407392024994, -0.3870292007923126, -1.3619003295898438, 0.7920133471488953, 0.04582541063427925, 0.23180127143859863, -0.27982228994369507, -0.48407498002052307, 0.1578829437494278, 1.3271173238754272, -1.8452792167663574, 1.0329171419143677, 1009.9295043945312, 605.9137573242188, -0.0006925255293026567, -0.19544488191604614, -0.9055588245391846, 1.8869529962539673, -0.9785386919975281, -8.552526560379192e-05], "std": [2.6160894776694477e-05, 1.693388730927836e-05, 2.256413790746592e-05, 2.4470873540849425e-05, 2.169758954551071e-05, 1.7711301552481018e-05, 2.0263390979380347e-05, 1.4567086509487126e-05, 7.913278750493191e-06, 1.1338399417581968e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.07693207263946533, 0.10293485224246979, 0.1457337588071823, 0.11225037276744843, 0.36283767223358154, 0.224750816822052, 0.21569152176380157, 0.03684764727950096, 0.03268285468220711, 0.06726381927728653, 0.537350058555603, 0.3662784993648529, 0.2833433747291565, 0.2559451162815094, 405.8992919921875, 9.158850957646791e-07, 0.0023831184953451157, 7.873207323427778e-06, 1.4970645679568406e-05, 2.470908293616958e-05, 0.0002560691209509969], "count": [823]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103809952735901, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10114183276891708, 0.28790950775146484, -0.5948954820632935, -1.550323724746704, 0.25209537148475647, -0.23205897212028503, -0.02834414690732956, -0.3160110116004944, -0.5359370112419128, 0.010122999548912048, 0.5036370158195496, -2.2161178588867188, 0.6166884303092957, 1009.0, 168.0, -0.0006936751306056976, -0.19933290779590607, -0.905555784702301, 1.8869349956512451, -0.9785854816436768, -0.000251550052780658], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4153185486793518, 0.6047216653823853, -0.09587093442678452, -1.1136072874069214, 1.2970240116119385, 0.5083097219467163, 0.6451260447502136, -0.19615499675273895, -0.4234110116958618, 0.22855299711227417, 2.091005802154541, -1.121137022972107, 1.4164906740188599, 1010.0, 1000.0, -0.0006917952559888363, -0.19232472777366638, -0.905546247959137, 1.886940598487854, -0.9785078167915344, 0.0013403346529230475], "mean": [-0.19951586425304413, 0.6046717166900635, 0.45139187574386597, -1.4119672775268555, -0.2539084255695343, -0.12054500728845596, 0.028278937563300133, -0.31032729148864746, 0.46757277846336365, 0.22823946177959442, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.30242034792900085, 0.4180469512939453, -0.38713932037353516, -1.3618789911270142, 0.7921375632286072, 0.045704301446676254, 0.23192419111728668, -0.2798194885253906, -0.4840717613697052, 0.15780001878738403, 1.3272709846496582, -1.8455464839935303, 1.0330047607421875, 1009.9295043945312, 605.9137573242188, -0.0006925277994014323, -0.195444718003273, -0.9055588245391846, 1.8869529962539673, -0.9785386919975281, -8.537186658941209e-05], "std": [2.6205651010968722e-05, 1.6919952031457797e-05, 2.2535874450113624e-05, 2.4466953618684784e-05, 2.1697587726521306e-05, 1.770615199347958e-05, 2.025902722380124e-05, 1.4575613931810949e-05, 7.914650268503465e-06, 1.1339246157149319e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.07687140256166458, 0.1028001680970192, 0.145816832780838, 0.11224262416362762, 0.36267173290252686, 0.2248671054840088, 0.2155725657939911, 0.03684544190764427, 0.03268459811806679, 0.067219078540802, 0.5374388098716736, 0.36582979559898376, 0.283265620470047, 0.2559451162815094, 405.8992919921875, 9.164103857983719e-07, 0.002383127575740218, 7.873652066336945e-06, 1.4969510630180594e-05, 2.468518323439639e-05, 0.0002560096327215433], "count": [823]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.699999999999998], "std": [7.919315346389204], "count": [823]}, "frame_index": {"min": [0], "max": [822], "mean": [411.0], "std": [237.57946039167612], "count": [823]}, "episode_index": {"min": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [823]}, "index": {"min": [46421], "max": [47243], "mean": [46832.0], "std": [237.57946039167612], "count": [823]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [823]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6059137295438192], "std": [0.0, 0.4058994682343865], "count": [823]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6059137295438192], "std": [0.0, 0.4058994682343865], "count": [823]}, "eef_direction_state": {"mean": [6.0, 4.154313487241798], "std": [0.0, 2.1883937159568023], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.0, 0.5856622114216282], "std": [0.0, 0.6134487237648094], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.0, 0.40097205346294046], "std": [0.0, 0.7055406674911633], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_direction_action": {"mean": [6.0, 4.154313487241798], "std": [0.0, 2.1883937159568023], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.0, 0.5856622114216282], "std": [0.0, 0.6134487237648094], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.0, 0.40097205346294046], "std": [0.0, 0.7055406674911633], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [-0.3103272616863251, 0.46757304668426514, 0.22823938727378845, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.27982252836227417, -0.48407498002052307, 0.15788307785987854, 1.3271169662475586, -1.8452798128128052, 1.0329194068908691], "std": [1.4567045582225546e-05, 7.908872248663101e-06, 1.1338078365952242e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.036847665905952454, 0.03268285095691681, 0.06726382672786713, 0.5373503565788269, 0.3662779629230499, 0.28334346413612366], "min": [-0.3103809952735901, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3160110116004944, -0.5359370112419128, 0.010122999548912048, 0.5036370158195496, -2.2161178588867188, 0.6166884303092957], "max": [-0.3102779984474182, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19615499675273895, -0.4234110116958618, 0.22855299711227417, 2.091005802154541, -1.121137022972107, 1.4164906740188599], "count": [823]}, "eef_sim_pose_action": {"mean": [-0.31032729148864746, 0.46757277846336365, 0.22823947668075562, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.27982228994369507, -0.48407498002052307, 0.1578829437494278, 1.3271173238754272, -1.8452792167663574, 1.0329171419143677], "std": [1.4567086509487126e-05, 7.913278750493191e-06, 1.1338399417581968e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.03684764727950096, 0.03268285468220711, 0.06726381927728653, 0.537350058555603, 0.3662784993648529, 0.2833433747291565], "min": [-0.3103809952735901, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3160110116004944, -0.5359370112419128, 0.010122999548912048, 0.5036370158195496, -2.2161178588867188, 0.6166884303092957], "max": [-0.3102779984474182, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19615499675273895, -0.4234110116958618, 0.22855299711227417, 2.091005802154541, -1.121137022972107, 1.4164906740188599], "count": [823]}, "gripper_mode_state": {"mean": [0.0, 0.4665856622114216], "std": [0.0, 0.49888223262625153], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_state": {"mean": [2.0, 1.8942891859052249], "std": [0.0, 0.4062141232667603], "min": [2, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.0, 0.4665856622114216], "std": [0.0, 0.4988822326262516], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_action": {"mean": [2.0, 1.8942891859052249], "std": [0.0, 0.4062141232667603], "min": [2, 0], "max": [2, 2], "count": [823]}}} +{"episode_index": 59, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43363763344226575]], [[0.4145097181372549]], [[0.42150127314814817]]], "std": [[[0.20267639490620587]], [[0.20138442460414857]], [[0.20042135610195216]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40368893790849675]], [[0.39879294798474946]], [[0.39524177559912854]]], "std": [[[0.23499756983681466]], [[0.22331493540408126]], [[0.22109916518637138]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5046785226034858]], [[0.48979315359477127]], [[0.48463954929193903]]], "std": [[[0.2180147944552209]], [[0.21568246311108008]], [[0.22204735535018663]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683362785947713]], [[0.4438316952614379]], [[0.45165684232026143]]], "std": [[[0.2876657677072437]], [[0.27058955709911386]], [[0.27397754509140615]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31036800146102905, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.002007128670811653, 0.27869418263435364, -0.6765071153640747, -1.7747379541397095, 0.24919810891151428, -0.19362682104110718, -0.028326693922281265, -0.31356701254844666, -0.520658016204834, 0.0914200022816658, 0.5283546447753906, -2.2481210231781006, 0.45642921328544617, 1009.0, 173.0, -0.0006936751306056976, -0.1953926831483841, -0.9055604934692383, 1.8869318962097168, -0.9786654710769653, -0.00013574211334344], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.31028199195861816, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3619464039802551, 0.694239616394043, -0.09440486133098602, -1.2197932004928589, 1.4470000267028809, 0.48146653175354004, 0.7091970443725586, -0.21461400389671326, -0.35742101073265076, 0.2282789945602417, 2.134158134460449, -1.121137022972107, 1.325607180595398, 1010.0, 1000.0, -0.0006917952559888363, -0.1952742636203766, -0.905548632144928, 1.8869397640228271, -0.9785260558128357, -0.00011865569103974849], "mean": [-0.19951879978179932, 0.6046671867370605, 0.45139193534851074, -1.4119672775268555, -0.2539113163948059, -0.1205473244190216, 0.028265712782740593, -0.3103284239768982, 0.4675724506378174, 0.22823552787303925, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.24499347805976868, 0.5301931500434875, -0.41347864270210266, -1.452771544456482, 0.7632156610488892, 0.06554902344942093, 0.18965667486190796, -0.2869150936603546, -0.4616474211215973, 0.17615346610546112, 1.3491005897521973, -1.7693655490875244, 0.9052532911300659, 1009.9397583007812, 659.3651123046875, -0.0006922261090949178, -0.19535022974014282, -0.9055582284927368, 1.886952519416809, -0.9785747528076172, -0.00012839140254072845], "std": [2.6819830964086577e-05, 1.742153472150676e-05, 2.261800727865193e-05, 2.4625740479677916e-05, 2.1856913008377887e-05, 1.8392658603261225e-05, 1.9523098671925254e-05, 1.5119453564693686e-05, 8.113695912470575e-06, 1.2552966836665291e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.09261976182460785, 0.1278391182422638, 0.177968829870224, 0.1585303097963333, 0.40364450216293335, 0.2323247641324997, 0.2574184238910675, 0.029390081763267517, 0.04903986677527428, 0.03705926984548569, 0.5628885626792908, 0.42299702763557434, 0.3052966892719269, 0.23790442943572998, 397.4294128417969, 7.891204631960136e-07, 3.442369416006841e-05, 4.582524070428917e-06, 1.6222618796746247e-05, 3.112589183729142e-05, 1.5289808743546018e-06], "count": [797]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31036800146102905, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.002007128670811653, 0.27869418263435364, -0.6765071153640747, -1.7747379541397095, 0.24919810891151428, -0.19362682104110718, -0.028326693922281265, -0.31356701254844666, -0.520658016204834, 0.0914200022816658, 0.5283546447753906, -2.2481210231781006, 0.45642921328544617, 1009.0, 173.0, -0.0006936751306056976, -0.1953926831483841, -0.9055604934692383, 1.8869318962097168, -0.9786654710769653, -0.00013574211334344], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.31028199195861816, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3619464039802551, 0.694239616394043, -0.09440486133098602, -1.2197932004928589, 1.4470000267028809, 0.48146653175354004, 0.7091970443725586, -0.21461400389671326, -0.35742101073265076, 0.2282789945602417, 2.134158134460449, -1.121137022972107, 1.325607180595398, 1010.0, 1000.0, -0.0006917952559888363, -0.1952742636203766, -0.905548632144928, 1.8869397640228271, -0.9785260558128357, -0.00011865569103974849], "mean": [-0.1995188146829605, 0.6046671867370605, 0.45139190554618835, -1.4119672775268555, -0.2539112865924835, -0.1205473467707634, 0.028265755623579025, -0.3103284537792206, 0.46757248044013977, 0.22823558747768402, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2451099306344986, 0.5302326083183289, -0.41375812888145447, -1.4528453350067139, 0.763319194316864, 0.0655512735247612, 0.18966448307037354, -0.28691089153289795, -0.46163371205329895, 0.17606525123119354, 1.349268913269043, -1.769541621208191, 0.9051370620727539, 1009.9397583007812, 659.3651123046875, -0.0006922261090949178, -0.19535039365291595, -0.905558168888092, 1.886952519416809, -0.9785747528076172, -0.00012839140254072845], "std": [2.681835030671209e-05, 1.7413247405784205e-05, 2.2607560822507367e-05, 2.459154711687006e-05, 2.1866475435672328e-05, 1.838490425143391e-05, 1.9542463633115403e-05, 1.5121776414162014e-05, 8.110710041364655e-06, 1.2533137123682536e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.09262088686227798, 0.1278669536113739, 0.1782027631998062, 0.15852485597133636, 0.403525173664093, 0.2323228269815445, 0.25741201639175415, 0.029386961832642555, 0.049039728939533234, 0.037018872797489166, 0.562975287437439, 0.4227556884288788, 0.30537429451942444, 0.2379044145345688, 397.4294128417969, 7.891204631960136e-07, 3.434508471400477e-05, 4.5336578295973595e-06, 1.62237229233142e-05, 3.113917409791611e-05, 1.5289808743546018e-06], "count": [797]}, "timestamp": {"min": [0.0], "max": [26.533333333333335], "mean": [13.266666666666667], "std": [7.669130039030214], "count": [797]}, "frame_index": {"min": [0], "max": [796], "mean": [398.0], "std": [230.0739011709064], "count": [797]}, "episode_index": {"min": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [797]}, "index": {"min": [47244], "max": [48040], "mean": [47642.0], "std": [230.0739011709064], "count": [797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [797]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6593651162598334], "std": [0.0, 0.3974290191776215], "count": [797]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6593651162598334], "std": [0.0, 0.3974290191776215], "count": [797]}, "eef_direction_state": {"mean": [6.0, 4.336260978670013], "std": [0.0, 2.1352869857618315], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_state": {"mean": [0.0, 0.5357590966122961], "std": [0.0, 0.6514445542102802], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_state": {"mean": [0.0, 0.41530740276035133], "std": [0.0, 0.7203209671506486], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_direction_action": {"mean": [6.0, 4.336260978670013], "std": [0.0, 2.1352869857618315], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_action": {"mean": [0.0, 0.5357590966122961], "std": [0.0, 0.6514445542102802], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_action": {"mean": [0.0, 0.41530740276035133], "std": [0.0, 0.7203209671506486], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_sim_pose_state": {"mean": [-0.3103283643722534, 0.46757254004478455, 0.22823554277420044, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2869150936603546, -0.46164679527282715, 0.1761535108089447, 1.349095344543457, -1.7693686485290527, 0.9052532315254211], "std": [1.5119346244318876e-05, 8.113320291158743e-06, 1.2552941370813642e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.029390083625912666, 0.04903985559940338, 0.03705926612019539, 0.5628892779350281, 0.42299649119377136, 0.30529698729515076], "min": [-0.31036800146102905, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31356701254844666, -0.520658016204834, 0.0914200022816658, 0.5283546447753906, -2.2481210231781006, 0.45642921328544617], "max": [-0.31028199195861816, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21461400389671326, -0.35742101073265076, 0.2282789945602417, 2.134158134460449, -1.121137022972107, 1.325607180595398], "count": [797]}, "eef_sim_pose_action": {"mean": [-0.3103284239768982, 0.4675724506378174, 0.22823552787303925, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2869150936603546, -0.4616474211215973, 0.17615346610546112, 1.3491005897521973, -1.7693655490875244, 0.9052532911300659], "std": [1.5119453564693686e-05, 8.113695912470575e-06, 1.2552966836665291e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.029390081763267517, 0.04903986677527428, 0.03705926984548569, 0.5628885626792908, 0.42299702763557434, 0.3052966892719269], "min": [-0.31036800146102905, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31356701254844666, -0.520658016204834, 0.0914200022816658, 0.5283546447753906, -2.2481210231781006, 0.45642921328544617], "max": [-0.31028199195861816, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21461400389671326, -0.35742101073265076, 0.2282789945602417, 2.134158134460449, -1.121137022972107, 1.325607180595398], "count": [797]}, "gripper_mode_state": {"mean": [0.0, 0.40526976160602257], "std": [0.0, 0.4909441739483373], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_state": {"mean": [2.0, 1.890840652446675], "std": [0.0, 0.4123305503645609], "min": [2, 0], "max": [2, 2], "count": [797]}, "gripper_mode_action": {"mean": [0.0, 0.40526976160602257], "std": [0.0, 0.4909441739483373], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_action": {"mean": [2.0, 1.890840652446675], "std": [0.0, 0.4123305503645609], "min": [2, 0], "max": [2, 2], "count": [797]}}} +{"episode_index": 60, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4401321181250278]], [[0.4203873215953048]], [[0.4278065434507136]]], "std": [[[0.20446028294987306]], [[0.20406728141354852]], [[0.20142240560145833]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40394513221955447]], [[0.39866584411542394]], [[0.3953726963007425]]], "std": [[[0.23626013818611802]], [[0.2242605622179009]], [[0.22143665332261991]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5044684234805034]], [[0.4896027786114446]], [[0.4843962793450714]]], "std": [[[0.21774166790860408]], [[0.21555497303442264]], [[0.22188531768245967]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45011050948157044]], [[0.4308985747076608]], [[0.43805143585211864]]], "std": [[[0.2822032339359901]], [[0.27181890473384795]], [[0.2744898624887676]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13009683787822723, 0.3133389353752136, -0.6265208125114441, -1.6219693422317505, 0.2506118416786194, -0.26977553963661194, -0.028379054740071297, -0.32662299275398254, -0.547914981842041, 0.08250799775123596, 0.5345797538757324, -2.287670612335205, 0.45619142055511475, 1009.0, 0.0, -0.0006917952559888363, -0.1990979164838791, -0.9055573344230652, 1.8869342803955078, -0.9786163568496704, -0.00013099588977638632], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.4675939977169037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47485172748565674, 0.6546206474304199, -0.12894491851329803, -1.0608634948730469, 1.5391185283660889, 0.3793473243713379, 0.8579863905906677, -0.21449099481105804, -0.3844299912452698, 0.22910399734973907, 2.185028076171875, -1.121137022972107, 1.4039677381515503, 1010.0, 1000.0, -0.0006917952559888363, -0.19230028986930847, -0.905547022819519, 1.8869413137435913, -0.9784871935844421, -0.00012245267862454057], "mean": [-0.1995207816362381, 0.6046733856201172, 0.45139163732528687, -1.4119631052017212, -0.2539115846157074, -0.12054545432329178, 0.028278062120079994, -0.31032681465148926, 0.46757403016090393, 0.22824083268642426, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.3186192810535431, 0.4857715964317322, -0.3935144245624542, -1.3198062181472778, 0.9089024662971497, 0.04325896129012108, 0.30899885296821594, -0.28501176834106445, -0.4835093319416046, 0.1842132955789566, 1.2923001050949097, -1.910449504852295, 1.0079694986343384, 1009.9168701171875, 481.58184814453125, -0.0006917974096722901, -0.19550791382789612, -0.9055505394935608, 1.8869524002075195, -0.9785447120666504, -0.00012686788977589458], "std": [2.4563149054301903e-05, 1.6176496501429938e-05, 2.253568163723685e-05, 2.3549713660031557e-05, 2.180150113417767e-05, 1.7832995581557043e-05, 2.0745103029184975e-05, 1.47417977132136e-05, 7.760329026496038e-06, 1.2246971891727298e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.1072203665971756, 0.11289653927087784, 0.1333627700805664, 0.18858368694782257, 0.38324177265167236, 0.23987743258476257, 0.3020889163017273, 0.03571026772260666, 0.054494716227054596, 0.04152766987681389, 0.6254881620407104, 0.3893545866012573, 0.32389765977859497, 0.2760648727416992, 485.1936340332031, 2.153683453798294e-09, 0.0016485466621816158, 3.2540931442781584e-06, 1.4559333976649214e-05, 3.9111422665882856e-05, 1.1195140814379556e-06], "count": [782]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13009683787822723, 0.3133389353752136, -0.6265208125114441, -1.6219693422317505, 0.2506118416786194, -0.26977553963661194, -0.028379054740071297, -0.32662299275398254, -0.547914981842041, 0.08250799775123596, 0.5345797538757324, -2.287670612335205, 0.45619142055511475, 1009.0, 0.0, -0.0006917952559888363, -0.1990979164838791, -0.9055573344230652, 1.8869342803955078, -0.9786163568496704, -0.00013099588977638632], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.4675939977169037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47485172748565674, 0.6546206474304199, -0.12894491851329803, -1.0608634948730469, 1.5391185283660889, 0.3793473243713379, 0.8579863905906677, -0.21449099481105804, -0.3844299912452698, 0.22910399734973907, 2.185028076171875, -1.121137022972107, 1.4039677381515503, 1010.0, 1000.0, -0.0006917952559888363, -0.19230028986930847, -0.905547022819519, 1.8869413137435913, -0.9784871935844421, -0.00012245267862454057], "mean": [-0.19952082633972168, 0.6046733260154724, 0.45139163732528687, -1.4119631052017212, -0.2539115846157074, -0.1205454170703888, 0.028278106823563576, -0.3103267550468445, 0.4675740599632263, 0.22824081778526306, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.31888672709465027, 0.4856520891189575, -0.3937303125858307, -1.3195605278015137, 0.9092810750007629, 0.043108176440000534, 0.30920153856277466, -0.2850053608417511, -0.4835595190525055, 0.1841399073600769, 1.2923587560653687, -1.9108713865280151, 1.0081546306610107, 1009.9168701171875, 481.58184814453125, -0.0006917974096722901, -0.19550423324108124, -0.9055505990982056, 1.8869524002075195, -0.9785445928573608, -0.00012686545960605145], "std": [2.4559180019423366e-05, 1.6193869669223204e-05, 2.2524192900164053e-05, 2.3598333427798934e-05, 2.180150113417767e-05, 1.77788024302572e-05, 2.0737075828947127e-05, 1.4724460925208405e-05, 7.737545274721924e-06, 1.2262882592040114e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.10718365013599396, 0.11282014101743698, 0.1335941106081009, 0.188588947057724, 0.3827402889728546, 0.24001751840114594, 0.30191540718078613, 0.035706114023923874, 0.05449797958135605, 0.0415010042488575, 0.6255170106887817, 0.3886788785457611, 0.32378873229026794, 0.2760648727416992, 485.1936340332031, 2.153683453798294e-09, 0.0016520451754331589, 3.2221980745816836e-06, 1.455385881854454e-05, 3.90567620343063e-05, 1.118791487897397e-06], "count": [782]}, "timestamp": {"min": [0.0], "max": [26.033333333333335], "mean": [13.016666666666666], "std": [7.524792355939132], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [782]}, "index": {"min": [48041], "max": [48822], "mean": [48431.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [782]}, "gripper_open_scale_state": {"min": [1.0, 0.0], "max": [1.0, 1.0], "mean": [1.0, 0.4815818414537479], "std": [0.0, 0.4851953100557944], "count": [782]}, "gripper_open_scale_action": {"min": [1.0, 0.0], "max": [1.0, 1.0], "mean": [1.0, 0.4815818414537479], "std": [0.0, 0.4851953100557944], "count": [782]}, "eef_direction_state": {"mean": [6.0, 4.085677749360614], "std": [0.0, 2.1779115476652664], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.0, 0.5895140664961637], "std": [0.0, 0.5975589895280757], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_state": {"mean": [0.0, 0.4539641943734015], "std": [0.0, 0.743120804908105], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_direction_action": {"mean": [6.0, 4.085677749360614], "std": [0.0, 2.1779115476652664], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.0, 0.5895140664961637], "std": [0.0, 0.5975589895280757], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_action": {"mean": [0.0, 0.4539641943734015], "std": [0.0, 0.743120804908105], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [-0.3103269040584564, 0.4675740599632263, 0.22824090719223022, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28501176834106445, -0.48350927233695984, 0.18421335518360138, 1.292300820350647, -1.9104499816894531, 1.007969856262207], "std": [1.4741647646587808e-05, 7.760264452372212e-06, 1.2246713595231995e-05, 0.0, 0.0, 0.0, 0.035710256546735764, 0.05449473112821579, 0.04152766987681389, 0.6254878640174866, 0.3893548846244812, 0.3238978385925293], "min": [-0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32662299275398254, -0.547914981842041, 0.08250799775123596, 0.5345797538757324, -2.287670612335205, 0.45619142055511475], "max": [-0.3102880120277405, 0.4675939977169037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21449099481105804, -0.3844299912452698, 0.22910399734973907, 2.185028076171875, -1.121137022972107, 1.4039677381515503], "count": [782]}, "eef_sim_pose_action": {"mean": [-0.31032681465148926, 0.46757403016090393, 0.22824083268642426, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.28501176834106445, -0.4835093319416046, 0.1842132955789566, 1.2923001050949097, -1.910449504852295, 1.0079694986343384], "std": [1.47417977132136e-05, 7.760329026496038e-06, 1.2246971891727298e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.03571026772260666, 0.054494716227054596, 0.04152766987681389, 0.6254881620407104, 0.3893545866012573, 0.32389765977859497], "min": [-0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32662299275398254, -0.547914981842041, 0.08250799775123596, 0.5345797538757324, -2.287670612335205, 0.45619142055511475], "max": [-0.3102880120277405, 0.4675939977169037, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21449099481105804, -0.3844299912452698, 0.22910399734973907, 2.185028076171875, -1.121137022972107, 1.4039677381515503], "count": [782]}, "gripper_mode_state": {"mean": [0.0, 0.5191815856777494], "std": [0.0, 0.49963193129631583], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_state": {"mean": [2.0, 1.860613810741688], "std": [0.0, 0.46046638395821626], "min": [2, 0], "max": [2, 2], "count": [782]}, "gripper_mode_action": {"mean": [0.0, 0.5191815856777494], "std": [0.0, 0.49963193129631583], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_action": {"mean": [2.0, 1.860613810741688], "std": [0.0, 0.46046638395821626], "min": [2, 0], "max": [2, 2], "count": [782]}}} +{"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.43730300578837195]], [[0.42016155778760306]], [[0.4197338416848221]]], "std": [[[0.20313672540270036]], [[0.20066071317823628]], [[0.20897924785010344]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042969090413943]], [[0.4009039445298817]], [[0.39848747410184115]]], "std": [[[0.23488701510578786]], [[0.22766607267179306]], [[0.22674493881815996]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.504692584849844]], [[0.492832940856081]], [[0.4878717867593661]]], "std": [[[0.21793713215247823]], [[0.2170276042269798]], [[0.2236119032740205]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45647114491221324]], [[0.43974355482933913]], [[0.4460240505788372]]], "std": [[[0.2723530124062572]], [[0.2636746293383812]], [[0.2685704293308499]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.3103860020637512, 0.4675390124320984, 0.22821199893951416, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.015620696358382702, 0.29963812232017517, -0.5969200730323792, -1.6657596826553345, 0.25384068489074707, -0.14191271364688873, -0.2916968762874603, -0.3349809944629669, -0.5317370295524597, 0.009565000422298908, 0.41412729024887085, -2.331127643585205, 0.5842854380607605, 1009.0, 156.0, -0.0006936751306056976, -0.19934041798114777, -0.9055604934692383, 1.8869318962097168, -0.9786480665206909, -0.00010726474283728749], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102850019931793, 0.46760299801826477, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4129623472690582, 0.6209881901741028, -0.103672556579113, -0.9835454225540161, 1.4598456621170044, 0.3735353648662567, 0.5646139979362488, -0.19666099548339844, -0.42833399772644043, 0.23719200491905212, 2.0724122524261475, -1.121137022972107, 1.5760557651519775, 1010.0, 1000.0, -0.0006917952559888363, -0.1923190802335739, -0.905548632144928, 1.8869397640228271, -0.9785038232803345, -8.827983401715755e-05], "mean": [-0.1995178908109665, 0.6046673655509949, 0.45138514041900635, -1.4119387865066528, -0.2539132833480835, -0.120547354221344, 0.02827017940580845, -0.3103347420692444, 0.46757450699806213, 0.22824455797672272, -1.5732381343841553, -1.1211426258087158, -0.7462759017944336, 0.2574852406978607, 0.4396638572216034, -0.3838370740413666, -1.4007015228271484, 0.8637876510620117, 0.04209405928850174, 0.14273592829704285, -0.2849476933479309, -0.4747277796268463, 0.16906318068504333, 1.2024210691452026, -1.8289823532104492, 1.1349328756332397, 1009.9171752929688, 573.3983154296875, -0.0006918214494362473, -0.1954452246427536, -0.9055591225624084, 1.8869527578353882, -0.9785552024841309, -9.968011727323756e-05], "std": [2.668432534846943e-05, 1.621995761524886e-05, 2.320504790986888e-05, 2.4702176233404316e-05, 2.378332646912895e-05, 1.727110065985471e-05, 2.2295524104265496e-05, 1.4431670024350751e-05, 7.97785833128728e-06, 1.158312716142973e-05, 2.616181518533267e-05, 2.525413037801627e-05, 2.3194230379885994e-05, 0.10367763787508011, 0.12202867120504379, 0.1428677886724472, 0.18676066398620605, 0.408358633518219, 0.1551138162612915, 0.28382566571235657, 0.039867233484983444, 0.03342534229159355, 0.06964782625436783, 0.5445792078971863, 0.4089113771915436, 0.320911169052124, 0.2756181061267853, 412.3510437011719, 2.1613868739223108e-07, 0.0020388364791870117, 6.279371064010775e-06, 1.6434934877906926e-05, 3.3305517717963085e-05, 2.26827046390099e-06], "count": [821]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.3103860020637512, 0.4675390124320984, 0.22821199893951416, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.015620696358382702, 0.29963812232017517, -0.5969200730323792, -1.6657596826553345, 0.25384068489074707, -0.14191271364688873, -0.2916968762874603, -0.3349809944629669, -0.5317370295524597, 0.009565000422298908, 0.41412729024887085, -2.331127643585205, 0.5842854380607605, 1009.0, 156.0, -0.0006936751306056976, -0.19934041798114777, -0.9055604934692383, 1.8869318962097168, -0.9786480665206909, -0.00010726474283728749], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102850019931793, 0.46760299801826477, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.4129623472690582, 0.6209881901741028, -0.103672556579113, -0.9835454225540161, 1.4598456621170044, 0.3735353648662567, 0.5646139979362488, -0.19666099548339844, -0.42833399772644043, 0.23719200491905212, 2.0724122524261475, -1.121137022972107, 1.5760557651519775, 1010.0, 1000.0, -0.0006917952559888363, -0.1923190802335739, -0.905548632144928, 1.8869397640228271, -0.9785038232803345, -8.827983401715755e-05], "mean": [-0.19951792061328888, 0.6046674251556396, 0.45138514041900635, -1.4119386672973633, -0.25391334295272827, -0.12054730206727982, 0.028270157054066658, -0.31033480167388916, 0.46757450699806213, 0.2282445877790451, -1.5732381343841553, -1.1211426258087158, -0.7462759017944336, 0.25739267468452454, 0.43966493010520935, -0.3839065730571747, -1.4009084701538086, 0.8641049861907959, 0.042106762528419495, 0.1424642652273178, -0.2849338948726654, -0.47469305992126465, 0.16902226209640503, 1.2021733522415161, -1.8291783332824707, 1.1352828741073608, 1009.9159545898438, 573.3983154296875, -0.0006918214494362473, -0.1954451948404312, -0.9055591225624084, 1.8869527578353882, -0.9785552024841309, -9.968358790501952e-05], "std": [2.6641102522262372e-05, 1.6225119907176122e-05, 2.320504790986888e-05, 2.473480526532512e-05, 2.3809767299098894e-05, 1.7222362657776102e-05, 2.2283225916908123e-05, 1.4432423995458521e-05, 7.967493729665875e-06, 1.160494502983056e-05, 2.616181518533267e-05, 2.5254126740037464e-05, 2.3194230379885994e-05, 0.10376322269439697, 0.12203030288219452, 0.14291450381278992, 0.18686723709106445, 0.40798598527908325, 0.15510088205337524, 0.2840960621833801, 0.039860405027866364, 0.0334475040435791, 0.0696229413151741, 0.5444568991661072, 0.40861085057258606, 0.3206430971622467, 0.2774543762207031, 412.3510437011719, 2.161387016030858e-07, 0.002038836246356368, 6.27892768534366e-06, 1.6436104488093406e-05, 3.3313324820483103e-05, 2.267541503897519e-06], "count": [821]}, "timestamp": {"min": [0.0], "max": [27.333333333333332], "mean": [13.666666666666666], "std": [7.900070323175048], "count": [821]}, "frame_index": {"min": [0], "max": [820], "mean": [410.0], "std": [237.00210969525145], "count": [821]}, "episode_index": {"min": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [821]}, "index": {"min": [48823], "max": [49643], "mean": [49233.0], "std": [237.00210969525145], "count": [821]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [821]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5733982964932701], "std": [0.0, 0.4123502313939164], "count": [821]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5733982964932701], "std": [0.0, 0.4123502313939164], "count": [821]}, "eef_direction_state": {"mean": [6.0, 4.056029232643118], "std": [0.0, 2.138169631502535], "min": [6, 0], "max": [6, 6], "count": [821]}, "eef_velocity_state": {"mean": [0.0, 0.6321559074299634], "std": [0.0, 0.6252026069107549], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_acc_mag_state": {"mean": [0.0, 0.4762484774665043], "std": [0.0, 0.7604624252759081], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_direction_action": {"mean": [6.0, 4.056029232643118], "std": [0.0, 2.138169631502535], "min": [6, 0], "max": [6, 6], "count": [821]}, "eef_velocity_action": {"mean": [0.0, 0.6321559074299634], "std": [0.0, 0.6252026069107549], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_acc_mag_action": {"mean": [0.0, 0.4762484774665043], "std": [0.0, 0.7604624252759081], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_sim_pose_state": {"mean": [-0.3103347420692444, 0.46757426857948303, 0.22824455797672272, -1.5732260942459106, -1.1211377382278442, -0.7462748289108276, -0.28494787216186523, -0.47472816705703735, 0.16906318068504333, 1.2024208307266235, -1.8289843797683716, 1.134932279586792], "std": [1.443168002879247e-05, 7.973304491315503e-06, 1.1583119885472115e-05, 2.32385045819683e-05, 2.4806482542771846e-05, 2.3167833205661736e-05, 0.03986724093556404, 0.033425334841012955, 0.06964783370494843, 0.5445794463157654, 0.40891170501708984, 0.3209109902381897], "min": [-0.3103860020637512, 0.4675390124320984, 0.22821199893951416, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3349809944629669, -0.5317370295524597, 0.009565000422298908, 0.41412729024887085, -2.331127643585205, 0.5842854380607605], "max": [-0.3102850019931793, 0.46760299801826477, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.19666099548339844, -0.42833399772644043, 0.23719200491905212, 2.0724122524261475, -1.121137022972107, 1.5760557651519775], "count": [821]}, "eef_sim_pose_action": {"mean": [-0.3103347420692444, 0.46757450699806213, 0.22824455797672272, -1.5732381343841553, -1.1211426258087158, -0.7462759017944336, -0.2849476933479309, -0.4747277796268463, 0.16906318068504333, 1.2024210691452026, -1.8289823532104492, 1.1349328756332397], "std": [1.4431670024350751e-05, 7.97785833128728e-06, 1.158312716142973e-05, 2.616181518533267e-05, 2.525413037801627e-05, 2.3194230379885994e-05, 0.039867233484983444, 0.03342534229159355, 0.06964782625436783, 0.5445792078971863, 0.4089113771915436, 0.320911169052124], "min": [-0.3103860020637512, 0.4675390124320984, 0.22821199893951416, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3349809944629669, -0.5317370295524597, 0.009565000422298908, 0.41412729024887085, -2.331127643585205, 0.5842854380607605], "max": [-0.3102850019931793, 0.46760299801826477, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.19666099548339844, -0.42833399772644043, 0.23719200491905212, 2.0724122524261475, -1.121137022972107, 1.5760557651519775], "count": [821]}, "gripper_mode_state": {"mean": [0.0, 0.4993909866017052], "std": [0.0, 0.49999962910254653], "min": [0, 0], "max": [0, 1], "count": [821]}, "gripper_activity_state": {"mean": [2.0, 1.8928136419001218], "std": [0.0, 0.4078516849779538], "min": [2, 0], "max": [2, 2], "count": [821]}, "gripper_mode_action": {"mean": [0.0, 0.4993909866017052], "std": [0.0, 0.49999962910254653], "min": [0, 0], "max": [0, 1], "count": [821]}, "gripper_activity_action": {"mean": [2.0, 1.8928136419001218], "std": [0.0, 0.4078516849779538], "min": [2, 0], "max": [2, 2], "count": [821]}}} +{"episode_index": 62, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.44099182078134286]], [[0.4203073765491045]], [[0.4201983357737034]]], "std": [[[0.20236911127978716]], [[0.2009569266706667]], [[0.20862366125750248]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4069643321343689]], [[0.4035102813852814]], [[0.4006213089402428]]], "std": [[[0.23552196632422928]], [[0.2276580485496407]], [[0.22715368448080375]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4966624782488753]], [[0.4837134939202954]], [[0.4776241525019098]]], "std": [[[0.21333043005952496]], [[0.21262754243738932]], [[0.21906374095487857]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613121339444869]], [[0.4420144671504966]], [[0.4496341155780494]]], "std": [[[0.280394161904829]], [[0.2691669509237397]], [[0.27327488975288905]]], "count": [154]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07452555745840073, 0.3617194890975952, -0.6112666726112366, -1.7625555992126465, 0.25382325053215027, -0.2634749114513397, -0.09005898982286453, -0.33585599064826965, -0.5211349725723267, 0.057881999760866165, 0.3743721544742584, -2.4271392822265625, 0.41823235154151917, 1009.0, 171.0, -0.000695555005222559, -0.19934794306755066, -0.9056326150894165, 1.8868478536605835, -0.9789721369743347, -0.00013858985039405525], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40859901905059814, 0.670991837978363, -0.11006046831607819, -1.0090795755386353, 1.6506102085113525, 0.42038002610206604, 0.5021836161613464, -0.18519100546836853, -0.4071410000324249, 0.25188198685646057, 1.9761844873428345, -1.121137022972107, 1.3946781158447266, 1010.0, 1000.0, -0.0006842757575213909, -0.1922871172428131, -0.9056001305580139, 1.8868693113327026, -0.9783374667167664, -8.068587339948863e-05], "mean": [-0.19952118396759033, 0.6046622395515442, 0.45139938592910767, -1.4119590520858765, -0.2539145052433014, -0.12054446339607239, 0.02827700600028038, -0.3103315532207489, 0.46757233142852783, 0.228235125541687, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.25738948583602905, 0.5309503078460693, -0.38870349526405334, -1.3902804851531982, 0.9213525652885437, 0.10206150263547897, 0.19489814341068268, -0.28897759318351746, -0.47019827365875244, 0.1975880116224289, 1.1757150888442993, -1.8755906820297241, 1.0605393648147583, 1009.9061279296875, 628.032470703125, -0.000690164917614311, -0.19532743096351624, -0.9056186676025391, 1.8868470191955566, -0.9786723852157593, -0.00010387195652583614], "std": [2.6196945327683352e-05, 1.8842691133613698e-05, 2.4314907932421193e-05, 2.4088561985990964e-05, 2.253829916298855e-05, 1.8475055185263045e-05, 2.1132042093086056e-05, 1.4433667274715845e-05, 8.303641152451746e-06, 1.3649638276547194e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08809810131788254, 0.08589072525501251, 0.14273002743721008, 0.21877729892730713, 0.4537789225578308, 0.25866544246673584, 0.20949211716651917, 0.04269462078809738, 0.03274834156036377, 0.05270557105541229, 0.5263349413871765, 0.46744367480278015, 0.291523814201355, 0.29163774847984314, 403.012451171875, 2.3566501567984233e-06, 0.002412256086245179, 1.2181903912278358e-05, 1.579475065227598e-05, 0.00013595471682492644, 1.2398439139360562e-05], "count": [831]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07452555745840073, 0.3617194890975952, -0.6112666726112366, -1.7625555992126465, 0.25382325053215027, -0.2634749114513397, -0.09005898982286453, -0.33585599064826965, -0.5211349725723267, 0.057881999760866165, 0.3743721544742584, -2.4271392822265625, 0.41823235154151917, 1009.0, 171.0, -0.000695555005222559, -0.19934794306755066, -0.9056326150894165, 1.8868478536605835, -0.9789721369743347, -0.00013858985039405525], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40859901905059814, 0.670991837978363, -0.11006046831607819, -1.0090795755386353, 1.6506102085113525, 0.42038002610206604, 0.5021836161613464, -0.18519100546836853, -0.4071410000324249, 0.25188198685646057, 1.9761844873428345, -1.121137022972107, 1.3946781158447266, 1010.0, 1000.0, -0.0006842757575213909, -0.1922871172428131, -0.9056001305580139, 1.8868693113327026, -0.9783374667167664, -8.068587339948863e-05], "mean": [-0.19952116906642914, 0.6046622395515442, 0.45139941573143005, -1.411958932876587, -0.2539144456386566, -0.12054446339607239, 0.02827698551118374, -0.3103315532207489, 0.46757233142852783, 0.2282351404428482, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.2573646903038025, 0.5309445858001709, -0.38881587982177734, -1.3903592824935913, 0.9217378497123718, 0.10189320147037506, 0.19482921063899994, -0.288969486951828, -0.47017598152160645, 0.1975407600402832, 1.1756254434585571, -1.8759102821350098, 1.0609183311462402, 1009.9061279296875, 628.032470703125, -0.000690158165525645, -0.19533038139343262, -0.9056187272071838, 1.8868470191955566, -0.9786725044250488, -0.0001038228438119404], "std": [2.6200177671853453e-05, 1.886033351183869e-05, 2.4276261683553457e-05, 2.4089491489576176e-05, 2.2525506210513413e-05, 1.8475055185263045e-05, 2.114337075909134e-05, 1.4432826901611406e-05, 8.304863513330929e-06, 1.3650870641868096e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08811736851930618, 0.08588604629039764, 0.1428159773349762, 0.21879714727401733, 0.4533480405807495, 0.2588558495044708, 0.20957472920417786, 0.04269122704863548, 0.03275642916560173, 0.05269568786025047, 0.5262739658355713, 0.46701979637145996, 0.29131975769996643, 0.29163774847984314, 403.012451171875, 2.360047574256896e-06, 0.0024107531644403934, 1.2208450243633706e-05, 1.580084062879905e-05, 0.00013564262189902365, 1.2345346476649866e-05], "count": [831]}, "timestamp": {"min": [0.0], "max": [27.666666666666668], "mean": [13.833333333333334], "std": [7.99629543856033], "count": [831]}, "frame_index": {"min": [0], "max": [830], "mean": [415.0], "std": [239.8888631568099], "count": [831]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [831]}, "index": {"min": [49644], "max": [50474], "mean": [50059.0], "std": [239.8888631568099], "count": [831]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [831]}, "gripper_open_scale_state": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.6280324926014842], "std": [0.0, 0.40301194981816485], "count": [831]}, "gripper_open_scale_action": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.6280324926014842], "std": [0.0, 0.40301194981816485], "count": [831]}, "eef_direction_state": {"mean": [6.0, 4.250300842358604], "std": [0.0, 2.1944951983174796], "min": [6, 0], "max": [6, 6], "count": [831]}, "eef_velocity_state": {"mean": [0.0, 0.5643802647412756], "std": [0.0, 0.6455491005329989], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_acc_mag_state": {"mean": [0.0, 0.470517448856799], "std": [0.0, 0.7576546221534691], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_direction_action": {"mean": [6.0, 4.250300842358604], "std": [0.0, 2.1944951983174796], "min": [6, 0], "max": [6, 6], "count": [831]}, "eef_velocity_action": {"mean": [0.0, 0.5643802647412756], "std": [0.0, 0.6455491005329989], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_acc_mag_action": {"mean": [0.0, 0.470517448856799], "std": [0.0, 0.7576546221534691], "min": [0, 0], "max": [0, 2], "count": [831]}, "eef_sim_pose_state": {"mean": [-0.3103316128253937, 0.46757277846336365, 0.22823524475097656, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2889777719974518, -0.47019869089126587, 0.19758804142475128, 1.1757129430770874, -1.8755972385406494, 1.0605412721633911], "std": [1.4433647265832406e-05, 8.291857739095576e-06, 1.36491289595142e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04269462451338768, 0.03274836018681526, 0.052705615758895874, 0.5263341665267944, 0.46744394302368164, 0.29152387380599976], "min": [-0.31037798523902893, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33585599064826965, -0.5211349725723267, 0.057881999760866165, 0.3743721544742584, -2.4271392822265625, 0.41823235154151917], "max": [-0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18519100546836853, -0.4071410000324249, 0.25188198685646057, 1.9761844873428345, -1.121137022972107, 1.3946781158447266], "count": [831]}, "eef_sim_pose_action": {"mean": [-0.3103315532207489, 0.46757233142852783, 0.228235125541687, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.28897759318351746, -0.47019827365875244, 0.1975880116224289, 1.1757150888442993, -1.8755906820297241, 1.0605393648147583], "std": [1.4433667274715845e-05, 8.303641152451746e-06, 1.3649638276547194e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.04269462078809738, 0.03274834156036377, 0.05270557105541229, 0.5263349413871765, 0.46744367480278015, 0.291523814201355], "min": [-0.31037798523902893, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33585599064826965, -0.5211349725723267, 0.057881999760866165, 0.3743721544742584, -2.4271392822265625, 0.41823235154151917], "max": [-0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18519100546836853, -0.4071410000324249, 0.25188198685646057, 1.9761844873428345, -1.121137022972107, 1.3946781158447266], "count": [831]}, "gripper_mode_state": {"mean": [0.0, 0.4416365824308063], "std": [0.0, 0.49658202896363957], "min": [0, 0], "max": [0, 1], "count": [831]}, "gripper_activity_state": {"mean": [2.0, 1.897713598074609], "std": [0.0, 0.39901451381354824], "min": [2, 0], "max": [2, 2], "count": [831]}, "gripper_mode_action": {"mean": [0.0, 0.4416365824308063], "std": [0.0, 0.49658202896363957], "min": [0, 0], "max": [0, 1], "count": [831]}, "gripper_activity_action": {"mean": [2.0, 1.897713598074609], "std": [0.0, 0.39901451381354824], "min": [2, 0], "max": [2, 2], "count": [831]}}} +{"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.44688679057734204]], [[0.42458661492374733]], [[0.427304128540305]]], "std": [[[0.20480885082864628]], [[0.20435469308385376]], [[0.2101467132147706]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4070683074618736]], [[0.40276983796296295]], [[0.3999389855664488]]], "std": [[[0.23475282418436383]], [[0.2267933279027299]], [[0.22606074587625863]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4960236574074074]], [[0.4835120806100218]], [[0.4778417783224401]]], "std": [[[0.21320283756381178]], [[0.2128243132160831]], [[0.21933734148074313]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44651197031590417]], [[0.42966876497821355]], [[0.4372988698257081]]], "std": [[[0.274228372149657]], [[0.26476750372929614]], [[0.26866780742581087]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03611086308956146, 0.4269424378871918, -0.626067042350769, -1.7549461126327515, 0.5122715830802917, -0.26057764887809753, -0.2817659378051758, -0.3343139886856079, -0.5199040174484253, 0.05022900179028511, 0.5105636119842529, -2.3274459838867188, 0.48372653126716614, 1009.0, 152.0, -0.0006917952559888363, -0.1997464895248413, -0.9056159853935242, 1.8868558406829834, -0.9786504507064819, -0.00010536625632084906], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4190709888935089, 0.6774844527244568, -0.20415115356445312, -1.062591314315796, 1.551423192024231, 0.22158700227737427, 0.5289744138717651, -0.17500700056552887, -0.40960100293159485, 0.23827099800109863, 1.9088635444641113, -1.2904822826385498, 1.5206218957901, 1010.0, 1000.0, -0.0006842757575213909, -0.19233036041259766, -0.905600905418396, 1.8868684768676758, -0.9784531593322754, -8.638134750071913e-05], "mean": [-0.1995178461074829, 0.6046762466430664, 0.4513949453830719, -1.4119573831558228, -0.25391334295272827, -0.12055392563343048, 0.028269464150071144, -0.31033024191856384, 0.46757224202156067, 0.22824138402938843, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.25607842206954956, 0.5281010270118713, -0.4527559280395508, -1.4492974281311035, 1.0170817375183105, 0.041795164346694946, 0.17829063534736633, -0.28024017810821533, -0.46260178089141846, 0.17219118773937225, 1.1849926710128784, -1.934070110321045, 1.1285039186477661, 1009.9212646484375, 549.989990234375, -0.0006861666333861649, -0.19555705785751343, -0.905610203742981, 1.8868488073349, -0.9785141944885254, -9.628351108403876e-05], "std": [2.6137538952752948e-05, 1.7585662135388702e-05, 2.2788182832300663e-05, 2.3610798962181434e-05, 2.2272910428000614e-05, 1.961368616321124e-05, 1.9369308574823663e-05, 1.4838190509181004e-05, 8.045160939218476e-06, 1.1942171113332734e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.1187513992190361, 0.07601141929626465, 0.11531450599431992, 0.2154548168182373, 0.401920348405838, 0.16111451387405396, 0.24709175527095795, 0.04986491799354553, 0.037140291184186935, 0.05868237465620041, 0.489614874124527, 0.3640398383140564, 0.36177435517311096, 0.2693476378917694, 413.2549133300781, 2.3027493512017827e-07, 0.00251932255923748, 4.590023308992386e-06, 1.5224846720229834e-05, 5.8729790907818824e-05, 1.8686570228965138e-06], "count": [800]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03611086308956146, 0.4269424378871918, -0.626067042350769, -1.7549461126327515, 0.5122715830802917, -0.26057764887809753, -0.2817659378051758, -0.3343139886856079, -0.5199040174484253, 0.05022900179028511, 0.5105636119842529, -2.3274459838867188, 0.48372653126716614, 1009.0, 152.0, -0.0006917952559888363, -0.1997464895248413, -0.9056159853935242, 1.8868558406829834, -0.9786504507064819, -0.00010536625632084906], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4190709888935089, 0.6774844527244568, -0.20415115356445312, -1.062591314315796, 1.551423192024231, 0.22158700227737427, 0.5289744138717651, -0.17500700056552887, -0.40960100293159485, 0.23827099800109863, 1.9088635444641113, -1.2904822826385498, 1.5206218957901, 1010.0, 1000.0, -0.0006842757575213909, -0.19233036041259766, -0.905600905418396, 1.8868684768676758, -0.9784531593322754, -8.638134750071913e-05], "mean": [-0.1995178610086441, 0.6046762466430664, 0.4513949155807495, -1.4119573831558228, -0.25391334295272827, -0.12055391073226929, 0.028269464150071144, -0.31033021211624146, 0.46757224202156067, 0.22824139893054962, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.25599053502082825, 0.5281079411506653, -0.45275548100471497, -1.4493869543075562, 1.0170502662658691, 0.04189542680978775, 0.17809027433395386, -0.28025853633880615, -0.46257755160331726, 0.17219309508800507, 1.1848160028457642, -1.9339975118637085, 1.1284955739974976, 1009.9212646484375, 549.989990234375, -0.0006861666333861649, -0.195561945438385, -0.9056102633476257, 1.8868488073349, -0.9785144329071045, -9.627996041672304e-05], "std": [2.6137266104342416e-05, 1.7585662135388702e-05, 2.2814740077592432e-05, 2.3615719328518026e-05, 2.2272910428000614e-05, 1.961383350135293e-05, 1.9369308574823663e-05, 1.4842071323073469e-05, 8.044384230743162e-06, 1.1933668247365858e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.11883444339036942, 0.0760180652141571, 0.11531408131122589, 0.21548137068748474, 0.4019557535648346, 0.16095110774040222, 0.24737052619457245, 0.04987623170018196, 0.0371553897857666, 0.05868293344974518, 0.4895271360874176, 0.36415421962738037, 0.3617759943008423, 0.2693476378917694, 413.2549133300781, 2.3027493512017827e-07, 0.0025226480793207884, 4.621263087756233e-06, 1.5224123671941925e-05, 5.888251689611934e-05, 1.868533217930235e-06], "count": [800]}, "timestamp": {"min": [0.0], "max": [26.633333333333333], "mean": [13.316666666666665], "std": [7.697997575127356], "count": [800]}, "frame_index": {"min": [0], "max": [799], "mean": [399.5], "std": [230.9399272538207], "count": [800]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [800]}, "index": {"min": [50475], "max": [51274], "mean": [50874.5], "std": [230.9399272538207], "count": [800]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [800]}, "gripper_open_scale_state": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5499899973906577], "std": [0.0, 0.41325292404219377], "count": [800]}, "gripper_open_scale_action": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5499899973906577], "std": [0.0, 0.41325292404219377], "count": [800]}, "eef_direction_state": {"mean": [6.0, 3.85375], "std": [0.0, 2.1517111649800986], "min": [6, 0], "max": [6, 6], "count": [800]}, "eef_velocity_state": {"mean": [0.0, 0.65875], "std": [0.0, 0.6162778898354228], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_acc_mag_state": {"mean": [0.0, 0.47375], "std": [0.0, 0.747870936392099], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_direction_action": {"mean": [6.0, 3.85375], "std": [0.0, 2.1517111649800986], "min": [6, 0], "max": [6, 6], "count": [800]}, "eef_velocity_action": {"mean": [0.0, 0.65875], "std": [0.0, 0.6162778898354228], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_acc_mag_action": {"mean": [0.0, 0.47375], "std": [0.0, 0.747870936392099], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_sim_pose_state": {"mean": [-0.31033027172088623, 0.4675722122192383, 0.2282412350177765, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28024017810821533, -0.4626016318798065, 0.17219115793704987, 1.1849913597106934, -1.9340671300888062, 1.1285035610198975], "std": [1.483815776737174e-05, 8.04515275376616e-06, 1.1941097909584641e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04986492544412613, 0.03714028000831604, 0.05868235602974892, 0.4896150231361389, 0.36403951048851013, 0.36177435517311096], "min": [-0.31036999821662903, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3343139886856079, -0.5199040174484253, 0.05022900179028511, 0.5105636119842529, -2.3274459838867188, 0.48372653126716614], "max": [-0.3102859854698181, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17500700056552887, -0.40960100293159485, 0.23827099800109863, 1.9088635444641113, -1.2904822826385498, 1.5206218957901], "count": [800]}, "eef_sim_pose_action": {"mean": [-0.31033024191856384, 0.46757224202156067, 0.22824138402938843, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.28024017810821533, -0.46260178089141846, 0.17219118773937225, 1.1849926710128784, -1.934070110321045, 1.1285039186477661], "std": [1.4838190509181004e-05, 8.045160939218476e-06, 1.1942171113332734e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.04986491799354553, 0.037140291184186935, 0.05868237465620041, 0.489614874124527, 0.3640398383140564, 0.36177435517311096], "min": [-0.31036999821662903, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3343139886856079, -0.5199040174484253, 0.05022900179028511, 0.5105636119842529, -2.3274459838867188, 0.48372653126716614], "max": [-0.3102859854698181, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17500700056552887, -0.40960100293159485, 0.23827099800109863, 1.9088635444641113, -1.2904822826385498, 1.5206218957901], "count": [800]}, "gripper_mode_state": {"mean": [0.0, 0.525], "std": [0.0, 0.49937460888595125], "min": [0, 0], "max": [0, 1], "count": [800]}, "gripper_activity_state": {"mean": [2.0, 1.89], "std": [0.0, 0.41279534881100705], "min": [2, 0], "max": [2, 2], "count": [800]}, "gripper_mode_action": {"mean": [0.0, 0.525], "std": [0.0, 0.49937460888595125], "min": [0, 0], "max": [0, 1], "count": [800]}, "gripper_activity_action": {"mean": [2.0, 1.89], "std": [0.0, 0.41279534881100705], "min": [2, 0], "max": [2, 2], "count": [800]}}} +{"episode_index": 64, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4352186610755413]], [[0.4170133303321329]], [[0.4144691890645147]]], "std": [[[0.20090322301198407]], [[0.1987635432649006]], [[0.20807456030888066]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4065796262949624]], [[0.40338573068116135]], [[0.4000669545596016]]], "std": [[[0.2362460113845566]], [[0.22784141635100685]], [[0.22687228236359505]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49469171835400827]], [[0.48180499144102085]], [[0.4758111494597839]]], "std": [[[0.21249952012509274]], [[0.21156421505345008]], [[0.21788610579855283]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45036430127606597]], [[0.4358018957583033]], [[0.444307567471433]]], "std": [[[0.28000286881097286]], [[0.27070152719092394]], [[0.2753012661108894]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03968878462910652, 0.398703008890152, -0.7083768248558044, -1.770043134689331, 0.25384068489074707, -0.25446900725364685, -0.26829200983047485, -0.3333359956741333, -0.5141140222549438, 0.09506800025701523, 0.4559231102466583, -2.4363553524017334, 0.5655677318572998, 1009.0, 171.0, -0.0006861556321382523, -0.19936487078666687, -0.9056136012077332, 1.8868573904037476, -0.978655993938446, -9.58738019107841e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028199195861816, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4056145250797272, 0.7164576649665833, -0.08953539282083511, -1.0602351427078247, 1.6997238397598267, 0.3401122987270355, 0.5306324362754822, -0.18965500593185425, -0.39367198944091797, 0.25074100494384766, 1.8408069610595703, -1.121137022972107, 1.4934055805206299, 1010.0, 1001.0, -0.0006823958829045296, -0.19230780005455017, -0.9056017398834229, 1.886867642402649, -0.9785696268081665, 0.0001300466392422095], "mean": [-0.19951747357845306, 0.6046642065048218, 0.4513879120349884, -1.4119584560394287, -0.25390902161598206, -0.12055515497922897, 0.028279336169362068, -0.3103281855583191, 0.46757370233535767, 0.22823773324489594, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2645804286003113, 0.5636364817619324, -0.42617806792259216, -1.4043834209442139, 1.04872727394104, 0.08907270431518555, 0.2194216400384903, -0.2856299579143524, -0.4678829610347748, 0.19798243045806885, 1.137247085571289, -1.9608221054077148, 1.1041479110717773, 1009.9154052734375, 530.015380859375, -0.0006858466658741236, -0.19544640183448792, -0.905600905418396, 1.8868494033813477, -0.9786034822463989, 9.425153257325292e-05], "std": [2.6782006898429245e-05, 1.831685221986845e-05, 2.2776615878683515e-05, 2.446061080263462e-05, 2.2591642846236937e-05, 2.0380148271215148e-05, 2.041997322521638e-05, 1.5453169908141717e-05, 8.485118996759411e-06, 1.2065698683727533e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08509170264005661, 0.08935036510229111, 0.1549215316772461, 0.22416017949581146, 0.463191956281662, 0.18541525304317474, 0.25707370042800903, 0.04101025313138962, 0.03688512742519379, 0.048321425914764404, 0.513096034526825, 0.4522295296192169, 0.31003445386886597, 0.2783086895942688, 400.88909912109375, 7.363211693700578e-07, 0.0027236377354711294, 7.759767868265044e-06, 1.4171674592944328e-05, 2.0469169612624682e-05, 5.900449104956351e-05], "count": [780]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038400530815125, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03968878462910652, 0.398703008890152, -0.7083768248558044, -1.770043134689331, 0.25384068489074707, -0.25446900725364685, -0.26829200983047485, -0.3333359956741333, -0.5141140222549438, 0.09506800025701523, 0.4559231102466583, -2.4363553524017334, 0.5655677318572998, 1009.0, 171.0, -0.0006861556321382523, -0.19936487078666687, -0.9056136012077332, 1.8868573904037476, -0.978655993938446, -9.58738019107841e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028199195861816, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4056145250797272, 0.7164576649665833, -0.08953539282083511, -1.0602351427078247, 1.6997238397598267, 0.3401122987270355, 0.5306324362754822, -0.18965500593185425, -0.39367198944091797, 0.25074100494384766, 1.8408069610595703, -1.121137022972107, 1.4934055805206299, 1010.0, 1001.0, -0.0006823958829045296, -0.19230780005455017, -0.9056017398834229, 1.886867642402649, -0.9785696268081665, 0.0001300466392422095], "mean": [-0.19951747357845306, 0.604664146900177, 0.4513879120349884, -1.4119586944580078, -0.2539089620113373, -0.1205551028251648, 0.028279313817620277, -0.3103281855583191, 0.46757370233535767, 0.22823771834373474, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2646884024143219, 0.5637317895889282, -0.4265010356903076, -1.4044893980026245, 1.049131989479065, 0.08891300112009048, 0.21912528574466705, -0.2856069505214691, -0.4678705334663391, 0.19792959094047546, 1.1371616125106812, -1.9610074758529663, 1.104498267173767, 1009.9154052734375, 530.015380859375, -0.0006858442211523652, -0.1954464614391327, -0.905600905418396, 1.8868494033813477, -0.9786034226417542, 9.4511968200095e-05], "std": [2.6782006898429245e-05, 1.832295674830675e-05, 2.275527731399052e-05, 2.443600351398345e-05, 2.2665341020911e-05, 2.043010863417294e-05, 2.0415978724486195e-05, 1.5442725270986557e-05, 8.48191757540917e-06, 1.2067160241713282e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08506256341934204, 0.08943356573581696, 0.15523593127727509, 0.22418326139450073, 0.46263524889945984, 0.18564921617507935, 0.2574920058250427, 0.041001416742801666, 0.03688685968518257, 0.04831084609031677, 0.5130289793014526, 0.4519151747226715, 0.30978405475616455, 0.2783086895942688, 400.88909912109375, 7.383741262856347e-07, 0.0027236377354711294, 7.756480044918135e-06, 1.417432304151589e-05, 2.045058317889925e-05, 5.861596582690254e-05], "count": [780]}, "timestamp": {"min": [0.0], "max": [25.966666666666665], "mean": [12.983333333333333], "std": [7.505547331190493], "count": [780]}, "frame_index": {"min": [0], "max": [779], "mean": [389.5], "std": [225.1664199357148], "count": [780]}, "episode_index": {"min": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [780]}, "index": {"min": [51275], "max": [52054], "mean": [51664.5], "std": [225.1664199357148], "count": [780]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [780]}, "gripper_open_scale_state": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5300141047590818], "std": [0.0, 0.4008857913131612], "count": [780]}, "gripper_open_scale_action": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5300141047590818], "std": [0.0, 0.4008857913131612], "count": [780]}, "eef_direction_state": {"mean": [6.0, 4.225641025641026], "std": [0.0, 2.158551027380188], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_state": {"mean": [0.0, 0.5769230769230769], "std": [0.0, 0.6428947110277465], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_state": {"mean": [0.0, 0.42435897435897435], "std": [0.0, 0.7307681061619751], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_direction_action": {"mean": [6.0, 4.225641025641026], "std": [0.0, 2.158551027380188], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_action": {"mean": [0.0, 0.5769230769230769], "std": [0.0, 0.6428947110277465], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_action": {"mean": [0.0, 0.42435897435897435], "std": [0.0, 0.7307681061619751], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_sim_pose_state": {"mean": [-0.3103281557559967, 0.4675738215446472, 0.2282378226518631, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.28562992811203003, -0.46788290143013, 0.19798260927200317, 1.137247920036316, -1.960821509361267, 1.1041488647460938], "std": [1.5453195373993367e-05, 8.484920726914424e-06, 1.2065449482179247e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04101026430726051, 0.03688514232635498, 0.048321425914764404, 0.5130962133407593, 0.4522291123867035, 0.3100346326828003], "min": [-0.31038400530815125, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3333359956741333, -0.5141140222549438, 0.09506800025701523, 0.4559231102466583, -2.4363553524017334, 0.5655677318572998], "max": [-0.31028199195861816, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18965500593185425, -0.39367198944091797, 0.25074100494384766, 1.8408069610595703, -1.121137022972107, 1.4934055805206299], "count": [780]}, "eef_sim_pose_action": {"mean": [-0.3103281855583191, 0.46757370233535767, 0.22823773324489594, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2856299579143524, -0.4678829610347748, 0.19798243045806885, 1.137247085571289, -1.9608221054077148, 1.1041479110717773], "std": [1.5453169908141717e-05, 8.485118996759411e-06, 1.2065698683727533e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.04101025313138962, 0.03688512742519379, 0.048321425914764404, 0.513096034526825, 0.4522295296192169, 0.31003445386886597], "min": [-0.31038400530815125, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3333359956741333, -0.5141140222549438, 0.09506800025701523, 0.4559231102466583, -2.4363553524017334, 0.5655677318572998], "max": [-0.31028199195861816, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18965500593185425, -0.39367198944091797, 0.25074100494384766, 1.8408069610595703, -1.121137022972107, 1.4934055805206299], "count": [780]}, "gripper_mode_state": {"mean": [0.0, 0.5602564102564103], "std": [0.0, 0.4963558854521698], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_state": {"mean": [2.0, 1.8884615384615384], "std": [0.0, 0.41648122105932617], "min": [2, 0], "max": [2, 2], "count": [780]}, "gripper_mode_action": {"mean": [0.0, 0.5602564102564103], "std": [0.0, 0.4963558854521698], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_action": {"mean": [2.0, 1.8884615384615384], "std": [0.0, 0.41648122105932617], "min": [2, 0], "max": [2, 2], "count": [780]}}} +{"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.430515739379085]], [[0.4142294757625272]], [[0.41149000680827885]]], "std": [[[0.2031300516462565]], [[0.20069888501025673]], [[0.20917762359571684]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4057309776688453]], [[0.40148263208061]], [[0.3979439910130719]]], "std": [[[0.23508107422104937]], [[0.22654429109963892]], [[0.22580426373069012]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4929622140522876]], [[0.4817446840958606]], [[0.47727588779956426]]], "std": [[[0.21208291201263257]], [[0.21173033890783882]], [[0.21837075017315555]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44183963779956426]], [[0.42337898420479303]], [[0.43143056917211325]]], "std": [[[0.27825378994614103]], [[0.26805877881144863]], [[0.27198714321540146]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03413863852620125, 0.3710220754146576, -0.6775542497634888, -1.6625133752822876, 0.25385814905166626, -0.17531833052635193, -0.1774476170539856, -0.341717004776001, -0.5386189818382263, 0.028867999091744423, 0.4332627058029175, -2.552396297454834, 0.30797505378723145, 1009.0, 176.0, -0.0006880354485474527, -0.19926711916923523, -0.9056136012077332, 1.8868597745895386, -0.978655993938446, 8.54320969665423e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5062676668167114, 0.6403787732124329, -0.11688470095396042, -0.9197885394096375, 1.5899949073791504, 0.3966435194015503, 0.5866749286651611, -0.15389999747276306, -0.4362980127334595, 0.2541320025920868, 1.9441167116165161, -1.121137022972107, 1.482300877571106, 1010.0, 1001.0, -0.0006823958829045296, -0.192294642329216, -0.905543863773346, 1.88689386844635, -0.9784587025642395, 0.0001528285356471315], "mean": [-0.19951872527599335, 0.6046637296676636, 0.4513830244541168, -1.4119594097137451, -0.2539018988609314, -0.12055277079343796, 0.028265036642551422, -0.31032782793045044, 0.46757394075393677, 0.2282378226518631, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.36809539794921875, 0.48597970604896545, -0.4662913978099823, -1.3338881731033325, 0.9159381985664368, 0.1217728778719902, 0.28338879346847534, -0.2765286862850189, -0.48539677262306213, 0.1646287888288498, 1.2641587257385254, -1.929632306098938, 0.9913910627365112, 1009.922607421875, 528.3345947265625, -0.0006846327451057732, -0.19546903669834137, -0.9055958986282349, 1.8868681192398071, -0.9785475730895996, 0.00010382075561210513], "std": [2.6438288841745816e-05, 1.6675105143804103e-05, 2.3381091523333453e-05, 2.3891503587947227e-05, 2.2421965695684776e-05, 1.936506487254519e-05, 2.1427515093819238e-05, 1.5328931112890132e-05, 8.329586307809222e-06, 1.1880914826178923e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.1118660718202591, 0.07339858263731003, 0.15799742937088013, 0.24547316133975983, 0.4265100359916687, 0.17560531198978424, 0.27016714215278625, 0.056677188724279404, 0.03230658546090126, 0.07152723520994186, 0.5176442265510559, 0.42811059951782227, 0.40837720036506653, 0.2672296166419983, 398.2518005371094, 7.660681831112015e-07, 0.0026754909195005894, 2.001561915676575e-05, 8.674264790897723e-06, 3.969500176026486e-05, 5.161130047781626e-06], "count": [801]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03413863852620125, 0.3710220754146576, -0.6775542497634888, -1.6625133752822876, 0.25385814905166626, -0.17531833052635193, -0.1774476170539856, -0.341717004776001, -0.5386189818382263, 0.028867999091744423, 0.4332627058029175, -2.552396297454834, 0.30797505378723145, 1009.0, 176.0, -0.0006880354485474527, -0.19926711916923523, -0.9056136012077332, 1.8868597745895386, -0.978655993938446, 8.54320969665423e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5062676668167114, 0.6403787732124329, -0.11688470095396042, -0.9197885394096375, 1.5899949073791504, 0.3966435194015503, 0.5866749286651611, -0.15389999747276306, -0.4362980127334595, 0.2541320025920868, 1.9441167116165161, -1.121137022972107, 1.482300877571106, 1010.0, 1001.0, -0.0006823958829045296, -0.192294642329216, -0.905543863773346, 1.88689386844635, -0.9784587025642395, 0.0001528285356471315], "mean": [-0.19951866567134857, 0.6046636700630188, 0.4513830542564392, -1.4119592905044556, -0.2539018392562866, -0.12055271863937378, 0.028265058994293213, -0.31032782793045044, 0.46757394075393677, 0.2282378226518631, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.36821672320365906, 0.48588189482688904, -0.4665059447288513, -1.3338654041290283, 0.9162783622741699, 0.12171145528554916, 0.28320398926734924, -0.27652475237846375, -0.48541027307510376, 0.1645490676164627, 1.2639987468719482, -1.9299002885818481, 0.9917247295379639, 1009.922607421875, 528.3345947265625, -0.0006846327451057732, -0.19546912610530853, -0.9055958390235901, 1.8868681192398071, -0.9785475730895996, 0.00010382075561210513], "std": [2.6399424314149655e-05, 1.675773637543898e-05, 2.3368611437035725e-05, 2.3841610527597368e-05, 2.2474119759863243e-05, 1.93329051398905e-05, 2.1445779566420242e-05, 1.5334922863985412e-05, 8.33067770145135e-06, 1.1880914826178923e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.11173582077026367, 0.07329263538122177, 0.15809378027915955, 0.24546696245670319, 0.426090270280838, 0.17569877207279205, 0.2704308331012726, 0.05667492747306824, 0.0323014110326767, 0.07149185240268707, 0.517568051815033, 0.42767134308815, 0.4082857668399811, 0.2672296166419983, 398.2518310546875, 7.660681831112015e-07, 0.002675489755347371, 2.003731788136065e-05, 8.686038199812174e-06, 3.965175710618496e-05, 5.161130047781626e-06], "count": [801]}, "timestamp": {"min": [0.0], "max": [26.666666666666668], "mean": [13.333333333333334], "std": [7.707620087122056], "count": [801]}, "frame_index": {"min": [0], "max": [800], "mean": [400.0], "std": [231.22860261366168], "count": [801]}, "episode_index": {"min": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [801]}, "index": {"min": [52055], "max": [52855], "mean": [52455.0], "std": [231.22860261366168], "count": [801]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [801]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5283333329337366], "std": [0.0, 0.39825006456882456], "count": [801]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5283333329337366], "std": [0.0, 0.39825006456882456], "count": [801]}, "eef_direction_state": {"mean": [6.0, 3.968789013732834], "std": [0.0, 2.195847779865145], "min": [6, 0], "max": [6, 6], "count": [801]}, "eef_velocity_state": {"mean": [0.0, 0.7290886392009988], "std": [0.0, 0.7121315743311255], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_acc_mag_state": {"mean": [0.0, 0.5705368289637952], "std": [0.0, 0.805927377486464], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_direction_action": {"mean": [6.0, 3.968789013732834], "std": [0.0, 2.195847779865145], "min": [6, 0], "max": [6, 6], "count": [801]}, "eef_velocity_action": {"mean": [0.0, 0.7290886392009988], "std": [0.0, 0.7121315743311255], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_acc_mag_action": {"mean": [0.0, 0.5705368289637952], "std": [0.0, 0.805927377486464], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_sim_pose_state": {"mean": [-0.3103278875350952, 0.46757373213768005, 0.2282377928495407, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2765284776687622, -0.4853963553905487, 0.164628803730011, 1.264156699180603, -1.9296311140060425, 0.9913919568061829], "std": [1.5328794688684866e-05, 8.326269380631857e-06, 1.188088754133787e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05667715519666672, 0.03230659291148186, 0.07152730226516724, 0.5176441073417664, 0.4281103312969208, 0.4083772599697113], "min": [-0.3103809952735901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.341717004776001, -0.5386189818382263, 0.028867999091744423, 0.4332627058029175, -2.552396297454834, 0.30797505378723145], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15389999747276306, -0.4362980127334595, 0.2541320025920868, 1.9441167116165161, -1.121137022972107, 1.482300877571106], "count": [801]}, "eef_sim_pose_action": {"mean": [-0.31032782793045044, 0.46757394075393677, 0.2282378226518631, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2765286862850189, -0.48539677262306213, 0.1646287888288498, 1.2641587257385254, -1.929632306098938, 0.9913910627365112], "std": [1.5328931112890132e-05, 8.329586307809222e-06, 1.1880914826178923e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.056677188724279404, 0.03230658546090126, 0.07152723520994186, 0.5176442265510559, 0.42811059951782227, 0.40837720036506653], "min": [-0.3103809952735901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.341717004776001, -0.5386189818382263, 0.028867999091744423, 0.4332627058029175, -2.552396297454834, 0.30797505378723145], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15389999747276306, -0.4362980127334595, 0.2541320025920868, 1.9441167116165161, -1.121137022972107, 1.482300877571106], "count": [801]}, "gripper_mode_state": {"mean": [0.0, 0.5655430711610487], "std": [0.0, 0.49568549083343144], "min": [0, 0], "max": [0, 1], "count": [801]}, "gripper_activity_state": {"mean": [2.0, 1.8938826466916354], "std": [0.0, 0.40591756536720797], "min": [2, 0], "max": [2, 2], "count": [801]}, "gripper_mode_action": {"mean": [0.0, 0.5655430711610487], "std": [0.0, 0.49568549083343144], "min": [0, 0], "max": [0, 1], "count": [801]}, "gripper_activity_action": {"mean": [2.0, 1.8938826466916354], "std": [0.0, 0.40591756536720797], "min": [2, 0], "max": [2, 2], "count": [801]}}} +{"episode_index": 66, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43267138306847797]], [[0.4152683129351959]], [[0.41292669619590755]]], "std": [[[0.20260790740030968]], [[0.20051830844846988]], [[0.20908042011155703]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4045427172775428]], [[0.4000454806377889]], [[0.3962872145862702]]], "std": [[[0.2345621046102993]], [[0.22634523231868278]], [[0.225148863422689]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4938506023324362]], [[0.4826337212717331]], [[0.47829572626981076]]], "std": [[[0.21243970265997728]], [[0.21225306260663732]], [[0.21892916575952825]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45809460437224997]], [[0.438128655111282]], [[0.4440494574736213]]], "std": [[[0.2802448418953274]], [[0.26971422647223475]], [[0.2742913758005934]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.007661995477974415, 0.2531949281692505, -0.6111968755722046, -1.7236173152923584, 0.25384068489074707, -0.2483254373073578, -0.30695104598999023, -0.3429900109767914, -0.5243200063705444, 0.03323199972510338, 0.37839198112487793, -2.332814931869507, 0.6191298365592957, 1009.0, 185.0, -0.0006842757575213909, -0.19924454391002655, -0.9055684208869934, 1.8868660926818848, -0.978766918182373, -0.0001708641939330846], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.228301003575325, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3773750960826874, 0.6178989410400391, -0.05511749908328056, -1.0277196168899536, 1.6250063180923462, 0.31761500239372253, 0.4499284029006958, -0.17800100147724152, -0.40758201479911804, 0.23882099986076355, 1.9824738502502441, -1.121137022972107, 1.572282314300537, 1010.0, 1000.0, -0.0006842757575213909, -0.19233036041259766, -0.9055526256561279, 1.8868858814239502, -0.9785704016685486, 0.0002771797007881105], "mean": [-0.1995169073343277, 0.6046749949455261, 0.4513806998729706, -1.4119610786437988, -0.253898948431015, -0.12055885791778564, 0.028277426958084106, -0.31032636761665344, 0.4675735831260681, 0.22824464738368988, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, 0.22465068101882935, 0.44862234592437744, -0.36934617161750793, -1.4507901668548584, 0.8882594704627991, 0.09006766229867935, 0.16735300421714783, -0.28314119577407837, -0.46281373500823975, 0.16662363708019257, 1.185850739479065, -1.8862782716751099, 1.1144853830337524, 1009.9158325195312, 494.6451110839844, -0.0006842679576948285, -0.19551867246627808, -0.9055623412132263, 1.8868718147277832, -0.9786688089370728, -0.0001305027981288731], "std": [2.629626396810636e-05, 1.8849670595955104e-05, 2.3639937353436835e-05, 2.392563510511536e-05, 2.238885463157203e-05, 2.0726642105728388e-05, 2.5897339583025314e-05, 1.4162747902446426e-05, 7.790012205077801e-06, 1.2295483429625165e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.09273558109998703, 0.11011657863855362, 0.15819749236106873, 0.192875936627388, 0.4644545614719391, 0.17256805300712585, 0.22165827453136444, 0.04892374202609062, 0.03560718894004822, 0.06847845017910004, 0.5577574372291565, 0.3957204520702362, 0.32591912150382996, 0.2776068150997162, 385.9411926269531, 7.799826562404633e-09, 0.0026662342716008425, 3.1978402148524765e-06, 5.291151410347084e-06, 4.620509935193695e-05, 6.872037920402363e-05], "count": [820]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.007661995477974415, 0.2531949281692505, -0.6111968755722046, -1.7236173152923584, 0.25384068489074707, -0.2483254373073578, -0.30695104598999023, -0.3429900109767914, -0.5243200063705444, 0.03323199972510338, 0.37839198112487793, -2.332814931869507, 0.6191298365592957, 1009.0, 185.0, -0.0006842757575213909, -0.19924454391002655, -0.9055684208869934, 1.8868660926818848, -0.978766918182373, -0.0001708641939330846], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.228301003575325, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3773750960826874, 0.6178989410400391, -0.05511749908328056, -1.0277196168899536, 1.6250063180923462, 0.31761500239372253, 0.4499284029006958, -0.17800100147724152, -0.40758201479911804, 0.23882099986076355, 1.9824738502502441, -1.121137022972107, 1.572282314300537, 1010.0, 1000.0, -0.0006842757575213909, -0.19233036041259766, -0.9055526256561279, 1.8868858814239502, -0.9785704016685486, 0.0002771797007881105], "mean": [-0.19951695203781128, 0.6046749353408813, 0.4513806700706482, -1.4119610786437988, -0.253898948431015, -0.12055887281894684, 0.02827746979892254, -0.3103264272212982, 0.4675735533237457, 0.2282445728778839, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, 0.22450457513332367, 0.44861963391304016, -0.3695409595966339, -1.4509638547897339, 0.8883854746818542, 0.08991222083568573, 0.16701702773571014, -0.2831656038761139, -0.46274083852767944, 0.16654883325099945, 1.1857757568359375, -1.886396884918213, 1.114763617515564, 1009.9158325195312, 494.6451110839844, -0.0006842679576948285, -0.19551843404769897, -0.9055623412132263, 1.8868718147277832, -0.9786691069602966, -0.00013081073120702058], "std": [2.625386514409911e-05, 1.886567952169571e-05, 2.362095438002143e-05, 2.392563510511536e-05, 2.2388852812582627e-05, 2.0762145140906796e-05, 2.5892306439345703e-05, 1.4129593182587996e-05, 7.75531316321576e-06, 1.223646631842712e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.09286950528621674, 0.11011286824941635, 0.1583966463804245, 0.19290505349636078, 0.4642964005470276, 0.17281480133533478, 0.22216267883777618, 0.04894232004880905, 0.035658519715070724, 0.06844457983970642, 0.557709813117981, 0.395505428314209, 0.3257017433643341, 0.2776068150997162, 385.9411926269531, 7.799826562404633e-09, 0.0026662382297217846, 3.195663794031134e-06, 5.281902303977404e-06, 4.6217592171160504e-05, 6.823495641583577e-05], "count": [820]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.89044781154192], "count": [820]}, "frame_index": {"min": [0], "max": [819], "mean": [409.5], "std": [236.71343434625757], "count": [820]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [820]}, "index": {"min": [52856], "max": [53675], "mean": [53265.5], "std": [236.71343434625757], "count": [820]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [820]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.494645123765236], "std": [0.0, 0.3859409610268205], "count": [820]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.494645123765236], "std": [0.0, 0.3859409610268205], "count": [820]}, "eef_direction_state": {"mean": [6.0, 3.8853658536585365], "std": [0.0, 2.274252595063071], "min": [6, 0], "max": [6, 6], "count": [820]}, "eef_velocity_state": {"mean": [0.0, 0.6548780487804878], "std": [0.0, 0.631809719546373], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_acc_mag_state": {"mean": [0.0, 0.5329268292682927], "std": [0.0, 0.7871769376902501], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_direction_action": {"mean": [6.0, 3.8853658536585365], "std": [0.0, 2.274252595063071], "min": [6, 0], "max": [6, 6], "count": [820]}, "eef_velocity_action": {"mean": [0.0, 0.6548780487804878], "std": [0.0, 0.631809719546373], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_acc_mag_action": {"mean": [0.0, 0.5329268292682927], "std": [0.0, 0.7871769376902501], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_sim_pose_state": {"mean": [-0.3103264570236206, 0.4675736725330353, 0.22824464738368988, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.28314119577407837, -0.46281373500823975, 0.16662359237670898, 1.1858500242233276, -1.8862802982330322, 1.1144859790802002], "std": [1.4162573279463686e-05, 7.789407391101122e-06, 1.2295482520130463e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04892374575138092, 0.035607196390628815, 0.06847847998142242, 0.5577576756477356, 0.39572039246559143, 0.3259190022945404], "min": [-0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3429900109767914, -0.5243200063705444, 0.03323199972510338, 0.37839198112487793, -2.332814931869507, 0.6191298365592957], "max": [-0.31029000878334045, 0.46759501099586487, 0.228301003575325, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17800100147724152, -0.40758201479911804, 0.23882099986076355, 1.9824738502502441, -1.121137022972107, 1.572282314300537], "count": [820]}, "eef_sim_pose_action": {"mean": [-0.31032636761665344, 0.4675735831260681, 0.22824464738368988, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, -0.28314119577407837, -0.46281373500823975, 0.16662363708019257, 1.185850739479065, -1.8862782716751099, 1.1144853830337524], "std": [1.4162747902446426e-05, 7.790012205077801e-06, 1.2295483429625165e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.04892374202609062, 0.03560718894004822, 0.06847845017910004, 0.5577574372291565, 0.3957204520702362, 0.32591912150382996], "min": [-0.31036901473999023, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3429900109767914, -0.5243200063705444, 0.03323199972510338, 0.37839198112487793, -2.332814931869507, 0.6191298365592957], "max": [-0.31029000878334045, 0.46759501099586487, 0.228301003575325, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17800100147724152, -0.40758201479911804, 0.23882099986076355, 1.9824738502502441, -1.121137022972107, 1.572282314300537], "count": [820]}, "gripper_mode_state": {"mean": [0.0, 0.6134146341463415], "std": [0.0, 0.4869672686756744], "min": [0, 0], "max": [0, 1], "count": [820]}, "gripper_activity_state": {"mean": [2.0, 1.895121951219512], "std": [0.0, 0.4057220119509884], "min": [2, 0], "max": [2, 2], "count": [820]}, "gripper_mode_action": {"mean": [0.0, 0.6134146341463415], "std": [0.0, 0.4869672686756744], "min": [0, 0], "max": [0, 1], "count": [820]}, "gripper_activity_action": {"mean": [2.0, 1.895121951219512], "std": [0.0, 0.4057220119509884], "min": [2, 0], "max": [2, 2], "count": [820]}}} +{"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.43380245229812353]], [[0.4159685562934851]], [[0.4139895899219903]]], "std": [[[0.2026561648859756]], [[0.2006362714809711]], [[0.2094299990026622]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4007933125131773]], [[0.3955468690702087]], [[0.3912385541851149]]], "std": [[[0.231425422597996]], [[0.22245321213667194]], [[0.2229815983612948]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49449529569892475]], [[0.4830340264600464]], [[0.47874726438962684]]], "std": [[[0.21266976284961286]], [[0.21226327610445472]], [[0.21890417170607906]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4624024180371073]], [[0.4421751041007801]], [[0.4458309614168248]]], "std": [[[0.27749708167106396]], [[0.2654910351246502]], [[0.2692254615996721]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04478514939546585, 0.341665655374527, -0.5879665017127991, -1.7746682167053223, 0.21471039950847626, -0.22115066647529602, -0.1834690123796463, -0.3355329930782318, -0.525924026966095, 0.049258001148700714, 0.4956490993499756, -2.3401572704315186, 0.4848652184009552, 1009.0, 154.0, -0.0006842757575213909, -0.1993686407804489, -0.9055692553520203, 1.8868660926818848, -0.9788033366203308, -0.0001537777716293931], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028100848197937, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38519415259361267, 0.6587396264076233, -0.025499260053038597, -1.1183546781539917, 1.3525079488754272, 0.5082747936248779, 0.476457417011261, -0.18802499771118164, -0.39629900455474854, 0.2658259868621826, 1.9033652544021606, -1.121137022972107, 1.4848986864089966, 1010.0, 1000.0, -0.0006823958829045296, -0.19226832687854767, -0.9055517911911011, 1.886889100074768, -0.9785497784614563, 1.0441701306262985e-05], "mean": [-0.19951757788658142, 0.6046611666679382, 0.4513844847679138, -1.4119608402252197, -0.25390318036079407, -0.12055881321430206, 0.02827359549701214, -0.3103274405002594, 0.4675733149051666, 0.22823792695999146, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.2249862402677536, 0.48053622245788574, -0.37950149178504944, -1.4600661993026733, 0.7380169630050659, 0.09461457282304764, 0.14391642808914185, -0.28355249762535095, -0.4603777229785919, 0.17097599804401398, 1.2957898378372192, -1.7600924968719482, 0.9954288005828857, 1009.917236328125, 611.0347900390625, -0.000684265629388392, -0.1952998787164688, -0.9055635929107666, 1.8868706226348877, -0.9786679148674011, -0.00010885050141951069], "std": [2.5539282432873733e-05, 2.1516614651773125e-05, 2.2683472707285546e-05, 2.3417776901624165e-05, 2.146325641660951e-05, 2.0953510102117434e-05, 2.2785119654145092e-05, 1.434542537026573e-05, 7.74423733673757e-06, 1.2515653907030355e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.095156729221344, 0.09134488552808762, 0.163313627243042, 0.19970367848873138, 0.4480508267879486, 0.2332490235567093, 0.2234901338815689, 0.0452486090362072, 0.03627187758684158, 0.06047901138663292, 0.5115985870361328, 0.47135695815086365, 0.30741170048713684, 0.2754804491996765, 412.0235595703125, 6.55304646102195e-08, 0.0025149425491690636, 2.715257323870901e-06, 5.655583208863391e-06, 5.417095235316083e-05, 5.8616496971808374e-05], "count": [834]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04478514939546585, 0.341665655374527, -0.5879665017127991, -1.7746682167053223, 0.21471039950847626, -0.22115066647529602, -0.1834690123796463, -0.3355329930782318, -0.525924026966095, 0.049258001148700714, 0.4956490993499756, -2.3401572704315186, 0.4848652184009552, 1009.0, 154.0, -0.0006842757575213909, -0.1993686407804489, -0.9055692553520203, 1.8868660926818848, -0.9788033366203308, -0.0001537777716293931], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028100848197937, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38519415259361267, 0.6587396264076233, -0.025499260053038597, -1.1183546781539917, 1.3525079488754272, 0.5082747936248779, 0.476457417011261, -0.18802499771118164, -0.39629900455474854, 0.2658259868621826, 1.9033652544021606, -1.121137022972107, 1.4848986864089966, 1010.0, 1000.0, -0.0006823958829045296, -0.19226832687854767, -0.9055517911911011, 1.886889100074768, -0.9785497784614563, 1.0441701306262985e-05], "mean": [-0.19951748847961426, 0.6046611666679382, 0.45138442516326904, -1.411960482597351, -0.25390326976776123, -0.12055885046720505, 0.028273552656173706, -0.3103274703025818, 0.4675733149051666, 0.22823797166347504, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.2249191403388977, 0.48045626282691956, -0.3796013593673706, -1.4601577520370483, 0.7380051016807556, 0.094498410820961, 0.14375391602516174, -0.2835566997528076, -0.46034368872642517, 0.1709010899066925, 1.2958528995513916, -1.7601432800292969, 0.9956116080284119, 1009.917236328125, 611.0347900390625, -0.000684265629388392, -0.19529616832733154, -0.9055635929107666, 1.8868706226348877, -0.9786679148674011, -0.0001086968622985296], "std": [2.5541570721543394e-05, 2.153305285901297e-05, 2.2698806787957437e-05, 2.341106483072508e-05, 2.150801446987316e-05, 2.0970504920114763e-05, 2.284759648318868e-05, 1.4337752872961573e-05, 7.74520685808966e-06, 1.2533249901025556e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.09519438445568085, 0.0912652537226677, 0.16338320076465607, 0.1996997445821762, 0.4480646252632141, 0.23338018357753754, 0.22366425395011902, 0.04525125026702881, 0.03627842292189598, 0.06044664978981018, 0.5116360783576965, 0.47129082679748535, 0.3073095381259918, 0.2754804491996765, 412.0235900878906, 6.55304646102195e-08, 0.0025122766382992268, 2.715257323870901e-06, 5.655365839629667e-06, 5.409328150562942e-05, 5.868144944543019e-05], "count": [834]}, "timestamp": {"min": [0.0], "max": [27.766666666666666], "mean": [13.883333333333335], "std": [8.025162972846143], "count": [834]}, "frame_index": {"min": [0], "max": [833], "mean": [416.5], "std": [240.7548891853843], "count": [834]}, "episode_index": {"min": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [834]}, "index": {"min": [53676], "max": [54509], "mean": [54092.5], "std": [240.7548891853843], "count": [834]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [834]}, "gripper_open_scale_state": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.6110347724504036], "std": [0.0, 0.41202264949812223], "count": [834]}, "gripper_open_scale_action": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.6110347724504036], "std": [0.0, 0.41202264949812223], "count": [834]}, "eef_direction_state": {"mean": [6.0, 4.26978417266187], "std": [0.0, 2.1514310003116592], "min": [6, 0], "max": [6, 6], "count": [834]}, "eef_velocity_state": {"mean": [0.0, 0.5995203836930456], "std": [0.0, 0.6840419863085547], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_acc_mag_state": {"mean": [0.0, 0.4940047961630695], "std": [0.0, 0.7637390855942185], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_direction_action": {"mean": [6.0, 4.26978417266187], "std": [0.0, 2.1514310003116592], "min": [6, 0], "max": [6, 6], "count": [834]}, "eef_velocity_action": {"mean": [0.0, 0.5995203836930456], "std": [0.0, 0.6840419863085547], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_acc_mag_action": {"mean": [0.0, 0.4940047961630695], "std": [0.0, 0.7637390855942185], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_sim_pose_state": {"mean": [-0.3103272616863251, 0.4675738513469696, 0.22823791205883026, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2835526168346405, -0.46037763357162476, 0.1709761619567871, 1.2957881689071655, -1.7600810527801514, 0.995425820350647], "std": [1.4344425835588481e-05, 7.722978807578329e-06, 1.2515648450062145e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.0452486053109169, 0.036271873861551285, 0.06047901138663292, 0.5115988850593567, 0.47135719656944275, 0.3074115514755249], "min": [-0.3103710114955902, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3355329930782318, -0.525924026966095, 0.049258001148700714, 0.4956490993499756, -2.3401572704315186, 0.4848652184009552], "max": [-0.31028100848197937, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18802499771118164, -0.39629900455474854, 0.2658259868621826, 1.9033652544021606, -1.121137022972107, 1.4848986864089966], "count": [834]}, "eef_sim_pose_action": {"mean": [-0.3103274405002594, 0.4675733149051666, 0.22823792695999146, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.28355249762535095, -0.4603777229785919, 0.17097599804401398, 1.2957898378372192, -1.7600924968719482, 0.9954288005828857], "std": [1.434542537026573e-05, 7.74423733673757e-06, 1.2515653907030355e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.0452486090362072, 0.03627187758684158, 0.06047901138663292, 0.5115985870361328, 0.47135695815086365, 0.30741170048713684], "min": [-0.3103710114955902, 0.46754398941993713, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3355329930782318, -0.525924026966095, 0.049258001148700714, 0.4956490993499756, -2.3401572704315186, 0.4848652184009552], "max": [-0.31028100848197937, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18802499771118164, -0.39629900455474854, 0.2658259868621826, 1.9033652544021606, -1.121137022972107, 1.4848986864089966], "count": [834]}, "gripper_mode_state": {"mean": [0.0, 0.45443645083932854], "std": [0.0, 0.49791963506964254], "min": [0, 0], "max": [0, 1], "count": [834]}, "gripper_activity_state": {"mean": [2.0, 1.8968824940047961], "std": [0.0, 0.4025278256977129], "min": [2, 0], "max": [2, 2], "count": [834]}, "gripper_mode_action": {"mean": [0.0, 0.45443645083932854], "std": [0.0, 0.4979196350696426], "min": [0, 0], "max": [0, 1], "count": [834]}, "gripper_activity_action": {"mean": [2.0, 1.8968824940047961], "std": [0.0, 0.4025278256977129], "min": [2, 0], "max": [2, 2], "count": [834]}}} +{"episode_index": 68, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4324292100109764]], [[0.4151924440577758]], [[0.41297206318914337]]], "std": [[[0.20244589953200273]], [[0.20047134461591246]], [[0.2093027057709053]]], "count": [131]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39880993364266826]], [[0.39349966790151175]], [[0.3890443374869032]]], "std": [[[0.23204855771714608]], [[0.2226913834793203]], [[0.2225913044409017]]], "count": [131]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49353880095295116]], [[0.48197111990470487]], [[0.47757232574963826]]], "std": [[[0.2122813026788486]], [[0.21161171720576363]], [[0.21828405172355492]]], "count": [131]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45873021909145334]], [[0.43468355535598463]], [[0.44307960541086666]]], "std": [[[0.2846074914881632]], [[0.270649851816942]], [[0.2750550140332272]]], "count": [131]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037700176239014, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04221951216459274, 0.3736051917076111, -0.6369578838348389, -1.819034457206726, 0.25385814905166626, -0.12058479338884354, -0.31012752652168274, -0.33117398619651794, -0.517562985420227, 0.06576000154018402, 0.42734771966934204, -2.389343738555908, 0.5306463837623596, 1009.0, 160.0, -0.0006917952559888363, -0.1995396912097931, -0.9055676460266113, 1.8868669271469116, -0.9787439107894897, -0.00018320439266972244], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35842078924179077, 0.694100022315979, -0.0708429142832756, -1.0941120386123657, 1.5671137571334839, 0.3706555664539337, 0.3880216181278229, -0.17802900075912476, -0.3934130072593689, 0.25145599246025085, 1.7498377561569214, -1.121137022972107, 1.4479920864105225, 1010.0, 1002.0, -0.0006617172039113939, -0.1923585683107376, -0.905558168888092, 1.886879563331604, -0.9785759449005127, 6.170095730340108e-05], "mean": [-0.1995164453983307, 0.6046774387359619, 0.45138800144195557, -1.4119571447372437, -0.25390344858169556, -0.12055759876966476, 0.02827424742281437, -0.3103281855583191, 0.46757322549819946, 0.22824382781982422, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.24704745411872864, 0.5164546370506287, -0.3921170234680176, -1.4850058555603027, 0.9661874175071716, 0.18284958600997925, 0.1479986011981964, -0.2768612205982208, -0.46370929479599, 0.17291118204593658, 1.1254223585128784, -1.9407414197921753, 1.0282118320465088, 1009.9235229492188, 497.8935546875, -0.0006818093825131655, -0.1954336315393448, -0.9055589437484741, 1.8868781328201294, -0.9786242246627808, -5.012357178202365e-06], "std": [2.703578138607554e-05, 1.8605707737151533e-05, 2.2508056645165198e-05, 2.4775888959993608e-05, 2.1941548766335472e-05, 2.0146926544839516e-05, 1.9910145056201145e-05, 1.4966267372074071e-05, 8.126931788865477e-06, 1.242443158844253e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.09211910516023636, 0.10050644725561142, 0.135214701294899, 0.2318989783525467, 0.41494497656822205, 0.15238094329833984, 0.20173202455043793, 0.04443800449371338, 0.039577119052410126, 0.05483216792345047, 0.4918409287929535, 0.39713412523269653, 0.31864526867866516, 0.26573440432548523, 400.1768493652344, 4.034892299387138e-06, 0.0018913702806457877, 3.1005135952000273e-06, 4.346299192548031e-06, 3.983056376455352e-05, 5.674644489772618e-05], "count": [667]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037700176239014, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04221951216459274, 0.3736051917076111, -0.6369578838348389, -1.819034457206726, 0.25385814905166626, -0.12058479338884354, -0.31012752652168274, -0.33117398619651794, -0.517562985420227, 0.06576000154018402, 0.42734771966934204, -2.389343738555908, 0.5306463837623596, 1009.0, 160.0, -0.0006917952559888363, -0.1995396912097931, -0.9055676460266113, 1.8868669271469116, -0.9787439107894897, -0.00018320439266972244], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35842078924179077, 0.694100022315979, -0.0708429142832756, -1.0941120386123657, 1.5671137571334839, 0.3706555664539337, 0.3880216181278229, -0.17802900075912476, -0.3934130072593689, 0.25145599246025085, 1.7498377561569214, -1.121137022972107, 1.4479920864105225, 1010.0, 1002.0, -0.0006617172039113939, -0.1923585683107376, -0.905558168888092, 1.886879563331604, -0.9785759449005127, 6.170095730340108e-05], "mean": [-0.19951649010181427, 0.6046773791313171, 0.45138800144195557, -1.4119571447372437, -0.25390344858169556, -0.12055759876966476, 0.02827422134578228, -0.3103281855583191, 0.4675731658935547, 0.22824378311634064, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.24689853191375732, 0.5165657997131348, -0.3923732340335846, -1.4854470491409302, 0.9665396213531494, 0.18295641243457794, 0.14759564399719238, -0.2768470346927643, -0.4636172950267792, 0.1728077083826065, 1.1252244710922241, -1.941036343574524, 1.02842378616333, 1009.9235229492188, 497.8935546875, -0.000681786797940731, -0.19542346894741058, -0.9055589437484741, 1.8868781328201294, -0.9786243438720703, -5.222983872954501e-06], "std": [2.7087442504125647e-05, 1.862618955783546e-05, 2.2508054826175794e-05, 2.4781766114756465e-05, 2.193955697293859e-05, 2.0146926544839516e-05, 1.989851261896547e-05, 1.4982783795858268e-05, 8.128869012580253e-06, 1.2440855243767146e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.09227592498064041, 0.10064481943845749, 0.135488361120224, 0.2320394217967987, 0.4144399166107178, 0.15219315886497498, 0.20235106348991394, 0.04442882910370827, 0.03963929042220116, 0.05479264631867409, 0.49168717861175537, 0.3965979814529419, 0.31850466132164, 0.26573440432548523, 400.1768493652344, 4.062993411935167e-06, 0.001889534993097186, 3.1087795377970906e-06, 4.358243586466415e-06, 3.989804827142507e-05, 5.7061301049543545e-05], "count": [667]}, "timestamp": {"min": [0.0], "max": [22.2], "mean": [11.100000000000001], "std": [6.418203279215557], "count": [667]}, "frame_index": {"min": [0], "max": [666], "mean": [333.0], "std": [192.54609837646672], "count": [667]}, "episode_index": {"min": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [667]}, "index": {"min": [54510], "max": [55176], "mean": [54843.0], "std": [192.54609837646672], "count": [667]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [667]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.4978905524360365], "std": [0.0, 0.40017197903829305], "count": [667]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.4978905524360365], "std": [0.0, 0.40017197903829305], "count": [667]}, "eef_direction_state": {"mean": [6.0, 3.6326836581709148], "std": [0.0, 2.25476589910082], "min": [6, 0], "max": [6, 6], "count": [667]}, "eef_velocity_state": {"mean": [0.0, 0.7691154422788605], "std": [0.0, 0.6931273003130077], "min": [0, 0], "max": [0, 2], "count": [667]}, "eef_acc_mag_state": {"mean": [0.0, 0.671664167916042], "std": [0.0, 0.8241978088701402], "min": [0, 0], "max": [0, 2], "count": [667]}, "eef_direction_action": {"mean": [6.0, 3.6326836581709148], "std": [0.0, 2.25476589910082], "min": [6, 0], "max": [6, 6], "count": [667]}, "eef_velocity_action": {"mean": [0.0, 0.7691154422788605], "std": [0.0, 0.6931273003130077], "min": [0, 0], "max": [0, 2], "count": [667]}, "eef_acc_mag_action": {"mean": [0.0, 0.671664167916042], "std": [0.0, 0.8241978088701402], "min": [0, 0], "max": [0, 2], "count": [667]}, "eef_sim_pose_state": {"mean": [-0.3103283643722534, 0.4675731658935547, 0.2282436639070511, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.276861310005188, -0.46370962262153625, 0.17291119694709778, 1.1254229545593262, -1.9407402276992798, 1.0282102823257446], "std": [1.4965232367103454e-05, 8.126949978759512e-06, 1.2423509360814933e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04443801939487457, 0.03957711160182953, 0.05483216047286987, 0.4918409585952759, 0.39713412523269653, 0.3186454176902771], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33117398619651794, -0.517562985420227, 0.06576000154018402, 0.42734771966934204, -2.389343738555908, 0.5306463837623596], "max": [-0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17802900075912476, -0.3934130072593689, 0.25145599246025085, 1.7498377561569214, -1.121137022972107, 1.4479920864105225], "count": [667]}, "eef_sim_pose_action": {"mean": [-0.3103281855583191, 0.46757322549819946, 0.22824382781982422, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, -0.2768612205982208, -0.46370929479599, 0.17291118204593658, 1.1254223585128784, -1.9407414197921753, 1.0282118320465088], "std": [1.4966267372074071e-05, 8.126931788865477e-06, 1.242443158844253e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.04443800449371338, 0.039577119052410126, 0.05483216792345047, 0.4918409287929535, 0.39713412523269653, 0.31864526867866516], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33117398619651794, -0.517562985420227, 0.06576000154018402, 0.42734771966934204, -2.389343738555908, 0.5306463837623596], "max": [-0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17802900075912476, -0.3934130072593689, 0.25145599246025085, 1.7498377561569214, -1.121137022972107, 1.4479920864105225], "count": [667]}, "gripper_mode_state": {"mean": [0.0, 0.5877061469265368], "std": [0.0, 0.4922475310159493], "min": [0, 0], "max": [0, 1], "count": [667]}, "gripper_activity_state": {"mean": [2.0, 1.8725637181409296], "std": [0.0, 0.44176271562289204], "min": [2, 0], "max": [2, 2], "count": [667]}, "gripper_mode_action": {"mean": [0.0, 0.5877061469265368], "std": [0.0, 0.49224753101594937], "min": [0, 0], "max": [0, 1], "count": [667]}, "gripper_activity_action": {"mean": [2.0, 1.8725637181409296], "std": [0.0, 0.44176271562289204], "min": [2, 0], "max": [2, 2], "count": [667]}}} +{"episode_index": 69, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43024733167839785]], [[0.4129036563076085]], [[0.41059071246019774]]], "std": [[[0.2029338122634434]], [[0.20089078592337847]], [[0.20980700986641607]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4006271629378247]], [[0.3952107895508631]], [[0.3898360893769901]]], "std": [[[0.23071550540351574]], [[0.221360891744897]], [[0.22187250998400704]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49241134442559076]], [[0.480932338800905]], [[0.47637819989106756]]], "std": [[[0.21206674558682495]], [[0.21141900894569754]], [[0.21796929513572103]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644548742039551]], [[0.4451198008316575]], [[0.45235048495894087]]], "std": [[[0.28400429523812193]], [[0.2724655345889038]], [[0.2772912222979519]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03251548483967781, 0.3341607451438904, -0.5953143835067749, -1.8816568851470947, 0.25384068489074707, -0.12344713509082794, -0.2197543978691101, -0.34052398800849915, -0.5203210115432739, 0.06586000323295593, 0.5757797956466675, -2.393134117126465, 0.4878717362880707, 1009.0, 161.0, -0.0006692367023788393, -0.19951149821281433, -0.9055684208869934, 1.88687002658844, -0.9787019491195679, -0.0002553470549173653], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46760299801826477, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3983888626098633, 0.6661398410797119, -0.05492551252245903, -0.973666787147522, 1.447925090789795, 0.30283206701278687, 0.5136678218841553, -0.18772199749946594, -0.3747979998588562, 0.24776099622249603, 1.9619901180267334, -1.121137022972107, 1.5029375553131104, 1010.0, 1000.0, -0.0006560775218531489, -0.19236420094966888, -0.9055549502372742, 1.886885166168213, -0.9785696268081665, 3.3223594073206186e-05], "mean": [-0.19951848685741425, 0.604671835899353, 0.45138630270957947, -1.4119584560394287, -0.2539076805114746, -0.12054125964641571, 0.028281111270189285, -0.310328871011734, 0.46757417917251587, 0.22824262082576752, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.2146361619234085, 0.504244863986969, -0.3955531716346741, -1.4767345190048218, 0.7721012830734253, 0.08386056125164032, 0.21760131418704987, -0.28296810388565063, -0.45214515924453735, 0.16899007558822632, 1.3304071426391602, -1.8024241924285889, 0.9940439462661743, 1009.9132080078125, 565.9369506835938, -0.00066178705310449, -0.1951409876346588, -0.9055691957473755, 1.8868703842163086, -0.9786347150802612, -0.0002052746422123164], "std": [2.7112813768326305e-05, 1.8425329471938312e-05, 2.2854235794511624e-05, 2.434162888675928e-05, 2.3333470380748622e-05, 1.6590724044363014e-05, 2.0596689864760265e-05, 1.4900523638061713e-05, 8.240151146310382e-06, 1.2465484360291157e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.09505412727594376, 0.1058899462223053, 0.14163558185100555, 0.2886664569377899, 0.43738988041877747, 0.14503692090511322, 0.259346604347229, 0.052949484437704086, 0.045127518475055695, 0.056503716856241226, 0.5018985867500305, 0.4534345865249634, 0.3599437177181244, 0.2815443277359009, 409.6033020019531, 2.717138386287843e-06, 0.0026596924290060997, 7.626505521329818e-06, 5.5925638662301935e-06, 3.4436969144735485e-05, 2.398009928583633e-05], "count": [841]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03251548483967781, 0.3341607451438904, -0.5953143835067749, -1.8816568851470947, 0.25384068489074707, -0.12344713509082794, -0.2197543978691101, -0.34052398800849915, -0.5203210115432739, 0.06586000323295593, 0.5757797956466675, -2.393134117126465, 0.4878717362880707, 1009.0, 161.0, -0.0006692367023788393, -0.19951149821281433, -0.9055684208869934, 1.88687002658844, -0.9787019491195679, -0.0002553470549173653], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46760299801826477, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3983888626098633, 0.6661398410797119, -0.05492551252245903, -0.973666787147522, 1.447925090789795, 0.30283206701278687, 0.5136678218841553, -0.18772199749946594, -0.3747979998588562, 0.24776099622249603, 1.9619901180267334, -1.121137022972107, 1.5029375553131104, 1010.0, 1000.0, -0.0006560775218531489, -0.19236420094966888, -0.9055549502372742, 1.886885166168213, -0.9785696268081665, 3.3223594073206186e-05], "mean": [-0.19951848685741425, 0.6046719551086426, 0.45138630270957947, -1.4119584560394287, -0.2539076507091522, -0.12054125964641571, 0.02828115224838257, -0.310328871011734, 0.46757417917251587, 0.2282426506280899, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.21456293761730194, 0.5042268633842468, -0.39570677280426025, -1.4768919944763184, 0.7722665071487427, 0.08386798948049545, 0.2173738032579422, -0.282980352640152, -0.45210203528404236, 0.16891980171203613, 1.3302931785583496, -1.802589774131775, 0.994213342666626, 1009.9132080078125, 565.9369506835938, -0.0006617803010158241, -0.1951439529657364, -0.9055691957473755, 1.8868703842163086, -0.9786346554756165, -0.00020534011127892882], "std": [2.71128119493369e-05, 1.83350366569357e-05, 2.2854232156532817e-05, 2.4304301405209117e-05, 2.333379779884126e-05, 1.6590724044363014e-05, 2.058314021269325e-05, 1.488326961407438e-05, 8.239467206294648e-06, 1.2464862265915144e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.09508953243494034, 0.10587418079376221, 0.1417660415172577, 0.2886675000190735, 0.4372216463088989, 0.14502650499343872, 0.25964608788490295, 0.05295703560113907, 0.045130085200071335, 0.05646669119596481, 0.5018540024757385, 0.4532114863395691, 0.3598598539829254, 0.2815443277359009, 409.6033020019531, 2.714971060413518e-06, 0.0026587818283587694, 7.626505521329818e-06, 5.5929767768247984e-06, 3.441559965722263e-05, 2.3930137103889138e-05], "count": [841]}, "timestamp": {"min": [0.0], "max": [28.0], "mean": [14.0], "std": [8.09252055226855], "count": [841]}, "frame_index": {"min": [0], "max": [840], "mean": [420.0], "std": [242.77561656805653], "count": [841]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [841]}, "index": {"min": [55177], "max": [56017], "mean": [55597.0], "std": [242.77561656805653], "count": [841]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [841]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5659369799562073], "std": [0.0, 0.40960323242363683], "count": [841]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5659369799562073], "std": [0.0, 0.4096032324236368], "count": [841]}, "eef_direction_state": {"mean": [6.0, 4.126040428061831], "std": [0.0, 2.233311664864598], "min": [6, 0], "max": [6, 6], "count": [841]}, "eef_velocity_state": {"mean": [0.0, 0.6087990487514863], "std": [0.0, 0.6759807135827467], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_acc_mag_state": {"mean": [0.0, 0.5017835909631391], "std": [0.0, 0.7697053226566541], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_direction_action": {"mean": [6.0, 4.126040428061831], "std": [0.0, 2.233311664864598], "min": [6, 0], "max": [6, 6], "count": [841]}, "eef_velocity_action": {"mean": [0.0, 0.6087990487514863], "std": [0.0, 0.6759807135827467], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_acc_mag_action": {"mean": [0.0, 0.5017835909631391], "std": [0.0, 0.7697053226566541], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_sim_pose_state": {"mean": [-0.31032878160476685, 0.46757417917251587, 0.22824274003505707, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2829681634902954, -0.4521452486515045, 0.16898998618125916, 1.330405831336975, -1.8024252653121948, 0.994046151638031], "std": [1.4900451787980273e-05, 8.240170245699119e-06, 1.2464945939427707e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.05294948071241379, 0.04512752220034599, 0.05650375783443451, 0.5018978714942932, 0.45343533158302307, 0.35994333028793335], "min": [-0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34052398800849915, -0.5203210115432739, 0.06586000323295593, 0.5757797956466675, -2.393134117126465, 0.4878717362880707], "max": [-0.3102850019931793, 0.46760299801826477, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18772199749946594, -0.3747979998588562, 0.24776099622249603, 1.9619901180267334, -1.121137022972107, 1.5029375553131104], "count": [841]}, "eef_sim_pose_action": {"mean": [-0.310328871011734, 0.46757417917251587, 0.22824262082576752, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.28296810388565063, -0.45214515924453735, 0.16899007558822632, 1.3304071426391602, -1.8024241924285889, 0.9940439462661743], "std": [1.4900523638061713e-05, 8.240151146310382e-06, 1.2465484360291157e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.052949484437704086, 0.045127518475055695, 0.056503716856241226, 0.5018985867500305, 0.4534345865249634, 0.3599437177181244], "min": [-0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34052398800849915, -0.5203210115432739, 0.06586000323295593, 0.5757797956466675, -2.393134117126465, 0.4878717362880707], "max": [-0.3102850019931793, 0.46760299801826477, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18772199749946594, -0.3747979998588562, 0.24776099622249603, 1.9619901180267334, -1.121137022972107, 1.5029375553131104], "count": [841]}, "gripper_mode_state": {"mean": [0.0, 0.5112960760998811], "std": [0.0, 0.49987238237849146], "min": [0, 0], "max": [0, 1], "count": [841]}, "gripper_activity_state": {"mean": [2.0, 1.896551724137931], "std": [0.0, 0.40213461343760626], "min": [2, 0], "max": [2, 2], "count": [841]}, "gripper_mode_action": {"mean": [0.0, 0.5112960760998811], "std": [0.0, 0.49987238237849146], "min": [0, 0], "max": [0, 1], "count": [841]}, "gripper_activity_action": {"mean": [2.0, 1.896551724137931], "std": [0.0, 0.40213461343760626], "min": [2, 0], "max": [2, 2], "count": [841]}}} +{"episode_index": 70, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4314519103740787]], [[0.4145505492977333]], [[0.4119068033537292]]], "std": [[[0.20192891234934898]], [[0.19987787389200792]], [[0.20855549698566106]]], "count": [141]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3988349673202614]], [[0.3936074925833218]], [[0.38864201055717795]]], "std": [[[0.2332572984658736]], [[0.22343297797547004]], [[0.22344849699611016]]], "count": [141]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4930262828535669]], [[0.4814415429587911]], [[0.47681875057942796]]], "std": [[[0.2121647727021612]], [[0.2113374722464551]], [[0.21788179973535404]]], "count": [141]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4478130823251286]], [[0.42640793758401707]], [[0.43468962939785843]]], "std": [[[0.288943681051637]], [[0.274849496695157]], [[0.2797109800897499]]], "count": [141]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2540152072906494, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675529897212982, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.031782444566488266, 0.35004323720932007, -0.6980444192886353, -1.6440826654434204, 0.2537883222103119, -0.1206720620393753, -0.15758578479290009, -0.3376320004463196, -0.5380579829216003, 0.05482000112533569, 0.3764548599720001, -2.5056705474853516, 0.5001609921455383, 1009.0, 156.0, -0.0006598373292945325, -0.1994306743144989, -0.9055660367012024, 1.8868708610534668, -0.9786995649337769, -0.00021452948567457497], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12048007547855377, 0.028361599892377853, -0.31027498841285706, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5059360861778259, 0.7106980681419373, -0.06627015024423599, -0.9815033674240112, 1.685150384902954, 0.39643409848213196, 0.5578246712684631, -0.19197200238704681, -0.4375019967556, 0.25496000051498413, 1.842628836631775, -1.121137022972107, 1.5177881717681885, 1010.0, 1000.0, -0.0006466782069765031, -0.19232848286628723, -0.905551016330719, 1.886884331703186, -0.9785220623016357, 0.0005040493560954928], "mean": [-0.19951966404914856, 0.6046743988990784, 0.4513911008834839, -1.4119584560394287, -0.2539059817790985, -0.12053173780441284, 0.02827044390141964, -0.31033021211624146, 0.4675738215446472, 0.22824132442474365, -1.573238730430603, -1.1211403608322144, -0.7462766766548157, 0.35091909766197205, 0.5180354118347168, -0.4485012888908386, -1.3341288566589355, 1.0676538944244385, 0.18709276616573334, 0.2736407220363617, -0.28275710344314575, -0.4836903214454651, 0.17963305115699768, 1.107810616493225, -2.0559136867523193, 1.036894679069519, 1009.933349609375, 527.608154296875, -0.0006573352729901671, -0.19547434151172638, -0.9055604338645935, 1.8868753910064697, -0.9785738587379456, -3.245646439609118e-05], "std": [2.700075856409967e-05, 1.8259193893754855e-05, 2.311993193870876e-05, 2.2969008568907157e-05, 2.2128457203507423e-05, 1.6212547052418813e-05, 2.3290627723326907e-05, 1.5242584595398512e-05, 8.105988854367752e-06, 1.288024850509828e-05, 1.1801719665527344e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.10621722787618637, 0.10321847349405289, 0.16573159396648407, 0.24264253675937653, 0.43330463767051697, 0.1595621556043625, 0.2180231362581253, 0.04992217943072319, 0.035114310681819916, 0.06348907947540283, 0.5358070731163025, 0.4228740334510803, 0.35919904708862305, 0.24944470822811127, 408.3011779785156, 2.948643214040203e-06, 0.0024498184211552143, 3.859205207845662e-06, 5.172168130229693e-06, 3.6608609661925584e-05, 8.334127051057294e-05], "count": [735]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2540152072906494, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675529897212982, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.031782444566488266, 0.35004323720932007, -0.6980444192886353, -1.6440826654434204, 0.2537883222103119, -0.1206720620393753, -0.15758578479290009, -0.3376320004463196, -0.5380579829216003, 0.05482000112533569, 0.3764548599720001, -2.5056705474853516, 0.5001609921455383, 1009.0, 156.0, -0.0006598373292945325, -0.1994306743144989, -0.9055660367012024, 1.8868708610534668, -0.9786995649337769, -0.00021452948567457497], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.2537883222103119, -0.12048007547855377, 0.028361599892377853, -0.31027498841285706, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5059360861778259, 0.7106980681419373, -0.06627015024423599, -0.9815033674240112, 1.685150384902954, 0.39643409848213196, 0.5578246712684631, -0.19197200238704681, -0.4375019967556, 0.25496000051498413, 1.842628836631775, -1.121137022972107, 1.5177881717681885, 1010.0, 1000.0, -0.0006466782069765031, -0.19232848286628723, -0.905551016330719, 1.886884331703186, -0.9785220623016357, 0.0005040493560954928], "mean": [-0.19951966404914856, 0.6046743988990784, 0.45139122009277344, -1.4119585752487183, -0.2539059519767761, -0.12053173035383224, 0.02827037312090397, -0.31033027172088623, 0.4675738215446472, 0.22824127972126007, -1.573238730430603, -1.1211403608322144, -0.7462766766548157, 0.35097846388816833, 0.5181390047073364, -0.4488246738910675, -1.3342885971069336, 1.068081259727478, 0.1871718466281891, 0.27348098158836365, -0.2827698290348053, -0.4836554527282715, 0.17955809831619263, 1.107651710510254, -2.0562803745269775, 1.036948323249817, 1009.9319458007812, 527.608154296875, -0.0006573224673047662, -0.19546906650066376, -0.9055604338645935, 1.8868753910064697, -0.978573739528656, -3.2341522455681115e-05], "std": [2.7000760383089073e-05, 1.8254422684549354e-05, 2.3183456505648792e-05, 2.2948186597204767e-05, 2.212874824181199e-05, 1.6212703485507518e-05, 2.319841951248236e-05, 1.5245349459291901e-05, 8.096722922346089e-06, 1.2873854757344816e-05, 1.1801719665527344e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.10614468902349472, 0.10334360599517822, 0.16596943140029907, 0.24273234605789185, 0.43265676498413086, 0.15942400693893433, 0.21828757226467133, 0.049930352717638016, 0.03514309227466583, 0.06346426904201508, 0.5356869697570801, 0.4221799075603485, 0.35915860533714294, 0.2517920732498169, 408.3011474609375, 2.958141294584493e-06, 0.0024459753185510635, 3.859455773636e-06, 5.171906650502933e-06, 3.651513907243498e-05, 8.314808655995876e-05], "count": [735]}, "timestamp": {"min": [0.0], "max": [24.466666666666665], "mean": [12.233333333333333], "std": [7.0725342516484675], "count": [735]}, "frame_index": {"min": [0], "max": [734], "mean": [367.0], "std": [212.176027549454], "count": [735]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [735]}, "index": {"min": [56018], "max": [56752], "mean": [56385.0], "std": [212.176027549454], "count": [735]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [735]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5276081648205413], "std": [0.0, 0.40830148611209444], "count": [735]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5276081648205413], "std": [0.0, 0.40830148611209444], "count": [735]}, "eef_direction_state": {"mean": [6.0, 4.035374149659864], "std": [0.0, 2.2336572834730037], "min": [6, 0], "max": [6, 6], "count": [735]}, "eef_velocity_state": {"mean": [0.0, 0.6653061224489796], "std": [0.0, 0.6837922528550304], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_acc_mag_state": {"mean": [0.0, 0.6272108843537415], "std": [0.0, 0.8279601869498608], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_direction_action": {"mean": [6.0, 4.035374149659864], "std": [0.0, 2.2336572834730037], "min": [6, 0], "max": [6, 6], "count": [735]}, "eef_velocity_action": {"mean": [0.0, 0.6653061224489796], "std": [0.0, 0.6837922528550304], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_acc_mag_action": {"mean": [0.0, 0.6272108843537415], "std": [0.0, 0.8279601869498608], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_sim_pose_state": {"mean": [-0.310330331325531, 0.4675736427307129, 0.22824154794216156, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2827571630477905, -0.4836905896663666, 0.17963312566280365, 1.1078109741210938, -2.0559139251708984, 1.0368958711624146], "std": [1.5242178960761521e-05, 8.104268999886699e-06, 1.2878179404651746e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04992217943072319, 0.035114314407110214, 0.06348907947540283, 0.5358075499534607, 0.4228743314743042, 0.35919907689094543], "min": [-0.31037700176239014, 0.4675529897212982, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3376320004463196, -0.5380579829216003, 0.05482000112533569, 0.3764548599720001, -2.5056705474853516, 0.5001609921455383], "max": [-0.31027498841285706, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19197200238704681, -0.4375019967556, 0.25496000051498413, 1.842628836631775, -1.121137022972107, 1.5177881717681885], "count": [735]}, "eef_sim_pose_action": {"mean": [-0.31033021211624146, 0.4675738215446472, 0.22824132442474365, -1.573238730430603, -1.1211403608322144, -0.7462766766548157, -0.28275710344314575, -0.4836903214454651, 0.17963305115699768, 1.107810616493225, -2.0559136867523193, 1.036894679069519], "std": [1.5242584595398512e-05, 8.105988854367752e-06, 1.288024850509828e-05, 1.1801719665527344e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.04992217943072319, 0.035114310681819916, 0.06348907947540283, 0.5358070731163025, 0.4228740334510803, 0.35919904708862305], "min": [-0.31037700176239014, 0.4675529897212982, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3376320004463196, -0.5380579829216003, 0.05482000112533569, 0.3764548599720001, -2.5056705474853516, 0.5001609921455383], "max": [-0.31027498841285706, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19197200238704681, -0.4375019967556, 0.25496000051498413, 1.842628836631775, -1.121137022972107, 1.5177881717681885], "count": [735]}, "gripper_mode_state": {"mean": [0.0, 0.5523809523809524], "std": [0.0, 0.4972486659888202], "min": [0, 0], "max": [0, 1], "count": [735]}, "gripper_activity_state": {"mean": [2.0, 1.8775510204081634], "std": [0.0, 0.4348423622992375], "min": [2, 0], "max": [2, 2], "count": [735]}, "gripper_mode_action": {"mean": [0.0, 0.5523809523809524], "std": [0.0, 0.4972486659888203], "min": [0, 0], "max": [0, 1], "count": [735]}, "gripper_activity_action": {"mean": [2.0, 1.8775510204081634], "std": [0.0, 0.4348423622992375], "min": [2, 0], "max": [2, 2], "count": [735]}}} +{"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.4318232244576071]], [[0.4151765244871097]], [[0.413183768212146]]], "std": [[[0.20208250857552734]], [[0.19973720138850184]], [[0.20855878048127352]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4025703990218773]], [[0.3966776733841685]], [[0.39097112722403776]]], "std": [[[0.23313972520335735]], [[0.2233617695640964]], [[0.2238794413128089]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49233182700163397]], [[0.48086673645152506]], [[0.4765025630333152]]], "std": [[[0.2120723787535969]], [[0.21130758482261316]], [[0.21783941330331996]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45479952455519246]], [[0.4335111130968591]], [[0.44115700032906685]]], "std": [[[0.2771266586189915]], [[0.26487107542542926]], [[0.2693850751603635]]], "count": [144]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103879988193512, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07044148445129395, 0.3049613833427429, -0.6984981894493103, -1.6422326564788818, 0.25384068489074707, -0.12627457082271576, -0.21478021144866943, -0.3412869870662689, -0.5537459850311279, 0.02190599963068962, 0.4411223530769348, -2.5230817794799805, 0.4338589608669281, 1009.0, 173.0, -0.0001033933149301447, -0.199374258518219, -0.905558168888092, 1.8868827819824219, -0.9789459705352783, -0.00015187928511295468], "max": [-0.19940386712551117, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.4675930142402649, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5671621561050415, 0.6143733263015747, -0.01665044017136097, -0.8655960559844971, 1.4518346786499023, 0.5565854907035828, 0.4900186359882355, -0.18067899346351624, -0.4151960015296936, 0.2852439880371094, 1.878419280052185, -1.121137022972107, 1.4608557224273682, 1010.0, 1000.0, 8.647440699860454e-05, -0.19222696125507355, -0.9055335521697998, 1.8869255781173706, -0.9784563183784485, 5.790397699456662e-05], "mean": [-0.1995197981595993, 0.6046767234802246, 0.4513982832431793, -1.4119855165481567, -0.2539137005805969, -0.12053881585597992, 0.028271734714508057, -0.3103228509426117, 0.46757209300994873, 0.22823435068130493, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.3472738564014435, 0.4670402407646179, -0.42384466528892517, -1.3232883214950562, 0.8055025339126587, 0.14717461168766022, 0.18255460262298584, -0.2828585207462311, -0.4902384281158447, 0.17411300539970398, 1.2255513668060303, -1.8160582780838013, 0.9821430444717407, 1009.9179077148438, 628.1615600585938, -6.913972174515948e-05, -0.19528315961360931, -0.9055392146110535, 1.8869006633758545, -0.9785523414611816, -1.9489129044814035e-05], "std": [2.684199898794759e-05, 2.0954459614586085e-05, 2.3952768970048055e-05, 2.5230714527424425e-05, 2.304869303770829e-05, 1.7049020243575796e-05, 2.77267572528217e-05, 1.482427614973858e-05, 8.273611456388608e-06, 1.4131661373539828e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.16241352260112762, 0.10161236673593521, 0.16834957897663116, 0.24286368489265442, 0.44212767481803894, 0.21566596627235413, 0.2517660856246948, 0.04843360185623169, 0.03794669359922409, 0.0713287815451622, 0.5027179718017578, 0.4945882260799408, 0.32098859548568726, 0.27454715967178345, 401.2740173339844, 5.157758641871624e-05, 0.0025237416848540306, 5.939961738476995e-06, 1.8299044313607737e-05, 0.0001016297610476613, 5.415509076556191e-05], "count": [755]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103879988193512, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07044148445129395, 0.3049613833427429, -0.6984981894493103, -1.6422326564788818, 0.25384068489074707, -0.12627457082271576, -0.21478021144866943, -0.3412869870662689, -0.5537459850311279, 0.02190599963068962, 0.4411223530769348, -2.5230817794799805, 0.4338589608669281, 1009.0, 173.0, -0.0001033933149301447, -0.199374258518219, -0.905558168888092, 1.8868827819824219, -0.9789459705352783, -0.00015187928511295468], "max": [-0.19940386712551117, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.4675930142402649, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5671621561050415, 0.6143733263015747, -0.01665044017136097, -0.8655960559844971, 1.4518346786499023, 0.5565854907035828, 0.4900186359882355, -0.18067899346351624, -0.4151960015296936, 0.2852439880371094, 1.878419280052185, -1.121137022972107, 1.4608557224273682, 1010.0, 1000.0, 8.271465048892424e-05, -0.19222696125507355, -0.9055335521697998, 1.8869255781173706, -0.9784563183784485, 5.790397699456662e-05], "mean": [-0.1995198279619217, 0.6046767830848694, 0.4513982832431793, -1.4119853973388672, -0.2539137303829193, -0.12053878605365753, 0.028271779417991638, -0.3103228211402893, 0.46757209300994873, 0.2282343953847885, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.3472643196582794, 0.46696436405181885, -0.4240071773529053, -1.3234138488769531, 0.8056524395942688, 0.14716732501983643, 0.18232524394989014, -0.28285327553749084, -0.49021533131599426, 0.17402465641498566, 1.2254775762557983, -1.8162132501602173, 0.9823784828186035, 1009.919189453125, 628.1615600585938, -6.938870501471683e-05, -0.1952875405550003, -0.9055392146110535, 1.8869004249572754, -0.9785524010658264, -1.929676000145264e-05], "std": [2.683927414182108e-05, 2.093751754728146e-05, 2.3952768970048055e-05, 2.521226997487247e-05, 2.3036736820358783e-05, 1.70671301020775e-05, 2.7672680516843684e-05, 1.4824288882664405e-05, 8.268413694167975e-06, 1.4087069757806603e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.16242246329784393, 0.101531021296978, 0.1684350222349167, 0.24293403327465057, 0.4419609308242798, 0.21567511558532715, 0.25203680992126465, 0.048430852591991425, 0.0379658006131649, 0.07130299508571625, 0.5026708841323853, 0.49438801407814026, 0.3208811283111572, 0.2725202441215515, 401.2740173339844, 5.127878830535337e-05, 0.0025216052308678627, 5.94508355789003e-06, 1.8475951947038993e-05, 0.00010168815060751513, 5.3941956139169633e-05], "count": [755]}, "timestamp": {"min": [0.0], "max": [25.133333333333333], "mean": [12.566666666666665], "std": [7.264984514780469], "count": [755]}, "frame_index": {"min": [0], "max": [754], "mean": [377.0], "std": [217.94953544341405], "count": [755]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [755]}, "index": {"min": [56753], "max": [57507], "mean": [57130.0], "std": [217.94953544341405], "count": [755]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [755]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6281615865546346], "std": [0.0, 0.4012730507180446], "count": [755]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6281615865546346], "std": [0.0, 0.4012730507180446], "count": [755]}, "eef_direction_state": {"mean": [6.0, 4.188079470198676], "std": [0.0, 2.109358747299817], "min": [6, 0], "max": [6, 6], "count": [755]}, "eef_velocity_state": {"mean": [0.0, 0.7324503311258278], "std": [0.0, 0.7668245064497771], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_acc_mag_state": {"mean": [0.0, 0.5417218543046357], "std": [0.0, 0.7783798435938093], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_direction_action": {"mean": [6.0, 4.188079470198676], "std": [0.0, 2.109358747299817], "min": [6, 0], "max": [6, 6], "count": [755]}, "eef_velocity_action": {"mean": [0.0, 0.7324503311258278], "std": [0.0, 0.7668245064497771], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_acc_mag_action": {"mean": [0.0, 0.5417218543046357], "std": [0.0, 0.7783798435938093], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_sim_pose_state": {"mean": [-0.3103228509426117, 0.46757254004478455, 0.22823457419872284, -1.573227047920227, -1.1211369037628174, -0.7462755441665649, -0.2828584611415863, -0.4902384877204895, 0.17411309480667114, 1.2255483865737915, -1.8160563707351685, 0.9821411967277527], "std": [1.4824277968727984e-05, 8.259416063083336e-06, 1.4129673218121752e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04843360185623169, 0.0379466786980629, 0.0713287964463234, 0.5027173757553101, 0.4945877492427826, 0.3209889531135559], "min": [-0.3103879988193512, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3412869870662689, -0.5537459850311279, 0.02190599963068962, 0.4411223530769348, -2.5230817794799805, 0.4338589608669281], "max": [-0.3102850019931793, 0.4675930142402649, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18067899346351624, -0.4151960015296936, 0.2852439880371094, 1.878419280052185, -1.121137022972107, 1.4608557224273682], "count": [755]}, "eef_sim_pose_action": {"mean": [-0.3103228509426117, 0.46757209300994873, 0.22823435068130493, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, -0.2828585207462311, -0.4902384281158447, 0.17411300539970398, 1.2255513668060303, -1.8160582780838013, 0.9821430444717407], "std": [1.482427614973858e-05, 8.273611456388608e-06, 1.4131661373539828e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.04843360185623169, 0.03794669359922409, 0.0713287815451622, 0.5027179718017578, 0.4945882260799408, 0.32098859548568726], "min": [-0.3103879988193512, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3412869870662689, -0.5537459850311279, 0.02190599963068962, 0.4411223530769348, -2.5230817794799805, 0.4338589608669281], "max": [-0.3102850019931793, 0.4675930142402649, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18067899346351624, -0.4151960015296936, 0.2852439880371094, 1.878419280052185, -1.121137022972107, 1.4608557224273682], "count": [755]}, "gripper_mode_state": {"mean": [0.0, 0.4423841059602649], "std": [0.0, 0.49666931529338704], "min": [0, 0], "max": [0, 1], "count": [755]}, "gripper_activity_state": {"mean": [2.0, 1.8847682119205298], "std": [0.0, 0.4228174726149076], "min": [2, 0], "max": [2, 2], "count": [755]}, "gripper_mode_action": {"mean": [0.0, 0.4423841059602649], "std": [0.0, 0.49666931529338704], "min": [0, 0], "max": [0, 1], "count": [755]}, "gripper_activity_action": {"mean": [2.0, 1.8847682119205298], "std": [0.0, 0.4228174726149076], "min": [2, 0], "max": [2, 2], "count": [755]}}} +{"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.43731666271347247]], [[0.4178631773139363]], [[0.41903268896268187]]], "std": [[[0.20442385109738584]], [[0.20405078114346334]], [[0.21070750163316332]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40137218664347457]], [[0.39582516076323]], [[0.3906664940438541]]], "std": [[[0.2317015365515234]], [[0.22237308713143655]], [[0.22274157854381108]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49245372390891845]], [[0.48106202956989247]], [[0.476521096879612]]], "std": [[[0.21193393719763515]], [[0.21146184675349367]], [[0.21803057669943912]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4599984964684799]], [[0.4403376462681847]], [[0.44683026565464895]]], "std": [[[0.28263770202765187]], [[0.2709641190794502]], [[0.27564369231195157]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03371976315975189, 0.3523296117782593, -0.6090326309204102, -1.8848159313201904, 0.25384068489074707, -0.20109684765338898, -0.12754866480827332, -0.33437299728393555, -0.5380449891090393, 0.039406999945640564, 0.44341087341308594, -2.45651912689209, 0.4735005497932434, 1009.0, 154.0, -0.00011279270984232426, -0.19938743114471436, -0.9055565595626831, 1.8868882656097412, -0.9789095520973206, -0.00037874895497225225], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31026700139045715, 0.4676010012626648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46122071146965027, 0.680451512336731, -0.10063567757606506, -0.9307143092155457, 1.5642164945602417, 0.4251447319984436, 0.4503996670246124, -0.1553650051355362, -0.3802010118961334, 0.25953298807144165, 2.068883180618286, -1.121137022972107, 1.633807897567749, 1010.0, 1000.0, -9.775368380360305e-05, -0.19212357699871063, -0.9055391550064087, 1.8869167566299438, -0.9785078167915344, 0.00020598627452272922], "mean": [-0.19952018558979034, 0.6046662926673889, 0.45139214396476746, -1.4119833707809448, -0.2539099454879761, -0.12053829431533813, 0.028270205482840538, -0.31032297015190125, 0.46757373213768005, 0.22823171317577362, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.22065645456314087, 0.49018529057502747, -0.385787695646286, -1.478359580039978, 0.8319823741912842, 0.0936957448720932, 0.22020137310028076, -0.2769850790500641, -0.45331668853759766, 0.165474072098732, 1.2887585163116455, -1.8630810976028442, 1.037217140197754, 1009.9197387695312, 532.5089721679688, -0.00010896647290792316, -0.1954413652420044, -0.9055524468421936, 1.886894941329956, -0.9786056876182556, 2.789642894640565e-05], "std": [2.6432850063429214e-05, 1.5701178199378774e-05, 2.36974774452392e-05, 2.4807375666568987e-05, 2.3026992494123988e-05, 1.7118776668212377e-05, 2.5177272618748248e-05, 1.5339270248659886e-05, 8.200116099033039e-06, 1.2115504432586022e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.12884362041950226, 0.10138655453920364, 0.13291366398334503, 0.2940323054790497, 0.4471724033355713, 0.18525518476963043, 0.20271684229373932, 0.05956638604402542, 0.04899092763662338, 0.06098397821187973, 0.5349062085151672, 0.42161858081817627, 0.35183560848236084, 0.27166450023651123, 410.7408752441406, 2.7416022021498065e-06, 0.002607229631394148, 4.832945251109777e-06, 9.204809430229943e-06, 6.459104042733088e-05, 9.666092955740169e-05], "count": [835]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03371976315975189, 0.3523296117782593, -0.6090326309204102, -1.8848159313201904, 0.25385814905166626, -0.20109684765338898, -0.12754866480827332, -0.33437299728393555, -0.5380449891090393, 0.039406999945640564, 0.44341087341308594, -2.45651912689209, 0.4735005497932434, 1009.0, 154.0, -0.00011279270984232426, -0.19938743114471436, -0.9055565595626831, 1.8868882656097412, -0.9789095520973206, -0.00037874895497225225], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31026700139045715, 0.4676010012626648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46122071146965027, 0.680451512336731, -0.10063567757606506, -0.9307143092155457, 1.5642164945602417, 0.4251447319984436, 0.4503996670246124, -0.1553650051355362, -0.3802010118961334, 0.25953298807144165, 2.068883180618286, -1.121137022972107, 1.633807897567749, 1010.0, 1000.0, -9.775368380360305e-05, -0.19212357699871063, -0.9055391550064087, 1.8869167566299438, -0.9785078167915344, 0.00020598627452272922], "mean": [-0.19952018558979034, 0.6046662926673889, 0.4513922333717346, -1.4119833707809448, -0.25391003489494324, -0.12053830921649933, 0.028270119801163673, -0.31032297015190125, 0.46757370233535767, 0.22823171317577362, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.22049568593502045, 0.4900982081890106, -0.3858549892902374, -1.4784979820251465, 0.8321842551231384, 0.0936107486486435, 0.22009451687335968, -0.2770123779773712, -0.45325735211372375, 0.16539734601974487, 1.2886368036270142, -1.863384485244751, 1.037476658821106, 1009.9197387695312, 532.5089721679688, -0.00010897773609030992, -0.1954410821199417, -0.9055525064468384, 1.8868948221206665, -0.9786056876182556, 2.799078356474638e-05], "std": [2.6432850063429214e-05, 1.569359483255539e-05, 2.3678303477936424e-05, 2.478987335052807e-05, 2.305160705873277e-05, 1.7121890778071247e-05, 2.5221223040716723e-05, 1.5333647752413526e-05, 8.194443580578081e-06, 1.2114066521462519e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.12895341217517853, 0.10131950676441193, 0.13296107947826385, 0.294028103351593, 0.44694969058036804, 0.185369610786438, 0.2028713971376419, 0.059586912393569946, 0.049003660678863525, 0.06094522774219513, 0.5348530411720276, 0.4211767017841339, 0.3517008125782013, 0.27166450023651123, 410.7408752441406, 2.7302610305923736e-06, 0.0026072077453136444, 4.871904820902273e-06, 9.29995167098241e-06, 6.459937139879912e-05, 9.666400001151487e-05], "count": [835]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.03478548424149], "count": [835]}, "frame_index": {"min": [0], "max": [834], "mean": [417.0], "std": [241.04356452724474], "count": [835]}, "episode_index": {"min": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [835]}, "index": {"min": [57508], "max": [58342], "mean": [57925.0], "std": [241.04356452724474], "count": [835]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [835]}, "gripper_open_scale_state": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.5325089825841481], "std": [0.0, 0.4107426371812052], "count": [835]}, "gripper_open_scale_action": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.5325089825841481], "std": [0.0, 0.4107426371812052], "count": [835]}, "eef_direction_state": {"mean": [6.0, 3.919760479041916], "std": [0.0, 2.25543228515713], "min": [6, 0], "max": [6, 6], "count": [835]}, "eef_velocity_state": {"mean": [0.0, 0.7413173652694611], "std": [0.0, 0.737469821486036], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_acc_mag_state": {"mean": [0.0, 0.6335329341317365], "std": [0.0, 0.8188359474251082], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_direction_action": {"mean": [6.0, 3.919760479041916], "std": [0.0, 2.25543228515713], "min": [6, 0], "max": [6, 6], "count": [835]}, "eef_velocity_action": {"mean": [0.0, 0.7413173652694611], "std": [0.0, 0.737469821486036], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_acc_mag_action": {"mean": [0.0, 0.6335329341317365], "std": [0.0, 0.8188359474251082], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_sim_pose_state": {"mean": [-0.31032297015190125, 0.46757325530052185, 0.22823168337345123, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27698513865470886, -0.45331650972366333, 0.1654740422964096, 1.2887589931488037, -1.8630753755569458, 1.0372151136398315], "std": [1.533927206764929e-05, 8.186996637959965e-06, 1.2115487152186688e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.05956638604402542, 0.04899096116423607, 0.060983989387750626, 0.5349060893058777, 0.421619176864624, 0.3518352508544922], "min": [-0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33437299728393555, -0.5380449891090393, 0.039406999945640564, 0.44341087341308594, -2.45651912689209, 0.4735005497932434], "max": [-0.31026700139045715, 0.4676010012626648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1553650051355362, -0.3802010118961334, 0.25953298807144165, 2.068883180618286, -1.121137022972107, 1.633807897567749], "count": [835]}, "eef_sim_pose_action": {"mean": [-0.31032297015190125, 0.46757373213768005, 0.22823171317577362, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.2769850790500641, -0.45331668853759766, 0.165474072098732, 1.2887585163116455, -1.8630810976028442, 1.037217140197754], "std": [1.5339270248659886e-05, 8.200116099033039e-06, 1.2115504432586022e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.05956638604402542, 0.04899092763662338, 0.06098397821187973, 0.5349062085151672, 0.42161858081817627, 0.35183560848236084], "min": [-0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33437299728393555, -0.5380449891090393, 0.039406999945640564, 0.44341087341308594, -2.45651912689209, 0.4735005497932434], "max": [-0.31026700139045715, 0.4676010012626648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1553650051355362, -0.3802010118961334, 0.25953298807144165, 2.068883180618286, -1.121137022972107, 1.633807897567749], "count": [835]}, "gripper_mode_state": {"mean": [0.0, 0.5473053892215569], "std": [0.0, 0.4977571698635763], "min": [0, 0], "max": [0, 1], "count": [835]}, "gripper_activity_state": {"mean": [2.0, 1.8946107784431139], "std": [0.0, 0.40465221039904775], "min": [2, 0], "max": [2, 2], "count": [835]}, "gripper_mode_action": {"mean": [0.0, 0.5473053892215569], "std": [0.0, 0.4977571698635763], "min": [0, 0], "max": [0, 1], "count": [835]}, "gripper_activity_action": {"mean": [2.0, 1.8946107784431139], "std": [0.0, 0.40465221039904775], "min": [2, 0], "max": [2, 2], "count": [835]}}} +{"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.44122471094416027]], [[0.4212347846067775]], [[0.42519915658745383]]], "std": [[[0.20531860762107]], [[0.2043451566138871]], [[0.20953487292873185]]], "count": [184]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40379619454212845]], [[0.3978303295502984]], [[0.3924289470996732]]], "std": [[[0.23358491428454298]], [[0.22436534375368056]], [[0.2245559486539383]]], "count": [184]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4903852978918017]], [[0.4793577254724354]], [[0.47482568623010796]]], "std": [[[0.21144874715676631]], [[0.21117046933291744]], [[0.21775947832715928]]], "count": [184]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45316961161729186]], [[0.431355026951904]], [[0.43725177829283884]]], "std": [[[0.2844714482982068]], [[0.2712954868420912]], [[0.27566227169040003]]], "count": [184]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2540152072906494, -0.12061969935894012, 0.028099801391363144, -0.3104029893875122, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.06558947265148163, 0.1961051970720291, -0.7868293523788452, -1.8331018686294556, 0.25384068489074707, -0.1374097764492035, -0.3678106665611267, -0.34036698937416077, -0.5306910276412964, -0.014903999865055084, 0.34140026569366455, -2.4872560501098633, 0.3858757019042969, 1009.0, 152.0, -0.00011655246635200456, -0.19932915270328522, -0.9055724143981934, 1.8868589401245117, -0.9787914752960205, -0.0006834567757323384], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.4117270708084106, -0.2537534236907959, -0.12041027098894119, 0.028588492423295975, -0.31028100848197937, 0.4675999879837036, 0.22834600508213043, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.6228905320167542, 0.6342875361442566, -0.019111355766654015, -0.9840341210365295, 1.5417366027832031, 0.4691794216632843, 0.4193153381347656, -0.1484760046005249, -0.39476099610328674, 0.24669000506401062, 1.9156131744384766, -1.121137022972107, 1.4960230588912964, 1010.0, 1002.0, -0.00010903295333264396, -0.19231343269348145, -0.9055391550064087, 1.886923909187317, -0.9784507751464844, 0.0011182111920788884], "mean": [-0.1995154172182083, 0.6046708822250366, 0.4513871967792511, -1.4119621515274048, -0.25390201807022095, -0.12055736780166626, 0.02828032150864601, -0.3103279769420624, 0.46757227182388306, 0.22823956608772278, -1.5732389688491821, -1.1211369037628174, -0.7462760806083679, 0.25972408056259155, 0.436074435710907, -0.3876127600669861, -1.5233176946640015, 0.8311161398887634, 0.24403196573257446, 0.09435921162366867, -0.2628536522388458, -0.46029675006866455, 0.14686492085456848, 1.1726616621017456, -1.854224681854248, 0.9984742999076843, 1009.9313354492188, 525.0724487304688, -0.00011266793444519863, -0.19546321034431458, -0.9055505394935608, 1.8869054317474365, -0.9785581231117249, -0.00011444065603427589], "std": [2.6607034669723362e-05, 1.8709291907725856e-05, 2.90395510091912e-05, 3.298405499663204e-05, 2.6330571927246638e-05, 2.6456626073922962e-05, 2.406238672847394e-05, 1.5881896615610458e-05, 8.36160597827984e-06, 1.6940390196396038e-05, 2.883706292777788e-05, 6.62252841721056e-06, 2.0587609469657764e-05, 0.18666036427021027, 0.11536359786987305, 0.208584725856781, 0.2484290897846222, 0.45304110646247864, 0.18227727711200714, 0.24273599684238434, 0.06017516553401947, 0.044308632612228394, 0.07916190475225449, 0.5376880168914795, 0.4200938642024994, 0.3617061674594879, 0.25283578038215637, 413.00799560546875, 1.352924755337881e-06, 0.002539847046136856, 5.993517333990894e-06, 1.6260300981230102e-05, 8.525198791176081e-05, 0.0002950747439172119], "count": [1049]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2540152072906494, -0.12061969935894012, 0.028099801391363144, -0.3104029893875122, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.06558947265148163, 0.1961051970720291, -0.7868293523788452, -1.8331018686294556, 0.25384068489074707, -0.1374097764492035, -0.3678106665611267, -0.34036698937416077, -0.5306910276412964, -0.014903999865055084, 0.34140026569366455, -2.4872560501098633, 0.3858757019042969, 1009.0, 152.0, -0.00011655246635200456, -0.19932915270328522, -0.9055724143981934, 1.8868589401245117, -0.9787914752960205, -0.0006834567757323384], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.4117270708084106, -0.2537534236907959, -0.12041027098894119, 0.028588492423295975, -0.31028100848197937, 0.4675999879837036, 0.22834600508213043, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.6228905320167542, 0.6342875361442566, -0.019111355766654015, -0.9840341210365295, 1.5417366027832031, 0.4691794216632843, 0.4193153381347656, -0.1484760046005249, -0.39476099610328674, 0.24669000506401062, 1.9156131744384766, -1.121137022972107, 1.4960230588912964, 1010.0, 1002.0, -0.00010903295333264396, -0.19231343269348145, -0.9055391550064087, 1.886923909187317, -0.9784507751464844, 0.0011182111920788884], "mean": [-0.1995154172182083, 0.6046708822250366, 0.4513872265815735, -1.4119621515274048, -0.25390198826789856, -0.12055733054876328, 0.028280338272452354, -0.3103279769420624, 0.46757227182388306, 0.2282395362854004, -1.5732389688491821, -1.1211369037628174, -0.7462760806083679, 0.2595164179801941, 0.4360174834728241, -0.3876494765281677, -1.5235954523086548, 0.8312555551528931, 0.24411191046237946, 0.09407982230186462, -0.2628576159477234, -0.4602283835411072, 0.14680054783821106, 1.17243230342865, -1.854383945465088, 0.9987041354179382, 1009.9313354492188, 525.0724487304688, -0.00011267152149230242, -0.19546303153038025, -0.9055505394935608, 1.886905312538147, -0.9785581231117249, -0.00011466054274933413], "std": [2.6607036488712765e-05, 1.8702899978961796e-05, 2.9026539777987637e-05, 3.3037711546057835e-05, 2.6298061129637063e-05, 2.648846202646382e-05, 2.405216400802601e-05, 1.5892399460426532e-05, 8.3731274571619e-06, 1.6934043742367066e-05, 2.8837061108788475e-05, 6.62252841721056e-06, 2.0587609469657764e-05, 0.18684843182563782, 0.11529500037431717, 0.20859968662261963, 0.2484673410654068, 0.4528858959674835, 0.18213583528995514, 0.24304568767547607, 0.060178376734256744, 0.044352635741233826, 0.07912314683198929, 0.5375702977180481, 0.4198468327522278, 0.3616229295730591, 0.25283578038215637, 413.00799560546875, 1.3532468301491463e-06, 0.0025398426223546267, 5.998019787512021e-06, 1.6253139619948342e-05, 8.528331090928987e-05, 0.00029502250254154205], "count": [1049]}, "timestamp": {"min": [0.0], "max": [34.93333333333333], "mean": [17.466666666666665], "std": [10.094002619817815], "count": [1049]}, "frame_index": {"min": [0], "max": [1048], "mean": [524.0], "std": [302.82007859453444], "count": [1049]}, "episode_index": {"min": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [1049]}, "index": {"min": [58343], "max": [59391], "mean": [58867.0], "std": [302.82007859453444], "count": [1049]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1049]}, "gripper_open_scale_state": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5250705415658206], "std": [0.0, 0.4130060812644873], "count": [1049]}, "gripper_open_scale_action": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5250705415658206], "std": [0.0, 0.4130060812644873], "count": [1049]}, "eef_direction_state": {"mean": [6.0, 3.931363203050524], "std": [0.0, 2.216812901024863], "min": [6, 0], "max": [6, 6], "count": [1049]}, "eef_velocity_state": {"mean": [0.0, 0.6901811248808389], "std": [0.0, 0.6624253222197185], "min": [0, 0], "max": [0, 2], "count": [1049]}, "eef_acc_mag_state": {"mean": [0.0, 0.5929456625357483], "std": [0.0, 0.8046503292943649], "min": [0, 0], "max": [0, 2], "count": [1049]}, "eef_direction_action": {"mean": [6.0, 3.931363203050524], "std": [0.0, 2.216812901024863], "min": [6, 0], "max": [6, 6], "count": [1049]}, "eef_velocity_action": {"mean": [0.0, 0.6901811248808389], "std": [0.0, 0.6624253222197185], "min": [0, 0], "max": [0, 2], "count": [1049]}, "eef_acc_mag_action": {"mean": [0.0, 0.5929456625357483], "std": [0.0, 0.8046503292943649], "min": [0, 0], "max": [0, 2], "count": [1049]}, "eef_sim_pose_state": {"mean": [-0.3103279173374176, 0.4675726890563965, 0.22823962569236755, -1.5732260942459106, -1.1211371421813965, -0.7462749481201172, -0.26285356283187866, -0.4602966010570526, 0.14686481654644012, 1.172660231590271, -1.8542217016220093, 0.9984742999076843], "std": [1.588192390045151e-05, 8.349825293407775e-06, 1.694024831522256e-05, 2.582206070655957e-05, 6.615168331336463e-06, 2.0557574316626415e-05, 0.06017516180872917, 0.044308632612228394, 0.07916193455457687, 0.5376893877983093, 0.4200931191444397, 0.36170637607574463], "min": [-0.3104029893875122, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.34036698937416077, -0.5306910276412964, -0.014903999865055084, 0.34140026569366455, -2.4872560501098633, 0.3858757019042969], "max": [-0.31028100848197937, 0.4675999879837036, 0.22834600508213043, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.1484760046005249, -0.39476099610328674, 0.24669000506401062, 1.9156131744384766, -1.121137022972107, 1.4960230588912964], "count": [1049]}, "eef_sim_pose_action": {"mean": [-0.3103279769420624, 0.46757227182388306, 0.22823956608772278, -1.5732389688491821, -1.1211369037628174, -0.7462760806083679, -0.2628536522388458, -0.46029675006866455, 0.14686492085456848, 1.1726616621017456, -1.854224681854248, 0.9984742999076843], "std": [1.5881896615610458e-05, 8.36160597827984e-06, 1.6940390196396038e-05, 2.883706292777788e-05, 6.62252841721056e-06, 2.0587609469657764e-05, 0.06017516553401947, 0.044308632612228394, 0.07916190475225449, 0.5376880168914795, 0.4200938642024994, 0.3617061674594879], "min": [-0.3104029893875122, 0.4675469994544983, 0.22818200290203094, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.34036698937416077, -0.5306910276412964, -0.014903999865055084, 0.34140026569366455, -2.4872560501098633, 0.3858757019042969], "max": [-0.31028100848197937, 0.4675999879837036, 0.22834600508213043, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.1484760046005249, -0.39476099610328674, 0.24669000506401062, 1.9156131744384766, -1.121137022972107, 1.4960230588912964], "count": [1049]}, "gripper_mode_state": {"mean": [0.0, 0.555767397521449], "std": [0.0, 0.4968802646248731], "min": [0, 0], "max": [0, 1], "count": [1049]}, "gripper_activity_state": {"mean": [2.0, 1.9142040038131554], "std": [0.0, 0.368283008047323], "min": [2, 0], "max": [2, 2], "count": [1049]}, "gripper_mode_action": {"mean": [0.0, 0.555767397521449], "std": [0.0, 0.4968802646248731], "min": [0, 0], "max": [0, 1], "count": [1049]}, "gripper_activity_action": {"mean": [2.0, 1.9142040038131554], "std": [0.0, 0.368283008047323], "min": [2, 0], "max": [2, 2], "count": [1049]}}} +{"episode_index": 74, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.44296432931410107]], [[0.4217349630944332]], [[0.42432519039704003]]], "std": [[[0.20401133528153542]], [[0.2034168418519563]], [[0.20896135830404544]]], "count": [174]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4074231791375554]], [[0.40228621652204943]], [[0.3968489055104801]]], "std": [[[0.2350502233738425]], [[0.22569091903265678]], [[0.22572716207247043]]], "count": [174]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4905120412628653]], [[0.47879958422545266]], [[0.47400000352152355]]], "std": [[[0.21164793260274864]], [[0.21065207436181857]], [[0.21710451876664275]]], "count": [174]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46340774195214485]], [[0.4452503486308317]], [[0.4521860843475321]]], "std": [[[0.28625315829616393]], [[0.27439093126224273]], [[0.2783842402093269]]], "count": [174]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31039899587631226, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.06628760695457458, 0.3649134635925293, -0.4902978837490082, -1.92268967628479, 0.25385814905166626, -0.1589471399784088, -0.03834488242864609, -0.34248998761177063, -0.5129320025444031, 0.08443800359964371, 0.5283916592597961, -2.3831825256347656, 0.5055159330368042, 1009.0, 173.0, -0.00012783173588104546, -0.19928966462612152, -0.9055731892585754, 1.8868684768676758, -0.9787994027137756, -0.00028192592435516417], "max": [-0.19943878054618835, 0.604791522026062, 0.45144686102867126, -1.4118317365646362, -0.25382325053215027, -0.12042772024869919, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.22832199931144714, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3582462668418884, 0.689684271812439, -0.04618141055107117, -1.0336363315582275, 1.593311071395874, 0.290876567363739, 0.43559926748275757, -0.16616100072860718, -0.38301900029182434, 0.26218700408935547, 1.8924113512039185, -1.121137022972107, 1.52938711643219, 1010.0, 1000.0, -0.0001109128279495053, -0.19204086065292358, -0.9055502414703369, 1.8868898153305054, -0.9785791039466858, 0.00021737722272519022], "mean": [-0.19951194524765015, 0.6046673655509949, 0.4513794183731079, -1.4119594097137451, -0.2539076507091522, -0.12052968144416809, 0.02827432192862034, -0.31032970547676086, 0.46757274866104126, 0.2282404601573944, -1.573238730430603, -1.1211402416229248, -0.7462760210037231, 0.17620603740215302, 0.5451518893241882, -0.3503817617893219, -1.5366756916046143, 0.8517727851867676, 0.0931590348482132, 0.2555845081806183, -0.26863884925842285, -0.4453411102294922, 0.18196164071559906, 1.328283429145813, -1.8614521026611328, 1.0198161602020264, 1009.926025390625, 506.2086181640625, -0.00011726151569746435, -0.19556988775730133, -0.9055632948875427, 1.8868684768676758, -0.9786531925201416, -4.958122372045182e-05], "std": [2.7407224479247816e-05, 2.134387250407599e-05, 2.4460743588861078e-05, 4.178637755103409e-05, 2.194857006543316e-05, 1.6801610399852507e-05, 1.863338729890529e-05, 2.008950468734838e-05, 8.196224371204153e-06, 1.4662437934021e-05, 2.9649920179508626e-05, 7.493823886761675e-06, 2.137292904080823e-05, 0.10990088433027267, 0.0966244637966156, 0.11127570271492004, 0.28579890727996826, 0.39427778124809265, 0.1396229863166809, 0.17129944264888763, 0.054641421884298325, 0.0450616292655468, 0.05237728729844093, 0.4614664912223816, 0.37417328357696533, 0.3383990228176117, 0.26176902651786804, 397.7629089355469, 3.7687218537030276e-06, 0.002773988526314497, 6.6357010837236885e-06, 1.2305204108997714e-05, 3.963148265029304e-05, 0.00012097691069357097], "count": [973]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31039899587631226, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.06628760695457458, 0.3649134635925293, -0.4902978837490082, -1.92268967628479, 0.25385814905166626, -0.1589471399784088, -0.03834488242864609, -0.34248998761177063, -0.5129320025444031, 0.08443800359964371, 0.5283916592597961, -2.3831825256347656, 0.5055159330368042, 1009.0, 173.0, -0.00012783173588104546, -0.19928966462612152, -0.9055731892585754, 1.8868684768676758, -0.9787994027137756, -0.00028192592435516417], "max": [-0.19943878054618835, 0.604791522026062, 0.45144686102867126, -1.4118317365646362, -0.25382325053215027, -0.12042772024869919, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.22832199931144714, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3582462668418884, 0.689684271812439, -0.04618141055107117, -1.0336363315582275, 1.593311071395874, 0.290876567363739, 0.43559926748275757, -0.16616100072860718, -0.38301900029182434, 0.26218700408935547, 1.8924113512039185, -1.121137022972107, 1.52938711643219, 1010.0, 1000.0, -0.0001109128279495053, -0.19204086065292358, -0.9055502414703369, 1.8868898153305054, -0.9785791039466858, 0.00021737722272519022], "mean": [-0.19951198995113373, 0.6046672463417053, 0.4513794183731079, -1.4119592905044556, -0.25390762090682983, -0.1205296590924263, 0.028274323791265488, -0.31032970547676086, 0.46757274866104126, 0.2282404601573944, -1.573238730430603, -1.1211402416229248, -0.7462760210037231, 0.17605389654636383, 0.5451756715774536, -0.35040536522865295, -1.536868691444397, 0.8521248698234558, 0.09315704554319382, 0.25560471415519714, -0.2686443626880646, -0.4452865421772003, 0.18191567063331604, 1.3281426429748535, -1.8618630170822144, 1.0200047492980957, 1009.926025390625, 506.2086181640625, -0.00011727117816917598, -0.1955668181180954, -0.905563235282898, 1.8868684768676758, -0.9786533117294312, -4.982511745765805e-05], "std": [2.7382810003473423e-05, 2.1392035705503076e-05, 2.4460741769871674e-05, 4.182622433290817e-05, 2.1954088879283518e-05, 1.680870627751574e-05, 1.863339639385231e-05, 2.008950468734838e-05, 8.189063009922393e-06, 1.4658951840829104e-05, 2.9649920179508626e-05, 7.493823886761675e-06, 2.137292904080823e-05, 0.1099708303809166, 0.09664204716682434, 0.11129965633153915, 0.28577837347984314, 0.3938964605331421, 0.13962623476982117, 0.17126712203025818, 0.05464591085910797, 0.04506681486964226, 0.05235623940825462, 0.4614125192165375, 0.37358033657073975, 0.3382973372936249, 0.26176902651786804, 397.762939453125, 3.7741185678896727e-06, 0.0027756523340940475, 6.582413789146813e-06, 1.2300210073590279e-05, 3.9658254536334425e-05, 0.00012086703645763919], "count": [973]}, "timestamp": {"min": [0.0], "max": [32.4], "mean": [16.2], "std": [9.36269192059634], "count": [973]}, "frame_index": {"min": [0], "max": [972], "mean": [486.0], "std": [280.88075761789025], "count": [973]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [973]}, "index": {"min": [59392], "max": [60364], "mean": [59878.0], "std": [280.88075761789025], "count": [973]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [973]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5062086290899063], "std": [0.0, 0.39776516651116034], "count": [973]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5062086290899063], "std": [0.0, 0.39776516651116034], "count": [973]}, "eef_direction_state": {"mean": [6.0, 3.831449126413155], "std": [0.0, 2.268774056887166], "min": [6, 0], "max": [6, 6], "count": [973]}, "eef_velocity_state": {"mean": [0.0, 0.6834532374100719], "std": [0.0, 0.6573980892984521], "min": [0, 0], "max": [0, 2], "count": [973]}, "eef_acc_mag_state": {"mean": [0.0, 0.6032887975334018], "std": [0.0, 0.8013795119329113], "min": [0, 0], "max": [0, 2], "count": [973]}, "eef_direction_action": {"mean": [6.0, 3.831449126413155], "std": [0.0, 2.268774056887166], "min": [6, 0], "max": [6, 6], "count": [973]}, "eef_velocity_action": {"mean": [0.0, 0.6834532374100719], "std": [0.0, 0.6573980892984521], "min": [0, 0], "max": [0, 2], "count": [973]}, "eef_acc_mag_action": {"mean": [0.0, 0.6032887975334018], "std": [0.0, 0.8013795119329113], "min": [0, 0], "max": [0, 2], "count": [973]}, "eef_sim_pose_state": {"mean": [-0.3103295564651489, 0.4675731062889099, 0.22824040055274963, -1.5732260942459106, -1.1211371421813965, -0.7462749481201172, -0.26863905787467957, -0.4453408718109131, 0.1819615215063095, 1.3282872438430786, -1.8614494800567627, 1.0198149681091309], "std": [2.0088840756216086e-05, 8.188185347535182e-06, 1.4662266949017067e-05, 2.6810554118128493e-05, 6.8685822043335065e-06, 2.1344558263081126e-05, 0.054641418159008026, 0.045061636716127396, 0.05237728729844093, 0.4614664614200592, 0.3741739094257355, 0.3383987545967102], "min": [-0.31039899587631226, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.34248998761177063, -0.5129320025444031, 0.08443800359964371, 0.5283916592597961, -2.3831825256347656, 0.5055159330368042], "max": [-0.31027698516845703, 0.46759501099586487, 0.22832199931144714, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.16616100072860718, -0.38301900029182434, 0.26218700408935547, 1.8924113512039185, -1.121137022972107, 1.52938711643219], "count": [973]}, "eef_sim_pose_action": {"mean": [-0.31032970547676086, 0.46757274866104126, 0.2282404601573944, -1.573238730430603, -1.1211402416229248, -0.7462760210037231, -0.26863884925842285, -0.4453411102294922, 0.18196164071559906, 1.328283429145813, -1.8614521026611328, 1.0198161602020264], "std": [2.008950468734838e-05, 8.196224371204153e-06, 1.4662437934021e-05, 2.9649920179508626e-05, 7.493823886761675e-06, 2.137292904080823e-05, 0.054641421884298325, 0.0450616292655468, 0.05237728729844093, 0.4614664912223816, 0.37417328357696533, 0.3383990228176117], "min": [-0.31039899587631226, 0.46754398941993713, 0.2282000035047531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.34248998761177063, -0.5129320025444031, 0.08443800359964371, 0.5283916592597961, -2.3831825256347656, 0.5055159330368042], "max": [-0.31027698516845703, 0.46759501099586487, 0.22832199931144714, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.16616100072860718, -0.38301900029182434, 0.26218700408935547, 1.8924113512039185, -1.121137022972107, 1.52938711643219], "count": [973]}, "gripper_mode_state": {"mean": [0.0, 0.590955806783145], "std": [0.0, 0.4916574429543672], "min": [0, 0], "max": [0, 1], "count": [973]}, "gripper_activity_state": {"mean": [2.0, 1.9136690647482015], "std": [0.0, 0.36936683893506206], "min": [2, 0], "max": [2, 2], "count": [973]}, "gripper_mode_action": {"mean": [0.0, 0.590955806783145], "std": [0.0, 0.49165744295436725], "min": [0, 0], "max": [0, 1], "count": [973]}, "gripper_activity_action": {"mean": [2.0, 1.9136690647482015], "std": [0.0, 0.36936683893506206], "min": [2, 0], "max": [2, 2], "count": [973]}}} +{"episode_index": 75, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4462143217819535]], [[0.4243409103803558]], [[0.4271103593636529]]], "std": [[[0.20353039505911913]], [[0.2030740923913288]], [[0.20917944363722504]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40628409245642705]], [[0.4000985597653413]], [[0.3936489708151779]]], "std": [[[0.23547909377163553]], [[0.2256525963356924]], [[0.2259108864626791]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4921828717887618]], [[0.47921083821259985]], [[0.4731487906794662]]], "std": [[[0.21245730922176342]], [[0.21081016018024584]], [[0.21700954947828277]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613696172045207]], [[0.4412753778594771]], [[0.44903003585693535]]], "std": [[[0.2762920110779643]], [[0.26192398597221583]], [[0.267944527947692]]], "count": [144]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.4675469994544983, 0.22817400097846985, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0472286120057106, 0.35496506094932556, -0.6062575578689575, -1.8228917121887207, 0.25385814905166626, -0.13397148251533508, -0.14358824491500854, -0.342849999666214, -0.529570996761322, 0.12715299427509308, 0.5587366819381714, -2.4749345779418945, 0.663685142993927, 1009.0, 163.0, -0.00016166955174412578, -0.19952842593193054, -0.9055763483047485, 1.8868708610534668, -0.9787835478782654, -0.00012909738870803267], "max": [-0.19943878054618835, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4363672435283661, 0.7455523014068604, -0.09300859272480011, -1.0042275190353394, 1.5340746641159058, 0.30255281925201416, 0.5029515027999878, -0.21334700286388397, -0.39496299624443054, 0.24532000720500946, 1.7574896812438965, -1.121137022972107, 1.5207504034042358, 1010.0, 1000.0, -0.00011655246635200456, -0.1923172026872635, -0.905547022819519, 1.8868945837020874, -0.9785506129264832, -5.505623994395137e-05], "mean": [-0.19951248168945312, 0.6046618223190308, 0.45140403509140015, -1.41197669506073, -0.2539043128490448, -0.12052600830793381, 0.028274541720747948, -0.3103328049182892, 0.4675690829753876, 0.22823019325733185, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.22956176102161407, 0.5409088730812073, -0.40596336126327515, -1.4043940305709839, 0.918904721736908, 0.07373765110969543, 0.19884634017944336, -0.2975957691669464, -0.46357694268226624, 0.19283026456832886, 1.188922643661499, -1.8790611028671265, 1.0694291591644287, 1009.927734375, 608.8541259765625, -0.00013912146096117795, -0.19544129073619843, -0.9055598974227905, 1.886876106262207, -0.9786276817321777, -9.120955655816942e-05], "std": [2.5730609195306897e-05, 2.6997186068911105e-05, 2.2395101041183807e-05, 3.444866888457909e-05, 2.231356302218046e-05, 1.668775985308457e-05, 1.9397091818973422e-05, 1.7373655282426625e-05, 8.105313099804334e-06, 1.4819552234257571e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.12569640576839447, 0.11635269969701767, 0.13344472646713257, 0.26286929845809937, 0.4152834713459015, 0.15689252316951752, 0.22015409171581268, 0.040769197046756744, 0.04591671749949455, 0.03372102603316307, 0.42797034978866577, 0.4289717972278595, 0.2902058959007263, 0.2589399218559265, 407.4602966308594, 9.973496162274387e-06, 0.0023670047521591187, 4.714369424618781e-06, 8.784923011262435e-06, 4.7126995923463255e-05, 1.2287382560316473e-05], "count": [761]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.4675469994544983, 0.22817400097846985, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0472286120057106, 0.35496506094932556, -0.6062575578689575, -1.8228917121887207, 0.25385814905166626, -0.13397148251533508, -0.14358824491500854, -0.342849999666214, -0.529570996761322, 0.12715299427509308, 0.5587366819381714, -2.4749345779418945, 0.663685142993927, 1009.0, 163.0, -0.00016166955174412578, -0.19952842593193054, -0.9055763483047485, 1.8868708610534668, -0.9787835478782654, -0.00012909738870803267], "max": [-0.19943878054618835, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102720081806183, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4363672435283661, 0.7455523014068604, -0.09300859272480011, -1.0042275190353394, 1.5340746641159058, 0.30255281925201416, 0.5029515027999878, -0.21334700286388397, -0.39496299624443054, 0.24532000720500946, 1.7574896812438965, -1.121137022972107, 1.5207504034042358, 1010.0, 1000.0, -0.00011655246635200456, -0.1923172026872635, -0.905547022819519, 1.8868945837020874, -0.9785506129264832, -5.505623994395137e-05], "mean": [-0.19951243698596954, 0.6046618819236755, 0.45140403509140015, -1.41197669506073, -0.2539043724536896, -0.12052600830793381, 0.028274377807974815, -0.3103328049182892, 0.4675690829753876, 0.22823023796081543, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.22946980595588684, 0.5409100651741028, -0.4061528444290161, -1.4045636653900146, 0.9192339777946472, 0.07373179495334625, 0.19873011112213135, -0.2976236343383789, -0.4635177254676819, 0.1927432119846344, 1.1887757778167725, -1.8794596195220947, 1.0695850849151611, 1009.9263916015625, 608.8541259765625, -0.00013916099851485342, -0.1954413503408432, -0.9055598378181458, 1.886876106262207, -0.9786275625228882, -9.11758907022886e-05], "std": [2.576494989625644e-05, 2.6947078367811628e-05, 2.2395101041183807e-05, 3.443930472712964e-05, 2.225078787887469e-05, 1.668775985308457e-05, 1.9325567336636595e-05, 1.737375532684382e-05, 8.098516445897985e-06, 1.4834819921816234e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.12574385106563568, 0.11635343730449677, 0.1336115151643753, 0.26291581988334656, 0.41485515236854553, 0.1568998247385025, 0.2202972024679184, 0.04078512638807297, 0.04594060406088829, 0.03371499851346016, 0.42785724997520447, 0.428408145904541, 0.29006361961364746, 0.2610977292060852, 407.4602966308594, 9.97337428998435e-06, 0.0023670035880059004, 4.6834607019263785e-06, 8.785786121734418e-06, 4.711155270342715e-05, 1.2262795280548744e-05], "count": [761]}, "timestamp": {"min": [0.0], "max": [25.333333333333332], "mean": [12.666666666666668], "std": [7.322719591942751], "count": [761]}, "frame_index": {"min": [0], "max": [760], "mean": [380.0], "std": [219.68158775828255], "count": [761]}, "episode_index": {"min": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [761]}, "index": {"min": [60365], "max": [61125], "mean": [60745.0], "std": [219.68158775828255], "count": [761]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [761]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.6088541405038044], "std": [0.0, 0.40746221417169937], "count": [761]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.6088541405038044], "std": [0.0, 0.40746221417169937], "count": [761]}, "eef_direction_state": {"mean": [6.0, 3.9842312746386335], "std": [0.0, 2.3011768614832913], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_state": {"mean": [0.0, 0.6609724047306176], "std": [0.0, 0.729093978484176], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_state": {"mean": [0.0, 0.6005256241787122], "std": [0.0, 0.8110276326733195], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_direction_action": {"mean": [6.0, 3.9842312746386335], "std": [0.0, 2.3011768614832913], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_action": {"mean": [0.0, 0.6609724047306176], "std": [0.0, 0.729093978484176], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_action": {"mean": [0.0, 0.6005256241787122], "std": [0.0, 0.8110276326733195], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_sim_pose_state": {"mean": [-0.31033292412757874, 0.46756988763809204, 0.22823022305965424, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29759570956230164, -0.46357741951942444, 0.19283029437065125, 1.1889194250106812, -1.8790521621704102, 1.0694284439086914], "std": [1.73732823895989e-05, 8.064800567808561e-06, 1.4819534953858238e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.040769197046756744, 0.04591672495007515, 0.03372102975845337, 0.42796945571899414, 0.4289720058441162, 0.2902056574821472], "min": [-0.31038299202919006, 0.4675469994544983, 0.22817400097846985, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.342849999666214, -0.529570996761322, 0.12715299427509308, 0.5587366819381714, -2.4749345779418945, 0.663685142993927], "max": [-0.3102720081806183, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21334700286388397, -0.39496299624443054, 0.24532000720500946, 1.7574896812438965, -1.121137022972107, 1.5207504034042358], "count": [761]}, "eef_sim_pose_action": {"mean": [-0.3103328049182892, 0.4675690829753876, 0.22823019325733185, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.2975957691669464, -0.46357694268226624, 0.19283026456832886, 1.188922643661499, -1.8790611028671265, 1.0694291591644287], "std": [1.7373655282426625e-05, 8.105313099804334e-06, 1.4819552234257571e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.040769197046756744, 0.04591671749949455, 0.03372102603316307, 0.42797034978866577, 0.4289717972278595, 0.2902058959007263], "min": [-0.31038299202919006, 0.4675469994544983, 0.22817400097846985, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.342849999666214, -0.529570996761322, 0.12715299427509308, 0.5587366819381714, -2.4749345779418945, 0.663685142993927], "max": [-0.3102720081806183, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21334700286388397, -0.39496299624443054, 0.24532000720500946, 1.7574896812438965, -1.121137022972107, 1.5207504034042358], "count": [761]}, "gripper_mode_state": {"mean": [0.0, 0.4612352168199737], "std": [0.0, 0.49849502664018797], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_state": {"mean": [2.0, 1.885676741130092], "std": [0.0, 0.42127064609885123], "min": [2, 0], "max": [2, 2], "count": [761]}, "gripper_mode_action": {"mean": [0.0, 0.4612352168199737], "std": [0.0, 0.49849502664018797], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_action": {"mean": [2.0, 1.885676741130092], "std": [0.0, 0.42127064609885123], "min": [2, 0], "max": [2, 2], "count": [761]}}} +{"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.4416436873454337]], [[0.42161784164679383]], [[0.4250283629217453]]], "std": [[[0.2036706942264841]], [[0.20317744835510645]], [[0.2084357502469153]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4067516270866455]], [[0.39890983124668783]], [[0.39169015384870165]]], "std": [[[0.23439110444783107]], [[0.22441528734690994]], [[0.22489701216022479]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4893193381800919]], [[0.47692163211005123]], [[0.47073491598215866]]], "std": [[[0.2117976375954827]], [[0.21075171921605962]], [[0.21684076777616548]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45720723204822467]], [[0.4352474744965554]], [[0.441418107445681]]], "std": [[[0.27316280397761605]], [[0.2615068861804739]], [[0.26569502275581086]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12054989486932755, 0.028204521164298058, -0.31038999557495117, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.059864792972803116, 0.29216811060905457, -0.6789680123329163, -1.6102582216262817, 0.25384068489074707, -0.16105897724628448, -0.3217514455318451, -0.3343319892883301, -0.5347859859466553, 0.01551199983805418, 0.43657970428466797, -2.391561985015869, 0.5656392574310303, 1009.0, 168.0, -0.00018046832701656967, -0.19925019145011902, -0.9055795073509216, 1.88687002658844, -0.979045033454895, -0.0003806474560406059], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5050808191299438, 0.6047216653823853, -0.06628760695457458, -0.9513964653015137, 1.4887133836746216, 0.3819303810596466, 0.4521624445915222, -0.19255100190639496, -0.4148530066013336, 0.2453410029411316, 1.8194950819015503, -1.121137022972107, 1.5107686519622803, 1010.0, 1000.0, -0.0001522701495559886, -0.1923341304063797, -0.9055454730987549, 1.8869143724441528, -0.9784159064292908, 0.00024015911913011223], "mean": [-0.19951599836349487, 0.604663074016571, 0.4513958692550659, -1.4119478464126587, -0.25391021370887756, -0.12051910907030106, 0.02826903760433197, -0.31034019589424133, 0.4675719141960144, 0.2282397747039795, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2754461169242859, 0.425971657037735, -0.4117075502872467, -1.3637086153030396, 0.7877278923988342, 0.07894210517406464, 0.13202804327011108, -0.29384925961494446, -0.4768587648868561, 0.1622459590435028, 1.2142630815505981, -1.800920844078064, 1.0657492876052856, 1009.929931640625, 616.1707153320312, -0.000161137490067631, -0.1952248364686966, -0.9055591225624084, 1.8868848085403442, -0.9786072373390198, 1.3135972949385177e-05], "std": [2.545800271036569e-05, 2.3228165446198545e-05, 2.321686224604491e-05, 3.382647628313862e-05, 2.1969308363622986e-05, 1.828505082812626e-05, 2.2514144802698866e-05, 1.6598689398961142e-05, 7.824240128684323e-06, 1.4268652194004972e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.15744705498218536, 0.10073165595531464, 0.1581261157989502, 0.1903117448091507, 0.43304044008255005, 0.18136930465698242, 0.27887144684791565, 0.04628334194421768, 0.03691143915057182, 0.06863050162792206, 0.4510886073112488, 0.4732276201248169, 0.31068214774131775, 0.25525420904159546, 404.8282165527344, 8.186010745703243e-06, 0.0027121177408844233, 8.220897143473849e-06, 1.8879285562434234e-05, 0.00013901990314479917, 0.00010470850247656927], "count": [785]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12054989486932755, 0.028204521164298058, -0.31038999557495117, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.059864792972803116, 0.29216811060905457, -0.6789680123329163, -1.6102582216262817, 0.25384068489074707, -0.16105897724628448, -0.3217514455318451, -0.3343319892883301, -0.5347859859466553, 0.01551199983805418, 0.43657970428466797, -2.391561985015869, 0.5656392574310303, 1009.0, 168.0, -0.00018046832701656967, -0.19925019145011902, -0.9055795073509216, 1.88687002658844, -0.979045033454895, -0.0003806474560406059], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5050808191299438, 0.6047216653823853, -0.06628760695457458, -0.9513964653015137, 1.4887133836746216, 0.3819303810596466, 0.4521624445915222, -0.19255100190639496, -0.4148530066013336, 0.2453410029411316, 1.8194950819015503, -1.121137022972107, 1.5107686519622803, 1010.0, 1000.0, -0.0001522701495559886, -0.1923341304063797, -0.9055454730987549, 1.8869143724441528, -0.9784159064292908, 0.00024015911913011223], "mean": [-0.19951599836349487, 0.6046631336212158, 0.4513959586620331, -1.4119478464126587, -0.25391021370887756, -0.12051907926797867, 0.02826903760433197, -0.3103402256965637, 0.4675719141960144, 0.22823980450630188, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.275314062833786, 0.42583221197128296, -0.4118126630783081, -1.3638403415679932, 0.7878811359405518, 0.07889331132173538, 0.13169632852077484, -0.29387497901916504, -0.4768085181713104, 0.16216222941875458, 1.2140244245529175, -1.8010834455490112, 1.0661064386367798, 1009.929931640625, 616.1707153320312, -0.00016116384358610958, -0.1952286660671234, -0.9055591821670532, 1.8868848085403442, -0.9786071181297302, 1.3123881217325106e-05], "std": [2.5458004529355094e-05, 2.322285399714019e-05, 2.3222903109854087e-05, 3.383626972208731e-05, 2.1969308363622986e-05, 1.8258979253005236e-05, 2.2514144802698866e-05, 1.6597014109720476e-05, 7.824240128684323e-06, 1.4262545846577268e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.15755431354045868, 0.10056000202894211, 0.15817978978157043, 0.19038067758083344, 0.43287211656570435, 0.1814282387495041, 0.279216468334198, 0.04629810154438019, 0.03695084527134895, 0.06859010457992554, 0.45094728469848633, 0.47301656007766724, 0.31047627329826355, 0.25525420904159546, 404.8282470703125, 8.196747330657672e-06, 0.002710190135985613, 8.259637979790568e-06, 1.8879147319239564e-05, 0.00013901302008889616, 0.00010472096619196236], "count": [785]}, "timestamp": {"min": [0.0], "max": [26.133333333333333], "mean": [13.066666666666668], "std": [7.5536598929113685], "count": [785]}, "frame_index": {"min": [0], "max": [784], "mean": [392.0], "std": [226.60979678734103], "count": [785]}, "episode_index": {"min": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [785]}, "index": {"min": [61126], "max": [61910], "mean": [61518.0], "std": [226.60979678734103], "count": [785]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [785]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6161707000178137], "std": [0.0, 0.40482773192032584], "count": [785]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6161707000178137], "std": [0.0, 0.40482773192032584], "count": [785]}, "eef_direction_state": {"mean": [6.0, 4.101910828025478], "std": [0.0, 2.2041787568272087], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_state": {"mean": [0.0, 0.6853503184713375], "std": [0.0, 0.7325737967760115], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_state": {"mean": [0.0, 0.5808917197452229], "std": [0.0, 0.8037439271169001], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_direction_action": {"mean": [6.0, 4.101910828025478], "std": [0.0, 2.2041787568272087], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_action": {"mean": [0.0, 0.6853503184713375], "std": [0.0, 0.7325737967760115], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_action": {"mean": [0.0, 0.5808917197452229], "std": [0.0, 0.8037439271169001], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_sim_pose_state": {"mean": [-0.3103400468826294, 0.4675722122192383, 0.22823986411094666, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2938491702079773, -0.47685864567756653, 0.1622459441423416, 1.2142614126205444, -1.800924301147461, 1.065750002861023], "std": [1.659813460719306e-05, 7.818502126610838e-06, 1.426838480256265e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.046283356845378876, 0.036911435425281525, 0.06863059848546982, 0.45108816027641296, 0.4732281267642975, 0.31068238615989685], "min": [-0.31038999557495117, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3343319892883301, -0.5347859859466553, 0.01551199983805418, 0.43657970428466797, -2.391561985015869, 0.5656392574310303], "max": [-0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19255100190639496, -0.4148530066013336, 0.2453410029411316, 1.8194950819015503, -1.121137022972107, 1.5107686519622803], "count": [785]}, "eef_sim_pose_action": {"mean": [-0.31034019589424133, 0.4675719141960144, 0.2282397747039795, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.29384925961494446, -0.4768587648868561, 0.1622459590435028, 1.2142630815505981, -1.800920844078064, 1.0657492876052856], "std": [1.6598689398961142e-05, 7.824240128684323e-06, 1.4268652194004972e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.04628334194421768, 0.03691143915057182, 0.06863050162792206, 0.4510886073112488, 0.4732276201248169, 0.31068214774131775], "min": [-0.31038999557495117, 0.4675520062446594, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3343319892883301, -0.5347859859466553, 0.01551199983805418, 0.43657970428466797, -2.391561985015869, 0.5656392574310303], "max": [-0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19255100190639496, -0.4148530066013336, 0.2453410029411316, 1.8194950819015503, -1.121137022972107, 1.5107686519622803], "count": [785]}, "gripper_mode_state": {"mean": [0.0, 0.45605095541401275], "std": [0.0, 0.4980647362341376], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_state": {"mean": [2.0, 1.889171974522293], "std": [0.0, 0.41524754612747294], "min": [2, 0], "max": [2, 2], "count": [785]}, "gripper_mode_action": {"mean": [0.0, 0.45605095541401275], "std": [0.0, 0.4980647362341376], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_action": {"mean": [2.0, 1.889171974522293], "std": [0.0, 0.41524754612747294], "min": [2, 0], "max": [2, 2], "count": [785]}}} +{"episode_index": 77, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4444951730692277]], [[0.4226856978902672]], [[0.42454363967809344]]], "std": [[[0.2033908391762089]], [[0.20309601887970263]], [[0.20872758553714152]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40810373315993065]], [[0.4010753565315015]], [[0.39446812752878935]]], "std": [[[0.23657682431469396]], [[0.2264824909811644]], [[0.22643749880042846]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4916099078520297]], [[0.4787037426081544]], [[0.4716043625783647]]], "std": [[[0.21203619666771317]], [[0.21074401795600212]], [[0.21671515724947582]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4496670209750567]], [[0.4306958186052198]], [[0.43735554916411007]]], "std": [[[0.28428236993599165]], [[0.272018582580598]], [[0.2754037487017385]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31036099791526794, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.04386012256145477, 0.3435506224632263, -0.5914223194122314, -1.781422734260559, 0.2537708580493927, -0.33738958835601807, -0.08347909897565842, -0.3360480070114136, -0.5270360112190247, 0.0722379982471466, 0.3526041805744171, -2.3901915550231934, 0.426065593957901, 1009.0, 163.0, -0.000176708577782847, -0.19937802851200104, -0.9055613279342651, 1.8868834972381592, -0.9796638488769531, -0.00033128669019788504], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12053243815898895, 0.028361599892377853, -0.3102720081806183, 0.46759501099586487, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.43875831365585327, 0.7230550050735474, -0.11021754145622253, -1.0562384128570557, 1.6730377674102783, 0.39392080903053284, 0.6226112842559814, -0.18843699991703033, -0.38633599877357483, 0.2567639946937561, 2.0211310386657715, -1.121137022972107, 1.4230127334594727, 1010.0, 1000.0, -0.00017482868861407042, -0.19234351813793182, -0.9055446982383728, 1.8869041204452515, -0.9783271551132202, 4.271604848327115e-05], "mean": [-0.19951893389225006, 0.6046612858772278, 0.45138898491859436, -1.4119770526885986, -0.25391504168510437, -0.12057627737522125, 0.02827397547662258, -0.3103204369544983, 0.467572957277298, 0.2282312959432602, -1.5732381343841553, -1.1211421489715576, -0.7462758421897888, 0.2683602571487427, 0.5223279595375061, -0.3911566436290741, -1.3827773332595825, 1.0010067224502563, 0.10523422807455063, 0.2149437665939331, -0.28946608304977417, -0.47138023376464844, 0.1922909915447235, 1.1317307949066162, -1.9508148431777954, 1.0744460821151733, 1009.9219970703125, 572.2838745117188, -0.00017584017768967897, -0.19521427154541016, -0.9055579900741577, 1.8868815898895264, -0.978632390499115, -0.00018711893062572926], "std": [2.713034518819768e-05, 2.0150326236034743e-05, 2.319875784451142e-05, 2.498982757970225e-05, 2.227005643362645e-05, 2.067314926534891e-05, 2.7395861252443865e-05, 1.4969663425290491e-05, 8.38648611534154e-06, 1.343999792879913e-05, 2.668918932613451e-05, 2.5763485609786585e-05, 2.3762684577377513e-05, 0.09156006574630737, 0.09568723291158676, 0.13879019021987915, 0.21831771731376648, 0.44645923376083374, 0.23927216231822968, 0.217878520488739, 0.04757101461291313, 0.0417817085981369, 0.04797454923391342, 0.5775394439697266, 0.41296690702438354, 0.3251205086708069, 0.26817962527275085, 408.47686767578125, 9.371733540319838e-07, 0.0028639910742640495, 4.942714895150857e-06, 1.1039355740649626e-05, 0.00027709355344995856, 0.00010422304330859333], "count": [782]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31036099791526794, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.04386012256145477, 0.3435506224632263, -0.5914223194122314, -1.781422734260559, 0.2537708580493927, -0.33738958835601807, -0.08347909897565842, -0.3360480070114136, -0.5270360112190247, 0.0722379982471466, 0.3526041805744171, -2.3901915550231934, 0.426065593957901, 1009.0, 163.0, -0.000176708577782847, -0.19937802851200104, -0.9055613279342651, 1.8868834972381592, -0.9796638488769531, -0.00033128669019788504], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12053243815898895, 0.028361599892377853, -0.3102720081806183, 0.46759501099586487, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.43875831365585327, 0.7230550050735474, -0.11021754145622253, -1.0562384128570557, 1.6730377674102783, 0.39392080903053284, 0.6226112842559814, -0.18843699991703033, -0.38633599877357483, 0.2567639946937561, 2.0211310386657715, -1.121137022972107, 1.4230127334594727, 1010.0, 1000.0, -0.00017482868861407042, -0.19234351813793182, -0.9055446982383728, 1.8869041204452515, -0.9783271551132202, 4.271604848327115e-05], "mean": [-0.19951896369457245, 0.6046612858772278, 0.4513889253139496, -1.4119768142700195, -0.25391510128974915, -0.12057627737522125, 0.02827388420701027, -0.3103204071521759, 0.467572957277298, 0.2282312959432602, -1.5732381343841553, -1.1211421489715576, -0.7462758421897888, 0.26834022998809814, 0.5222828984260559, -0.39131441712379456, -1.3827792406082153, 1.0014488697052002, 0.10506480187177658, 0.2149130254983902, -0.28949400782585144, -0.4713531732559204, 0.19223041832447052, 1.1315683126449585, -1.9512460231781006, 1.0747921466827393, 1009.9219970703125, 572.2838745117188, -0.00017584017768967897, -0.19521401822566986, -0.9055579900741577, 1.8868815898895264, -0.978632926940918, -0.00018675476894713938], "std": [2.7170155590283684e-05, 2.0150326236034743e-05, 2.319978921150323e-05, 2.4987786673591472e-05, 2.2296242605079897e-05, 2.067314926534891e-05, 2.733768087637145e-05, 1.4968576579121873e-05, 8.39224139781436e-06, 1.343999792879913e-05, 2.668918932613451e-05, 2.576348379079718e-05, 2.3762684577377513e-05, 0.0915769636631012, 0.09565680474042892, 0.13892851769924164, 0.21831773221492767, 0.4458915889263153, 0.2394784539937973, 0.21791434288024902, 0.047589752823114395, 0.041791122406721115, 0.04795907437801361, 0.5774328708648682, 0.4122772514820099, 0.3249150514602661, 0.26817962527275085, 408.47686767578125, 9.371732971885649e-07, 0.002863974077627063, 4.94433243147796e-06, 1.1039355740649626e-05, 0.00027696930919773877, 0.00010446462692925707], "count": [782]}, "timestamp": {"min": [0.0], "max": [26.033333333333335], "mean": [13.016666666666666], "std": [7.524792355939132], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [782]}, "index": {"min": [61911], "max": [62692], "mean": [62301.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [782]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5722838888502182], "std": [0.0, 0.40847658811594173], "count": [782]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5722838888502182], "std": [0.0, 0.40847658811594173], "count": [782]}, "eef_direction_state": {"mean": [6.0, 4.062659846547315], "std": [0.0, 2.175758581744484], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.0, 0.6457800511508951], "std": [0.0, 0.6812064990393848], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_state": {"mean": [0.0, 0.5677749360613811], "std": [0.0, 0.7915053549028177], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_direction_action": {"mean": [6.0, 4.062659846547315], "std": [0.0, 2.175758581744484], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.0, 0.6457800511508951], "std": [0.0, 0.6812064990393848], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_action": {"mean": [0.0, 0.5677749360613811], "std": [0.0, 0.7915053549028177], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [-0.31032034754753113, 0.46757322549819946, 0.22823140025138855, -1.573225975036621, -1.1211378574371338, -0.7462747693061829, -0.2894660234451294, -0.47138020396232605, 0.1922910213470459, 1.131730556488037, -1.9508118629455566, 1.0744471549987793], "std": [1.4969405128795188e-05, 8.382621672353707e-06, 1.3439625035971403e-05, 2.3810413040337153e-05, 2.5416396965738386e-05, 2.373777715547476e-05, 0.04757101833820343, 0.041781697422266006, 0.04797454923391342, 0.5775389075279236, 0.4129665493965149, 0.325120747089386], "min": [-0.31036099791526794, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3360480070114136, -0.5270360112190247, 0.0722379982471466, 0.3526041805744171, -2.3901915550231934, 0.426065593957901], "max": [-0.3102720081806183, 0.46759501099586487, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.18843699991703033, -0.38633599877357483, 0.2567639946937561, 2.0211310386657715, -1.121137022972107, 1.4230127334594727], "count": [782]}, "eef_sim_pose_action": {"mean": [-0.3103204369544983, 0.467572957277298, 0.2282312959432602, -1.5732381343841553, -1.1211421489715576, -0.7462758421897888, -0.28946608304977417, -0.47138023376464844, 0.1922909915447235, 1.1317307949066162, -1.9508148431777954, 1.0744460821151733], "std": [1.4969663425290491e-05, 8.38648611534154e-06, 1.343999792879913e-05, 2.668918932613451e-05, 2.5763485609786585e-05, 2.3762684577377513e-05, 0.04757101461291313, 0.0417817085981369, 0.04797454923391342, 0.5775394439697266, 0.41296690702438354, 0.3251205086708069], "min": [-0.31036099791526794, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3360480070114136, -0.5270360112190247, 0.0722379982471466, 0.3526041805744171, -2.3901915550231934, 0.426065593957901], "max": [-0.3102720081806183, 0.46759501099586487, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.18843699991703033, -0.38633599877357483, 0.2567639946937561, 2.0211310386657715, -1.121137022972107, 1.4230127334594727], "count": [782]}, "gripper_mode_state": {"mean": [0.0, 0.5051150895140665], "std": [0.0, 0.4999738351746671], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_state": {"mean": [2.0, 1.891304347826087], "std": [0.0, 0.41047796599736214], "min": [2, 0], "max": [2, 2], "count": [782]}, "gripper_mode_action": {"mean": [0.0, 0.5051150895140665], "std": [0.0, 0.49997383517466715], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_action": {"mean": [2.0, 1.891304347826087], "std": [0.0, 0.41047796599736214], "min": [2, 0], "max": [2, 2], "count": [782]}}} +{"episode_index": 78, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.4330769140989729]], [[0.41528245957473897]], [[0.41386028350734233]]], "std": [[[0.20293328961065032]], [[0.20204295573708017]], [[0.209297302189829]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.406260903414396]], [[0.39864861455946016]], [[0.3915215720758]]], "std": [[[0.2339341144672445]], [[0.22423397970691475]], [[0.22444305571049716]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4901267281533826]], [[0.47793360867074103]], [[0.4709857967808336]]], "std": [[[0.21171063282386002]], [[0.2110380061890125]], [[0.21721742168530164]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4544265355763517]], [[0.4351829680735931]], [[0.44142081662210336]]], "std": [[[0.28307841578103116]], [[0.2712492871250559]], [[0.2749014174291471]]], "count": [154]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.025761058554053307, 0.2934421896934509, -0.5689772963523865, -1.7574069499969482, 0.2537883222103119, -0.15833626687526703, -0.11653563380241394, -0.33733999729156494, -0.5239279866218567, 0.05601600185036659, 0.46978601813316345, -2.3632071018218994, 0.47139763832092285, 1009.0, 160.0, -0.00018986771465279162, -0.19986680150032043, -0.9055818915367126, 1.886823296546936, -0.9789507389068604, -2.942661194538232e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3894353210926056, 0.6131342053413391, -0.07307693362236023, -1.0126575231552124, 1.4515902996063232, 0.3830474317073822, 0.5533915758132935, -0.20521600544452667, -0.39876601099967957, 0.25703200697898865, 2.0363221168518066, -1.121137022972107, 1.497792363166809, 1010.0, 1000.0, -0.00016730917559470981, -0.1923416405916214, -0.905546247959137, 1.8869104385375977, -0.9783517122268677, 7.97366228653118e-05], "mean": [-0.19951778650283813, 0.6046637296676636, 0.4513879418373108, -1.4119595289230347, -0.25391659140586853, -0.12055706232786179, 0.028272012248635292, -0.31032779812812805, 0.46757346391677856, 0.22823773324489594, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.21530620753765106, 0.45607098937034607, -0.38023641705513, -1.4456552267074585, 0.8366416096687317, 0.05745021998882294, 0.23554615676403046, -0.2891857922077179, -0.4571138620376587, 0.15972627699375153, 1.275315761566162, -1.8897756338119507, 1.0466820001602173, 1009.9020385742188, 523.1354370117188, -0.00018074199033435434, -0.19558660686016083, -0.9055684208869934, 1.886861801147461, -0.9785856604576111, 2.843599213520065e-05], "std": [2.743249569903128e-05, 2.2252084818319418e-05, 2.4236662284238264e-05, 2.6262912797392346e-05, 2.2628368242294528e-05, 2.1295551050570793e-05, 2.7725014660973102e-05, 1.608061938895844e-05, 8.491102562402375e-06, 1.267182051378768e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.10252245515584946, 0.09917306900024414, 0.1253487765789032, 0.21517124772071838, 0.3964853584766388, 0.15310721099376678, 0.22123746573925018, 0.04388139396905899, 0.04167720675468445, 0.06147097423672676, 0.5380655527114868, 0.35284891724586487, 0.34184059500694275, 0.29724055528640747, 406.6431884765625, 2.589549694675952e-06, 0.002773877466097474, 9.750534445629455e-06, 2.879964631574694e-05, 0.0001505361287854612, 1.1093688044638839e-05], "count": [827]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.025761058554053307, 0.2934421896934509, -0.5689772963523865, -1.7574069499969482, 0.25382325053215027, -0.15833626687526703, -0.11653563380241394, -0.33733999729156494, -0.5239279866218567, 0.05601600185036659, 0.46978601813316345, -2.3632071018218994, 0.47139763832092285, 1009.0, 160.0, -0.00018986771465279162, -0.19986680150032043, -0.9055818915367126, 1.886823296546936, -0.9789507389068604, -2.942661194538232e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3894353210926056, 0.6131342053413391, -0.07307693362236023, -1.0126575231552124, 1.4515902996063232, 0.3830474317073822, 0.5533915758132935, -0.20521600544452667, -0.39876601099967957, 0.25703200697898865, 2.0363221168518066, -1.121137022972107, 1.497792363166809, 1010.0, 1000.0, -0.00016730917559470981, -0.1923416405916214, -0.905546247959137, 1.8869104385375977, -0.9783517122268677, 7.97366228653118e-05], "mean": [-0.19951778650283813, 0.6046636700630188, 0.4513879418373108, -1.4119595289230347, -0.2539166510105133, -0.12055697292089462, 0.028272075578570366, -0.31032779812812805, 0.46757346391677856, 0.22823776304721832, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.21513774991035461, 0.4560094475746155, -0.38027602434158325, -1.4458140134811401, 0.8370046019554138, 0.057418093085289, 0.23548413813114166, -0.2892113924026489, -0.45705586671829224, 0.15966200828552246, 1.275078535079956, -1.890206217765808, 1.0469807386398315, 1009.9020385742188, 523.1354370117188, -0.00018074880063068122, -0.19559039175510406, -0.9055684208869934, 1.8868616819381714, -0.978585422039032, 2.843599213520065e-05], "std": [2.743249569903128e-05, 2.2254480427363887e-05, 2.4236664103227668e-05, 2.6260362574248575e-05, 2.2649059246759862e-05, 2.1255191313684918e-05, 2.7790041713160463e-05, 1.6066755051724613e-05, 8.493241693940945e-06, 1.2674113349930849e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.10266254097223282, 0.09909655153751373, 0.1253763735294342, 0.21519483625888824, 0.39608877897262573, 0.15314723551273346, 0.221318781375885, 0.04389992356300354, 0.0416959710419178, 0.06142701581120491, 0.5379769206047058, 0.35212668776512146, 0.3416859805583954, 0.29724055528640747, 406.6431884765625, 2.586348045952036e-06, 0.0027756064664572477, 9.737985237734392e-06, 2.8784432288375683e-05, 0.0001504759129602462, 1.1093688044638839e-05], "count": [827]}, "timestamp": {"min": [0.0], "max": [27.533333333333335], "mean": [13.766666666666666], "std": [7.957805392610871], "count": [827]}, "frame_index": {"min": [0], "max": [826], "mean": [413.0], "std": [238.73416177832615], "count": [827]}, "episode_index": {"min": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [827]}, "index": {"min": [62693], "max": [63519], "mean": [63106.0], "std": [238.73416177832615], "count": [827]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [827]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5231354271738532], "std": [0.0, 0.40664383553859523], "count": [827]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5231354271738532], "std": [0.0, 0.40664383553859523], "count": [827]}, "eef_direction_state": {"mean": [6.0, 3.822249093107618], "std": [0.0, 2.3643028981712235], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_state": {"mean": [0.0, 0.6638452237001209], "std": [0.0, 0.7045790567031279], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_state": {"mean": [0.0, 0.5223700120918985], "std": [0.0, 0.7809213505308876], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_direction_action": {"mean": [6.0, 3.822249093107618], "std": [0.0, 2.3643028981712235], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_action": {"mean": [0.0, 0.6638452237001209], "std": [0.0, 0.7045790567031279], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_action": {"mean": [0.0, 0.5223700120918985], "std": [0.0, 0.7809213505308876], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_sim_pose_state": {"mean": [-0.31032776832580566, 0.46757373213768005, 0.2282378375530243, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2891857922077179, -0.45711401104927063, 0.15972627699375153, 1.275314211845398, -1.8897771835327148, 1.0466818809509277], "std": [1.608051752555184e-05, 8.486684237141162e-06, 1.2671448530454654e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04388141259551048, 0.041677191853523254, 0.06147095188498497, 0.5380653142929077, 0.352848619222641, 0.34184032678604126], "min": [-0.31037500500679016, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33733999729156494, -0.5239279866218567, 0.05601600185036659, 0.46978601813316345, -2.3632071018218994, 0.47139763832092285], "max": [-0.3102799952030182, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20521600544452667, -0.39876601099967957, 0.25703200697898865, 2.0363221168518066, -1.121137022972107, 1.497792363166809], "count": [827]}, "eef_sim_pose_action": {"mean": [-0.31032779812812805, 0.46757346391677856, 0.22823773324489594, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.2891857922077179, -0.4571138620376587, 0.15972627699375153, 1.275315761566162, -1.8897756338119507, 1.0466820001602173], "std": [1.608061938895844e-05, 8.491102562402375e-06, 1.267182051378768e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.04388139396905899, 0.04167720675468445, 0.06147097423672676, 0.5380655527114868, 0.35284891724586487, 0.34184059500694275], "min": [-0.31037500500679016, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33733999729156494, -0.5239279866218567, 0.05601600185036659, 0.46978601813316345, -2.3632071018218994, 0.47139763832092285], "max": [-0.3102799952030182, 0.46759799122810364, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20521600544452667, -0.39876601099967957, 0.25703200697898865, 2.0363221168518066, -1.121137022972107, 1.497792363166809], "count": [827]}, "gripper_mode_state": {"mean": [0.0, 0.5610640870616687], "std": [0.0, 0.4962571684835681], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_state": {"mean": [2.0, 1.8948004836759371], "std": [0.0, 0.40529691458479505], "min": [2, 0], "max": [2, 2], "count": [827]}, "gripper_mode_action": {"mean": [0.0, 0.5610640870616687], "std": [0.0, 0.4962571684835681], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_action": {"mean": [2.0, 1.8948004836759371], "std": [0.0, 0.40529691458479505], "min": [2, 0], "max": [2, 2], "count": [827]}}} +{"episode_index": 79, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4394177564305292]], [[0.4192873814041746]], [[0.4199459321631879]]], "std": [[[0.2031453964026768]], [[0.20236823732615541]], [[0.20904760466362854]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40679425337339237]], [[0.39925307953826694]], [[0.3923080605629349]]], "std": [[[0.23520710592799385]], [[0.2251133703745884]], [[0.22520111403780385]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.491513367067257]], [[0.47873335837022984]], [[0.4715510186063673]]], "std": [[[0.2122500294790682]], [[0.21093504533877316]], [[0.2169696475822326]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45626833886780516]], [[0.43471048123550493]], [[0.44100902382458357]]], "std": [[[0.28285586947580854]], [[0.2663171405804895]], [[0.2706679372164208]]], "count": [155]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12285372614860535, 0.32882001996040344, -0.6063448786735535, -1.7366548776626587, 0.2537883222103119, -0.15502014756202698, -0.1751612424850464, -0.33279699087142944, -0.5105000138282776, 0.06595200300216675, 0.4064026474952698, -2.344818592071533, 0.519522488117218, 1009.0, 167.0, -0.0001842280908022076, -0.19937990605831146, -0.9055866599082947, 1.886831283569336, -0.9789657592773438, -0.00016896570741664618], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027400493621826, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3764326274394989, 0.7331953644752502, -0.05637413635849953, -1.1643091440200806, 1.591862440109253, 0.3851243555545807, 0.4432438015937805, -0.18078500032424927, -0.39875200390815735, 0.26350700855255127, 1.75223708152771, -1.121137022972107, 1.4845167398452759, 1010.0, 1000.0, -0.00018234820163343102, -0.1923190802335739, -0.9055541753768921, 1.8868558406829834, -0.9783675670623779, 9.777228842722252e-05], "mean": [-0.1995178908109665, 0.6046660542488098, 0.45139017701148987, -1.4119551181793213, -0.2539093494415283, -0.12055256962776184, 0.028273792937397957, -0.3103307783603668, 0.4675728380680084, 0.22823886573314667, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.22775322198867798, 0.5433303117752075, -0.41724810004234314, -1.501162052154541, 0.9293971657752991, 0.1258794069290161, 0.11977880448102951, -0.2819904088973999, -0.4565100371837616, 0.1748620867729187, 1.1750993728637695, -1.884855031967163, 1.002353310585022, 1009.9304809570312, 593.3884887695312, -0.00018330421880818903, -0.19540992379188538, -0.9055646061897278, 1.8868407011032104, -0.978608250617981, -5.07505246787332e-05], "std": [2.7235859306529164e-05, 1.9730381609406322e-05, 2.359062636969611e-05, 2.3888824216555804e-05, 2.2351152438204736e-05, 1.9273811631137505e-05, 2.0036013665958308e-05, 1.495733067713445e-05, 8.406592314713635e-06, 1.3192000551498495e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.11361885815858841, 0.10698629170656204, 0.15578807890415192, 0.16801337897777557, 0.4119095802307129, 0.1811576932668686, 0.19953018426895142, 0.04641943424940109, 0.0366511307656765, 0.05307415872812271, 0.48214781284332275, 0.39048659801483154, 0.31937503814697266, 0.2543781101703644, 406.8418884277344, 9.398128781867854e-07, 0.0025896949227899313, 6.211435447767144e-06, 9.837513061938807e-06, 0.0001336337736574933, 7.09558225935325e-05], "count": [834]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12285372614860535, 0.32882001996040344, -0.6063448786735535, -1.7366548776626587, 0.2537883222103119, -0.15502014756202698, -0.1751612424850464, -0.33279699087142944, -0.5105000138282776, 0.06595200300216675, 0.4064026474952698, -2.344818592071533, 0.519522488117218, 1009.0, 167.0, -0.0001842280908022076, -0.19937990605831146, -0.9055866599082947, 1.886831283569336, -0.9789657592773438, -0.00016896570741664618], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027400493621826, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3764326274394989, 0.7331953644752502, -0.05637413635849953, -1.1643091440200806, 1.591862440109253, 0.3851243555545807, 0.4432438015937805, -0.18078500032424927, -0.39875200390815735, 0.26350700855255127, 1.75223708152771, -1.121137022972107, 1.4845167398452759, 1010.0, 1000.0, -0.00018234820163343102, -0.1923190802335739, -0.9055541753768921, 1.8868558406829834, -0.9783675670623779, 9.777228842722252e-05], "mean": [-0.19951795041561127, 0.6046661734580994, 0.4513901472091675, -1.4119552373886108, -0.2539093494415283, -0.12055247277021408, 0.028273874893784523, -0.31033071875572205, 0.4675728380680084, 0.22823889553546906, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.22762145102024078, 0.543395459651947, -0.4174053966999054, -1.5013988018035889, 0.9298055171966553, 0.12588068842887878, 0.1197052001953125, -0.28200650215148926, -0.4564395844936371, 0.1747884750366211, 1.1749382019042969, -1.8853169679641724, 1.0025103092193604, 1009.931640625, 593.3884887695312, -0.00018330421880818903, -0.1954098343849182, -0.9055646061897278, 1.8868407011032104, -0.9786084294319153, -5.093604704597965e-05], "std": [2.7274119929643348e-05, 1.9815057385130785e-05, 2.3614386009285226e-05, 2.3881699235062115e-05, 2.2351152438204736e-05, 1.9286393580841832e-05, 2.01110597117804e-05, 1.4969942640163936e-05, 8.42132794787176e-06, 1.3254230907477904e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.11371511965990067, 0.10704022645950317, 0.15588876605033875, 0.16802698373794556, 0.41140812635421753, 0.1811557412147522, 0.19959621131420135, 0.046431608498096466, 0.036686137318611145, 0.053042586892843246, 0.4820379614830017, 0.3898099362850189, 0.3192808926105499, 0.2523375451564789, 406.8418884277344, 9.398129350302042e-07, 0.0025896967854350805, 6.211435447767144e-06, 9.839995072979946e-06, 0.00013359835429582745, 7.096344052115455e-05], "count": [834]}, "timestamp": {"min": [0.0], "max": [27.766666666666666], "mean": [13.883333333333335], "std": [8.025162972846143], "count": [834]}, "frame_index": {"min": [0], "max": [833], "mean": [416.5], "std": [240.7548891853843], "count": [834]}, "episode_index": {"min": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [834]}, "index": {"min": [63520], "max": [64353], "mean": [63936.5], "std": [240.7548891853843], "count": [834]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [834]}, "gripper_open_scale_state": {"min": [1.0, 0.16699999570846558], "max": [1.0, 1.0], "mean": [1.0, 0.5933884882705389], "std": [0.0, 0.4068418474720272], "count": [834]}, "gripper_open_scale_action": {"min": [1.0, 0.16699999570846558], "max": [1.0, 1.0], "mean": [1.0, 0.5933884882705389], "std": [0.0, 0.4068418474720272], "count": [834]}, "eef_direction_state": {"mean": [6.0, 4.089928057553957], "std": [0.0, 2.2015515010125997], "min": [6, 0], "max": [6, 6], "count": [834]}, "eef_velocity_state": {"mean": [0.0, 0.6798561151079137], "std": [0.0, 0.7357939827509673], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_acc_mag_state": {"mean": [0.0, 0.5515587529976019], "std": [0.0, 0.7913523725138718], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_direction_action": {"mean": [6.0, 4.089928057553957], "std": [0.0, 2.2015515010125997], "min": [6, 0], "max": [6, 6], "count": [834]}, "eef_velocity_action": {"mean": [0.0, 0.6798561151079137], "std": [0.0, 0.7357939827509673], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_acc_mag_action": {"mean": [0.0, 0.5515587529976019], "std": [0.0, 0.7913523725138718], "min": [0, 0], "max": [0, 2], "count": [834]}, "eef_sim_pose_state": {"mean": [-0.3103307783603668, 0.46757301688194275, 0.22823895514011383, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28199049830436707, -0.45651042461395264, 0.1748621016740799, 1.1750980615615845, -1.8848605155944824, 1.0023534297943115], "std": [1.495733522460796e-05, 8.404629625147209e-06, 1.3191626749176066e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04641943424940109, 0.0366511233150959, 0.05307415872812271, 0.48214834928512573, 0.3904868960380554, 0.31937482953071594], "min": [-0.3103800117969513, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33279699087142944, -0.5105000138282776, 0.06595200300216675, 0.4064026474952698, -2.344818592071533, 0.519522488117218], "max": [-0.31027400493621826, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18078500032424927, -0.39875200390815735, 0.26350700855255127, 1.75223708152771, -1.121137022972107, 1.4845167398452759], "count": [834]}, "eef_sim_pose_action": {"mean": [-0.3103307783603668, 0.4675728380680084, 0.22823886573314667, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.2819904088973999, -0.4565100371837616, 0.1748620867729187, 1.1750993728637695, -1.884855031967163, 1.002353310585022], "std": [1.495733067713445e-05, 8.406592314713635e-06, 1.3192000551498495e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.04641943424940109, 0.0366511307656765, 0.05307415872812271, 0.48214781284332275, 0.39048659801483154, 0.31937503814697266], "min": [-0.3103800117969513, 0.46755099296569824, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33279699087142944, -0.5105000138282776, 0.06595200300216675, 0.4064026474952698, -2.344818592071533, 0.519522488117218], "max": [-0.31027400493621826, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18078500032424927, -0.39875200390815735, 0.26350700855255127, 1.75223708152771, -1.121137022972107, 1.4845167398452759], "count": [834]}, "gripper_mode_state": {"mean": [0.0, 0.48201438848920863], "std": [0.0, 0.49967641307008526], "min": [0, 0], "max": [0, 1], "count": [834]}, "gripper_activity_state": {"mean": [2.0, 1.9004796163069544], "std": [0.0, 0.3928921968701893], "min": [2, 0], "max": [2, 2], "count": [834]}, "gripper_mode_action": {"mean": [0.0, 0.48201438848920863], "std": [0.0, 0.49967641307008526], "min": [0, 0], "max": [0, 1], "count": [834]}, "gripper_activity_action": {"mean": [2.0, 1.9004796163069544], "std": [0.0, 0.3928921968701893], "min": [2, 0], "max": [2, 2], "count": [834]}}} +{"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.4373827218647876]], [[0.4195245685253268]], [[0.4187048330269608]]], "std": [[[0.2048980155570633]], [[0.20299995153655906]], [[0.21006502578823658]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4072483762254902]], [[0.3992610064338235]], [[0.39244921236723856]]], "std": [[[0.23597694890792242]], [[0.2257176828805765]], [[0.22607201426598372]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4911436274509804]], [[0.4791089320363562]], [[0.4730231783598856]]], "std": [[[0.2120157742714077]], [[0.2113630812335843]], [[0.21767523668852753]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4441183797998366]], [[0.4259281671262255]], [[0.431612881689134]]], "std": [[[0.2855806370284273]], [[0.2724302510855354]], [[0.27602416820747483]]], "count": [160]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.0279427208006382, -0.31039199233055115, 0.46754199266433716, 0.22818799316883087, -1.5739108324050903, -1.121137022972107, -0.7462756037712097, 0.06585127115249634, 0.35534903407096863, -0.6902602910995483, -1.6918349266052246, 0.25385814905166626, -0.18823376297950745, -0.18392279744148254, -0.3402009904384613, -0.5334799885749817, 0.0332150012254715, 0.27869415283203125, -2.3463387489318848, 0.21918322145938873, 1009.0, 160.0, -0.00023874455655459315, -0.19909228384494781, -0.9055684208869934, 1.8868407011032104, -0.9788802266120911, -0.00019364609033800662], "max": [-0.19943878054618835, 0.6048089265823364, 0.4515515863895416, -1.411884069442749, -0.253456711769104, -0.12046262621879578, 0.028448866680264473, -0.310263991355896, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.1208910942077637, -0.7453162670135498, 0.5323777794837952, 0.7254984974861145, -0.1330638974905014, -0.9560738801956177, 1.7048898935317993, 0.29389601945877075, 0.7434927821159363, -0.16202999651432037, -0.39447900652885437, 0.25673601031303406, 2.1399435997009277, -1.121137022972107, 1.5485378503799438, 1010.0, 1000.0, -0.00017294881399720907, -0.19236420094966888, -0.9055446982383728, 1.88687002658844, -0.9783849716186523, 7.309190550586209e-05], "mean": [-0.19951754808425903, 0.6046674847602844, 0.45138803124427795, -1.4119563102722168, -0.2539016604423523, -0.12055043131113052, 0.028274809941649437, -0.3103308081626892, 0.4675725996494293, 0.22824016213417053, -1.573240041732788, -1.1211422681808472, -0.7462756633758545, 0.3053147792816162, 0.5115510821342468, -0.44913965463638306, -1.4091440439224243, 0.9373888373374939, 0.06494308263063431, 0.26178357005119324, -0.27580320835113525, -0.468107670545578, 0.16520994901657104, 1.2793493270874023, -1.9309370517730713, 0.9866302609443665, 1009.9286499023438, 491.285400390625, -0.0002108002227032557, -0.19564254581928253, -0.9055623412132263, 1.886844515800476, -0.97861647605896, -8.292297570733353e-05], "std": [2.7760877856053412e-05, 2.7460655473987572e-05, 2.8298309189267457e-05, 2.4876841052901e-05, 2.8452455808292143e-05, 2.21127484110184e-05, 3.1404284527525306e-05, 1.631943268876057e-05, 8.682899533596355e-06, 1.558860640216153e-05, 2.6259172955178656e-05, 1.0003966963267885e-05, 3.25453256664332e-05, 0.1597832888364792, 0.10987646132707596, 0.1644071340560913, 0.20616085827350616, 0.4186091125011444, 0.15493658185005188, 0.33035212755203247, 0.05896550044417381, 0.04019823670387268, 0.06323092430830002, 0.6016418933868408, 0.36243459582328796, 0.4131031036376953, 0.2574043273925781, 400.72686767578125, 1.9430715838097967e-05, 0.0013326507760211825, 9.111938197747804e-06, 1.5236671060847584e-05, 0.00013214391947258264, 7.160371751524508e-05], "count": [869]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.0279427208006382, -0.31039199233055115, 0.46754199266433716, 0.22818799316883087, -1.5739108324050903, -1.121137022972107, -0.7462756037712097, 0.06585127115249634, 0.35534903407096863, -0.6902602910995483, -1.6918349266052246, 0.25385814905166626, -0.18823376297950745, -0.18392279744148254, -0.3402009904384613, -0.5334799885749817, 0.0332150012254715, 0.27869415283203125, -2.3463387489318848, 0.21918322145938873, 1009.0, 160.0, -0.00023874455655459315, -0.19909228384494781, -0.9055684208869934, 1.8868407011032104, -0.9788802266120911, -0.00019364609033800662], "max": [-0.19943878054618835, 0.6048089265823364, 0.4515515863895416, -1.411884069442749, -0.253456711769104, -0.12046262621879578, 0.028448866680264473, -0.310263991355896, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.1208910942077637, -0.7453162670135498, 0.5323777794837952, 0.7254984974861145, -0.1330638974905014, -0.9560738801956177, 1.7048898935317993, 0.29389601945877075, 0.7434927821159363, -0.16202999651432037, -0.39447900652885437, 0.25673601031303406, 2.1399435997009277, -1.121137022972107, 1.5485378503799438, 1010.0, 1000.0, -0.00017294881399720907, -0.19236420094966888, -0.9055446982383728, 1.88687002658844, -0.9783849716186523, 7.309190550586209e-05], "mean": [-0.19951748847961426, 0.6046673655509949, 0.4513879418373108, -1.4119564294815063, -0.25390157103538513, -0.12055043131113052, 0.028274811804294586, -0.3103308379650116, 0.4675725996494293, 0.22824011743068695, -1.573240041732788, -1.1211422681808472, -0.7462756633758545, 0.3051746189594269, 0.5116677284240723, -0.449359655380249, -1.4093830585479736, 0.9377632737159729, 0.06486734002828598, 0.26160886883735657, -0.2758280336856842, -0.4680255353450775, 0.16514557600021362, 1.2792017459869385, -1.9313067197799683, 0.9867965579032898, 1009.9286499023438, 491.285400390625, -0.00021085429762024432, -0.1956394463777542, -0.9055623412132263, 1.886844515800476, -0.9786165952682495, -8.284432260552421e-05], "std": [2.7724410756491125e-05, 2.745108758972492e-05, 2.8302709324634634e-05, 2.487008532625623e-05, 2.8416141503839754e-05, 2.21127484110184e-05, 3.140426633763127e-05, 1.6324831449310295e-05, 8.69094037625473e-06, 1.5612076822435483e-05, 2.6259172955178656e-05, 1.0003966963267885e-05, 3.25453256664332e-05, 0.1599295735359192, 0.11002896726131439, 0.16453765332698822, 0.20628415048122406, 0.41814228892326355, 0.15504327416419983, 0.33054569363594055, 0.05898456647992134, 0.04027213156223297, 0.06319522112607956, 0.6015849113464355, 0.36177152395248413, 0.4130353033542633, 0.2574043273925781, 400.72686767578125, 1.942198650795035e-05, 0.0013363549951463938, 9.111665349337272e-06, 1.5236562830978073e-05, 0.0001322645548498258, 7.159040251281112e-05], "count": [869]}, "timestamp": {"min": [0.0], "max": [28.933333333333334], "mean": [14.466666666666667], "std": [8.361950862222416], "count": [869]}, "frame_index": {"min": [0], "max": [868], "mean": [434.0], "std": [250.85852586667252], "count": [869]}, "episode_index": {"min": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [869]}, "index": {"min": [64354], "max": [65222], "mean": [64788.0], "std": [250.85852586667252], "count": [869]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [869]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.49128538479876327], "std": [0.0, 0.4007270919045601], "count": [869]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.49128538479876327], "std": [0.0, 0.4007270919045601], "count": [869]}, "eef_direction_state": {"mean": [6.0, 3.991944764096663], "std": [0.0, 2.226253958940741], "min": [6, 0], "max": [6, 6], "count": [869]}, "eef_velocity_state": {"mean": [0.0, 0.667433831990794], "std": [0.0, 0.6842704004629682], "min": [0, 0], "max": [0, 2], "count": [869]}, "eef_acc_mag_state": {"mean": [0.0, 0.5788262370540852], "std": [0.0, 0.7954490830244649], "min": [0, 0], "max": [0, 2], "count": [869]}, "eef_direction_action": {"mean": [6.0, 3.991944764096663], "std": [0.0, 2.226253958940741], "min": [6, 0], "max": [6, 6], "count": [869]}, "eef_velocity_action": {"mean": [0.0, 0.667433831990794], "std": [0.0, 0.6842704004629682], "min": [0, 0], "max": [0, 2], "count": [869]}, "eef_acc_mag_action": {"mean": [0.0, 0.5788262370540852], "std": [0.0, 0.7954490830244649], "min": [0, 0], "max": [0, 2], "count": [869]}, "eef_sim_pose_state": {"mean": [-0.3103305399417877, 0.4675731956958771, 0.2282402068376541, -1.5732277631759644, -1.1211365461349487, -0.7462745308876038, -0.27580323815345764, -0.4681079685688019, 0.16520994901657104, 1.279348611831665, -1.930932879447937, 0.9866321086883545], "std": [1.631746272323653e-05, 8.662208529131021e-06, 1.5588530004606582e-05, 2.3186536054708995e-05, 8.340012755070347e-06, 3.2524552807444707e-05, 0.058965492993593216, 0.04019823670387268, 0.06323093175888062, 0.6016418933868408, 0.3624343276023865, 0.41310346126556396], "min": [-0.31039199233055115, 0.46754199266433716, 0.22818799316883087, -1.5739108324050903, -1.121137022972107, -0.7462756037712097, -0.3402009904384613, -0.5334799885749817, 0.0332150012254715, 0.27869415283203125, -2.3463387489318848, 0.21918322145938873], "max": [-0.310263991355896, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.1208910942077637, -0.7453162670135498, -0.16202999651432037, -0.39447900652885437, 0.25673601031303406, 2.1399435997009277, -1.121137022972107, 1.5485378503799438], "count": [869]}, "eef_sim_pose_action": {"mean": [-0.3103308081626892, 0.4675725996494293, 0.22824016213417053, -1.573240041732788, -1.1211422681808472, -0.7462756633758545, -0.27580320835113525, -0.468107670545578, 0.16520994901657104, 1.2793493270874023, -1.9309370517730713, 0.9866302609443665], "std": [1.631943268876057e-05, 8.682899533596355e-06, 1.558860640216153e-05, 2.6259172955178656e-05, 1.0003966963267885e-05, 3.25453256664332e-05, 0.05896550044417381, 0.04019823670387268, 0.06323092430830002, 0.6016418933868408, 0.36243459582328796, 0.4131031036376953], "min": [-0.31039199233055115, 0.46754199266433716, 0.22818799316883087, -1.5739108324050903, -1.121137022972107, -0.7462756037712097, -0.3402009904384613, -0.5334799885749817, 0.0332150012254715, 0.27869415283203125, -2.3463387489318848, 0.21918322145938873], "max": [-0.310263991355896, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.1208910942077637, -0.7453162670135498, -0.16202999651432037, -0.39447900652885437, 0.25673601031303406, 2.1399435997009277, -1.121137022972107, 1.5485378503799438], "count": [869]}, "gripper_mode_state": {"mean": [0.0, 0.6006904487917146], "std": [0.0, 0.489756504318345], "min": [0, 0], "max": [0, 1], "count": [869]}, "gripper_activity_state": {"mean": [2.0, 1.8987341772151898], "std": [0.0, 0.39718313045697745], "min": [2, 0], "max": [2, 2], "count": [869]}, "gripper_mode_action": {"mean": [0.0, 0.6006904487917146], "std": [0.0, 0.48975650431834494], "min": [0, 0], "max": [0, 1], "count": [869]}, "gripper_activity_action": {"mean": [2.0, 1.8987341772151898], "std": [0.0, 0.39718313045697745], "min": [2, 0], "max": [2, 2], "count": [869]}}} +{"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.43239416255632684]], [[0.41626184006211175]], [[0.41310644638290095]]], "std": [[[0.20312613617839803]], [[0.2012339970658183]], [[0.20984320859975703]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40676588443348355]], [[0.3992014992591239]], [[0.3925054614236999]]], "std": [[[0.2339062482346883]], [[0.2240834113836264]], [[0.2244040156788654]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4901331014289774]], [[0.478322392725206]], [[0.4733038137356392]]], "std": [[[0.21173003103516444]], [[0.21111231430553742]], [[0.2175171499620601]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4571370443104778]], [[0.4367079806560305]], [[0.4438811705841757]]], "std": [[[0.2883676343377061]], [[0.27316233667255707]], [[0.276490454177891]]], "count": [161]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103860020637512, 0.4675390124320984, 0.22818399965763092, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.062796950340271, 0.3539527952671051, -0.630151093006134, -1.7733418941497803, 0.25384068489074707, -0.12061969935894012, -0.0987856313586235, -0.3414759933948517, -0.5146579742431641, 0.0335640013217926, 0.26265257596969604, -2.3373405933380127, 0.2876061499118805, 1009.0, 169.0, -0.0002500238479115069, -0.19941750168800354, -0.9055700302124023, 1.8868383169174194, -0.9787502884864807, -7.783813634887338e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759599447250366, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.44745004177093506, 0.6946759223937988, -0.08580038696527481, -1.1436270475387573, 1.619438648223877, 0.3640058934688568, 0.6457194685935974, -0.17870700359344482, -0.40248098969459534, 0.24767999351024628, 2.217862367630005, -1.121137022972107, 1.4512736797332764, 1010.0, 1000.0, -0.00022746529430150986, -0.19230780005455017, -0.90555340051651, 1.8868565559387207, -0.9784594774246216, 0.00016042249626480043], "mean": [-0.1995176374912262, 0.6046702265739441, 0.45140039920806885, -1.4119516611099243, -0.2539009749889374, -0.12054486572742462, 0.028266550973057747, -0.3103344738483429, 0.4675711989402771, 0.22823785245418549, -1.5732386112213135, -1.1211434602737427, -0.7462760210037231, 0.21284370124340057, 0.5091493725776672, -0.3893565535545349, -1.5135546922683716, 0.8457788228988647, 0.10500191152095795, 0.18795104324817657, -0.2780042290687561, -0.4509022533893585, 0.16627280414104462, 1.2747912406921387, -1.8426188230514526, 0.9776129722595215, 1009.9213256835938, 535.5005493164062, -0.0002345414541196078, -0.1955859512090683, -0.9055635333061218, 1.8868416547775269, -0.9785425662994385, -5.700892870663665e-06], "std": [2.6199772037216462e-05, 2.4404544092249125e-05, 2.6492823963053524e-05, 2.5572226149961352e-05, 2.3031139789964072e-05, 2.0693189071607776e-05, 2.257167943753302e-05, 1.5347175576607697e-05, 8.222873475460801e-06, 1.4438530342886224e-05, 2.569810749264434e-05, 2.465253601258155e-05, 2.244748429802712e-05, 0.12748411297798157, 0.11506717652082443, 0.1648702472448349, 0.19675640761852264, 0.43027710914611816, 0.15450266003608704, 0.24125657975673676, 0.05046803504228592, 0.037551380693912506, 0.06287747621536255, 0.603032112121582, 0.36643046140670776, 0.38430848717689514, 0.2692359983921051, 403.7259216308594, 4.341521616879618e-06, 0.002723556710407138, 4.5471920202544425e-06, 9.043130376085173e-06, 6.689106521662325e-05, 4.022188295493834e-05], "count": [877]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103860020637512, 0.4675390124320984, 0.22818399965763092, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.062796950340271, 0.3539527952671051, -0.630151093006134, -1.7733418941497803, 0.25384068489074707, -0.12061969935894012, -0.0987856313586235, -0.3414759933948517, -0.5146579742431641, 0.0335640013217926, 0.26265257596969604, -2.3373405933380127, 0.2876061499118805, 1009.0, 169.0, -0.0002500238479115069, -0.19941750168800354, -0.9055700302124023, 1.8868383169174194, -0.9787502884864807, -7.783813634887338e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759599447250366, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.44745004177093506, 0.6946759223937988, -0.08580038696527481, -1.1436270475387573, 1.619438648223877, 0.3640058934688568, 0.6457194685935974, -0.17870700359344482, -0.40248098969459534, 0.24767999351024628, 2.217862367630005, -1.121137022972107, 1.4512736797332764, 1010.0, 1000.0, -0.00022746529430150986, -0.19230780005455017, -0.90555340051651, 1.8868565559387207, -0.9784594774246216, 0.00016042249626480043], "mean": [-0.19951768219470978, 0.6046702265739441, 0.4514004588127136, -1.4119517803192139, -0.2539009153842926, -0.12054480612277985, 0.02826656959950924, -0.3103345036506653, 0.4675712287425995, 0.22823786735534668, -1.5732386112213135, -1.1211434602737427, -0.7462760210037231, 0.212691530585289, 0.50923091173172, -0.38944682478904724, -1.513824462890625, 0.8461031317710876, 0.10508069396018982, 0.18787547945976257, -0.27800920605659485, -0.4508360028266907, 0.16621680557727814, 1.274644374847412, -1.8429820537567139, 0.9777010679244995, 1009.9213256835938, 535.5005493164062, -0.00023455431801266968, -0.19558250904083252, -0.9055635333061218, 1.8868416547775269, -0.9785424470901489, -5.704141585738398e-06], "std": [2.623803447932005e-05, 2.439668787701521e-05, 2.6458854335942306e-05, 2.5560144422343e-05, 2.3075177523423918e-05, 2.0654821128118783e-05, 2.2586193153983913e-05, 1.5295931007131003e-05, 8.218134098569863e-06, 1.443817382096313e-05, 2.569810749264434e-05, 2.465253601258155e-05, 2.244748429802712e-05, 0.1275796741247177, 0.11515985429286957, 0.16492561995983124, 0.19677922129631042, 0.42993757128715515, 0.15440528094768524, 0.24133490025997162, 0.05047140270471573, 0.03757317736744881, 0.06284410506486893, 0.6029766798019409, 0.3658730089664459, 0.3842633068561554, 0.2692359983921051, 403.7259216308594, 4.348377842688933e-06, 0.0027256987523287535, 4.545481260720408e-06, 9.043887075677048e-06, 6.653688615188003e-05, 4.022620487376116e-05], "count": [877]}, "timestamp": {"min": [0.0], "max": [29.2], "mean": [14.600000000000001], "std": [8.438930948618761], "count": [877]}, "frame_index": {"min": [0], "max": [876], "mean": [438.0], "std": [253.16792845856287], "count": [877]}, "episode_index": {"min": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [877]}, "index": {"min": [65223], "max": [66099], "mean": [65661.0], "std": [253.16792845856287], "count": [877]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [877]}, "gripper_open_scale_state": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.535500570248171], "std": [0.0, 0.4037260200732171], "count": [877]}, "gripper_open_scale_action": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.535500570248171], "std": [0.0, 0.4037260200732171], "count": [877]}, "eef_direction_state": {"mean": [6.0, 4.220068415051311], "std": [0.0, 2.08718924544195], "min": [6, 0], "max": [6, 6], "count": [877]}, "eef_velocity_state": {"mean": [0.0, 0.6180159635119726], "std": [0.0, 0.6556789441017025], "min": [0, 0], "max": [0, 2], "count": [877]}, "eef_acc_mag_state": {"mean": [0.0, 0.5427594070695553], "std": [0.0, 0.7931049229073661], "min": [0, 0], "max": [0, 2], "count": [877]}, "eef_direction_action": {"mean": [6.0, 4.220068415051311], "std": [0.0, 2.08718924544195], "min": [6, 0], "max": [6, 6], "count": [877]}, "eef_velocity_action": {"mean": [0.0, 0.6180159635119726], "std": [0.0, 0.6556789441017025], "min": [0, 0], "max": [0, 2], "count": [877]}, "eef_acc_mag_action": {"mean": [0.0, 0.5427594070695553], "std": [0.0, 0.7931049229073661], "min": [0, 0], "max": [0, 2], "count": [877]}, "eef_sim_pose_state": {"mean": [-0.31033456325531006, 0.4675716757774353, 0.22823789715766907, -1.5732262134552002, -1.1211377382278442, -0.7462748289108276, -0.27800416946411133, -0.4509023427963257, 0.1662728190422058, 1.2747912406921387, -1.8426220417022705, 0.9776120781898499], "std": [1.534685361548327e-05, 8.207841347029898e-06, 1.4438392099691555e-05, 2.248523924208712e-05, 2.400209996267222e-05, 2.2416808860725723e-05, 0.05046801269054413, 0.03755136951804161, 0.06287747621536255, 0.6030330061912537, 0.3664309084415436, 0.3843078017234802], "min": [-0.3103860020637512, 0.4675390124320984, 0.22818399965763092, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3414759933948517, -0.5146579742431641, 0.0335640013217926, 0.26265257596969604, -2.3373405933380127, 0.2876061499118805], "max": [-0.31028199195861816, 0.46759599447250366, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.17870700359344482, -0.40248098969459534, 0.24767999351024628, 2.217862367630005, -1.121137022972107, 1.4512736797332764], "count": [877]}, "eef_sim_pose_action": {"mean": [-0.3103344738483429, 0.4675711989402771, 0.22823785245418549, -1.5732386112213135, -1.1211434602737427, -0.7462760210037231, -0.2780042290687561, -0.4509022533893585, 0.16627280414104462, 1.2747912406921387, -1.8426188230514526, 0.9776129722595215], "std": [1.5347175576607697e-05, 8.222873475460801e-06, 1.4438530342886224e-05, 2.569810749264434e-05, 2.465253601258155e-05, 2.244748429802712e-05, 0.05046803504228592, 0.037551380693912506, 0.06287747621536255, 0.603032112121582, 0.36643046140670776, 0.38430848717689514], "min": [-0.3103860020637512, 0.4675390124320984, 0.22818399965763092, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3414759933948517, -0.5146579742431641, 0.0335640013217926, 0.26265257596969604, -2.3373405933380127, 0.2876061499118805], "max": [-0.31028199195861816, 0.46759599447250366, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.17870700359344482, -0.40248098969459534, 0.24767999351024628, 2.217862367630005, -1.121137022972107, 1.4512736797332764], "count": [877]}, "gripper_mode_state": {"mean": [0.0, 0.5530216647662486], "std": [0.0, 0.4971807549226115], "min": [0, 0], "max": [0, 1], "count": [877]}, "gripper_activity_state": {"mean": [2.0, 1.9007981755986316], "std": [0.0, 0.39432901495796685], "min": [2, 0], "max": [2, 2], "count": [877]}, "gripper_mode_action": {"mean": [0.0, 0.5530216647662486], "std": [0.0, 0.4971807549226115], "min": [0, 0], "max": [0, 1], "count": [877]}, "gripper_activity_action": {"mean": [2.0, 1.9007981755986316], "std": [0.0, 0.39432901495796685], "min": [2, 0], "max": [2, 2], "count": [877]}}} +{"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.42435524678008457]], [[0.40921795463283356]], [[0.4065328227124183]]], "std": [[[0.20146306978476328]], [[0.19889045148451256]], [[0.20741525552217652]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40701148716839675]], [[0.39902245650711266]], [[0.39208865940984233]]], "std": [[[0.23474317871877126]], [[0.22485176762108583]], [[0.22526503309151083]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.490273821366782]], [[0.4783569612648981]], [[0.4731193435217224]]], "std": [[[0.21185933970682647]], [[0.21108767732811656]], [[0.21751090510719978]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45430729527104957]], [[0.4320010104286813]], [[0.43902999927912345]]], "std": [[[0.28300372985058136]], [[0.2688055525468526]], [[0.2728313669918026]]], "count": [170]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11679743230342865, 0.3327295482158661, -0.6903125643730164, -1.6811186075210571, 0.25384068489074707, -0.16767378151416779, -0.06820746511220932, -0.3413040041923523, -0.5179439783096313, 0.02996700070798397, 0.4377228021621704, -2.345363140106201, 0.26494666934013367, 1009.0, 156.0, -0.00027258237241767347, -0.19929718971252441, -0.9055835008621216, 1.8868359327316284, -0.9786852598190308, -0.00037685048300772905], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4676010012626648, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5121319890022278, 0.6931400895118713, -0.06435029208660126, -1.0903246402740479, 1.5940790176391602, 0.3251025080680847, 0.7289018630981445, -0.20161999762058258, -0.39802199602127075, 0.2497040033340454, 2.0805678367614746, -1.121137022972107, 1.4731541872024536, 1010.0, 1000.0, -0.00023498480732087046, -0.19433994591236115, -0.9055541753768921, 1.8868597745895386, -0.9784587025642395, 0.00017561041750013828], "mean": [-0.19951732456684113, 0.6046639680862427, 0.4513879716396332, -1.4119501113891602, -0.25389784574508667, -0.1205429881811142, 0.028270196169614792, -0.3103325366973877, 0.4675736725330353, 0.22823916375637054, -1.5732394456863403, -1.1211416721343994, -0.7462767362594604, 0.30060893297195435, 0.5094273686408997, -0.4694103002548218, -1.4025553464889526, 0.8920384645462036, 0.05619426444172859, 0.22848808765411377, -0.2855372130870819, -0.47105953097343445, 0.1629735231399536, 1.2847927808761597, -1.8826712369918823, 0.966847836971283, 1009.941650390625, 560.4528198242188, -0.00026552326744422317, -0.19535833597183228, -0.9055651426315308, 1.886842131614685, -0.9785347580909729, -4.037075268570334e-05], "std": [2.6266219720127992e-05, 2.192710599047132e-05, 2.3141255951486528e-05, 2.4680726710357703e-05, 2.2324189558275975e-05, 1.7506561562186107e-05, 1.8853625078918412e-05, 1.5178635294432752e-05, 8.078178325376939e-06, 1.3349377695703879e-05, 1.2516975402832031e-05, 4.649162292480469e-06, 1.1324882507324219e-06, 0.1271286904811859, 0.10939381271600723, 0.16964207589626312, 0.1366126388311386, 0.426335871219635, 0.14710931479930878, 0.2514628469944, 0.042624231427907944, 0.027683114632964134, 0.06575485318899155, 0.5460159182548523, 0.3956048786640167, 0.39345383644104004, 0.23435790836811066, 413.40045166015625, 1.0212683264398947e-05, 0.0008594102691859007, 7.413270850520348e-06, 1.3479289918905124e-05, 4.7332545364042744e-05, 7.618854579050094e-05], "count": [943]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11679743230342865, 0.3327295482158661, -0.6903125643730164, -1.6811186075210571, 0.25384068489074707, -0.16767378151416779, -0.06820746511220932, -0.3413040041923523, -0.5179439783096313, 0.02996700070798397, 0.4377228021621704, -2.345363140106201, 0.26494666934013367, 1009.0, 156.0, -0.00027258237241767347, -0.19929718971252441, -0.9055835008621216, 1.8868359327316284, -0.9786852598190308, -0.00037685048300772905], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4676010012626648, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5121319890022278, 0.6931400895118713, -0.06435029208660126, -1.0903246402740479, 1.5940790176391602, 0.3251025080680847, 0.7289018630981445, -0.20161999762058258, -0.39802199602127075, 0.2497040033340454, 2.0805678367614746, -1.121137022972107, 1.4731541872024536, 1010.0, 1000.0, -0.00023498480732087046, -0.19433994591236115, -0.9055541753768921, 1.8868597745895386, -0.9784587025642395, 0.00017561041750013828], "mean": [-0.1995173692703247, 0.6046640276908875, 0.4513879716396332, -1.4119502305984497, -0.2538978159427643, -0.12054291367530823, 0.028270138427615166, -0.3103325068950653, 0.4675736725330353, 0.22823916375637054, -1.5732394456863403, -1.1211416721343994, -0.7462767362594604, 0.300637423992157, 0.5094963908195496, -0.469634473323822, -1.4026520252227783, 0.8923859596252441, 0.05616583302617073, 0.22850336134433746, -0.28554725646972656, -0.47102802991867065, 0.16290976107120514, 1.2847628593444824, -1.8830524682998657, 0.9668986201286316, 1009.941650390625, 560.4528198242188, -0.00026555315707810223, -0.195358008146286, -0.9055651426315308, 1.886842131614685, -0.9785347580909729, -4.0316404920304194e-05], "std": [2.6228397473460063e-05, 2.192756801377982e-05, 2.3141255951486528e-05, 2.4652194042573683e-05, 2.2361531591741368e-05, 1.7404896425432526e-05, 1.876386158983223e-05, 1.5156731933529954e-05, 8.06204025138868e-06, 1.3345871593628544e-05, 1.2516975402832031e-05, 4.649162292480469e-06, 1.1324882507324219e-06, 0.12710905075073242, 0.1094745397567749, 0.16975805163383484, 0.13665156066417694, 0.42594870924949646, 0.1471460610628128, 0.2514476180076599, 0.042631182819604874, 0.02770397812128067, 0.06572066992521286, 0.5460002422332764, 0.39504364132881165, 0.39342838525772095, 0.23435790836811066, 413.40045166015625, 1.01865480246488e-05, 0.0008593787788413465, 7.4125969149463344e-06, 1.3482911526807584e-05, 4.7333094698842615e-05, 7.619027746841311e-05], "count": [943]}, "timestamp": {"min": [0.0], "max": [31.4], "mean": [15.700000000000003], "std": [9.074016628691938], "count": [943]}, "frame_index": {"min": [0], "max": [942], "mean": [471.0], "std": [272.2204988607581], "count": [943]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [943]}, "index": {"min": [66100], "max": [67042], "mean": [66571.0], "std": [272.2204988607581], "count": [943]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [943]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5604528115700815], "std": [0.0, 0.4133997991001061], "count": [943]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5604528115700815], "std": [0.0, 0.41339979910010616], "count": [943]}, "eef_direction_state": {"mean": [6.0, 4.329798515376458], "std": [0.0, 2.0857626403437157], "min": [6, 0], "max": [6, 6], "count": [943]}, "eef_velocity_state": {"mean": [0.0, 0.591728525980912], "std": [0.0, 0.6576215075502269], "min": [0, 0], "max": [0, 2], "count": [943]}, "eef_acc_mag_state": {"mean": [0.0, 0.5440084835630965], "std": [0.0, 0.7869047838502294], "min": [0, 0], "max": [0, 2], "count": [943]}, "eef_direction_action": {"mean": [6.0, 4.329798515376458], "std": [0.0, 2.0857626403437157], "min": [6, 0], "max": [6, 6], "count": [943]}, "eef_velocity_action": {"mean": [0.0, 0.591728525980912], "std": [0.0, 0.6576215075502269], "min": [0, 0], "max": [0, 2], "count": [943]}, "eef_acc_mag_action": {"mean": [0.0, 0.5440084835630965], "std": [0.0, 0.7869047838502294], "min": [0, 0], "max": [0, 2], "count": [943]}, "eef_sim_pose_state": {"mean": [-0.3103325664997101, 0.4675735831260681, 0.22823940217494965, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.2855372428894043, -0.47105923295021057, 0.16297341883182526, 1.2847861051559448, -1.8826733827590942, 0.9668505787849426], "std": [1.5178625289991032e-05, 8.077569873421453e-06, 1.334744410996791e-05, 0.0, 0.0, 5.960464477539063e-08, 0.04262423887848854, 0.027683116495609283, 0.06575486063957214, 0.546015202999115, 0.39560458064079285, 0.3934542238712311], "min": [-0.310373991727829, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3413040041923523, -0.5179439783096313, 0.02996700070798397, 0.4377228021621704, -2.345363140106201, 0.26494666934013367], "max": [-0.3102790117263794, 0.4676010012626648, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20161999762058258, -0.39802199602127075, 0.2497040033340454, 2.0805678367614746, -1.121137022972107, 1.4731541872024536], "count": [943]}, "eef_sim_pose_action": {"mean": [-0.3103325366973877, 0.4675736725330353, 0.22823916375637054, -1.5732394456863403, -1.1211416721343994, -0.7462767362594604, -0.2855372130870819, -0.47105953097343445, 0.1629735231399536, 1.2847927808761597, -1.8826712369918823, 0.966847836971283], "std": [1.5178635294432752e-05, 8.078178325376939e-06, 1.3349377695703879e-05, 1.2516975402832031e-05, 4.649162292480469e-06, 1.1324882507324219e-06, 0.042624231427907944, 0.027683114632964134, 0.06575485318899155, 0.5460159182548523, 0.3956048786640167, 0.39345383644104004], "min": [-0.310373991727829, 0.46755000948905945, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3413040041923523, -0.5179439783096313, 0.02996700070798397, 0.4377228021621704, -2.345363140106201, 0.26494666934013367], "max": [-0.3102790117263794, 0.4676010012626648, 0.228302001953125, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20161999762058258, -0.39802199602127075, 0.2497040033340454, 2.0805678367614746, -1.121137022972107, 1.4731541872024536], "count": [943]}, "gripper_mode_state": {"mean": [0.0, 0.5143160127253447], "std": [0.0, 0.49979500975865215], "min": [0, 0], "max": [0, 1], "count": [943]}, "gripper_activity_state": {"mean": [2.0, 1.9077412513255567], "std": [0.0, 0.3811205903872128], "min": [2, 0], "max": [2, 2], "count": [943]}, "gripper_mode_action": {"mean": [0.0, 0.5143160127253447], "std": [0.0, 0.49979500975865215], "min": [0, 0], "max": [0, 1], "count": [943]}, "gripper_activity_action": {"mean": [2.0, 1.9077412513255567], "std": [0.0, 0.3811205903872128], "min": [2, 0], "max": [2, 2], "count": [943]}}} +{"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.4299125046475676]], [[0.41306089781221866]], [[0.4134019656764901]]], "std": [[[0.2029092554107807]], [[0.19957037166122718]], [[0.20808389380930228]]], "count": [167]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.405734079634848]], [[0.39692278066416187]], [[0.3900067646569606]]], "std": [[[0.23361960967557727]], [[0.22383095899719904]], [[0.22429466297715195]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49046743033540763]], [[0.47863968875973545]], [[0.47358221669406286]]], "std": [[[0.21188391625289768]], [[0.21132931545947042]], [[0.21773437110147348]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45249919523697707]], [[0.4325591843274236]], [[0.4385758287346875]]], "std": [[[0.27979255812519527]], [[0.2673920247002079]], [[0.2723570922920297]]], "count": [167]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04450589418411255, 0.1333606094121933, -0.7204544544219971, -1.7019752264022827, 0.2537883222103119, -0.12061969935894012, -0.3217514455318451, -0.34525299072265625, -0.5377029776573181, -0.014657000079751015, 0.29825615882873535, -2.4430811405181885, 0.4558618366718292, 1009.0, 163.0, -0.0002763421507552266, -0.19925019145011902, -0.9055755734443665, 1.8868415355682373, -0.9787874817848206, -0.0011277036974206567], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5728170275688171, 0.6172007918357849, 0.036477379500865936, -1.0718590021133423, 1.4608405828475952, 0.5982465147972107, 0.4196294844150543, -0.14737099409103394, -0.4184409976005554, 0.25992199778556824, 1.9312348365783691, -1.121137022972107, 1.5296199321746826, 1010.0, 1000.0, -0.0002650628739502281, -0.192373588681221, -0.9055430889129639, 1.8868693113327026, -0.9785315990447998, 0.0008049602038227022], "mean": [-0.19951944053173065, 0.6046715378761292, 0.4513865113258362, -1.4119545221328735, -0.2538985013961792, -0.12055156379938126, 0.028280526399612427, -0.3103298842906952, 0.46757346391677856, 0.22824324667453766, -1.5732394456863403, -1.1211425065994263, -0.7462767362594604, 0.29455915093421936, 0.41146326065063477, -0.3809390962123871, -1.450335144996643, 0.8141542077064514, 0.19749030470848083, 0.0829814001917839, -0.2713451087474823, -0.47728878259658813, 0.15098194777965546, 1.1728193759918213, -1.8267327547073364, 1.0169988870620728, 1009.9406127929688, 531.6458129882812, -0.0002710746484808624, -0.1954704076051712, -0.9055622220039368, 1.8868467807769775, -0.9785887598991394, -4.917520345770754e-05], "std": [2.7678688638843596e-05, 1.6915337255341e-05, 2.300722735526506e-05, 2.5234296117560007e-05, 2.294504884048365e-05, 1.9844133930746466e-05, 2.098977165587712e-05, 1.5229033124342095e-05, 8.100135346467141e-06, 1.2874292224296369e-05, 1.2516975402832031e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.12564677000045776, 0.12484901398420334, 0.20488491654396057, 0.18444696068763733, 0.418741375207901, 0.19567875564098358, 0.20183861255645752, 0.055457573384046555, 0.03431034833192825, 0.07703124731779099, 0.5641434192657471, 0.38364940881729126, 0.32513952255249023, 0.23636430501937866, 407.1453857421875, 8.060143272814457e-07, 0.0018546170322224498, 8.912981684261467e-06, 1.511416667199228e-05, 4.644837463274598e-05, 0.0003300040552858263], "count": [926]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038498878479004, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04450589418411255, 0.1333606094121933, -0.7204544544219971, -1.7019752264022827, 0.2537883222103119, -0.12061969935894012, -0.3217514455318451, -0.34525299072265625, -0.5377029776573181, -0.014657000079751015, 0.29825615882873535, -2.4430811405181885, 0.4558618366718292, 1009.0, 163.0, -0.0002763421507552266, -0.19925019145011902, -0.9055755734443665, 1.8868415355682373, -0.9787874817848206, -0.0011277036974206567], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5728170275688171, 0.6172007918357849, 0.036477379500865936, -1.0718590021133423, 1.4608405828475952, 0.5982465147972107, 0.4196294844150543, -0.14737099409103394, -0.4184409976005554, 0.25992199778556824, 1.9312348365783691, -1.121137022972107, 1.5296199321746826, 1010.0, 1000.0, -0.0002650628739502281, -0.192373588681221, -0.9055430889129639, 1.8868693113327026, -0.9785315990447998, 0.0008049602038227022], "mean": [-0.19951939582824707, 0.6046715974807739, 0.4513864815235138, -1.411954641342163, -0.253898561000824, -0.12055158615112305, 0.028280489146709442, -0.3103298842906952, 0.46757346391677856, 0.22824326157569885, -1.5732394456863403, -1.1211425065994263, -0.7462767362594604, 0.2945108711719513, 0.41136959195137024, -0.3810134828090668, -1.4504636526107788, 0.814409077167511, 0.19761599600315094, 0.08289305865764618, -0.27135512232780457, -0.47726285457611084, 0.15090392529964447, 1.1726086139678955, -1.8270728588104248, 1.0171540975570679, 1009.9406127929688, 531.6458129882812, -0.00027107668574899435, -0.19547037780284882, -0.905562162399292, 1.8868467807769775, -0.978588879108429, -4.9087044317275286e-05], "std": [2.7717733246390708e-05, 1.6903966752579436e-05, 2.2938304027775303e-05, 2.5228149752365425e-05, 2.2991642254055478e-05, 1.9834134945995174e-05, 2.1000701963203028e-05, 1.523449918749975e-05, 8.110089765978046e-06, 1.2857915862696245e-05, 1.2516975402832031e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.1256917268037796, 0.12473657727241516, 0.20492318272590637, 0.18446163833141327, 0.41847243905067444, 0.19551171362400055, 0.20190514624118805, 0.0554654635488987, 0.03432675078511238, 0.07698946446180344, 0.5640313625335693, 0.38316383957862854, 0.3250446319580078, 0.23636430501937866, 407.1453857421875, 8.074479183051153e-07, 0.001854620291851461, 8.86621910467511e-06, 1.5114632333279587e-05, 4.6470624511130154e-05, 0.0003300247190054506], "count": [926]}, "timestamp": {"min": [0.0], "max": [30.833333333333332], "mean": [15.416666666666668], "std": [8.910433958754947], "count": [926]}, "frame_index": {"min": [0], "max": [925], "mean": [462.5], "std": [267.31301876264837], "count": [926]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [926]}, "index": {"min": [67043], "max": [67968], "mean": [67505.5], "std": [267.31301876264837], "count": [926]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [926]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5316457894849983], "std": [0.0, 0.40714668630088496], "count": [926]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5316457894849983], "std": [0.0, 0.40714668630088496], "count": [926]}, "eef_direction_state": {"mean": [6.0, 4.036717062634989], "std": [0.0, 2.2674215429477877], "min": [6, 0], "max": [6, 6], "count": [926]}, "eef_velocity_state": {"mean": [0.0, 0.6889848812095032], "std": [0.0, 0.7438935321969332], "min": [0, 0], "max": [0, 2], "count": [926]}, "eef_acc_mag_state": {"mean": [0.0, 0.6166306695464363], "std": [0.0, 0.8188544174024818], "min": [0, 0], "max": [0, 2], "count": [926]}, "eef_direction_action": {"mean": [6.0, 4.036717062634989], "std": [0.0, 2.2674215429477877], "min": [6, 0], "max": [6, 6], "count": [926]}, "eef_velocity_action": {"mean": [0.0, 0.6889848812095032], "std": [0.0, 0.7438935321969332], "min": [0, 0], "max": [0, 2], "count": [926]}, "eef_acc_mag_action": {"mean": [0.0, 0.6166306695464363], "std": [0.0, 0.8188544174024818], "min": [0, 0], "max": [0, 2], "count": [926]}, "eef_sim_pose_state": {"mean": [-0.3103298842906952, 0.4675735831260681, 0.22824326157569885, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2713450491428375, -0.477289080619812, 0.15098196268081665, 1.1728191375732422, -1.8267319202423096, 1.0169974565505981], "std": [1.5229032214847393e-05, 8.099253136606421e-06, 1.2874286767328158e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.055457569658756256, 0.03431034833192825, 0.0770312249660492, 0.5641443133354187, 0.38364994525909424, 0.3251396119594574], "min": [-0.31038498878479004, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34525299072265625, -0.5377029776573181, -0.014657000079751015, 0.29825615882873535, -2.4430811405181885, 0.4558618366718292], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14737099409103394, -0.4184409976005554, 0.25992199778556824, 1.9312348365783691, -1.121137022972107, 1.5296199321746826], "count": [926]}, "eef_sim_pose_action": {"mean": [-0.3103298842906952, 0.46757346391677856, 0.22824324667453766, -1.5732394456863403, -1.1211425065994263, -0.7462767362594604, -0.2713451087474823, -0.47728878259658813, 0.15098194777965546, 1.1728193759918213, -1.8267327547073364, 1.0169988870620728], "std": [1.5229033124342095e-05, 8.100135346467141e-06, 1.2874292224296369e-05, 1.2516975402832031e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.055457573384046555, 0.03431034833192825, 0.07703124731779099, 0.5641434192657471, 0.38364940881729126, 0.32513952255249023], "min": [-0.31038498878479004, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34525299072265625, -0.5377029776573181, -0.014657000079751015, 0.29825615882873535, -2.4430811405181885, 0.4558618366718292], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14737099409103394, -0.4184409976005554, 0.25992199778556824, 1.9312348365783691, -1.121137022972107, 1.5296199321746826], "count": [926]}, "gripper_mode_state": {"mean": [0.0, 0.5539956803455723], "std": [0.0, 0.49707591623817265], "min": [0, 0], "max": [0, 1], "count": [926]}, "gripper_activity_state": {"mean": [2.0, 1.9049676025917928], "std": [0.0, 0.3883246802171344], "min": [2, 0], "max": [2, 2], "count": [926]}, "gripper_mode_action": {"mean": [0.0, 0.5539956803455723], "std": [0.0, 0.49707591623817265], "min": [0, 0], "max": [0, 1], "count": [926]}, "gripper_activity_action": {"mean": [2.0, 1.9049676025917928], "std": [0.0, 0.3883246802171344], "min": [2, 0], "max": [2, 2], "count": [926]}}} +{"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.43103043045343137]], [[0.412686039624183]], [[0.4125388122957516]]], "std": [[[0.2023401447136861]], [[0.19930616350144695]], [[0.20796177113935163]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40533286866830065]], [[0.39727597017973854]], [[0.3904353745404412]]], "std": [[[0.2343256961345403]], [[0.22452694007268043]], [[0.22483192077283692]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4895934627757353]], [[0.4777123863868464]], [[0.4720663475285948]]], "std": [[[0.2117033674104796]], [[0.21118564042605056]], [[0.21748247631016318]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4547980073018791]], [[0.43635531173406866]], [[0.4412065193525327]]], "std": [[[0.2824239837064238]], [[0.27010662894891324]], [[0.2743041011357433]]], "count": [160]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.4675469994544983, 0.22817300260066986, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0023387412074953318, 0.30024898052215576, -0.6269397735595703, -1.653839111328125, 0.25385814905166626, -0.2943323254585266, -0.028291787952184677, -0.3389419913291931, -0.5319079756736755, 0.023022999987006187, 0.43702515959739685, -2.390866994857788, 0.5123855471611023, 1009.0, 163.0, -0.00027258237241767347, -0.19935359060764313, -0.9055668711662292, 1.8868486881256104, -0.9787700772285461, -0.0007508532144129276], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12051498889923096, 0.028361599892377853, -0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42032763361930847, 0.6882531046867371, -0.12639674544334412, -0.9852209091186523, 1.5832055807113647, 0.36627480387687683, 0.5891882181167603, -0.20167000591754913, -0.4204599857330322, 0.2500390112400055, 2.042539596557617, -1.121137022972107, 1.5936414003372192, 1010.0, 1000.0, -0.0002707024978008121, -0.1923585683107376, -0.905548632144928, 1.8868693113327026, -0.9785553216934204, 0.0016013772692531347], "mean": [-0.19951868057250977, 0.6046755313873291, 0.45138514041900635, -1.4119555950164795, -0.2538978159427643, -0.12054863572120667, 0.028269600123167038, -0.31032922863960266, 0.4675741195678711, 0.22824473679065704, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.2630881667137146, 0.4769562780857086, -0.40299874544143677, -1.3835705518722534, 0.9584246873855591, 0.05403413251042366, 0.26564377546310425, -0.28803521394729614, -0.4688674509525299, 0.17208044230937958, 1.2123074531555176, -1.9576226472854614, 1.0975602865219116, 1009.9242553710938, 503.0596923828125, -0.00027257963665761054, -0.1955646574497223, -0.9055601954460144, 1.8868482112884521, -0.9786142110824585, -0.00012003436859231442], "std": [2.7417396267992444e-05, 1.8143418856197968e-05, 2.3225260520121083e-05, 2.3703310944256373e-05, 2.321501960977912e-05, 1.746077941788826e-05, 2.573006713646464e-05, 1.5113319932424929e-05, 8.064474968705326e-06, 1.3396831491263583e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.13098090887069702, 0.11496535688638687, 0.14608868956565857, 0.2146003097295761, 0.4431690573692322, 0.17620353400707245, 0.17197038233280182, 0.04528895020484924, 0.04126467555761337, 0.06803593039512634, 0.563856840133667, 0.3855152130126953, 0.3790561258792877, 0.26463782787323, 401.99407958984375, 8.999128198183826e-08, 0.0027151291724294424, 5.751295248046517e-06, 1.261715624423232e-05, 4.620242179953493e-05, 0.00036088694469071925], "count": [871]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.4675469994544983, 0.22817300260066986, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0023387412074953318, 0.30024898052215576, -0.6269397735595703, -1.653839111328125, 0.25385814905166626, -0.2943323254585266, -0.028291787952184677, -0.3389419913291931, -0.5319079756736755, 0.023022999987006187, 0.43702515959739685, -2.390866994857788, 0.5123855471611023, 1009.0, 163.0, -0.00027258237241767347, -0.19935359060764313, -0.9055668711662292, 1.8868486881256104, -0.9787700772285461, -0.0007508532144129276], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12051498889923096, 0.028361599892377853, -0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42032763361930847, 0.6882531046867371, -0.12639674544334412, -0.9852209091186523, 1.5832055807113647, 0.36627480387687683, 0.5891882181167603, -0.20167000591754913, -0.4204599857330322, 0.2500390112400055, 2.042539596557617, -1.121137022972107, 1.5936414003372192, 1010.0, 1000.0, -0.0002707024978008121, -0.1923585683107376, -0.905548632144928, 1.8868693113327026, -0.9785553216934204, 0.0016013772692531347], "mean": [-0.19951866567134857, 0.6046755313873291, 0.45138511061668396, -1.411955714225769, -0.25389784574508667, -0.12054867297410965, 0.02826962061226368, -0.3103291988372803, 0.4675741493701935, 0.22824473679065704, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.2629593014717102, 0.47699397802352905, -0.40304479002952576, -1.3836685419082642, 0.9587951302528381, 0.05395083874464035, 0.2657511234283447, -0.2880600392818451, -0.4688154458999634, 0.17204712331295013, 1.2122135162353516, -1.958059549331665, 1.0977182388305664, 1009.9242553710938, 503.0596923828125, -0.00027257963665761054, -0.1955682337284088, -0.9055601954460144, 1.8868482112884521, -0.9786142706871033, -0.00011828955030068755], "std": [2.7417523597250693e-05, 1.815711584640667e-05, 2.321073043276556e-05, 2.367302840866614e-05, 2.3217917259898968e-05, 1.750348565110471e-05, 2.5727071260917e-05, 1.5064477338455617e-05, 8.04756837169407e-06, 1.3393554581853095e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.13109852373600006, 0.11501258611679077, 0.14611023664474487, 0.21463249623775482, 0.442715048789978, 0.17630311846733093, 0.17181600630283356, 0.04530707374215126, 0.041294801980257034, 0.06801553070545197, 0.5638042688369751, 0.38478174805641174, 0.3789384663105011, 0.26463782787323, 401.99407958984375, 8.999128198183826e-08, 0.0027168027590960264, 5.75013200432295e-06, 1.2616608728421852e-05, 4.624982466339134e-05, 0.00036546558840200305], "count": [871]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.381195883908479], "count": [871]}, "frame_index": {"min": [0], "max": [870], "mean": [435.0], "std": [251.4358765172544], "count": [871]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [871]}, "index": {"min": [67969], "max": [68839], "mean": [68404.0], "std": [251.4358765172544], "count": [871]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [871]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5030597030055783], "std": [0.0, 0.40199421655577167], "count": [871]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5030597030055783], "std": [0.0, 0.4019942165557716], "count": [871]}, "eef_direction_state": {"mean": [6.0, 4.299655568312285], "std": [0.0, 2.094986058737319], "min": [6, 0], "max": [6, 6], "count": [871]}, "eef_velocity_state": {"mean": [0.0, 0.6245694603903559], "std": [0.0, 0.6995440646931088], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_acc_mag_state": {"mean": [0.0, 0.547646383467279], "std": [0.0, 0.782832939470914], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_direction_action": {"mean": [6.0, 4.299655568312285], "std": [0.0, 2.094986058737319], "min": [6, 0], "max": [6, 6], "count": [871]}, "eef_velocity_action": {"mean": [0.0, 0.6245694603903559], "std": [0.0, 0.6995440646931088], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_acc_mag_action": {"mean": [0.0, 0.547646383467279], "std": [0.0, 0.782832939470914], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_sim_pose_state": {"mean": [-0.3103291392326355, 0.4675738513469696, 0.22824475169181824, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2880353331565857, -0.4688677489757538, 0.17208032310009003, 1.212307333946228, -1.9576265811920166, 1.0975592136383057], "std": [1.5113123481569346e-05, 8.060631444095634e-06, 1.3396831491263583e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04528896138072014, 0.041264668107032776, 0.06803592294454575, 0.5638571977615356, 0.38551512360572815, 0.37905585765838623], "min": [-0.31037700176239014, 0.4675469994544983, 0.22817300260066986, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3389419913291931, -0.5319079756736755, 0.023022999987006187, 0.43702515959739685, -2.390866994857788, 0.5123855471611023], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20167000591754913, -0.4204599857330322, 0.2500390112400055, 2.042539596557617, -1.121137022972107, 1.5936414003372192], "count": [871]}, "eef_sim_pose_action": {"mean": [-0.31032922863960266, 0.4675741195678711, 0.22824473679065704, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.28803521394729614, -0.4688674509525299, 0.17208044230937958, 1.2123074531555176, -1.9576226472854614, 1.0975602865219116], "std": [1.5113319932424929e-05, 8.064474968705326e-06, 1.3396831491263583e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.04528895020484924, 0.04126467555761337, 0.06803593039512634, 0.563856840133667, 0.3855152130126953, 0.3790561258792877], "min": [-0.31037700176239014, 0.4675469994544983, 0.22817300260066986, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3389419913291931, -0.5319079756736755, 0.023022999987006187, 0.43702515959739685, -2.390866994857788, 0.5123855471611023], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20167000591754913, -0.4204599857330322, 0.2500390112400055, 2.042539596557617, -1.121137022972107, 1.5936414003372192], "count": [871]}, "gripper_mode_state": {"mean": [0.0, 0.5878300803673938], "std": [0.0, 0.492225433092056], "min": [0, 0], "max": [0, 1], "count": [871]}, "gripper_activity_state": {"mean": [2.0, 1.8989667049368542], "std": [0.0, 0.39675646767689643], "min": [2, 0], "max": [2, 2], "count": [871]}, "gripper_mode_action": {"mean": [0.0, 0.5878300803673938], "std": [0.0, 0.492225433092056], "min": [0, 0], "max": [0, 1], "count": [871]}, "gripper_activity_action": {"mean": [2.0, 1.8989667049368542], "std": [0.0, 0.39675646767689643], "min": [2, 0], "max": [2, 2], "count": [871]}}} +{"episode_index": 85, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43872003573611695]], [[0.4187917327902384]], [[0.41959920886819957]]], "std": [[[0.2026174768511337]], [[0.20054189032207817]], [[0.20927661813389106]]], "count": [139]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4122103552452156]], [[0.403345444232849]], [[0.39705325151643395]]], "std": [[[0.23404854673269235]], [[0.22494087760099593]], [[0.22588113116473008]]], "count": [139]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5016348906169182]], [[0.48923455059481824]], [[0.4849848782738515]]], "std": [[[0.2148728602866096]], [[0.21471839243733762]], [[0.22153681069321]]], "count": [139]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45958286899891854]], [[0.4364773681055156]], [[0.44376347892274415]]], "std": [[[0.27588380557935427]], [[0.26287842786188803]], [[0.2671978980920708]]], "count": [139]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038999557495117, 0.4675480127334595, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.004310963209718466, 0.3571467101573944, -0.7351850867271423, -1.5555247068405151, 0.25385814905166626, -0.2744355797767639, -0.34295719861984253, -0.3289330005645752, -0.5451689958572388, 0.06822700053453445, 0.4517979323863983, -2.417022943496704, 0.4684995710849762, 1009.0, 156.0, -0.0002744622470345348, -0.19953593611717224, -0.9055652618408203, 1.8868517875671387, -0.9787328243255615, -0.0008752043941058218], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.028361599892377853, -0.3102889955043793, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5318192839622498, 0.6185446381568909, -0.04323180392384529, -0.9384984374046326, 1.5636229515075684, 0.3655068278312683, 0.5277003049850464, -0.18423299491405487, -0.4303790032863617, 0.2489050030708313, 1.6986805200576782, -1.121137022972107, 1.4764177799224854, 1010.0, 1000.0, -0.00027258237241767347, -0.19235479831695557, -0.9055454730987549, 1.8868708610534668, -0.9784864187240601, 0.0003236927150283009], "mean": [-0.19951994717121124, 0.6046642065048218, 0.4513852000236511, -1.4119534492492676, -0.25389793515205383, -0.12054711580276489, 0.02827623300254345, -0.31032949686050415, 0.46757444739341736, 0.22824060916900635, -1.5732386112213135, -1.1211401224136353, -0.7462766766548157, 0.34962525963783264, 0.49541252851486206, -0.4817042350769043, -1.3113656044006348, 0.9258757829666138, 0.09548532962799072, 0.14719629287719727, -0.29277047514915466, -0.4892045557498932, 0.17681920528411865, 1.1575744152069092, -1.8769773244857788, 1.04128897190094, 1009.94873046875, 621.088623046875, -0.0002738185867201537, -0.19545355439186096, -0.9055567979812622, 1.8868494033813477, -0.9785532355308533, -8.635126141598448e-05], "std": [2.7440921257948503e-05, 1.7988502804655582e-05, 2.3392389266518876e-05, 2.535329622332938e-05, 2.2489664843305945e-05, 1.7982360077439807e-05, 2.751483225438278e-05, 1.508861441834597e-05, 8.069835530477576e-06, 1.3101693184580654e-05, 1.1682510375976562e-05, 3.0994415283203125e-06, 1.0728836059570312e-06, 0.12834075093269348, 0.07404956221580505, 0.16479431092739105, 0.19612041115760803, 0.4447655975818634, 0.2372646927833557, 0.2757478654384613, 0.041952721774578094, 0.03590911999344826, 0.050887662917375565, 0.45392537117004395, 0.48982951045036316, 0.2994776964187622, 0.22049970924854279, 408.89837646484375, 8.927045200834982e-07, 0.0018038584385067225, 7.071442269079853e-06, 1.6584564946242608e-05, 6.564362411154434e-05, 0.000294176657916978], "count": [722]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038999557495117, 0.4675480127334595, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.004310963209718466, 0.3571467101573944, -0.7351850867271423, -1.5555247068405151, 0.25385814905166626, -0.2744355797767639, -0.34295719861984253, -0.3289330005645752, -0.5451689958572388, 0.06822700053453445, 0.4517979323863983, -2.417022943496704, 0.4684995710849762, 1009.0, 156.0, -0.0002744622470345348, -0.19953593611717224, -0.9055652618408203, 1.8868517875671387, -0.9787328243255615, -0.0008752043941058218], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.028361599892377853, -0.3102889955043793, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5318192839622498, 0.6185446381568909, -0.04323180392384529, -0.9384984374046326, 1.5636229515075684, 0.3655068278312683, 0.5277003049850464, -0.18423299491405487, -0.4303790032863617, 0.2489050030708313, 1.6986805200576782, -1.121137022972107, 1.4764177799224854, 1010.0, 1000.0, -0.00027258237241767347, -0.19235479831695557, -0.9055454730987549, 1.8868708610534668, -0.9784864187240601, 0.0003236927150283009], "mean": [-0.19951993227005005, 0.6046642065048218, 0.4513852894306183, -1.4119534492492676, -0.25389793515205383, -0.12054713070392609, 0.02827623300254345, -0.3103295564651489, 0.46757447719573975, 0.22824057936668396, -1.5732386112213135, -1.1211401224136353, -0.7462766766548157, 0.3497053384780884, 0.4953117370605469, -0.4820230007171631, -1.3113348484039307, 0.9261522889137268, 0.09527496248483658, 0.14684773981571198, -0.2927919030189514, -0.4891907274723053, 0.17672139406204224, 1.1574457883834839, -1.8771617412567139, 1.041695475578308, 1009.94873046875, 621.088623046875, -0.0002738185867201537, -0.19545355439186096, -0.9055567979812622, 1.8868494033813477, -0.978553056716919, -8.60567597555928e-05], "std": [2.7443364160717465e-05, 1.7988502804655582e-05, 2.3392531147692353e-05, 2.5429353627259843e-05, 2.2489664843305945e-05, 1.798225821403321e-05, 2.751483225438278e-05, 1.5069022083480377e-05, 8.076543963397853e-06, 1.3094876521790866e-05, 1.1682510375976562e-05, 3.0994415283203125e-06, 1.0728836059570312e-06, 0.12826496362686157, 0.07395029067993164, 0.16495788097381592, 0.19610631465911865, 0.44440940022468567, 0.23752327263355255, 0.2761283218860626, 0.041965629905462265, 0.035919323563575745, 0.050856541842222214, 0.45382213592529297, 0.48956990242004395, 0.2992757260799408, 0.22049970924854279, 408.89837646484375, 8.927044632400793e-07, 0.001803858671337366, 7.072962944221217e-06, 1.6590005543548614e-05, 6.550156831508502e-05, 0.00029426763649098575], "count": [722]}, "timestamp": {"min": [0.0], "max": [24.033333333333335], "mean": [12.016666666666666], "std": [6.94744157546103], "count": [722]}, "frame_index": {"min": [0], "max": [721], "mean": [360.5], "std": [208.42324726383092], "count": [722]}, "episode_index": {"min": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [722]}, "index": {"min": [68840], "max": [69561], "mean": [69200.5], "std": [208.42324726383092], "count": [722]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [722]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.6210886438962826], "std": [0.0, 0.40889797748541856], "count": [722]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.6210886438962826], "std": [0.0, 0.40889797748541856], "count": [722]}, "eef_direction_state": {"mean": [6.0, 4.066481994459834], "std": [0.0, 2.2013622275486604], "min": [6, 0], "max": [6, 6], "count": [722]}, "eef_velocity_state": {"mean": [0.0, 0.6897506925207756], "std": [0.0, 0.7354348922794393], "min": [0, 0], "max": [0, 2], "count": [722]}, "eef_acc_mag_state": {"mean": [0.0, 0.5637119113573407], "std": [0.0, 0.7890957446915087], "min": [0, 0], "max": [0, 2], "count": [722]}, "eef_direction_action": {"mean": [6.0, 4.066481994459834], "std": [0.0, 2.2013622275486604], "min": [6, 0], "max": [6, 6], "count": [722]}, "eef_velocity_action": {"mean": [0.0, 0.6897506925207756], "std": [0.0, 0.7354348922794393], "min": [0, 0], "max": [0, 2], "count": [722]}, "eef_acc_mag_action": {"mean": [0.0, 0.5637119113573407], "std": [0.0, 0.7890957446915087], "min": [0, 0], "max": [0, 2], "count": [722]}, "eef_sim_pose_state": {"mean": [-0.3103295862674713, 0.46757426857948303, 0.22824062407016754, -1.5732269287109375, -1.1211369037628174, -0.7462754845619202, -0.2927703559398651, -0.48920488357543945, 0.17681919038295746, 1.157576322555542, -1.8769716024398804, 1.0412883758544922], "std": [1.5088294276210945e-05, 8.068176612141542e-06, 1.3101682270644233e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0419527068734169, 0.03590913116931915, 0.050887659192085266, 0.4539262354373932, 0.48982930183410645, 0.2994782030582428], "min": [-0.31038999557495117, 0.4675480127334595, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3289330005645752, -0.5451689958572388, 0.06822700053453445, 0.4517979323863983, -2.417022943496704, 0.4684995710849762], "max": [-0.3102889955043793, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18423299491405487, -0.4303790032863617, 0.2489050030708313, 1.6986805200576782, -1.121137022972107, 1.4764177799224854], "count": [722]}, "eef_sim_pose_action": {"mean": [-0.31032949686050415, 0.46757444739341736, 0.22824060916900635, -1.5732386112213135, -1.1211401224136353, -0.7462766766548157, -0.29277047514915466, -0.4892045557498932, 0.17681920528411865, 1.1575744152069092, -1.8769773244857788, 1.04128897190094], "std": [1.508861441834597e-05, 8.069835530477576e-06, 1.3101693184580654e-05, 1.1682510375976562e-05, 3.0994415283203125e-06, 1.0728836059570312e-06, 0.041952721774578094, 0.03590911999344826, 0.050887662917375565, 0.45392537117004395, 0.48982951045036316, 0.2994776964187622], "min": [-0.31038999557495117, 0.4675480127334595, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3289330005645752, -0.5451689958572388, 0.06822700053453445, 0.4517979323863983, -2.417022943496704, 0.4684995710849762], "max": [-0.3102889955043793, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18423299491405487, -0.4303790032863617, 0.2489050030708313, 1.6986805200576782, -1.121137022972107, 1.4764177799224854], "count": [722]}, "gripper_mode_state": {"mean": [0.0, 0.44182825484764543], "std": [0.0, 0.49660451877316675], "min": [0, 0], "max": [0, 1], "count": [722]}, "gripper_activity_state": {"mean": [2.0, 1.8808864265927978], "std": [0.0, 0.42718597461431074], "min": [2, 0], "max": [2, 2], "count": [722]}, "gripper_mode_action": {"mean": [0.0, 0.44182825484764543], "std": [0.0, 0.49660451877316675], "min": [0, 0], "max": [0, 1], "count": [722]}, "gripper_activity_action": {"mean": [2.0, 1.8808864265927978], "std": [0.0, 0.42718597461431074], "min": [2, 0], "max": [2, 2], "count": [722]}}} +{"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.4352160848682907]], [[0.4166296865715983]], [[0.417568114973262]]], "std": [[[0.20446644977085063]], [[0.20158630059353966]], [[0.2100836423383139]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4116417397009309]], [[0.40181780426817193]], [[0.39536152579718753]]], "std": [[[0.2330003260703706]], [[0.22400677473204775]], [[0.22483344013094117]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4994233065953654]], [[0.4876908731927114]], [[0.48335552337096455]]], "std": [[[0.21442220454572467]], [[0.2149601627276711]], [[0.22183047894990338]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44323229723707663]], [[0.42277986853832444]], [[0.4307179565260447]]], "std": [[[0.27923856367695704]], [[0.2680909793567595]], [[0.2719736417737897]]], "count": [165]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02139773592352867, 0.3410896956920624, -0.6672044992446899, -1.7075952291488647, 0.25385814905166626, -0.12058479338884354, -0.36339497566223145, -0.3292750120162964, -0.5401729941368103, 0.007918000221252441, 0.41918113827705383, -2.37504506111145, 0.3873012065887451, 1009.0, 160.0, -0.00030642017372883856, -0.19966188073158264, -0.9080786108970642, 1.8851673603057861, -0.9765610098838806, 7.783813634887338e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5782275795936584, 0.6446548104286194, -0.10149089992046356, -0.9834232330322266, 1.5191869735717773, 0.3796963691711426, 0.5525537729263306, -0.1888830065727234, -0.4311769902706146, 0.24790500104427338, 2.0234193801879883, -1.121137022972107, 1.4237350225448608, 1010.0, 1000.0, -0.0002631829702295363, -0.19235104322433472, -0.9074375629425049, 1.8865143060684204, -0.9755547046661377, 0.00016042249626480043], "mean": [-0.19951868057250977, 0.604658305644989, 0.45139220356941223, -1.4119569063186646, -0.2539021074771881, -0.12054859846830368, 0.028273489326238632, -0.3103300929069519, 0.4675734043121338, 0.22823494672775269, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.3202204704284668, 0.4634142816066742, -0.4595876932144165, -1.4359130859375, 0.8347533345222473, 0.1398227959871292, 0.12629243731498718, -0.2713397741317749, -0.47549259662628174, 0.14679142832756042, 1.2546148300170898, -1.840576171875, 0.9688926339149475, 1009.9219970703125, 536.5406494140625, -0.0002793590829242021, -0.19540691375732422, -0.9076874256134033, 1.8861840963363647, -0.9757957458496094, 0.00011153006926178932], "std": [2.5907023882609792e-05, 1.7907694200403057e-05, 2.2251795599004254e-05, 2.4245528038591146e-05, 2.216956636402756e-05, 1.858618088590447e-05, 2.6707157303462736e-05, 1.4713310520164669e-05, 7.908583029347938e-06, 1.2132578376622405e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.11691771447658539, 0.09089379012584686, 0.17294929921627045, 0.1918943077325821, 0.416231244802475, 0.16233274340629578, 0.302860826253891, 0.0452645905315876, 0.03436582162976265, 0.07493787258863449, 0.5349581837654114, 0.41756919026374817, 0.34462907910346985, 0.26820629835128784, 409.3043518066406, 1.1095941772509832e-05, 0.002507222583517432, 0.0001804399653337896, 0.0002338261401746422, 0.00018104938499163836, 1.000733936962206e-05], "count": [910]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02139773592352867, 0.3410896956920624, -0.6672044992446899, -1.7075952291488647, 0.25385814905166626, -0.12058479338884354, -0.36339497566223145, -0.3292750120162964, -0.5401729941368103, 0.007918000221252441, 0.41918113827705383, -2.37504506111145, 0.3873012065887451, 1009.0, 160.0, -0.00030642017372883856, -0.19966188073158264, -0.9080786108970642, 1.8851673603057861, -0.9765610098838806, 7.783813634887338e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5782275795936584, 0.6446548104286194, -0.10149089992046356, -0.9834232330322266, 1.5191869735717773, 0.3796963691711426, 0.5525537729263306, -0.1888830065727234, -0.4311769902706146, 0.24790500104427338, 2.0234193801879883, -1.121137022972107, 1.4237350225448608, 1010.0, 1000.0, -0.0002631829702295363, -0.19235104322433472, -0.9074375629425049, 1.8865143060684204, -0.9755547046661377, 0.00016042249626480043], "mean": [-0.199518620967865, 0.604658305644989, 0.45139220356941223, -1.4119569063186646, -0.2539021074771881, -0.12054859846830368, 0.028273511677980423, -0.3103301227092743, 0.4675734341144562, 0.22823494672775269, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.32022762298583984, 0.46337002515792847, -0.45978403091430664, -1.4360666275024414, 0.8350507020950317, 0.13989731669425964, 0.1259709745645523, -0.27133849263191223, -0.47546884417533875, 0.14671216905117035, 1.2543612718582153, -1.8407894372940063, 0.9691498875617981, 1009.9219970703125, 536.5406494140625, -0.0002793879830278456, -0.19540685415267944, -0.9076878428459167, 1.8861840963363647, -0.9757958650588989, 0.00011150295176776126], "std": [2.587108792795334e-05, 1.7886506611830555e-05, 2.2251795599004254e-05, 2.4245528038591146e-05, 2.216928442067001e-05, 1.858618088590447e-05, 2.670152571226936e-05, 1.4706158253829926e-05, 7.901485332695302e-06, 1.2125884495617356e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.11691037565469742, 0.09083492308855057, 0.17304131388664246, 0.19193103909492493, 0.41591325402259827, 0.16222864389419556, 0.3031807243824005, 0.04526349529623985, 0.034378781914711, 0.07488982379436493, 0.5348632335662842, 0.4172516167163849, 0.34455105662345886, 0.26820629835128784, 409.3043518066406, 1.1117394933535252e-05, 0.0025072209537029266, 0.00018052298401016742, 0.00023383118968922645, 0.00018101999012287706, 1.0008597200794611e-05], "count": [910]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.149999999999999], "std": [8.756473795617351], "count": [910]}, "frame_index": {"min": [0], "max": [909], "mean": [454.5], "std": [262.69421386852054], "count": [910]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [910]}, "index": {"min": [69562], "max": [70471], "mean": [70016.5], "std": [262.69421386852054], "count": [910]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [910]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5365406573310003], "std": [0.0, 0.40930347320390603], "count": [910]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5365406573310003], "std": [0.0, 0.40930347320390603], "count": [910]}, "eef_direction_state": {"mean": [6.0, 4.212087912087912], "std": [0.0, 2.145802709243487], "min": [6, 0], "max": [6, 6], "count": [910]}, "eef_velocity_state": {"mean": [0.0, 0.5978021978021978], "std": [0.0, 0.6603325871933488], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_acc_mag_state": {"mean": [0.0, 0.5252747252747253], "std": [0.0, 0.7766642402663138], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_direction_action": {"mean": [6.0, 4.212087912087912], "std": [0.0, 2.145802709243487], "min": [6, 0], "max": [6, 6], "count": [910]}, "eef_velocity_action": {"mean": [0.0, 0.5978021978021978], "std": [0.0, 0.6603325871933488], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_acc_mag_action": {"mean": [0.0, 0.5252747252747253], "std": [0.0, 0.7766642402663138], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_sim_pose_state": {"mean": [-0.3103301227092743, 0.4675738215446472, 0.228235125541687, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2713397741317749, -0.47549355030059814, 0.14679142832756042, 1.254615068435669, -1.8405801057815552, 0.9688907265663147], "std": [1.4713246855535544e-05, 7.896144779806491e-06, 1.2131214134569746e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0452645868062973, 0.034365832805633545, 0.07493787258863449, 0.5349587798118591, 0.41756969690322876, 0.3446294963359833], "min": [-0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3292750120162964, -0.5401729941368103, 0.007918000221252441, 0.41918113827705383, -2.37504506111145, 0.3873012065887451], "max": [-0.3102889955043793, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1888830065727234, -0.4311769902706146, 0.24790500104427338, 2.0234193801879883, -1.121137022972107, 1.4237350225448608], "count": [910]}, "eef_sim_pose_action": {"mean": [-0.3103300929069519, 0.4675734043121338, 0.22823494672775269, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, -0.2713397741317749, -0.47549259662628174, 0.14679142832756042, 1.2546148300170898, -1.840576171875, 0.9688926339149475], "std": [1.4713310520164669e-05, 7.908583029347938e-06, 1.2132578376622405e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.0452645905315876, 0.03436582162976265, 0.07493787258863449, 0.5349581837654114, 0.41756919026374817, 0.34462907910346985], "min": [-0.31036999821662903, 0.46754899621009827, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3292750120162964, -0.5401729941368103, 0.007918000221252441, 0.41918113827705383, -2.37504506111145, 0.3873012065887451], "max": [-0.3102889955043793, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1888830065727234, -0.4311769902706146, 0.24790500104427338, 2.0234193801879883, -1.121137022972107, 1.4237350225448608], "count": [910]}, "gripper_mode_state": {"mean": [0.0, 0.5461538461538461], "std": [0.0, 0.4978652653933618], "min": [0, 0], "max": [0, 1], "count": [910]}, "gripper_activity_state": {"mean": [2.0, 1.9065934065934067], "std": [0.0, 0.3852506527587398], "min": [2, 0], "max": [2, 2], "count": [910]}, "gripper_mode_action": {"mean": [0.0, 0.5461538461538461], "std": [0.0, 0.4978652653933618], "min": [0, 0], "max": [0, 1], "count": [910]}, "gripper_activity_action": {"mean": [2.0, 1.9065934065934067], "std": [0.0, 0.3852506527587398], "min": [2, 0], "max": [2, 2], "count": [910]}}} +{"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.4355619406737054]], [[0.41607935520361994]], [[0.4162825493338361]]], "std": [[[0.20289649342722774]], [[0.2005201669154859]], [[0.20915200780490606]]], "count": [130]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41096135306686776]], [[0.40166794557566615]], [[0.39576141905480144]]], "std": [[[0.233816774526166]], [[0.2246485931835133]], [[0.22545021006328722]]], "count": [130]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5008807220965309]], [[0.4886932582327803]], [[0.48429769827802915]]], "std": [[[0.21503992744874587]], [[0.21502875883333306]], [[0.22180963778123838]]], "count": [130]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45263600584464553]], [[0.43287619878079436]], [[0.4400217571644042]]], "std": [[[0.27969783947999055]], [[0.2674641361346085]], [[0.2719148102157056]]], "count": [130]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08363617211580276, 0.29827678203582764, -0.6050358414649963, -1.5734666585922241, 0.25385814905166626, -0.31431636214256287, -0.029094640165567398, -0.32416099309921265, -0.5355809926986694, 0.05615999922156334, 0.3259267508983612, -2.3544325828552246, 0.4946421682834625, 1009.0, 152.0, -0.00030830007744953036, -0.19952654838562012, -0.9079486727714539, 1.8861918449401855, -0.9758415818214417, 7.40411487640813e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44106215238571167, 0.6047391295433044, -0.09121090173721313, -1.067635416984558, 1.5455763339996338, 0.36913713812828064, 0.5701118111610413, -0.19792699813842773, -0.4408949911594391, 0.263731986284256, 1.8210006952285767, -1.121137022972107, 1.4531593322753906, 1010.0, 1000.0, -0.00030078054987825453, -0.19235479831695557, -0.907900333404541, 1.8862305879592896, -0.9757678508758545, 0.00010631549957906827], "mean": [-0.19951683282852173, 0.6046819090843201, 0.45139259099960327, -1.4119523763656616, -0.25389549136161804, -0.12054817378520966, 0.028272120282053947, -0.3103310465812683, 0.46757298707962036, 0.22824594378471375, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.3218209445476532, 0.4687293767929077, -0.4127345085144043, -1.3499590158462524, 0.9031949043273926, 0.106516994535923, 0.23018336296081543, -0.2841728925704956, -0.4836376905441284, 0.1691931188106537, 1.2178881168365479, -1.9289002418518066, 1.0175845623016357, 1009.9170532226562, 563.7827758789062, -0.0003031836240552366, -0.1954365074634552, -0.907931923866272, 1.886224627494812, -0.9757999777793884, 9.007356129586697e-05], "std": [2.5667501176940277e-05, 1.862032695498783e-05, 2.2968593839323148e-05, 2.489990038156975e-05, 2.2538466510013677e-05, 1.8021730284090154e-05, 2.534964369260706e-05, 1.5111208995222114e-05, 8.049358257267158e-06, 1.2635673556360416e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.09835606813430786, 0.09460673481225967, 0.16280725598335266, 0.16636277735233307, 0.41249749064445496, 0.2252190113067627, 0.2109745591878891, 0.04409860819578171, 0.035202085971832275, 0.05866424739360809, 0.5454980134963989, 0.4112200438976288, 0.33687567710876465, 0.2758171558380127, 411.364013671875, 1.148294586528209e-06, 0.0026875778567045927, 1.1988889127678704e-05, 1.7086145817302167e-05, 1.7785683667170815e-05, 4.76451396025368e-06], "count": [663]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08363617211580276, 0.29827678203582764, -0.6050358414649963, -1.5734666585922241, 0.25385814905166626, -0.31431636214256287, -0.029094640165567398, -0.32416099309921265, -0.5355809926986694, 0.05615999922156334, 0.3259267508983612, -2.3544325828552246, 0.4946421682834625, 1009.0, 152.0, -0.00030830007744953036, -0.19952654838562012, -0.9079486727714539, 1.8861918449401855, -0.9758415818214417, 7.40411487640813e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44106215238571167, 0.6047391295433044, -0.09121090173721313, -1.067635416984558, 1.5455763339996338, 0.36913713812828064, 0.5701118111610413, -0.19792699813842773, -0.4408949911594391, 0.263731986284256, 1.8210006952285767, -1.121137022972107, 1.4531593322753906, 1010.0, 1000.0, -0.00030078054987825453, -0.19235479831695557, -0.907900333404541, 1.8862305879592896, -0.9757678508758545, 0.00010631549957906827], "mean": [-0.19951681792736053, 0.6046819090843201, 0.45139259099960327, -1.4119523763656616, -0.2538953721523285, -0.12054823338985443, 0.028272122144699097, -0.3103310763835907, 0.4675729274749756, 0.22824594378471375, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.3218303322792053, 0.4686664938926697, -0.41292551159858704, -1.3499599695205688, 0.9034883975982666, 0.10630876570940018, 0.23024247586727142, -0.28419238328933716, -0.48360878229141235, 0.16909967362880707, 1.2179630994796753, -1.9293047189712524, 1.0177968740463257, 1009.9170532226562, 563.7827758789062, -0.00030318929930217564, -0.19543641805648804, -0.907931923866272, 1.886224627494812, -0.9757999777793884, 9.00520826689899e-05], "std": [2.566706643847283e-05, 1.862032695498783e-05, 2.298078834428452e-05, 2.489990038156975e-05, 2.257814776385203e-05, 1.8076932974508964e-05, 2.534963823563885e-05, 1.511770642537158e-05, 8.049678399402183e-06, 1.264070306206122e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.09834469854831696, 0.09453019499778748, 0.1629268079996109, 0.1663631796836853, 0.4121045470237732, 0.22549249231815338, 0.21090742945671082, 0.044113028794527054, 0.035223137587308884, 0.05861946940422058, 0.5455502271652222, 0.41055625677108765, 0.33674854040145874, 0.2758171558380127, 411.364013671875, 1.1549545888556167e-06, 0.002687575062736869, 1.1943674508074764e-05, 1.713195160846226e-05, 1.779919875843916e-05, 4.7618527787562925e-06], "count": [663]}, "timestamp": {"min": [0.0], "max": [22.066666666666666], "mean": [11.033333333333333], "std": [6.379713217750524], "count": [663]}, "frame_index": {"min": [0], "max": [662], "mean": [331.0], "std": [191.3913965325157], "count": [663]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [663]}, "index": {"min": [70472], "max": [71134], "mean": [70803.0], "std": [191.3913965325157], "count": [663]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [663]}, "gripper_open_scale_state": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5637828041300694], "std": [0.0, 0.41136257325512554], "count": [663]}, "gripper_open_scale_action": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5637828041300694], "std": [0.0, 0.4113625732551255], "count": [663]}, "eef_direction_state": {"mean": [6.0, 4.048265460030166], "std": [0.0, 2.2128295547623953], "min": [6, 0], "max": [6, 6], "count": [663]}, "eef_velocity_state": {"mean": [0.0, 0.6726998491704375], "std": [0.0, 0.7054793811798903], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_acc_mag_state": {"mean": [0.0, 0.6229260935143288], "std": [0.0, 0.8143986329194267], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_direction_action": {"mean": [6.0, 4.048265460030166], "std": [0.0, 2.2128295547623953], "min": [6, 0], "max": [6, 6], "count": [663]}, "eef_velocity_action": {"mean": [0.0, 0.6726998491704375], "std": [0.0, 0.7054793811798903], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_acc_mag_action": {"mean": [0.0, 0.6229260935143288], "std": [0.0, 0.8143986329194267], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_sim_pose_state": {"mean": [-0.3103311061859131, 0.4675726890563965, 0.22824598848819733, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28417298197746277, -0.4836379885673523, 0.16919319331645966, 1.2178891897201538, -1.9289023876190186, 1.0175864696502686], "std": [1.5111019820324145e-05, 8.045018148550298e-06, 1.263555714103859e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0440986268222332, 0.035202089697122574, 0.0586642362177372, 0.5454984307289124, 0.41121959686279297, 0.3368750214576721], "min": [-0.3103809952735901, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32416099309921265, -0.5355809926986694, 0.05615999922156334, 0.3259267508983612, -2.3544325828552246, 0.4946421682834625], "max": [-0.31029000878334045, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19792699813842773, -0.4408949911594391, 0.263731986284256, 1.8210006952285767, -1.121137022972107, 1.4531593322753906], "count": [663]}, "eef_sim_pose_action": {"mean": [-0.3103310465812683, 0.46757298707962036, 0.22824594378471375, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, -0.2841728925704956, -0.4836376905441284, 0.1691931188106537, 1.2178881168365479, -1.9289002418518066, 1.0175845623016357], "std": [1.5111208995222114e-05, 8.049358257267158e-06, 1.2635673556360416e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.04409860819578171, 0.035202085971832275, 0.05866424739360809, 0.5454980134963989, 0.4112200438976288, 0.33687567710876465], "min": [-0.3103809952735901, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32416099309921265, -0.5355809926986694, 0.05615999922156334, 0.3259267508983612, -2.3544325828552246, 0.4946421682834625], "max": [-0.31029000878334045, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19792699813842773, -0.4408949911594391, 0.263731986284256, 1.8210006952285767, -1.121137022972107, 1.4531593322753906], "count": [663]}, "gripper_mode_state": {"mean": [0.0, 0.5082956259426847], "std": [0.0, 0.49993117785372826], "min": [0, 0], "max": [0, 1], "count": [663]}, "gripper_activity_state": {"mean": [2.0, 1.8672699849170438], "std": [0.0, 0.4501043262219428], "min": [2, 0], "max": [2, 2], "count": [663]}, "gripper_mode_action": {"mean": [0.0, 0.5082956259426847], "std": [0.0, 0.49993117785372826], "min": [0, 0], "max": [0, 1], "count": [663]}, "gripper_activity_action": {"mean": [2.0, 1.8672699849170438], "std": [0.0, 0.4501043262219428], "min": [2, 0], "max": [2, 2], "count": [663]}}} +{"episode_index": 88, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4356529573081887]], [[0.4159719503247159]], [[0.41667130713750467]]], "std": [[[0.20233419364534458]], [[0.20048714980039356]], [[0.20896267902696974]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41027295517463885]], [[0.40011971686232883]], [[0.39431924539985846]]], "std": [[[0.23275234754337074]], [[0.22368081835083817]], [[0.22444995183392077]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017388496003496]], [[0.48940065203363725]], [[0.48502265725823235]]], "std": [[[0.21541261883151086]], [[0.2152296995613234]], [[0.2220726998859749]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4588564264081429]], [[0.4412831910099496]], [[0.4453167124599309]]], "std": [[[0.27700316816039217]], [[0.2642712178784477]], [[0.2679152434938523]]], "count": [157]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17400933802127838, 0.32243213057518005, -0.7497760057449341, -1.7188352346420288, 0.4484449028968811, -0.27035149931907654, -0.28185322880744934, -0.3337729871273041, -0.5314059853553772, 0.05420700088143349, 0.3893788158893585, -2.432668447494507, 0.7044483423233032, 1009.0, 184.0, -0.00030642017372883856, -0.19933290779590607, -0.9083535671234131, 1.8856521844863892, -0.9777455925941467, -0.00016611797036603093], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028100848197937, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3966958820819855, 0.7114485502243042, -0.22024311125278473, -1.0626611709594727, 1.6565269231796265, 0.2393195480108261, 0.40112900733947754, -0.19002799689769745, -0.37323498725891113, 0.2280369997024536, 1.7135567665100098, -1.3689630031585693, 1.6146316528320312, 1010.0, 1000.0, -0.0003045402991119772, -0.19228148460388184, -0.9073631167411804, 1.8861933946609497, -0.9753503203392029, 0.00010441700578667223], "mean": [-0.19951577484607697, 0.6046644449234009, 0.45139116048812866, -1.4119560718536377, -0.25389838218688965, -0.12054822593927383, 0.02828107587993145, -0.31033146381378174, 0.4675728976726532, 0.2282395213842392, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.2584861218929291, 0.501882016658783, -0.4786735773086548, -1.417972207069397, 0.9881977438926697, 0.044963810592889786, 0.1425447016954422, -0.2966791093349457, -0.4649813175201416, 0.1619509756565094, 1.152910828590393, -1.9370232820510864, 1.1181877851486206, 1009.911865234375, 574.4077758789062, -0.00030622948543168604, -0.19552303850650787, -0.9078514575958252, 1.8858978748321533, -0.9758162498474121, -3.485108754830435e-05], "std": [2.6188154151896015e-05, 1.702313602436334e-05, 2.272270830872003e-05, 2.451220279908739e-05, 2.1966096028336324e-05, 1.887989492388442e-05, 2.189609222114086e-05, 1.4997950529505033e-05, 7.918006303953007e-06, 1.2073579455318395e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.10361023992300034, 0.10371875017881393, 0.15052518248558044, 0.1987060010433197, 0.4008539319038391, 0.15448209643363953, 0.21525737643241882, 0.04100101441144943, 0.040001291781663895, 0.048130396753549576, 0.4242684543132782, 0.37211158871650696, 0.2998354434967041, 0.2834855914115906, 398.7885437011719, 5.724149900743214e-07, 0.0023526987060904503, 0.00016112088633235544, 0.00011390092549845576, 0.000323577260132879, 6.706536078127101e-05], "count": [851]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17400933802127838, 0.32243213057518005, -0.7497760057449341, -1.7188352346420288, 0.4484449028968811, -0.27035149931907654, -0.28185322880744934, -0.3337729871273041, -0.5314059853553772, 0.05420700088143349, 0.3893788158893585, -2.432668447494507, 0.7044483423233032, 1009.0, 184.0, -0.00030642017372883856, -0.19933290779590607, -0.9083535671234131, 1.8856521844863892, -0.9777455925941467, -0.00016611797036603093], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028100848197937, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3966958820819855, 0.7114485502243042, -0.22024311125278473, -1.0626611709594727, 1.6565269231796265, 0.2393195480108261, 0.40112900733947754, -0.19002799689769745, -0.37323498725891113, 0.2280369997024536, 1.7135567665100098, -1.3689630031585693, 1.6146316528320312, 1010.0, 1000.0, -0.0003045402991119772, -0.19228148460388184, -0.9073631167411804, 1.8861933946609497, -0.9753503203392029, 0.00010441700578667223], "mean": [-0.19951583445072174, 0.6046645641326904, 0.4513911306858063, -1.4119560718536377, -0.25389838218688965, -0.12054818868637085, 0.02828109636902809, -0.31033146381378174, 0.4675729274749756, 0.2282395362854004, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.25849205255508423, 0.5019840598106384, -0.47885894775390625, -1.4181355237960815, 0.9882999062538147, 0.04516729712486267, 0.14224563539028168, -0.29669103026390076, -0.4649530053138733, 0.16193245351314545, 1.1526929140090942, -1.9370100498199463, 1.1181025505065918, 1009.911865234375, 574.4077758789062, -0.0003062316682189703, -0.19552293419837952, -0.9078513383865356, 1.8858973979949951, -0.975816011428833, -3.512660623528063e-05], "std": [2.614966797409579e-05, 1.701678047538735e-05, 2.2723788788425736e-05, 2.453925299050752e-05, 2.196927016484551e-05, 1.8838831238099374e-05, 2.188156940974295e-05, 1.4959447071305476e-05, 7.901960088929627e-06, 1.2068146133970004e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.10360727459192276, 0.10382135957479477, 0.15074422955513, 0.19875915348529816, 0.4007274806499481, 0.1541961282491684, 0.21561631560325623, 0.041010208427906036, 0.04002159461379051, 0.048131756484508514, 0.424075186252594, 0.37213173508644104, 0.29991135001182556, 0.2834855914115906, 398.7885437011719, 5.69522171645076e-07, 0.002352701034396887, 0.00016108319687191397, 0.00011347805411787704, 0.0003236174234189093, 6.70601220917888e-05], "count": [851]}, "timestamp": {"min": [0.0], "max": [28.333333333333332], "mean": [14.16666666666667], "std": [8.188745664358832], "count": [851]}, "frame_index": {"min": [0], "max": [850], "mean": [425.0], "std": [245.66236993076492], "count": [851]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [851]}, "index": {"min": [71135], "max": [71985], "mean": [71560.0], "std": [245.66236993076492], "count": [851]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [851]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5744077556106655], "std": [0.0, 0.39878889710739657], "count": [851]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5744077556106655], "std": [0.0, 0.39878889710739657], "count": [851]}, "eef_direction_state": {"mean": [6.0, 4.158636897767333], "std": [0.0, 2.18196432022013], "min": [6, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.0, 0.63572267920094], "std": [0.0, 0.6950167008892829], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.0, 0.5346650998824912], "std": [0.0, 0.7814892676076692], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_direction_action": {"mean": [6.0, 4.158636897767333], "std": [0.0, 2.18196432022013], "min": [6, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.0, 0.63572267920094], "std": [0.0, 0.6950167008892829], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.0, 0.5346650998824912], "std": [0.0, 0.7814892676076692], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [-0.31033143401145935, 0.4675731062889099, 0.2282395362854004, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29667916893959045, -0.4649808704853058, 0.1619509607553482, 1.1529098749160767, -1.937018871307373, 1.1181879043579102], "std": [1.499791324022226e-05, 7.91527872934239e-06, 1.2073573088855483e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04100099951028824, 0.04000129923224449, 0.048130396753549576, 0.4242687523365021, 0.37211164832115173, 0.2998353838920593], "min": [-0.31038498878479004, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3337729871273041, -0.5314059853553772, 0.05420700088143349, 0.3893788158893585, -2.432668447494507, 0.7044483423233032], "max": [-0.31028100848197937, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19002799689769745, -0.37323498725891113, 0.2280369997024536, 1.7135567665100098, -1.3689630031585693, 1.6146316528320312], "count": [851]}, "eef_sim_pose_action": {"mean": [-0.31033146381378174, 0.4675728976726532, 0.2282395213842392, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.2966791093349457, -0.4649813175201416, 0.1619509756565094, 1.152910828590393, -1.9370232820510864, 1.1181877851486206], "std": [1.4997950529505033e-05, 7.918006303953007e-06, 1.2073579455318395e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.04100101441144943, 0.040001291781663895, 0.048130396753549576, 0.4242684543132782, 0.37211158871650696, 0.2998354434967041], "min": [-0.31038498878479004, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3337729871273041, -0.5314059853553772, 0.05420700088143349, 0.3893788158893585, -2.432668447494507, 0.7044483423233032], "max": [-0.31028100848197937, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19002799689769745, -0.37323498725891113, 0.2280369997024536, 1.7135567665100098, -1.3689630031585693, 1.6146316528320312], "count": [851]}, "gripper_mode_state": {"mean": [0.0, 0.5146886016451234], "std": [0.0, 0.4997841984113858], "min": [0, 0], "max": [0, 1], "count": [851]}, "gripper_activity_state": {"mean": [2.0, 1.8977673325499413], "std": [0.0, 0.3999203180503325], "min": [2, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.0, 0.5146886016451234], "std": [0.0, 0.4997841984113858], "min": [0, 0], "max": [0, 1], "count": [851]}, "gripper_activity_action": {"mean": [2.0, 1.8977673325499413], "std": [0.0, 0.39992031805033257], "min": [2, 0], "max": [2, 2], "count": [851]}}} +{"episode_index": 89, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4349810571158288]], [[0.41600658355447445]], [[0.4163958102978033]]], "std": [[[0.2024379479856827]], [[0.20035774487954977]], [[0.20873947948493812]]], "count": [133]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4096733254705391]], [[0.40031032391026583]], [[0.3945787692269891]]], "std": [[[0.2330457796118453]], [[0.22410228922292727]], [[0.22467224874784958]]], "count": [133]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5015275719937098]], [[0.4893631935230232]], [[0.4850354132881222]]], "std": [[[0.21521320374918987]], [[0.21523192332128696]], [[0.2220439039885104]]], "count": [133]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4603061299081036]], [[0.44091913607548283]], [[0.44635188000638854]]], "std": [[[0.2811277063597824]], [[0.26763694752711004]], [[0.2724766989254257]]], "count": [133]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16774359345436096, 0.3443010747432709, -0.6757042407989502, -1.7763088941574097, 0.25382325053215027, -0.1883384883403778, -0.2525491416454315, -0.3324599862098694, -0.5183069705963135, 0.04749400168657303, 0.4451272785663605, -2.35978364944458, 0.5265899300575256, 1009.0, 154.0, -0.0003101799520663917, -0.19947578012943268, -0.9078266024589539, 1.8858646154403687, -0.9766814708709717, -0.000282875174889341], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102859854698181, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48748791217803955, 0.6874154210090637, -0.1160992980003357, -1.1597014665603638, 1.5409512519836426, 0.33536502718925476, 0.33658674359321594, -0.1875540018081665, -0.3852429986000061, 0.24782800674438477, 1.6920020580291748, -1.121137022972107, 1.5522276163101196, 1010.0, 1000.0, -0.0003045402991119772, -0.192356675863266, -0.9071816802024841, 1.885985016822815, -0.9755285978317261, 0.0007850260590203106], "mean": [-0.19951705634593964, 0.6046779751777649, 0.4513895809650421, -1.4119528532028198, -0.2539089322090149, -0.12055321037769318, 0.028265953063964844, -0.3103303015232086, 0.4675728678703308, 0.22824376821517944, -1.5732383728027344, -1.1211391687393188, -0.7462767362594604, 0.2474750578403473, 0.49221622943878174, -0.4094463586807251, -1.4734159708023071, 0.9442012906074524, 0.14287804067134857, 0.1411249339580536, -0.2816108167171478, -0.46277856826782227, 0.1657431274652481, 1.1481810808181763, -1.9134202003479004, 1.0547118186950684, 1009.930908203125, 559.7955932617188, -0.0003064257907681167, -0.19512565433979034, -0.9075704216957092, 1.8859679698944092, -0.9758108854293823, -0.00022879069729242474], "std": [2.6606296160025522e-05, 1.9602282918640412e-05, 2.3302654881263152e-05, 2.581904482212849e-05, 2.121694888046477e-05, 1.9386396161280572e-05, 1.788129156921059e-05, 1.5341480320785195e-05, 7.983785508258734e-06, 1.2577786947076675e-05, 1.1444091796875e-05, 2.1457672119140625e-06, 1.1324882507324219e-06, 0.11816702038049698, 0.08827287703752518, 0.17549678683280945, 0.19535763561725616, 0.4344792068004608, 0.18184930086135864, 0.1265990287065506, 0.05046651512384415, 0.030908826738595963, 0.06521501392126083, 0.4890744388103485, 0.3946409225463867, 0.37916064262390137, 0.25365376472473145, 411.1470947265625, 2.1627167257065594e-07, 0.002713089110329747, 9.297413635067642e-05, 3.2176067179534584e-05, 0.00022180649102665484, 9.847704495768994e-05], "count": [680]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16774359345436096, 0.3443010747432709, -0.6757042407989502, -1.7763088941574097, 0.25382325053215027, -0.1883384883403778, -0.2525491416454315, -0.3324599862098694, -0.5183069705963135, 0.04749400168657303, 0.4451272785663605, -2.35978364944458, 0.5265899300575256, 1009.0, 154.0, -0.0003101799520663917, -0.19947578012943268, -0.9078258275985718, 1.8858646154403687, -0.9766814708709717, -0.000282875174889341], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102859854698181, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48748791217803955, 0.6874154210090637, -0.1160992980003357, -1.1597014665603638, 1.5409512519836426, 0.33536502718925476, 0.33658674359321594, -0.1875540018081665, -0.3852429986000061, 0.24782800674438477, 1.6920020580291748, -1.121137022972107, 1.5522276163101196, 1010.0, 1000.0, -0.0003045402991119772, -0.192356675863266, -0.9071816802024841, 1.885985016822815, -0.9755285978317261, 0.0007850260590203106], "mean": [-0.19951704144477844, 0.6046780943870544, 0.4513896405696869, -1.4119529724121094, -0.2539089024066925, -0.12055312097072601, 0.028266029432415962, -0.310330331325531, 0.4675728380680084, 0.22824376821517944, -1.5732383728027344, -1.1211391687393188, -0.7462767362594604, 0.24749396741390228, 0.4921291470527649, -0.40969008207321167, -1.4735150337219238, 0.9445717930793762, 0.1429109126329422, 0.141231968998909, -0.2816332280635834, -0.4627368152141571, 0.16559948027133942, 1.1481571197509766, -1.9140450954437256, 1.0547633171081543, 1009.930908203125, 559.7955932617188, -0.0003064257907681167, -0.1951204240322113, -0.9075700044631958, 1.8859682083129883, -0.9758110642433167, -0.00022893588175065815], "std": [2.6606432584230788e-05, 1.967376738321036e-05, 2.3317419618251733e-05, 2.5777653718250804e-05, 2.1225183445494622e-05, 1.9364744730410166e-05, 1.7804355593398213e-05, 1.53505625348771e-05, 7.990855920070317e-06, 1.2589584002853371e-05, 1.1444091796875e-05, 2.1457672119140625e-06, 1.1324882507324219e-06, 0.1181604340672493, 0.08819123357534409, 0.175669863820076, 0.19534339010715485, 0.4339974820613861, 0.18180368840694427, 0.12648653984069824, 0.05048270523548126, 0.03092152811586857, 0.06518477946519852, 0.4890538454055786, 0.39372172951698303, 0.3791213631629944, 0.25365376472473145, 411.1470642089844, 2.1627165835980122e-07, 0.0027089337818324566, 9.245054388884455e-05, 3.197507976437919e-05, 0.00022175113554112613, 9.843491716310382e-05], "count": [680]}, "timestamp": {"min": [0.0], "max": [22.633333333333333], "mean": [11.316666666666666], "std": [6.543295975440987], "count": [680]}, "frame_index": {"min": [0], "max": [679], "mean": [339.5], "std": [196.29887926322962], "count": [680]}, "episode_index": {"min": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [680]}, "index": {"min": [71986], "max": [72665], "mean": [72325.5], "std": [196.29887926322962], "count": [680]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [680]}, "gripper_open_scale_state": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.55979558794814], "std": [0.0, 0.4111470447740094], "count": [680]}, "gripper_open_scale_action": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.55979558794814], "std": [0.0, 0.4111470447740094], "count": [680]}, "eef_direction_state": {"mean": [6.0, 3.9058823529411764], "std": [0.0, 2.089179571094063], "min": [6, 0], "max": [6, 6], "count": [680]}, "eef_velocity_state": {"mean": [0.0, 0.8014705882352942], "std": [0.0, 0.7093892665440361], "min": [0, 0], "max": [0, 2], "count": [680]}, "eef_acc_mag_state": {"mean": [0.0, 0.6279411764705882], "std": [0.0, 0.8142744132472772], "min": [0, 0], "max": [0, 2], "count": [680]}, "eef_direction_action": {"mean": [6.0, 3.9058823529411764], "std": [0.0, 2.089179571094063], "min": [6, 0], "max": [6, 6], "count": [680]}, "eef_velocity_action": {"mean": [0.0, 0.8014705882352942], "std": [0.0, 0.7093892665440361], "min": [0, 0], "max": [0, 2], "count": [680]}, "eef_acc_mag_action": {"mean": [0.0, 0.6279411764705882], "std": [0.0, 0.8142744132472772], "min": [0, 0], "max": [0, 2], "count": [680]}, "eef_sim_pose_state": {"mean": [-0.3103303909301758, 0.46757274866104126, 0.22824367880821228, -1.5732269287109375, -1.121137022972107, -0.7462754845619202, -0.2816106379032135, -0.46277832984924316, 0.1657431721687317, 1.1481804847717285, -1.9134209156036377, 1.0547116994857788], "std": [1.53413293446647e-05, 7.982831448316574e-06, 1.2577504094224423e-05, 0.0, 0.0, 1.1920928955078125e-07, 0.05046650767326355, 0.030908817425370216, 0.06521501392126083, 0.48907458782196045, 0.3946410119533539, 0.3791607916355133], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324599862098694, -0.5183069705963135, 0.04749400168657303, 0.4451272785663605, -2.35978364944458, 0.5265899300575256], "max": [-0.3102859854698181, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1875540018081665, -0.3852429986000061, 0.24782800674438477, 1.6920020580291748, -1.121137022972107, 1.5522276163101196], "count": [680]}, "eef_sim_pose_action": {"mean": [-0.3103303015232086, 0.4675728678703308, 0.22824376821517944, -1.5732383728027344, -1.1211391687393188, -0.7462767362594604, -0.2816108167171478, -0.46277856826782227, 0.1657431274652481, 1.1481810808181763, -1.9134202003479004, 1.0547118186950684], "std": [1.5341480320785195e-05, 7.983785508258734e-06, 1.2577786947076675e-05, 1.1444091796875e-05, 2.1457672119140625e-06, 1.1324882507324219e-06, 0.05046651512384415, 0.030908826738595963, 0.06521501392126083, 0.4890744388103485, 0.3946409225463867, 0.37916064262390137], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3324599862098694, -0.5183069705963135, 0.04749400168657303, 0.4451272785663605, -2.35978364944458, 0.5265899300575256], "max": [-0.3102859854698181, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1875540018081665, -0.3852429986000061, 0.24782800674438477, 1.6920020580291748, -1.121137022972107, 1.5522276163101196], "count": [680]}, "gripper_mode_state": {"mean": [0.0, 0.5117647058823529], "std": [0.0, 0.4998615725333402], "min": [0, 0], "max": [0, 1], "count": [680]}, "gripper_activity_state": {"mean": [2.0, 1.875], "std": [0.0, 0.4378674927149429], "min": [2, 0], "max": [2, 2], "count": [680]}, "gripper_mode_action": {"mean": [0.0, 0.5117647058823529], "std": [0.0, 0.4998615725333402], "min": [0, 0], "max": [0, 1], "count": [680]}, "gripper_activity_action": {"mean": [2.0, 1.875], "std": [0.0, 0.4378674927149429], "min": [2, 0], "max": [2, 2], "count": [680]}}} +{"episode_index": 90, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43674669685755096]], [[0.4176146888391118]], [[0.4180078398909232]]], "std": [[[0.20238591445051698]], [[0.19974750097707442]], [[0.20824757211372044]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4120929560013851]], [[0.4027906346037311]], [[0.39676247132407044]]], "std": [[[0.23335576062512217]], [[0.22457450760939046]], [[0.2254218383122551]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017464506774012]], [[0.4894993994286457]], [[0.4854578612626066]]], "std": [[[0.21518251479055972]], [[0.21509502713189524]], [[0.22197224533095997]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617969378976756]], [[0.43891223001341817]], [[0.4453811220404277]]], "std": [[[0.279778347629441]], [[0.26599562102047]], [[0.2714605111013324]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103800117969513, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0803375095129013, 0.33402112126350403, -0.6964038610458374, -1.6907005310058594, 0.25385814905166626, -0.12054989486932755, -0.43479642271995544, -0.3230000138282776, -0.5250380039215088, 0.0357929989695549, 0.32406824827194214, -2.2981321811676025, 0.3974284529685974, 1009.0, 154.0, -0.00030830007744953036, -0.19941937923431396, -0.9075731039047241, 1.8859643936157227, -0.9761046171188354, -0.0005173388053663075], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.31028300523757935, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5597794651985168, 0.641286313533783, -0.06867870688438416, -1.166229009628296, 1.548717975616455, 0.39585810899734497, 0.45893433690071106, -0.17276300489902496, -0.4146830141544342, 0.2644590139389038, 1.8236463069915771, -1.121137022972107, 1.4658291339874268, 1010.0, 1000.0, -0.00030642017372883856, -0.19230593740940094, -0.9075374007225037, 1.8860293626785278, -0.975570559501648, 0.00046038409345783293], "mean": [-0.19951601326465607, 0.6046638488769531, 0.4513903558254242, -1.4119521379470825, -0.25391265749931335, -0.12055640667676926, 0.028268707916140556, -0.31033188104629517, 0.46757271885871887, 0.2282380759716034, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2445051521062851, 0.4820407032966614, -0.41323965787887573, -1.4912114143371582, 0.9350194931030273, 0.143522709608078, -0.017265360802412033, -0.28181594610214233, -0.46556177735328674, 0.1695699542760849, 1.053063988685608, -1.8265827894210815, 1.0955232381820679, 1009.9342651367188, 586.1712036132812, -0.0003066054196096957, -0.19541707634925842, -0.9075382351875305, 1.8860077857971191, -0.9757270812988281, 3.412570367800072e-05], "std": [2.7308657081448473e-05, 2.4970408048829995e-05, 2.2542693841387518e-05, 2.496593697287608e-05, 2.3444948965334333e-05, 1.9781262381002307e-05, 2.017043334490154e-05, 1.5365796571131796e-05, 8.25518600322539e-06, 1.3845343346474692e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.1241585984826088, 0.08999913930892944, 0.17855563759803772, 0.14358839392662048, 0.43984586000442505, 0.1784517616033554, 0.28724583983421326, 0.043586794286966324, 0.032300546765327454, 0.05656517297029495, 0.5034373998641968, 0.44328442215919495, 0.3449156582355499, 0.2478567659854889, 413.151123046875, 5.5580301250302e-07, 0.0027379728853702545, 1.091066405933816e-05, 1.829688153520692e-05, 0.0001518850913271308, 0.00014556216774508357], "count": [806]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103800117969513, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0803375095129013, 0.33402112126350403, -0.6964038610458374, -1.6907005310058594, 0.25385814905166626, -0.12054989486932755, -0.43479642271995544, -0.3230000138282776, -0.5250380039215088, 0.0357929989695549, 0.32406824827194214, -2.2981321811676025, 0.3974284529685974, 1009.0, 154.0, -0.00030830007744953036, -0.19941937923431396, -0.9075731039047241, 1.8859643936157227, -0.9761046171188354, -0.0005173388053663075], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.31028300523757935, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5597794651985168, 0.641286313533783, -0.06867870688438416, -1.166229009628296, 1.548717975616455, 0.39585810899734497, 0.45893433690071106, -0.17276300489902496, -0.4146830141544342, 0.2644590139389038, 1.8236463069915771, -1.121137022972107, 1.4658291339874268, 1010.0, 1000.0, -0.00030642017372883856, -0.19230593740940094, -0.9075374007225037, 1.8860293626785278, -0.975570559501648, 0.00046038409345783293], "mean": [-0.19951604306697845, 0.6046637892723083, 0.4513903558254242, -1.4119521379470825, -0.25391265749931335, -0.12055636942386627, 0.028268728405237198, -0.31033188104629517, 0.4675726890563965, 0.2282380312681198, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.24440884590148926, 0.48196762800216675, -0.413400799036026, -1.491429328918457, 0.9353089332580566, 0.14355726540088654, -0.017755741253495216, -0.28182125091552734, -0.46551400423049927, 0.1694941371679306, 1.0526878833770752, -1.8267335891723633, 1.0959360599517822, 1009.9342651367188, 586.1712036132812, -0.0003066054196096957, -0.19541743397712708, -0.9075382351875305, 1.8860080242156982, -0.9757269620895386, 3.455204569036141e-05], "std": [2.726880120462738e-05, 2.497417153790593e-05, 2.2542693841387518e-05, 2.4975121050374582e-05, 2.3444948965334333e-05, 1.9757393602048978e-05, 2.0167090042377822e-05, 1.5362471458502114e-05, 8.25570896267891e-06, 1.3841197869624011e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.12422376126050949, 0.08992356061935425, 0.17864800989627838, 0.1436012089252472, 0.4394741654396057, 0.17840318381786346, 0.28760164976119995, 0.04359050840139389, 0.03232606127858162, 0.056527309119701385, 0.5031625032424927, 0.4430638551712036, 0.34469589591026306, 0.2478567659854889, 413.1511535644531, 5.5580301250302e-07, 0.002737605944275856, 1.0907335308729671e-05, 1.819875069486443e-05, 0.00015187935787253082, 0.00014523476420436054], "count": [806]}, "timestamp": {"min": [0.0], "max": [26.833333333333332], "mean": [13.416666666666664], "std": [7.755732646816089], "count": [806]}, "frame_index": {"min": [0], "max": [805], "mean": [402.5], "std": [232.67197940448264], "count": [806]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [806]}, "index": {"min": [72666], "max": [73471], "mean": [73068.5], "std": [232.67197940448264], "count": [806]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [806]}, "gripper_open_scale_state": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.5861712156543069], "std": [0.0, 0.4131514460898343], "count": [806]}, "gripper_open_scale_action": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.5861712156543069], "std": [0.0, 0.4131514460898343], "count": [806]}, "eef_direction_state": {"mean": [6.0, 4.250620347394541], "std": [0.0, 2.1825425931697966], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_state": {"mean": [0.0, 0.5955334987593052], "std": [0.0, 0.6921609279051569], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_state": {"mean": [0.0, 0.5347394540942928], "std": [0.0, 0.7864605632042996], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_direction_action": {"mean": [6.0, 4.250620347394541], "std": [0.0, 2.1825425931697966], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_action": {"mean": [0.0, 0.5955334987593052], "std": [0.0, 0.6921609279051569], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_action": {"mean": [0.0, 0.5347394540942928], "std": [0.0, 0.7864605632042996], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_sim_pose_state": {"mean": [-0.3103317618370056, 0.46757256984710693, 0.22823821008205414, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28181612491607666, -0.4655623137950897, 0.1695699691772461, 1.053063154220581, -1.8265782594680786, 1.0955226421356201], "std": [1.536522904643789e-05, 8.253909982158802e-06, 1.3844853128830437e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04358679801225662, 0.032300543040037155, 0.056565120816230774, 0.5034376978874207, 0.4432835280895233, 0.3449155390262604], "min": [-0.3103800117969513, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3230000138282776, -0.5250380039215088, 0.0357929989695549, 0.32406824827194214, -2.2981321811676025, 0.3974284529685974], "max": [-0.31028300523757935, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17276300489902496, -0.4146830141544342, 0.2644590139389038, 1.8236463069915771, -1.121137022972107, 1.4658291339874268], "count": [806]}, "eef_sim_pose_action": {"mean": [-0.31033188104629517, 0.46757271885871887, 0.2282380759716034, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.28181594610214233, -0.46556177735328674, 0.1695699542760849, 1.053063988685608, -1.8265827894210815, 1.0955232381820679], "std": [1.5365796571131796e-05, 8.25518600322539e-06, 1.3845343346474692e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.043586794286966324, 0.032300546765327454, 0.05656517297029495, 0.5034373998641968, 0.44328442215919495, 0.3449156582355499], "min": [-0.3103800117969513, 0.4675459861755371, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3230000138282776, -0.5250380039215088, 0.0357929989695549, 0.32406824827194214, -2.2981321811676025, 0.3974284529685974], "max": [-0.31028300523757935, 0.4676010012626648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17276300489902496, -0.4146830141544342, 0.2644590139389038, 1.8236463069915771, -1.121137022972107, 1.4658291339874268], "count": [806]}, "gripper_mode_state": {"mean": [0.0, 0.4838709677419355], "std": [0.0, 0.49973978660741214], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_state": {"mean": [2.0, 1.8920595533498759], "std": [0.0, 0.4101824038081614], "min": [2, 0], "max": [2, 2], "count": [806]}, "gripper_mode_action": {"mean": [0.0, 0.4838709677419355], "std": [0.0, 0.49973978660741214], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_action": {"mean": [2.0, 1.8920595533498759], "std": [0.0, 0.4101824038081614], "min": [2, 0], "max": [2, 2], "count": [806]}}} +{"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.4327123816406904]], [[0.41325498837355457]], [[0.41384058807817997]]], "std": [[[0.20276877121780426]], [[0.19983285282131633]], [[0.20841689887279968]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4100819965539635]], [[0.4005414061190716]], [[0.3946408685268979]]], "std": [[[0.2324449174684674]], [[0.22359971169393078]], [[0.2243142235622201]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5008507206301324]], [[0.48885891544117643]], [[0.4845248070114798]]], "std": [[[0.214870189356085]], [[0.21518405264949358]], [[0.2220362996463552]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45405065621334006]], [[0.43905444659167087]], [[0.4440482130886542]]], "std": [[[0.2795951162318581]], [[0.2700334540660434]], [[0.2745645024973253]]], "count": [156]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03577924892306328, 0.3107384443283081, -0.6020862460136414, -1.8035534620285034, 0.25384068489074707, -0.15278612077236176, -0.05710717290639877, -0.3369309902191162, -0.5155900120735168, 0.008802000433206558, 0.3924563229084015, -2.3310587406158447, 0.4864545166492462, 1009.0, 179.0, -0.00030830007744953036, -0.19987620413303375, -0.9075619578361511, 1.8860095739364624, -0.9766647815704346, -0.0002914183714892715], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12051498889923096, 0.028326693922281265, -0.3102779984474182, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4087561070919037, 0.6559296250343323, -0.056985002011060715, -1.2086056470870972, 1.5699586868286133, 0.35836848616600037, 0.5052379369735718, -0.1639460027217865, -0.399152010679245, 0.24692800641059875, 2.041269063949585, -1.121137022972107, 1.6143627166748047, 1010.0, 1000.0, -0.00030642017372883856, -0.19236232340335846, -0.9075437784194946, 1.8860269784927368, -0.975464403629303, 0.0004537393688224256], "mean": [-0.19951537251472473, 0.6046655178070068, 0.4513877034187317, -1.4119575023651123, -0.2539168894290924, -0.12055472284555435, 0.02827783301472664, -0.31032997369766235, 0.46757274866104126, 0.22824031114578247, -1.5732392072677612, -1.1211421489715576, -0.7462767362594604, 0.19423387944698334, 0.4756695330142975, -0.3613247871398926, -1.5358140468597412, 0.8321773409843445, 0.09245114028453827, 0.17320846021175385, -0.2693178057670593, -0.450775146484375, 0.1627688854932785, 1.2809584140777588, -1.839393973350525, 1.0574429035186768, 1009.9158935546875, 542.5118408203125, -0.000306635454762727, -0.19522593915462494, -0.907547652721405, 1.8860161304473877, -0.9758242964744568, -0.00019150749722030014], "std": [2.653583578648977e-05, 2.2166230337461457e-05, 2.3508555386797525e-05, 2.468261300236918e-05, 2.366093212913256e-05, 1.9718876501428895e-05, 1.9267705283709802e-05, 1.446013993700035e-05, 8.054311365413014e-06, 1.3157206012692768e-05, 1.2278556823730469e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.11272558569908142, 0.11271724104881287, 0.15598535537719727, 0.1994790881872177, 0.4120487868785858, 0.15073010325431824, 0.17846734821796417, 0.05145452544093132, 0.036882106214761734, 0.07159014791250229, 0.5466976165771484, 0.34096503257751465, 0.3590700924396515, 0.277571439743042, 398.9514465332031, 5.941654421803833e-07, 0.0021283139940351248, 3.7790662190673174e-06, 6.231877250684192e-06, 0.00019090576097369194, 0.00013648311141878366], "count": [844]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03577924892306328, 0.3107384443283081, -0.6020862460136414, -1.8035534620285034, 0.25384068489074707, -0.15278612077236176, -0.05710717290639877, -0.3369309902191162, -0.5155900120735168, 0.008802000433206558, 0.3924563229084015, -2.3310587406158447, 0.4864545166492462, 1009.0, 179.0, -0.00030830007744953036, -0.19987620413303375, -0.9075619578361511, 1.8860095739364624, -0.9766647815704346, -0.0002914183714892715], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12051498889923096, 0.028326693922281265, -0.3102779984474182, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4087561070919037, 0.6559296250343323, -0.056985002011060715, -1.2086056470870972, 1.5699586868286133, 0.35836848616600037, 0.5052379369735718, -0.1639460027217865, -0.399152010679245, 0.24692800641059875, 2.041269063949585, -1.121137022972107, 1.6143627166748047, 1010.0, 1000.0, -0.00030642017372883856, -0.19236232340335846, -0.9075437784194946, 1.8860269784927368, -0.975464403629303, 0.0004537393688224256], "mean": [-0.19951538741588593, 0.6046655178070068, 0.45138776302337646, -1.4119576215744019, -0.2539169490337372, -0.12055469304323196, 0.028277812525629997, -0.31033000349998474, 0.46757271885871887, 0.2282402664422989, -1.5732392072677612, -1.1211421489715576, -0.7462767362594604, 0.19405311346054077, 0.4757091999053955, -0.36136192083358765, -1.536089539527893, 0.8325695991516113, 0.09246662259101868, 0.17317940294742584, -0.2693122923374176, -0.45070889592170715, 0.16270911693572998, 1.2808058261871338, -1.8398391008377075, 1.0576688051223755, 1009.9158935546875, 542.5118408203125, -0.0003066332428716123, -0.1952233761548996, -0.907547652721405, 1.8860161304473877, -0.9758247137069702, -0.00019190677267033607], "std": [2.653714909683913e-05, 2.2154514226713218e-05, 2.3501954274252057e-05, 2.4677105102455243e-05, 2.3679966034251265e-05, 1.9692659407155588e-05, 1.9262024579802528e-05, 1.4463830666500144e-05, 8.058150342549197e-06, 1.3163974472263362e-05, 1.2278556823730469e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.11283905804157257, 0.11276836693286896, 0.1560107320547104, 0.19946791231632233, 0.4116555154323578, 0.15070873498916626, 0.1785021275281906, 0.05145034193992615, 0.03690207004547119, 0.07155643403530121, 0.5466334223747253, 0.3402712643146515, 0.3589341342449188, 0.2775714099407196, 398.9514465332031, 5.91427351537277e-07, 0.0021266653202474117, 3.785447688642307e-06, 6.230090093595209e-06, 0.00019076955504715443, 0.00013613994815386832], "count": [844]}, "timestamp": {"min": [0.0], "max": [28.1], "mean": [14.05], "std": [8.121388086062902], "count": [844]}, "frame_index": {"min": [0], "max": [843], "mean": [421.5], "std": [243.64164258188706], "count": [844]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [844]}, "index": {"min": [73472], "max": [74315], "mean": [73893.5], "std": [243.64164258188706], "count": [844]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [844]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5425118508249945], "std": [0.0, 0.3989510287744088], "count": [844]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5425118508249945], "std": [0.0, 0.3989510287744088], "count": [844]}, "eef_direction_state": {"mean": [6.0, 4.161137440758294], "std": [0.0, 2.117990336715009], "min": [6, 0], "max": [6, 6], "count": [844]}, "eef_velocity_state": {"mean": [0.0, 0.6421800947867299], "std": [0.0, 0.6620540962290352], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_acc_mag_state": {"mean": [0.0, 0.54739336492891], "std": [0.0, 0.7797072799586017], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_direction_action": {"mean": [6.0, 4.161137440758294], "std": [0.0, 2.117990336715009], "min": [6, 0], "max": [6, 6], "count": [844]}, "eef_velocity_action": {"mean": [0.0, 0.6421800947867299], "std": [0.0, 0.6620540962290352], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_acc_mag_action": {"mean": [0.0, 0.54739336492891], "std": [0.0, 0.7797072799586017], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_sim_pose_state": {"mean": [-0.31033000349998474, 0.4675731062889099, 0.22824017703533173, -1.573226809501648, -1.1211369037628174, -0.7462755441665649, -0.2693176567554474, -0.4507748484611511, 0.16276897490024567, 1.2809576988220215, -1.8393954038619995, 1.0574404001235962], "std": [1.4460122656601015e-05, 8.04561932454817e-06, 1.3156491149857175e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05145449563860893, 0.03688209876418114, 0.07159016281366348, 0.5466972589492798, 0.34096458554267883, 0.35907045006752014], "min": [-0.3103730082511902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3369309902191162, -0.5155900120735168, 0.008802000433206558, 0.3924563229084015, -2.3310587406158447, 0.4864545166492462], "max": [-0.3102779984474182, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1639460027217865, -0.399152010679245, 0.24692800641059875, 2.041269063949585, -1.121137022972107, 1.6143627166748047], "count": [844]}, "eef_sim_pose_action": {"mean": [-0.31032997369766235, 0.46757274866104126, 0.22824031114578247, -1.5732392072677612, -1.1211421489715576, -0.7462767362594604, -0.2693178057670593, -0.450775146484375, 0.1627688854932785, 1.2809584140777588, -1.839393973350525, 1.0574429035186768], "std": [1.446013993700035e-05, 8.054311365413014e-06, 1.3157206012692768e-05, 1.2278556823730469e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.05145452544093132, 0.036882106214761734, 0.07159014791250229, 0.5466976165771484, 0.34096503257751465, 0.3590700924396515], "min": [-0.3103730082511902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3369309902191162, -0.5155900120735168, 0.008802000433206558, 0.3924563229084015, -2.3310587406158447, 0.4864545166492462], "max": [-0.3102779984474182, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1639460027217865, -0.399152010679245, 0.24692800641059875, 2.041269063949585, -1.121137022972107, 1.6143627166748047], "count": [844]}, "gripper_mode_state": {"mean": [0.0, 0.5509478672985783], "std": [0.0, 0.49739754203024117], "min": [0, 0], "max": [0, 1], "count": [844]}, "gripper_activity_state": {"mean": [2.0, 1.8992890995260663], "std": [0.0, 0.39612993562736404], "min": [2, 0], "max": [2, 2], "count": [844]}, "gripper_mode_action": {"mean": [0.0, 0.5509478672985783], "std": [0.0, 0.49739754203024117], "min": [0, 0], "max": [0, 1], "count": [844]}, "gripper_activity_action": {"mean": [2.0, 1.8992890995260663], "std": [0.0, 0.39612993562736404], "min": [2, 0], "max": [2, 2], "count": [844]}}} +{"episode_index": 92, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.43209175128384686]], [[0.4128081179441474]], [[0.4132682285035226]]], "std": [[[0.20150844298314707]], [[0.1991262878754834]], [[0.20764974266040073]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41088737559417704]], [[0.40157009167303287]], [[0.3954379390013581]]], "std": [[[0.23295620323523097]], [[0.22399902887809617]], [[0.22485862967655698]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.50114969150539]], [[0.4889965198200492]], [[0.48480768822680587]]], "std": [[[0.21503134527158724]], [[0.21511957899881606]], [[0.22194886733365718]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45406354113615144]], [[0.43988673101816483]], [[0.44429859254307785]]], "std": [[[0.27521083722795403]], [[0.26789810162971184]], [[0.2721013711946304]]], "count": [154]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103879988193512, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08115781098604202, 0.32876765727996826, -0.5725552439689636, -1.6970709562301636, 0.25382325053215027, -0.19366173446178436, -0.13889330625534058, -0.32738998532295227, -0.5261489748954773, 0.050168998539447784, 0.3801513612270355, -2.2713875770568848, 0.5541778802871704, 1009.0, 166.0, -0.0003120597975794226, -0.19934982061386108, -0.9075746536254883, 1.8860198259353638, -0.9763478636741638, -0.0002724334772210568], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.028361599892377853, -0.3102720081806183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.376135915517807, 0.6479709148406982, -0.04122467711567879, -1.160329818725586, 1.4725866317749023, 0.3773227334022522, 0.5387831330299377, -0.17404699325561523, -0.40696200728416443, 0.2601639926433563, 1.9320787191390991, -1.121137022972107, 1.491176724433899, 1010.0, 1000.0, -0.0003045402991119772, -0.19237735867500305, -0.9075366258621216, 1.8860619068145752, -0.9756054282188416, 0.0008571686921641231], "mean": [-0.19951751828193665, 0.6046639084815979, 0.4513876438140869, -1.411954641342163, -0.25391313433647156, -0.12055251747369766, 0.028280800208449364, -0.31033000349998474, 0.4675731360912323, 0.22823986411094666, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.24235649406909943, 0.4653148949146271, -0.3619064390659332, -1.4445672035217285, 0.8467157483100891, 0.08459239453077316, 0.13829553127288818, -0.2784235179424286, -0.4702472388744354, 0.17594598233699799, 1.2144819498062134, -1.8196513652801514, 1.0883748531341553, 1009.925048828125, 568.2369995117188, -0.0003089561650995165, -0.19525550305843353, -0.9075503349304199, 1.8860656023025513, -0.9757133722305298, -0.00010394912533229217], "std": [2.7319721993990242e-05, 2.080803460557945e-05, 2.319715167686809e-05, 2.4715191102586687e-05, 2.233240047644358e-05, 1.9345106920809485e-05, 2.1026631657150574e-05, 1.5427707694470882e-05, 8.261888069682755e-06, 1.2814968613383826e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08797960728406906, 0.09532185643911362, 0.1439283937215805, 0.17742545902729034, 0.4130714237689972, 0.19537143409252167, 0.21314111351966858, 0.043934427201747894, 0.034545861184597015, 0.06245400756597519, 0.5413424372673035, 0.40103399753570557, 0.31483227014541626, 0.2633433938026428, 407.0757141113281, 1.239798621099908e-06, 0.002792574232444167, 5.756761311204173e-06, 1.8167567759519443e-05, 0.0001249827182618901, 0.00012194885493954644], "count": [827]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103879988193512, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08115781098604202, 0.32876765727996826, -0.5725552439689636, -1.6970709562301636, 0.25382325053215027, -0.19366173446178436, -0.13889330625534058, -0.32738998532295227, -0.5261489748954773, 0.050168998539447784, 0.3801513612270355, -2.2713875770568848, 0.5541778802871704, 1009.0, 166.0, -0.0003120597975794226, -0.19934982061386108, -0.9075746536254883, 1.8860198259353638, -0.9763478636741638, -0.0002724334772210568], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.028361599892377853, -0.3102720081806183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.376135915517807, 0.6479709148406982, -0.04122467711567879, -1.160329818725586, 1.4725866317749023, 0.3773227334022522, 0.5387831330299377, -0.17404699325561523, -0.40696200728416443, 0.2601639926433563, 1.9320787191390991, -1.121137022972107, 1.491176724433899, 1010.0, 1000.0, -0.0003045402991119772, -0.19237735867500305, -0.9075366258621216, 1.8860619068145752, -0.9756054282188416, 0.0008571686921641231], "mean": [-0.19951759278774261, 0.6046639084815979, 0.4513876140117645, -1.411954641342163, -0.25391316413879395, -0.12055253982543945, 0.02828073501586914, -0.31032994389533997, 0.4675731658935547, 0.22823987901210785, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2422810196876526, 0.46520161628723145, -0.36191868782043457, -1.4446431398391724, 0.8469982743263245, 0.08450476080179214, 0.13816183805465698, -0.2784251868724823, -0.4702266454696655, 0.17589746415615082, 1.2142784595489502, -1.8199068307876587, 1.0887902975082397, 1009.925048828125, 568.2369995117188, -0.0003089607344008982, -0.19525203108787537, -0.9075503349304199, 1.8860656023025513, -0.9757130742073059, -0.00010396748984931037], "std": [2.7278068955638446e-05, 2.080803460557945e-05, 2.3217155103338882e-05, 2.4722088710404932e-05, 2.232157567050308e-05, 1.9377219359739684e-05, 2.096689240715932e-05, 1.5428078768309206e-05, 8.25693041406339e-06, 1.2816231901524588e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08804299682378769, 0.0952116921544075, 0.14393648505210876, 0.17742492258548737, 0.4127454459667206, 0.1954798698425293, 0.21328024566173553, 0.04393569752573967, 0.03455251827836037, 0.062428951263427734, 0.5412390828132629, 0.40065649151802063, 0.31460750102996826, 0.2633433938026428, 407.07568359375, 1.237386300090293e-06, 0.002790160244330764, 5.761582542618271e-06, 1.8104316040989943e-05, 0.0001247699256055057, 0.00012197059550089762], "count": [827]}, "timestamp": {"min": [0.0], "max": [27.533333333333335], "mean": [13.766666666666666], "std": [7.957805392610871], "count": [827]}, "frame_index": {"min": [0], "max": [826], "mean": [413.0], "std": [238.73416177832615], "count": [827]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [827]}, "index": {"min": [74316], "max": [75142], "mean": [74729.0], "std": [238.73416177832615], "count": [827]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [827]}, "gripper_open_scale_state": {"min": [1.0, 0.16599999368190765], "max": [1.0, 1.0], "mean": [1.0, 0.5682369987001731], "std": [0.0, 0.40707662361079056], "count": [827]}, "gripper_open_scale_action": {"min": [1.0, 0.16599999368190765], "max": [1.0, 1.0], "mean": [1.0, 0.5682369987001731], "std": [0.0, 0.40707662361079056], "count": [827]}, "eef_direction_state": {"mean": [6.0, 3.995163240628779], "std": [0.0, 2.221686193882958], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_state": {"mean": [0.0, 0.6771463119709794], "std": [0.0, 0.7133195261790908], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_state": {"mean": [0.0, 0.5634824667472793], "std": [0.0, 0.7894537398549296], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_direction_action": {"mean": [6.0, 3.995163240628779], "std": [0.0, 2.221686193882958], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_action": {"mean": [0.0, 0.6771463119709794], "std": [0.0, 0.7133195261790908], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_action": {"mean": [0.0, 0.5634824667472793], "std": [0.0, 0.7894537398549296], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_sim_pose_state": {"mean": [-0.3103301227092743, 0.46757349371910095, 0.22824005782604218, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.27842357754707336, -0.470247358083725, 0.17594598233699799, 1.214484453201294, -1.8196570873260498, 1.0883769989013672], "std": [1.542739846627228e-05, 8.253476153186057e-06, 1.2813560715585481e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04393444582819939, 0.03454585373401642, 0.062454018741846085, 0.5413424372673035, 0.401034414768219, 0.314832866191864], "min": [-0.3103879988193512, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32738998532295227, -0.5261489748954773, 0.050168998539447784, 0.3801513612270355, -2.2713875770568848, 0.5541778802871704], "max": [-0.3102720081806183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17404699325561523, -0.40696200728416443, 0.2601639926433563, 1.9320787191390991, -1.121137022972107, 1.491176724433899], "count": [827]}, "eef_sim_pose_action": {"mean": [-0.31033000349998474, 0.4675731360912323, 0.22823986411094666, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.2784235179424286, -0.4702472388744354, 0.17594598233699799, 1.2144819498062134, -1.8196513652801514, 1.0883748531341553], "std": [1.5427707694470882e-05, 8.261888069682755e-06, 1.2814968613383826e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.043934427201747894, 0.034545861184597015, 0.06245400756597519, 0.5413424372673035, 0.40103399753570557, 0.31483227014541626], "min": [-0.3103879988193512, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32738998532295227, -0.5261489748954773, 0.050168998539447784, 0.3801513612270355, -2.2713875770568848, 0.5541778802871704], "max": [-0.3102720081806183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17404699325561523, -0.40696200728416443, 0.2601639926433563, 1.9320787191390991, -1.121137022972107, 1.491176724433899], "count": [827]}, "gripper_mode_state": {"mean": [0.0, 0.5114873035066505], "std": [0.0, 0.4998680244405958], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_state": {"mean": [2.0, 1.8935912938331319], "std": [0.0, 0.4064712834893436], "min": [2, 0], "max": [2, 2], "count": [827]}, "gripper_mode_action": {"mean": [0.0, 0.5114873035066505], "std": [0.0, 0.4998680244405958], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_action": {"mean": [2.0, 1.8935912938331319], "std": [0.0, 0.4064712834893436], "min": [2, 0], "max": [2, 2], "count": [827]}}} +{"episode_index": 93, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4325635971803251]], [[0.41319861975238814]], [[0.4141023284313725]]], "std": [[[0.20123224006061788]], [[0.19883624573702732]], [[0.2072348201610698]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4118804505509469]], [[0.40195289325666167]], [[0.39526211349924584]]], "std": [[[0.2319191465258405]], [[0.22308026706011924]], [[0.22446305724636437]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5007811426386795]], [[0.4886529767890062]], [[0.48458734105287415]]], "std": [[[0.21517833839185796]], [[0.21504800464769303]], [[0.22190205987045655]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4568872850155019]], [[0.43630415069339706]], [[0.44438013108555385]]], "std": [[[0.2714218587054361]], [[0.26060676045211445]], [[0.2658837440691408]]], "count": [156]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103959858417511, 0.4675450026988983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0028448866214603186, 0.2551322281360626, -0.6043900847434998, -1.7067400217056274, 0.2537883222103119, -0.14016740024089813, -0.21594959497451782, -0.33218199014663696, -0.5398169755935669, 0.035808999091386795, 0.36334505677223206, -2.3178746700286865, 0.6046698689460754, 1009.0, 153.0, -0.00034401772427372634, -0.19929718971252441, -0.907561182975769, 1.886047601699829, -0.9758709073066711, -0.00026768725365400314], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4384616017341614, 0.6347239017486572, -0.05806710198521614, -1.0218379497528076, 1.378269076347351, 0.5293757915496826, 0.4308170676231384, -0.16761299967765808, -0.4145370125770569, 0.242575004696846, 1.850242257118225, -1.121137022972107, 1.4253010749816895, 1010.0, 1000.0, -0.0003026604244951159, -0.1923341304063797, -0.9075413942337036, 1.8861117362976074, -0.9756656885147095, -0.0002392098685959354], "mean": [-0.19951213896274567, 0.6046783924102783, 0.45138534903526306, -1.4119521379470825, -0.25391674041748047, -0.12055330723524094, 0.028269754722714424, -0.3103322982788086, 0.467571884393692, 0.22824552655220032, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.2339666485786438, 0.40838590264320374, -0.35548296570777893, -1.4261515140533447, 0.7049430012702942, 0.08875925093889236, 0.044123876839876175, -0.2891469895839691, -0.4723759591579437, 0.16863936185836792, 1.2045429944992065, -1.6987946033477783, 1.0660839080810547, 1009.9286499023438, 657.5172119140625, -0.00032948178704828024, -0.1955643892288208, -0.9075449705123901, 1.886094570159912, -0.9757565855979919, -0.00024946610210463405], "std": [2.604330438771285e-05, 1.796053402358666e-05, 2.2484498913399875e-05, 2.5702051061671227e-05, 2.2034462745068595e-05, 1.8997587176272646e-05, 1.9083281586063094e-05, 1.570836320752278e-05, 8.374506251129787e-06, 1.2244148820172995e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.12495746463537216, 0.09612135589122772, 0.13545049726963043, 0.1802988052368164, 0.4057067334651947, 0.21517986059188843, 0.2225031852722168, 0.05032560974359512, 0.03449764847755432, 0.055867258459329605, 0.468997061252594, 0.4349040687084198, 0.24551346898078918, 0.25739964842796326, 405.7617492675781, 1.1724428986781277e-05, 0.002531598322093487, 8.048878044064622e-06, 1.8537461073719896e-05, 7.736223051324487e-05, 3.2798179745441303e-06], "count": [841]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103959858417511, 0.4675450026988983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0028448866214603186, 0.2551322281360626, -0.6043900847434998, -1.7067400217056274, 0.2537883222103119, -0.14016740024089813, -0.21594959497451782, -0.33218199014663696, -0.5398169755935669, 0.035808999091386795, 0.36334505677223206, -2.3178746700286865, 0.6046698689460754, 1009.0, 153.0, -0.00034401772427372634, -0.19929718971252441, -0.907561182975769, 1.886047601699829, -0.9758709073066711, -0.00026768725365400314], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028100848197937, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4384616017341614, 0.6347239017486572, -0.05806710198521614, -1.0218379497528076, 1.378269076347351, 0.5293757915496826, 0.4308170676231384, -0.16761299967765808, -0.4145370125770569, 0.242575004696846, 1.850242257118225, -1.121137022972107, 1.4253010749816895, 1010.0, 1000.0, -0.0003026604244951159, -0.1923341304063797, -0.9075413942337036, 1.8861117362976074, -0.9756656885147095, -0.0002392098685959354], "mean": [-0.19951213896274567, 0.6046783328056335, 0.45138537883758545, -1.4119521379470825, -0.25391680002212524, -0.12055331468582153, 0.028269754722714424, -0.31033235788345337, 0.467571884393692, 0.22824548184871674, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.23386871814727783, 0.4081205427646637, -0.3554113209247589, -1.426169514656067, 0.7050713896751404, 0.08875634521245956, 0.043916966766119, -0.28917253017425537, -0.4723603129386902, 0.1685819923877716, 1.2042064666748047, -1.6989666223526, 1.066500186920166, 1009.927490234375, 657.5172119140625, -0.0003295153146609664, -0.19556894898414612, -0.9075449705123901, 1.886094570159912, -0.9757567048072815, -0.00024945821496658027], "std": [2.604330438771285e-05, 1.798006815079134e-05, 2.2500082195620053e-05, 2.5702049242681824e-05, 2.2056008674553595e-05, 1.8997510778717697e-05, 1.9083281586063094e-05, 1.5716395864728838e-05, 8.37508741824422e-06, 1.2265852092241403e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.12501657009124756, 0.09588659554719925, 0.13541541993618011, 0.18029822409152985, 0.40558043122291565, 0.21518175303936005, 0.22265179455280304, 0.05034182220697403, 0.034502822905778885, 0.0558307021856308, 0.4688336253166199, 0.43470409512519836, 0.2452671080827713, 0.25936728715896606, 405.7617492675781, 1.1704139069479425e-05, 0.002534642582759261, 8.046436050790362e-06, 1.8482647647033446e-05, 7.742198795313016e-05, 3.2736227240093285e-06], "count": [841]}, "timestamp": {"min": [0.0], "max": [28.0], "mean": [14.0], "std": [8.09252055226855], "count": [841]}, "frame_index": {"min": [0], "max": [840], "mean": [420.0], "std": [242.77561656805653], "count": [841]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [841]}, "index": {"min": [75143], "max": [75983], "mean": [75563.0], "std": [242.77561656805653], "count": [841]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [841]}, "gripper_open_scale_state": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.657517241046063], "std": [0.0, 0.4057615851570304], "count": [841]}, "gripper_open_scale_action": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.657517241046063], "std": [0.0, 0.4057615851570304], "count": [841]}, "eef_direction_state": {"mean": [6.0, 4.162901307966706], "std": [0.0, 2.2639926956707654], "min": [6, 0], "max": [6, 6], "count": [841]}, "eef_velocity_state": {"mean": [0.0, 0.6099881093935791], "std": [0.0, 0.7282935766206121], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_acc_mag_state": {"mean": [0.0, 0.5743162901307967], "std": [0.0, 0.7950539971243713], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_direction_action": {"mean": [6.0, 4.162901307966706], "std": [0.0, 2.2639926956707654], "min": [6, 0], "max": [6, 6], "count": [841]}, "eef_velocity_action": {"mean": [0.0, 0.6099881093935791], "std": [0.0, 0.7282935766206121], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_acc_mag_action": {"mean": [0.0, 0.5743162901307967], "std": [0.0, 0.7950539971243713], "min": [0, 0], "max": [0, 2], "count": [841]}, "eef_sim_pose_state": {"mean": [-0.3103320598602295, 0.4675721228122711, 0.22824548184871674, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28914690017700195, -0.4723759591579437, 0.1686393916606903, 1.2045396566390991, -1.698783278465271, 1.0660825967788696], "std": [1.570611129864119e-05, 8.37193783809198e-06, 1.2244051504239906e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.05032562091946602, 0.03449765965342522, 0.05586723983287811, 0.4689967632293701, 0.4349041283130646, 0.2455138862133026], "min": [-0.3103959858417511, 0.4675450026988983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33218199014663696, -0.5398169755935669, 0.035808999091386795, 0.36334505677223206, -2.3178746700286865, 0.6046698689460754], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16761299967765808, -0.4145370125770569, 0.242575004696846, 1.850242257118225, -1.121137022972107, 1.4253010749816895], "count": [841]}, "eef_sim_pose_action": {"mean": [-0.3103322982788086, 0.467571884393692, 0.22824552655220032, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.2891469895839691, -0.4723759591579437, 0.16863936185836792, 1.2045429944992065, -1.6987946033477783, 1.0660839080810547], "std": [1.570836320752278e-05, 8.374506251129787e-06, 1.2244148820172995e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.05032560974359512, 0.03449764847755432, 0.055867258459329605, 0.468997061252594, 0.4349040687084198, 0.24551346898078918], "min": [-0.3103959858417511, 0.4675450026988983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33218199014663696, -0.5398169755935669, 0.035808999091386795, 0.36334505677223206, -2.3178746700286865, 0.6046698689460754], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16761299967765808, -0.4145370125770569, 0.242575004696846, 1.850242257118225, -1.121137022972107, 1.4253010749816895], "count": [841]}, "gripper_mode_state": {"mean": [0.0, 0.3995243757431629], "std": [0.0, 0.4898006216106705], "min": [0, 0], "max": [0, 1], "count": [841]}, "gripper_activity_state": {"mean": [2.0, 1.8941736028537455], "std": [0.0, 0.40739515134432347], "min": [2, 0], "max": [2, 2], "count": [841]}, "gripper_mode_action": {"mean": [0.0, 0.3995243757431629], "std": [0.0, 0.48980062161067045], "min": [0, 0], "max": [0, 1], "count": [841]}, "gripper_activity_action": {"mean": [2.0, 1.8941736028537455], "std": [0.0, 0.40739515134432347], "min": [2, 0], "max": [2, 2], "count": [841]}}} +{"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.42949593714874484]], [[0.41102617631447486]], [[0.411622987438075]]], "std": [[[0.2027094595730686]], [[0.1993010851681415]], [[0.2079506044743989]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.411533063517339]], [[0.40210495894217557]], [[0.3955504272303402]]], "std": [[[0.23264077380243392]], [[0.22355002809508445]], [[0.2244722672625457]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49928776643353734]], [[0.4875131655634653]], [[0.4831702234503143]]], "std": [[[0.21453444585334588]], [[0.21480665525796835]], [[0.22161378820710098]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45382253679072476]], [[0.4370655819387203]], [[0.4418626488281087]]], "std": [[[0.282645734619568]], [[0.27415866411263157]], [[0.27717504739839943]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038698554039, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.023195425048470497, 0.2915398180484772, -0.7025299072265625, -1.6690059900283813, 0.25384068489074707, -0.12829914689064026, -0.39269909262657166, -0.3232620060443878, -0.5238209962844849, 0.005018999800086021, 0.4936528205871582, -2.324744701385498, 0.2759099006652832, 1009.0, 163.0, -0.00034965737722814083, -0.1993366777896881, -0.9075596332550049, 1.8860936164855957, -0.9758851528167725, -0.0002610425290185958], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102729916572571, 0.4676010012626648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5408077239990234, 0.6680422425270081, -0.12330751121044159, -1.170103669166565, 1.5007562637329102, 0.2776120603084564, 0.6402915120124817, -0.16599400341510773, -0.420181006193161, 0.2339089959859848, 2.112915515899658, -1.121137022972107, 1.611873984336853, 1010.0, 1000.0, -0.00032897869823500514, -0.1922307312488556, -0.9075421690940857, 1.886147379875183, -0.9757314324378967, -0.00022402194736059755], "mean": [-0.19951365888118744, 0.6046631336212158, 0.45138704776763916, -1.41195547580719, -0.25391289591789246, -0.1205524280667305, 0.028275996446609497, -0.31033140420913696, 0.46757254004478455, 0.22823955118656158, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.302828311920166, 0.47449567914009094, -0.4328267574310303, -1.457239031791687, 0.8292475938796997, 0.08585221320390701, 0.1879039704799652, -0.26244449615478516, -0.4703824520111084, 0.15322044491767883, 1.3274116516113281, -1.8238461017608643, 1.002714991569519, 1009.927001953125, 480.3298034667969, -0.0003378587425686419, -0.19572128355503082, -0.9075390696525574, 1.8861242532730103, -0.975789487361908, -0.0002373168244957924], "std": [2.737245631578844e-05, 2.0128027244936675e-05, 2.2526583052240312e-05, 2.452247281325981e-05, 2.2238069504965097e-05, 1.9707909814314917e-05, 1.9432729459367692e-05, 1.595375215401873e-05, 8.697214980202261e-06, 1.343884378002258e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.1411866694688797, 0.11503848433494568, 0.18426837027072906, 0.16636812686920166, 0.4095897376537323, 0.1340234875679016, 0.32624778151512146, 0.05666615441441536, 0.032679442316293716, 0.07118397951126099, 0.5762878060340881, 0.40740081667900085, 0.4142552316188812, 0.2601816654205322, 396.73760986328125, 2.9307466320460662e-06, 0.0027530603110790253, 1.0477830983290914e-05, 1.7530968762002885e-05, 4.780563176609576e-05, 4.206474841339514e-06], "count": [849]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038698554039, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.023195425048470497, 0.2915398180484772, -0.7025299072265625, -1.6690059900283813, 0.25384068489074707, -0.12829914689064026, -0.39269909262657166, -0.3232620060443878, -0.5238209962844849, 0.005018999800086021, 0.4936528205871582, -2.324744701385498, 0.2759099006652832, 1009.0, 163.0, -0.00034965737722814083, -0.1993366777896881, -0.9075596332550049, 1.8860936164855957, -0.9758851528167725, -0.0002610425290185958], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102729916572571, 0.4676010012626648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5408077239990234, 0.6680422425270081, -0.12330751121044159, -1.170103669166565, 1.5007562637329102, 0.2776120603084564, 0.6402915120124817, -0.16599400341510773, -0.420181006193161, 0.2339089959859848, 2.112915515899658, -1.121137022972107, 1.611873984336853, 1010.0, 1000.0, -0.00032897869823500514, -0.1922307312488556, -0.9075421690940857, 1.886147379875183, -0.9757314324378967, -0.00022402194736059755], "mean": [-0.19951358437538147, 0.6046631336212158, 0.45138710737228394, -1.41195547580719, -0.2539128363132477, -0.12055239826440811, 0.028275996446609497, -0.31033146381378174, 0.46757251024246216, 0.2282394915819168, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.30274030566215515, 0.47454220056533813, -0.43302294611930847, -1.457494854927063, 0.8294854760169983, 0.08584555983543396, 0.18747559189796448, -0.26243656873703003, -0.47032803297042847, 0.1531592607498169, 1.3272106647491455, -1.8239409923553467, 1.0030194520950317, 1009.927001953125, 480.3298034667969, -0.00033786759013310075, -0.19571924209594727, -0.9075391292572021, 1.8861243724822998, -0.9757893681526184, -0.0002373045135755092], "std": [2.7325751943862997e-05, 2.011535434576217e-05, 2.2488535250886343e-05, 2.452247281325981e-05, 2.2211121176951565e-05, 1.9676792362588458e-05, 1.9432729459367692e-05, 1.5951391105772927e-05, 8.679601705807727e-06, 1.3392716937232763e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.1412743180990219, 0.11509906500577927, 0.18437665700912476, 0.16646505892276764, 0.4093143045902252, 0.1340339332818985, 0.3267692029476166, 0.05665987357497215, 0.032722532749176025, 0.0711417943239212, 0.5762316584587097, 0.4072461426258087, 0.4141615331172943, 0.2601816654205322, 396.7376403808594, 2.937967337857117e-06, 0.002751027699559927, 1.0421026672702283e-05, 1.748043723637238e-05, 4.7821460611885414e-05, 4.1911830521712545e-06], "count": [849]}, "timestamp": {"min": [0.0], "max": [28.266666666666666], "mean": [14.133333333333335], "std": [8.169500642067467], "count": [849]}, "frame_index": {"min": [0], "max": [848], "mean": [424.0], "std": [245.085019262024], "count": [849]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [849]}, "index": {"min": [75984], "max": [76832], "mean": [76408.0], "std": [245.085019262024], "count": [849]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [849]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.480329801182584], "std": [0.0, 0.3967375328304418], "count": [849]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.480329801182584], "std": [0.0, 0.3967375328304418], "count": [849]}, "eef_direction_state": {"mean": [6.0, 4.2673733804475855], "std": [0.0, 2.1218217395138965], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_state": {"mean": [0.0, 0.6207302709069493], "std": [0.0, 0.6828499372386692], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_state": {"mean": [0.0, 0.6360424028268551], "std": [0.0, 0.8254898980714594], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_direction_action": {"mean": [6.0, 4.2673733804475855], "std": [0.0, 2.1218217395138965], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_action": {"mean": [0.0, 0.6207302709069493], "std": [0.0, 0.6828499372386692], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_action": {"mean": [0.0, 0.6360424028268551], "std": [0.0, 0.8254898980714594], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_sim_pose_state": {"mean": [-0.31033119559288025, 0.46757256984710693, 0.2282395362854004, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2624446153640747, -0.4703822433948517, 0.153220534324646, 1.3274139165878296, -1.8238471746444702, 1.0027143955230713], "std": [1.595268440723885e-05, 8.697076737007592e-06, 1.3438817404676229e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05666612833738327, 0.03267943859100342, 0.07118397206068039, 0.576287031173706, 0.4074009358882904, 0.4142555296421051], "min": [-0.31038698554039, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3232620060443878, -0.5238209962844849, 0.005018999800086021, 0.4936528205871582, -2.324744701385498, 0.2759099006652832], "max": [-0.3102729916572571, 0.4676010012626648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16599400341510773, -0.420181006193161, 0.2339089959859848, 2.112915515899658, -1.121137022972107, 1.611873984336853], "count": [849]}, "eef_sim_pose_action": {"mean": [-0.31033140420913696, 0.46757254004478455, 0.22823955118656158, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.26244449615478516, -0.4703824520111084, 0.15322044491767883, 1.3274116516113281, -1.8238461017608643, 1.002714991569519], "std": [1.595375215401873e-05, 8.697214980202261e-06, 1.343884378002258e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.05666615441441536, 0.032679442316293716, 0.07118397951126099, 0.5762878060340881, 0.40740081667900085, 0.4142552316188812], "min": [-0.31038698554039, 0.46754398941993713, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3232620060443878, -0.5238209962844849, 0.005018999800086021, 0.4936528205871582, -2.324744701385498, 0.2759099006652832], "max": [-0.3102729916572571, 0.4676010012626648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16599400341510773, -0.420181006193161, 0.2339089959859848, 2.112915515899658, -1.121137022972107, 1.611873984336853], "count": [849]}, "gripper_mode_state": {"mean": [0.0, 0.6148409893992933], "std": [0.0, 0.4866328669066514], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_state": {"mean": [2.0, 1.901060070671378], "std": [0.0, 0.3938410499158484], "min": [2, 0], "max": [2, 2], "count": [849]}, "gripper_mode_action": {"mean": [0.0, 0.6148409893992933], "std": [0.0, 0.48663286690665136], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_action": {"mean": [2.0, 1.901060070671378], "std": [0.0, 0.3938410499158484], "min": [2, 0], "max": [2, 2], "count": [849]}}} +{"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.42908116588192297]], [[0.41062248317638456]], [[0.41093495495786037]]], "std": [[[0.20293005902943997]], [[0.19944667747359426]], [[0.20801315851488286]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40921594158496727]], [[0.399629449120657]], [[0.39321603027175783]]], "std": [[[0.23310775764279865]], [[0.22410638050616588]], [[0.2246524542094636]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4988360759051428]], [[0.48717728220674233]], [[0.48291765834623324]]], "std": [[[0.21444315280031065]], [[0.21477310356751328]], [[0.2216232464263843]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44604973044590646]], [[0.42867231843395254]], [[0.43657156083376336]]], "std": [[[0.2837780450457031]], [[0.2742521197016338]], [[0.2790795407362529]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.009599311277270317, 0.32306045293807983, -0.6989694833755493, -1.734438419342041, 0.25384068489074707, -0.12061969935894012, -0.341595858335495, -0.3347280025482178, -0.5244330167770386, 0.014577999711036682, 0.39696791768074036, -2.3889153003692627, 0.3968053460121155, 1009.0, 162.0, -0.00036093665403313935, -0.1993441879749298, -0.907558798789978, 1.8861323595046997, -0.9758843183517456, -0.00031230179592967033], "max": [-0.19945622980594635, 0.6047565937042236, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.46759599447250366, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5433384776115417, 0.6451435089111328, -0.051626838743686676, -1.0682462453842163, 1.4847341775894165, 0.40043091773986816, 0.6115633845329285, -0.1582929939031601, -0.4172540009021759, 0.2611120045185089, 2.0242197513580322, -1.121137022972107, 1.5200072526931763, 1010.0, 1000.0, -0.0003402580041438341, -0.1923416405916214, -0.9075397849082947, 1.8862195014953613, -0.9757163524627686, 0.00016327023331541568], "mean": [-0.19951200485229492, 0.604665219783783, 0.4513866603374481, -1.4119560718536377, -0.25391536951065063, -0.12055166065692902, 0.02828003279864788, -0.31033217906951904, 0.467571496963501, 0.22824010252952576, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.2976284325122833, 0.4648086428642273, -0.40703725814819336, -1.463008165359497, 0.8706249594688416, 0.13357141613960266, 0.15315479040145874, -0.26232627034187317, -0.47163236141204834, 0.15551075339317322, 1.2492554187774658, -1.8577948808670044, 1.0169540643692017, 1009.9088745117188, 470.78448486328125, -0.0003451688389759511, -0.19543930888175964, -0.9075384140014648, 1.8861823081970215, -0.9757848381996155, -0.00010286692850058898], "std": [2.7122723622596823e-05, 2.3158389012678526e-05, 2.3137565221986733e-05, 2.477115049259737e-05, 2.318788756383583e-05, 1.9122177036479115e-05, 2.0111770936637186e-05, 1.5421548596350476e-05, 8.325504495587666e-06, 1.3673293324245606e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.14921027421951294, 0.09638892114162445, 0.18105390667915344, 0.1866908222436905, 0.410441130399704, 0.16623713076114655, 0.2792244255542755, 0.05661274120211601, 0.035620249807834625, 0.07515489310026169, 0.6018811464309692, 0.38935160636901855, 0.3738885819911957, 0.2877987027168274, 394.4101867675781, 2.7841197152156383e-06, 0.0026710431557148695, 1.0851998013094999e-05, 2.315133679076098e-05, 5.525942469830625e-05, 0.00017849002324510366], "count": [812]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.009599311277270317, 0.32306045293807983, -0.6989694833755493, -1.734438419342041, 0.25384068489074707, -0.12061969935894012, -0.341595858335495, -0.3347280025482178, -0.5244330167770386, 0.014577999711036682, 0.39696791768074036, -2.3889153003692627, 0.3968053460121155, 1009.0, 162.0, -0.00036093665403313935, -0.1993441879749298, -0.907558798789978, 1.8861323595046997, -0.9758843183517456, -0.00031230179592967033], "max": [-0.19945622980594635, 0.6047565937042236, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.46759599447250366, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5433384776115417, 0.6451435089111328, -0.051626838743686676, -1.0682462453842163, 1.4847341775894165, 0.40043091773986816, 0.6115633845329285, -0.1582929939031601, -0.4172540009021759, 0.2611120045185089, 2.0242197513580322, -1.121137022972107, 1.5200072526931763, 1010.0, 1000.0, -0.0003402580041438341, -0.1923416405916214, -0.9075397849082947, 1.8862195014953613, -0.9757163524627686, 0.00016327023331541568], "mean": [-0.19951197504997253, 0.604665219783783, 0.4513866901397705, -1.4119561910629272, -0.25391533970832825, -0.12055163085460663, 0.028280053287744522, -0.31033217906951904, 0.467571496963501, 0.22824011743068695, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.2974400222301483, 0.46478548645973206, -0.4070863425731659, -1.4632664918899536, 0.8709184527397156, 0.13358093798160553, 0.15278209745883942, -0.2623288631439209, -0.4715719223022461, 0.1554669588804245, 1.2489168643951416, -1.857966423034668, 1.0173497200012207, 1009.9100952148438, 470.78448486328125, -0.0003451780939940363, -0.19543904066085815, -0.9075384140014648, 1.8861823081970215, -0.9757848381996155, -0.0001024355660774745], "std": [2.7118800062453374e-05, 2.3166026949184015e-05, 2.315239908057265e-05, 2.482920535840094e-05, 2.316448990313802e-05, 1.9134206013404764e-05, 2.011503602261655e-05, 1.5421710486407392e-05, 8.318261279782746e-06, 1.3667711755260825e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.14943057298660278, 0.096357561647892, 0.18107102811336517, 0.18676501512527466, 0.4100845754146576, 0.16622291505336761, 0.27966785430908203, 0.05661501735448837, 0.03566864877939224, 0.07512284815311432, 0.6017767786979675, 0.38905733823776245, 0.37377190589904785, 0.28604090213775635, 394.41021728515625, 2.7927765131607885e-06, 0.0026710520032793283, 1.0857327652047388e-05, 2.3115671865525655e-05, 5.531348142540082e-05, 0.0001785922795534134], "count": [812]}, "timestamp": {"min": [0.0], "max": [27.033333333333335], "mean": [13.516666666666666], "std": [7.8134677178431975], "count": [812]}, "frame_index": {"min": [0], "max": [811], "mean": [405.5], "std": [234.4040315352959], "count": [812]}, "episode_index": {"min": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [812]}, "index": {"min": [76833], "max": [77644], "mean": [77238.5], "std": [234.4040315352959], "count": [812]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [812]}, "gripper_open_scale_state": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.4707844829544645], "std": [0.0, 0.39441049894072894], "count": [812]}, "gripper_open_scale_action": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.4707844829544645], "std": [0.0, 0.39441049894072894], "count": [812]}, "eef_direction_state": {"mean": [6.0, 4.08128078817734], "std": [0.0, 2.21020791991088], "min": [6, 0], "max": [6, 6], "count": [812]}, "eef_velocity_state": {"mean": [0.0, 0.7167487684729064], "std": [0.0, 0.7500839171022976], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_acc_mag_state": {"mean": [0.0, 0.6219211822660099], "std": [0.0, 0.8146819341843095], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_direction_action": {"mean": [6.0, 4.08128078817734], "std": [0.0, 2.21020791991088], "min": [6, 0], "max": [6, 6], "count": [812]}, "eef_velocity_action": {"mean": [0.0, 0.7167487684729064], "std": [0.0, 0.7500839171022976], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_acc_mag_action": {"mean": [0.0, 0.6219211822660099], "std": [0.0, 0.8146819341843095], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_sim_pose_state": {"mean": [-0.3103320896625519, 0.46757185459136963, 0.2282402664422989, -1.573226809501648, -1.1211369037628174, -0.7462756633758545, -0.26232632994651794, -0.4716324210166931, 0.1555107682943344, 1.2492555379867554, -1.857798457145691, 1.0169527530670166], "std": [1.542133941256907e-05, 8.31769921205705e-06, 1.3672314707946498e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05661274492740631, 0.03562024235725403, 0.07515491545200348, 0.6018813848495483, 0.3893514573574066, 0.373888224363327], "min": [-0.3103789985179901, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3347280025482178, -0.5244330167770386, 0.014577999711036682, 0.39696791768074036, -2.3889153003692627, 0.3968053460121155], "max": [-0.3102880120277405, 0.46759599447250366, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1582929939031601, -0.4172540009021759, 0.2611120045185089, 2.0242197513580322, -1.121137022972107, 1.5200072526931763], "count": [812]}, "eef_sim_pose_action": {"mean": [-0.31033217906951904, 0.467571496963501, 0.22824010252952576, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, -0.26232627034187317, -0.47163236141204834, 0.15551075339317322, 1.2492554187774658, -1.8577948808670044, 1.0169540643692017], "std": [1.5421548596350476e-05, 8.325504495587666e-06, 1.3673293324245606e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.05661274120211601, 0.035620249807834625, 0.07515489310026169, 0.6018811464309692, 0.38935160636901855, 0.3738885819911957], "min": [-0.3103789985179901, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3347280025482178, -0.5244330167770386, 0.014577999711036682, 0.39696791768074036, -2.3889153003692627, 0.3968053460121155], "max": [-0.3102880120277405, 0.46759599447250366, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1582929939031601, -0.4172540009021759, 0.2611120045185089, 2.0242197513580322, -1.121137022972107, 1.5200072526931763], "count": [812]}, "gripper_mode_state": {"mean": [0.0, 0.625615763546798], "std": [0.0, 0.48396351096808293], "min": [0, 0], "max": [0, 1], "count": [812]}, "gripper_activity_state": {"mean": [2.0, 1.8928571428571428], "std": [0.0, 0.4057447258406501], "min": [2, 0], "max": [2, 2], "count": [812]}, "gripper_mode_action": {"mean": [0.0, 0.625615763546798], "std": [0.0, 0.48396351096808293], "min": [0, 0], "max": [0, 1], "count": [812]}, "gripper_activity_action": {"mean": [2.0, 1.8928571428571428], "std": [0.0, 0.40574472584065013], "min": [2, 0], "max": [2, 2], "count": [812]}}} +{"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.440568298997527]], [[0.42107298290937994]], [[0.42245274686451156]]], "std": [[[0.2059394478567979]], [[0.20398743545952625]], [[0.21084476171960467]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40674118281884825]], [[0.3970259988849143]], [[0.39090703663222043]]], "std": [[[0.2326621049195029]], [[0.22380098264281753]], [[0.2242935690920684]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4974320791379615]], [[0.4858427853404875]], [[0.4814014101417594]]], "std": [[[0.21413024472365125]], [[0.21457080418567206]], [[0.22131628389050484]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4473198032591415]], [[0.42859454077239006]], [[0.4344617034313725]]], "std": [[[0.28078341434443527]], [[0.27059185872900904]], [[0.27442865362160046]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037798523902893, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.019861847162246704, 0.24228660762310028, -0.7402639985084534, -1.8236596584320068, 0.25384068489074707, -0.12058479338884354, -0.1212654784321785, -0.32646501064300537, -0.5346630215644836, -0.021261999383568764, 0.3885675370693207, -2.360549211502075, 0.3854202628135681, 1009.0, 154.0, -0.0003665762778837234, -0.19932539761066437, -0.9075619578361511, 1.8862053155899048, -0.9759556651115417, -0.0002999615971930325], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102700114250183, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6044772863388062, 0.6276727914810181, 0.015550883486866951, -1.0996795892715454, 1.4328978061676025, 0.44975388050079346, 0.4781853258609772, -0.15653599798679352, -0.41270700097084045, 0.2612980008125305, 1.956801176071167, -1.121137022972107, 1.4770045280456543, 1010.0, 1000.0, -0.0003402580041438341, -0.19234351813793182, -0.9075073003768921, 1.8863035440444946, -0.9756902456283569, 0.00024300685618072748], "mean": [-0.19951556622982025, 0.6046722531318665, 0.4513888359069824, -1.4119555950164795, -0.25390899181365967, -0.12055507302284241, 0.028277041390538216, -0.31032949686050415, 0.4675731658935547, 0.22824205458164215, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.29322874546051025, 0.4052050709724426, -0.35834991931915283, -1.4699878692626953, 0.8365904688835144, 0.2409074604511261, 0.17786704003810883, -0.25909996032714844, -0.47380924224853516, 0.14700011909008026, 1.1992002725601196, -1.8993364572525024, 1.0000706911087036, 1009.9073486328125, 436.2119140625, -0.00035901402588933706, -0.19564877450466156, -0.9075408577919006, 1.886257529258728, -0.9757897257804871, -9.241292718797922e-05], "std": [2.5648248993093148e-05, 1.9493472791509703e-05, 2.2997863197815605e-05, 2.5580953661119565e-05, 2.4687888071639463e-05, 2.048488568107132e-05, 2.4476887119817548e-05, 1.4495941286440939e-05, 7.870670742704533e-06, 1.3550315088650677e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.18164202570915222, 0.1080726683139801, 0.21357467770576477, 0.22096319496631622, 0.4274177551269531, 0.17373545467853546, 0.14757564663887024, 0.05490805208683014, 0.039090126752853394, 0.08719247579574585, 0.5724080204963684, 0.37626832723617554, 0.37492281198501587, 0.2899259030818939, 387.91937255859375, 3.113537786703091e-06, 0.002822274575009942, 9.458514796278905e-06, 2.6946974685415626e-05, 8.666748180985451e-05, 9.988997044274583e-05], "count": [788]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037798523902893, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.019861847162246704, 0.24228660762310028, -0.7402639985084534, -1.8236596584320068, 0.25384068489074707, -0.12058479338884354, -0.1212654784321785, -0.32646501064300537, -0.5346630215644836, -0.021261999383568764, 0.3885675370693207, -2.360549211502075, 0.3854202628135681, 1009.0, 154.0, -0.0003665762778837234, -0.19932539761066437, -0.9075619578361511, 1.8862053155899048, -0.9759556651115417, -0.0002999615971930325], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102700114250183, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6044772863388062, 0.6276727914810181, 0.015550883486866951, -1.0996795892715454, 1.4328978061676025, 0.44975388050079346, 0.4781853258609772, -0.15653599798679352, -0.41270700097084045, 0.2612980008125305, 1.956801176071167, -1.121137022972107, 1.4770045280456543, 1010.0, 1000.0, -0.0003402580041438341, -0.19234351813793182, -0.9075073003768921, 1.8863035440444946, -0.9756902456283569, 0.00024300685618072748], "mean": [-0.19951564073562622, 0.6046722531318665, 0.4513888359069824, -1.411955714225769, -0.25390899181365967, -0.12055507302284241, 0.028277041390538216, -0.31032949686050415, 0.4675731360912323, 0.22824199497699738, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.29296445846557617, 0.40512925386428833, -0.3582315444946289, -1.4702593088150024, 0.8369332551956177, 0.2409704029560089, 0.1777981072664261, -0.25910162925720215, -0.4737439751625061, 0.1469612568616867, 1.1989001035690308, -1.8997235298156738, 1.0004218816757202, 1009.9073486328125, 436.2119140625, -0.00035902592935599387, -0.1956450492143631, -0.9075409770011902, 1.8862577676773071, -0.9757899045944214, -9.289357694797218e-05], "std": [2.5606617782614194e-05, 1.950011028384324e-05, 2.2997863197815605e-05, 2.5542303774273023e-05, 2.4681414288352244e-05, 2.0484883862081915e-05, 2.4476887119817548e-05, 1.447885915695224e-05, 7.86857071943814e-06, 1.3531626791518647e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.1819293349981308, 0.10795348882675171, 0.21354889869689941, 0.22102312743663788, 0.42705854773521423, 0.17361347377300262, 0.14768457412719727, 0.054909612983465195, 0.03914346173405647, 0.08716309815645218, 0.5722740292549133, 0.3756236433982849, 0.37481439113616943, 0.2899259030818939, 387.9194030761719, 3.10285167870461e-06, 0.002824636409059167, 9.365776350023225e-06, 2.6816835088538937e-05, 8.681849431013688e-05, 9.977065201383084e-05], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [788]}, "index": {"min": [77645], "max": [78432], "mean": [78038.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.43621192902780426], "std": [0.0, 0.38792012040818735], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.43621192902780426], "std": [0.0, 0.3879201204081873], "count": [788]}, "eef_direction_state": {"mean": [6.0, 3.8565989847715736], "std": [0.0, 2.108357699594786], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.8578680203045685], "std": [0.0, 0.7249026000337366], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.7461928934010152], "std": [0.0, 0.8287647363231893], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 3.8565989847715736], "std": [0.0, 2.108357699594786], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.8578680203045685], "std": [0.0, 0.7249026000337366], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.7461928934010152], "std": [0.0, 0.8287647363231893], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.3103291392326355, 0.46757328510284424, 0.22824226319789886, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.25909993052482605, -0.4738091826438904, 0.14700017869472504, 1.1992002725601196, -1.8993364572525024, 1.0000710487365723], "std": [1.4492119589704089e-05, 7.869367436796892e-06, 1.3548828064813279e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.05490805581212044, 0.039090123027563095, 0.08719248324632645, 0.5724082589149475, 0.3762681782245636, 0.3749227523803711], "min": [-0.31037798523902893, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32646501064300537, -0.5346630215644836, -0.021261999383568764, 0.3885675370693207, -2.360549211502075, 0.3854202628135681], "max": [-0.3102700114250183, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15653599798679352, -0.41270700097084045, 0.2612980008125305, 1.956801176071167, -1.121137022972107, 1.4770045280456543], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.31032949686050415, 0.4675731658935547, 0.22824205458164215, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.25909996032714844, -0.47380924224853516, 0.14700011909008026, 1.1992002725601196, -1.8993364572525024, 1.0000706911087036], "std": [1.4495941286440939e-05, 7.870670742704533e-06, 1.3550315088650677e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.05490805208683014, 0.039090126752853394, 0.08719247579574585, 0.5724080204963684, 0.37626832723617554, 0.37492281198501587], "min": [-0.31037798523902893, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32646501064300537, -0.5346630215644836, -0.021261999383568764, 0.3885675370693207, -2.360549211502075, 0.3854202628135681], "max": [-0.3102700114250183, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15653599798679352, -0.41270700097084045, 0.2612980008125305, 1.956801176071167, -1.121137022972107, 1.4770045280456543], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.6586294416243654], "std": [0.0, 0.4741694847308722], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8895939086294415], "std": [0.0, 0.4145125417554192], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.6586294416243654], "std": [0.0, 0.4741694847308722], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8895939086294415], "std": [0.0, 0.4145125417554192], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 97, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4402091092029653]], [[0.42194623196034564]], [[0.41988864625827965]]], "std": [[[0.2035016054984632]], [[0.2020370835134939]], [[0.21120119018989944]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.411277965576611]], [[0.4023829972145458]], [[0.3961328930341712]]], "std": [[[0.23258473053342255]], [[0.2238939573823718]], [[0.22503938533841975]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5009405294556301]], [[0.48844361100144756]], [[0.4842449349146818]]], "std": [[[0.21501266924745954]], [[0.2146583620219009]], [[0.22137840756085767]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46090385385138394]], [[0.43917906687283415]], [[0.44634319071588363]]], "std": [[[0.2830767135006789]], [[0.2703220043672556]], [[0.27489249485299005]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.032759830355644226, 0.343864768743515, -0.655545711517334, -1.7778446674346924, 0.25385814905166626, -0.12058479338884354, -0.33389896154403687, -0.32127299904823303, -0.538864016532898, 0.09980800002813339, 0.2378067970275879, -2.4519057273864746, 0.5658129453659058, 1009.0, 161.0, -0.0003665762778837234, -0.19939306378364563, -0.9075532555580139, 1.8862742185592651, -0.9759390354156494, -0.0003179972409270704], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02839650586247444, -0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4590564966201782, 0.7095810174942017, -0.027838002890348434, -1.0936756134033203, 1.644588828086853, 0.4539601504802704, 0.459684818983078, -0.1646520048379898, -0.4052189886569977, 0.2512640058994293, 1.774992823600769, -1.121137022972107, 1.5326080322265625, 1010.0, 1000.0, -0.000359056779416278, -0.19230593740940094, -0.9075002074241638, 1.8862963914871216, -0.9757314324378967, 0.0012444609310477972], "mean": [-0.19951792061328888, 0.6046622395515442, 0.45139846205711365, -1.4119548797607422, -0.2539074420928955, -0.12055480480194092, 0.028275877237319946, -0.31033214926719666, 0.46757128834724426, 0.2282351702451706, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2644912302494049, 0.529538631439209, -0.42546525597572327, -1.475467562675476, 0.9191839098930359, 0.14118599891662598, 0.039059340953826904, -0.2755371034145355, -0.46742263436317444, 0.17718558013439178, 1.143905520439148, -1.8279991149902344, 1.0429284572601318, 1009.9056396484375, 589.4779663085938, -0.00036249280674383044, -0.1953204721212387, -0.9075354933738708, 1.8862717151641846, -0.9758308529853821, -0.00010063812078442425], "std": [2.482380841684062e-05, 1.8486254703020677e-05, 2.331898758711759e-05, 2.410964407317806e-05, 2.3336897356784903e-05, 2.0027779100928456e-05, 2.5279849069193006e-05, 1.5015774806670379e-05, 8.094254553725477e-06, 1.232615795743186e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10441727191209793, 0.10416728258132935, 0.17078280448913574, 0.2065630555152893, 0.4447179138660431, 0.20866668224334717, 0.2927665412425995, 0.047838881611824036, 0.04037526994943619, 0.041529346257448196, 0.525341272354126, 0.45874080061912537, 0.27287837862968445, 0.29230010509490967, 409.72735595703125, 1.0258366955895326e-06, 0.002456490183249116, 1.0989407201122958e-05, 1.4622738490288612e-05, 3.9911588828545064e-05, 0.00019379569857846946], "count": [795]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.032759830355644226, 0.343864768743515, -0.655545711517334, -1.7778446674346924, 0.25385814905166626, -0.12058479338884354, -0.33389896154403687, -0.32127299904823303, -0.538864016532898, 0.09980800002813339, 0.2378067970275879, -2.4519057273864746, 0.5658129453659058, 1009.0, 161.0, -0.0003665762778837234, -0.19939306378364563, -0.9075532555580139, 1.8862742185592651, -0.9759390354156494, -0.0003179972409270704], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02839650586247444, -0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4590564966201782, 0.7095810174942017, -0.027838002890348434, -1.0936756134033203, 1.644588828086853, 0.4539601504802704, 0.459684818983078, -0.1646520048379898, -0.4052189886569977, 0.2512640058994293, 1.774992823600769, -1.121137022972107, 1.5326080322265625, 1010.0, 1000.0, -0.000359056779416278, -0.19230593740940094, -0.9075002074241638, 1.8862963914871216, -0.9757314324378967, 0.0012444609310477972], "mean": [-0.19951792061328888, 0.6046622395515442, 0.45139843225479126, -1.4119548797607422, -0.2539074122905731, -0.12055487185716629, 0.028275810182094574, -0.31033211946487427, 0.46757128834724426, 0.2282351702451706, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2644733488559723, 0.5295197367668152, -0.42570048570632935, -1.4756507873535156, 0.9194796681404114, 0.1412055492401123, 0.03867623209953308, -0.2755383551120758, -0.46738579869270325, 0.1771022379398346, 1.1436716318130493, -1.8281900882720947, 1.043229341506958, 1009.9056396484375, 589.4779663085938, -0.00036249752156436443, -0.19532424211502075, -0.9075354933738708, 1.8862717151641846, -0.9758307933807373, -0.00010041365021606907], "std": [2.482380841684062e-05, 1.8467440895619802e-05, 2.335512726858724e-05, 2.4047865736065432e-05, 2.3298282030737028e-05, 2.0039857190568e-05, 2.521544593037106e-05, 1.5017742953205016e-05, 8.098755643004552e-06, 1.233297007274814e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10442957282066345, 0.10415477305650711, 0.17094765603542328, 0.20657166838645935, 0.44435107707977295, 0.20864294469356537, 0.29305386543273926, 0.04783978685736656, 0.04038844257593155, 0.04149322584271431, 0.5251896977424622, 0.4584783613681793, 0.272682785987854, 0.29230010509490967, 409.72735595703125, 1.0273007546857116e-06, 0.002454295987263322, 1.0990877854055725e-05, 1.4624621144321281e-05, 3.979096072725952e-05, 0.00019373076793272048], "count": [795]}, "timestamp": {"min": [0.0], "max": [26.466666666666665], "mean": [13.233333333333333], "std": [7.649885014870533], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [795]}, "index": {"min": [78433], "max": [79227], "mean": [78830.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [795]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5894779867346182], "std": [0.0, 0.40972807181166343], "count": [795]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5894779867346182], "std": [0.0, 0.40972807181166343], "count": [795]}, "eef_direction_state": {"mean": [6.0, 4.211320754716981], "std": [0.0, 2.193901814996745], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_state": {"mean": [0.0, 0.6591194968553459], "std": [0.0, 0.7578697251584151], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_state": {"mean": [0.0, 0.5308176100628931], "std": [0.0, 0.7786417528700412], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_direction_action": {"mean": [6.0, 4.211320754716981], "std": [0.0, 2.193901814996745], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_action": {"mean": [0.0, 0.6591194968553459], "std": [0.0, 0.7578697251584151], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_action": {"mean": [0.0, 0.5308176100628931], "std": [0.0, 0.7786417528700412], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_sim_pose_state": {"mean": [-0.3103320300579071, 0.4675722122192383, 0.2282351702451706, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.27553704380989075, -0.4674225151538849, 0.17718565464019775, 1.1439069509506226, -1.82799232006073, 1.0429314374923706], "std": [1.501533915870823e-05, 8.042422450671438e-06, 1.2326154319453053e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04783887043595314, 0.04037526622414589, 0.041529346257448196, 0.5253406763076782, 0.45874089002609253, 0.2728780508041382], "min": [-0.310373991727829, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32127299904823303, -0.538864016532898, 0.09980800002813339, 0.2378067970275879, -2.4519057273864746, 0.5658129453659058], "max": [-0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1646520048379898, -0.4052189886569977, 0.2512640058994293, 1.774992823600769, -1.121137022972107, 1.5326080322265625], "count": [795]}, "eef_sim_pose_action": {"mean": [-0.31033214926719666, 0.46757128834724426, 0.2282351702451706, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2755371034145355, -0.46742263436317444, 0.17718558013439178, 1.143905520439148, -1.8279991149902344, 1.0429284572601318], "std": [1.5015774806670379e-05, 8.094254553725477e-06, 1.232615795743186e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.047838881611824036, 0.04037526994943619, 0.041529346257448196, 0.525341272354126, 0.45874080061912537, 0.27287837862968445], "min": [-0.310373991727829, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32127299904823303, -0.538864016532898, 0.09980800002813339, 0.2378067970275879, -2.4519057273864746, 0.5658129453659058], "max": [-0.31028398871421814, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1646520048379898, -0.4052189886569977, 0.2512640058994293, 1.774992823600769, -1.121137022972107, 1.5326080322265625], "count": [795]}, "gripper_mode_state": {"mean": [0.0, 0.4817610062893082], "std": [0.0, 0.49966722837146565], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_state": {"mean": [2.0, 1.8930817610062893], "std": [0.0, 0.4073413565261004], "min": [2, 0], "max": [2, 2], "count": [795]}, "gripper_mode_action": {"mean": [0.0, 0.4817610062893082], "std": [0.0, 0.49966722837146565], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_action": {"mean": [2.0, 1.8930817610062893], "std": [0.0, 0.4073413565261004], "min": [2, 0], "max": [2, 2], "count": [795]}}} +{"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.4353848383731002]], [[0.4190862641743444]], [[0.41714319409992917]]], "std": [[[0.20493644426965896]], [[0.2027044357922177]], [[0.21162768538562624]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41221110422080476]], [[0.40330728797543114]], [[0.39683582737814]]], "std": [[[0.23591970440224821]], [[0.2275628164163498]], [[0.2274984633468037]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49908180516182377]], [[0.4871717679541696]], [[0.48273031341050476]]], "std": [[[0.214459177378712]], [[0.2145969322113322]], [[0.22130987611080039]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4413583549885818]], [[0.42526391718836126]], [[0.4321222192692338]]], "std": [[[0.28339137573127215]], [[0.2731106250931956]], [[0.2769250374118186]]], "count": [166]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103939890861511, 0.46754199266433716, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09162978827953339, 0.32133254408836365, -0.6870663166046143, -1.7940587997436523, 0.2537883222103119, -0.18629643321037292, -0.19282397627830505, -0.3328930139541626, -0.5655890107154846, 0.011661999858915806, 0.43379172682762146, -2.4239611625671387, 0.28274446725845337, 1009.0, 175.0, -0.0003665762778837234, -0.19927838444709778, -0.907556414604187, 1.886260747909546, -0.976809024810791, -0.0009796214289963245], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31028398871421814, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6845530271530151, 0.7703185677528381, -0.01185078639537096, -1.0055365562438965, 1.591879963874817, 0.39533451199531555, 0.6471855640411377, -0.13264800608158112, -0.40812599658966064, 0.24977199733257294, 2.06247878074646, -1.121137022972107, 1.6478869915008545, 1010.0, 1000.0, -0.000359056779416278, -0.1923021674156189, -0.907511293888092, 1.8862972259521484, -0.9754858016967773, 0.0015102496836334467], "mean": [-0.19952036440372467, 0.6046651005744934, 0.451394647359848, -1.4119563102722168, -0.25390490889549255, -0.12055003643035889, 0.02827252261340618, -0.3103313446044922, 0.4675733149051666, 0.2282368689775467, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.35673126578330994, 0.471839040517807, -0.4387175440788269, -1.3908523321151733, 0.9194727540016174, 0.12799574434757233, 0.2427532821893692, -0.2598763704299927, -0.4834496080875397, 0.15605700016021729, 1.2734538316726685, -1.9225879907608032, 0.9944473505020142, 1009.9322509765625, 502.22076416015625, -0.0003648758865892887, -0.1954195648431778, -0.907523512840271, 1.8862652778625488, -0.9757378101348877, -0.00011544687004061416], "std": [2.628790753078647e-05, 1.6547781342524104e-05, 2.36938867601566e-05, 2.5357028789585456e-05, 2.4403572751907632e-05, 1.8948636352433823e-05, 2.6656396585167386e-05, 1.5130535757634789e-05, 8.179048563761171e-06, 1.2546453945105895e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.18247289955615997, 0.0986437201499939, 0.17492271959781647, 0.21344739198684692, 0.41826131939888, 0.17239436507225037, 0.24017217755317688, 0.06676485389471054, 0.03964562714099884, 0.07388070225715637, 0.5965391993522644, 0.3770778775215149, 0.3846066892147064, 0.251331627368927, 394.8534851074219, 8.015377943593194e-07, 0.002708245301619172, 1.2940724445797969e-05, 1.9004624846274965e-05, 0.00025051747797988355, 0.0003838207630906254], "count": [915]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103939890861511, 0.46754199266433716, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09162978827953339, 0.32133254408836365, -0.6870663166046143, -1.7940587997436523, 0.2537883222103119, -0.18629643321037292, -0.19282397627830505, -0.3328930139541626, -0.5655890107154846, 0.011661999858915806, 0.43379172682762146, -2.4239611625671387, 0.28274446725845337, 1009.0, 175.0, -0.0003665762778837234, -0.19927838444709778, -0.907556414604187, 1.886260747909546, -0.976809024810791, -0.0009796214289963245], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31028398871421814, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6845530271530151, 0.7703185677528381, -0.01185078639537096, -1.0055365562438965, 1.591879963874817, 0.39533451199531555, 0.6471855640411377, -0.13264800608158112, -0.40812599658966064, 0.24977199733257294, 2.06247878074646, -1.121137022972107, 1.6478869915008545, 1010.0, 1000.0, -0.000359056779416278, -0.1923021674156189, -0.907511293888092, 1.8862972259521484, -0.9754858016967773, 0.0015102496836334467], "mean": [-0.1995203047990799, 0.6046651005744934, 0.45139461755752563, -1.4119561910629272, -0.25390490889549255, -0.12055005878210068, 0.0282725989818573, -0.3103313446044922, 0.46757328510284424, 0.22823688387870789, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.35668206214904785, 0.4718225300312042, -0.43884021043777466, -1.3909578323364258, 0.9198411703109741, 0.12792789936065674, 0.242669478058815, -0.2598848342895508, -0.48341745138168335, 0.1559976041316986, 1.273294448852539, -1.9229482412338257, 0.9947295188903809, 1009.9322509765625, 502.22076416015625, -0.0003648779238574207, -0.19542329013347626, -0.907523512840271, 1.8862652778625488, -0.9757375717163086, -0.00011550081399036571], "std": [2.625784145493526e-05, 1.6547781342524104e-05, 2.3687707653152756e-05, 2.530675192247145e-05, 2.4401126211159863e-05, 1.893933404062409e-05, 2.6711342798080295e-05, 1.5117021575861145e-05, 8.175295988621656e-06, 1.2528238585218787e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.18252120912075043, 0.09862272441387177, 0.17497079074382782, 0.21348172426223755, 0.41782236099243164, 0.17250443994998932, 0.24027998745441437, 0.06677175313234329, 0.03967038542032242, 0.07384448498487473, 0.5964789986610413, 0.3764688968658447, 0.3845181465148926, 0.251331627368927, 394.853515625, 8.034735969886242e-07, 0.002710585482418537, 1.2957533726876136e-05, 1.8995720893144608e-05, 0.0002505097654648125, 0.0003838175907731056], "count": [915]}, "timestamp": {"min": [0.0], "max": [30.466666666666665], "mean": [15.233333333333333], "std": [8.804586346941049], "count": [915]}, "frame_index": {"min": [0], "max": [914], "mean": [457.0], "std": [264.1375904082315], "count": [915]}, "episode_index": {"min": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [915]}, "index": {"min": [79228], "max": [80142], "mean": [79685.0], "std": [264.1375904082315], "count": [915]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [915]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5022207640233587], "std": [0.0, 0.39485418752237056], "count": [915]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5022207640233587], "std": [0.0, 0.39485418752237056], "count": [915]}, "eef_direction_state": {"mean": [6.0, 4.1519125683060105], "std": [0.0, 2.1963417555357316], "min": [6, 0], "max": [6, 6], "count": [915]}, "eef_velocity_state": {"mean": [0.0, 0.7224043715846995], "std": [0.0, 0.7999253451385927], "min": [0, 0], "max": [0, 2], "count": [915]}, "eef_acc_mag_state": {"mean": [0.0, 0.6021857923497268], "std": [0.0, 0.8159580700247847], "min": [0, 0], "max": [0, 2], "count": [915]}, "eef_direction_action": {"mean": [6.0, 4.1519125683060105], "std": [0.0, 2.1963417555357316], "min": [6, 0], "max": [6, 6], "count": [915]}, "eef_velocity_action": {"mean": [0.0, 0.7224043715846995], "std": [0.0, 0.7999253451385927], "min": [0, 0], "max": [0, 2], "count": [915]}, "eef_acc_mag_action": {"mean": [0.0, 0.6021857923497268], "std": [0.0, 0.8159580700247847], "min": [0, 0], "max": [0, 2], "count": [915]}, "eef_sim_pose_state": {"mean": [-0.3103312849998474, 0.4675730764865875, 0.22823689877986908, -1.5732269287109375, -1.1211367845535278, -0.7462756633758545, -0.25987645983695984, -0.4834494888782501, 0.15605708956718445, 1.2734564542770386, -1.9225859642028809, 0.9944484233856201], "std": [1.5130380234040786e-05, 8.175824405043386e-06, 1.2546428479254246e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.06676484644412994, 0.03964562714099884, 0.07388070970773697, 0.5965396165847778, 0.37707775831222534, 0.38460612297058105], "min": [-0.3103939890861511, 0.46754199266433716, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328930139541626, -0.5655890107154846, 0.011661999858915806, 0.43379172682762146, -2.4239611625671387, 0.28274446725845337], "max": [-0.31028398871421814, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13264800608158112, -0.40812599658966064, 0.24977199733257294, 2.06247878074646, -1.121137022972107, 1.6478869915008545], "count": [915]}, "eef_sim_pose_action": {"mean": [-0.3103313446044922, 0.4675733149051666, 0.2282368689775467, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, -0.2598763704299927, -0.4834496080875397, 0.15605700016021729, 1.2734538316726685, -1.9225879907608032, 0.9944473505020142], "std": [1.5130535757634789e-05, 8.179048563761171e-06, 1.2546453945105895e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.06676485389471054, 0.03964562714099884, 0.07388070225715637, 0.5965391993522644, 0.3770778775215149, 0.3846066892147064], "min": [-0.3103939890861511, 0.46754199266433716, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328930139541626, -0.5655890107154846, 0.011661999858915806, 0.43379172682762146, -2.4239611625671387, 0.28274446725845337], "max": [-0.31028398871421814, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13264800608158112, -0.40812599658966064, 0.24977199733257294, 2.06247878074646, -1.121137022972107, 1.6478869915008545], "count": [915]}, "gripper_mode_state": {"mean": [0.0, 0.5978142076502733], "std": [0.0, 0.49033904676432816], "min": [0, 0], "max": [0, 1], "count": [915]}, "gripper_activity_state": {"mean": [2.0, 1.9081967213114754], "std": [0.0, 0.38023364199254395], "min": [2, 0], "max": [2, 2], "count": [915]}, "gripper_mode_action": {"mean": [0.0, 0.5978142076502733], "std": [0.0, 0.49033904676432816], "min": [0, 0], "max": [0, 1], "count": [915]}, "gripper_activity_action": {"mean": [2.0, 1.9081967213114754], "std": [0.0, 0.38023364199254395], "min": [2, 0], "max": [2, 2], "count": [915]}}} +{"episode_index": 99, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.44100243339609574]], [[0.4224986811777691]], [[0.42021473807514176]]], "std": [[[0.2034045210316617]], [[0.20203945061404333]], [[0.21145387326683635]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40740032138683285]], [[0.3990111673808596]], [[0.39209696386832876]]], "std": [[[0.2313852337792063]], [[0.22299753303797562]], [[0.22363685172625822]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5014259119486647]], [[0.48902835129636846]], [[0.4847644759338614]]], "std": [[[0.21536679324295185]], [[0.2149748302536807]], [[0.22163546236987736]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46010854109855864]], [[0.44010149520625025]], [[0.44445721064363936]]], "std": [[[0.2713784557093919]], [[0.26136892486782887]], [[0.2664887556264616]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.051626838743686676, 0.24548055231571198, -0.4836482107639313, -1.886927843093872, 0.25385814905166626, -0.2174505591392517, -0.2051110863685608, -0.32379698753356934, -0.5309500098228455, 0.10468199849128723, 0.3790310323238373, -2.3490705490112305, 0.5556450486183167, 1009.0, 168.0, -0.0003928945807274431, -0.19936487078666687, -0.9075532555580139, 1.8862488269805908, -0.9768509864807129, -0.0006312482873909175], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45896923542022705, 0.7603178024291992, -0.044401176273822784, -1.148915410041809, 1.400679111480713, 0.47219884395599365, 0.42957791686058044, -0.15776999294757843, -0.3749699890613556, 0.24899600446224213, 1.927851676940918, -1.121137022972107, 1.5382633209228516, 1010.0, 1000.0, -0.000353417155565694, -0.19235292077064514, -0.9075294733047485, 1.886275053024292, -0.9754152894020081, 0.00022781893494538963], "mean": [-0.19952014088630676, 0.6046714186668396, 0.45139279961586, -1.4119547605514526, -0.2539084553718567, -0.12054342776536942, 0.02827298641204834, -0.3103312849998474, 0.4675735533237457, 0.2282407432794571, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.13610215485095978, 0.4902421236038208, -0.3069400489330292, -1.5463688373565674, 0.7405418157577515, 0.055645182728767395, 0.10035417973995209, -0.277072936296463, -0.4453994333744049, 0.18468165397644043, 1.2674331665039062, -1.7129987478256226, 1.0641794204711914, 1009.92724609375, 591.755859375, -0.00037778643309138715, -0.19536751508712769, -0.9075343012809753, 1.8862601518630981, -0.9757263660430908, -3.485881461529061e-05], "std": [2.6819643608178012e-05, 1.7369269698974676e-05, 2.279295222251676e-05, 2.494437103450764e-05, 2.2258947865338996e-05, 1.7322314306511544e-05, 2.3762322598486207e-05, 1.581375727255363e-05, 8.325085218530148e-06, 1.1497136256366502e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.14471815526485443, 0.13459892570972443, 0.11954657733440399, 0.2252161055803299, 0.42028895020484924, 0.20812997221946716, 0.2084362655878067, 0.05079122632741928, 0.04909977316856384, 0.039043985307216644, 0.5196293592453003, 0.42337650060653687, 0.3102235794067383, 0.2597263753414154, 406.0131530761719, 6.312304776656674e-06, 0.0028971179854124784, 1.0836283763637766e-05, 8.314415026688948e-06, 0.0003023675817530602, 0.00015624334628228098], "count": [811]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.051626838743686676, 0.24548055231571198, -0.4836482107639313, -1.886927843093872, 0.25385814905166626, -0.2174505591392517, -0.2051110863685608, -0.32379698753356934, -0.5309500098228455, 0.10468199849128723, 0.3790310323238373, -2.3490705490112305, 0.5556450486183167, 1009.0, 168.0, -0.0003928945807274431, -0.19936487078666687, -0.9075532555580139, 1.8862488269805908, -0.9768509864807129, -0.0006312482873909175], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45896923542022705, 0.7603178024291992, -0.044401176273822784, -1.148915410041809, 1.400679111480713, 0.47219884395599365, 0.42957791686058044, -0.15776999294757843, -0.3749699890613556, 0.24899600446224213, 1.927851676940918, -1.121137022972107, 1.5382633209228516, 1010.0, 1000.0, -0.000353417155565694, -0.19235292077064514, -0.9075294733047485, 1.886275053024292, -0.9754152894020081, 0.00022781893494538963], "mean": [-0.19952015578746796, 0.6046714782714844, 0.4513928294181824, -1.4119547605514526, -0.2539084255695343, -0.12054343521595001, 0.028273049741983414, -0.3103313446044922, 0.46757352352142334, 0.2282407432794571, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.13579414784908295, 0.4901045858860016, -0.30682793259620667, -1.5466102361679077, 0.7406784892082214, 0.055535510182380676, 0.10018555074930191, -0.2770814597606659, -0.44532153010368347, 0.1846352219581604, 1.2672401666641235, -1.7131839990615845, 1.0646082162857056, 1009.92724609375, 591.755859375, -0.00037781192804686725, -0.19536298513412476, -0.9075343012809753, 1.8862602710723877, -0.9757264256477356, -3.479326915112324e-05], "std": [2.681925798242446e-05, 1.736981539579574e-05, 2.2792384697822854e-05, 2.4881310309865512e-05, 2.2258931494434364e-05, 1.73221887962427e-05, 2.3836802938603796e-05, 1.5840050764381886e-05, 8.333887308253907e-06, 1.1496740626171231e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.1448485404253006, 0.13453872501850128, 0.11945328116416931, 0.22517651319503784, 0.42014944553375244, 0.20824597775936127, 0.20859549939632416, 0.050797346979379654, 0.049114618450403214, 0.039014577865600586, 0.5195455551147461, 0.4231506288051605, 0.3100247085094452, 0.2597263753414154, 406.0131530761719, 6.301094344962621e-06, 0.002893832279369235, 1.0848376405192539e-05, 8.29974396765465e-06, 0.0003023604804184288, 0.00015622007776983082], "count": [811]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.803845206050668], "count": [811]}, "frame_index": {"min": [0], "max": [810], "mean": [405.0], "std": [234.11535618152004], "count": [811]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [811]}, "index": {"min": [80143], "max": [80953], "mean": [80548.0], "std": [234.11535618152004], "count": [811]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [811]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5917558568620506], "std": [0.0, 0.4060130525046374], "count": [811]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5917558568620506], "std": [0.0, 0.4060130525046374], "count": [811]}, "eef_direction_state": {"mean": [6.0, 3.9728729963008633], "std": [0.0, 2.2711950622958645], "min": [6, 0], "max": [6, 6], "count": [811]}, "eef_velocity_state": {"mean": [0.0, 0.718865598027127], "std": [0.0, 0.757943024278222], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_acc_mag_state": {"mean": [0.0, 0.6313193588162762], "std": [0.0, 0.8195849362189528], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_direction_action": {"mean": [6.0, 3.9728729963008633], "std": [0.0, 2.2711950622958645], "min": [6, 0], "max": [6, 6], "count": [811]}, "eef_velocity_action": {"mean": [0.0, 0.718865598027127], "std": [0.0, 0.757943024278222], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_acc_mag_action": {"mean": [0.0, 0.6313193588162762], "std": [0.0, 0.8195849362189528], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_sim_pose_state": {"mean": [-0.31033122539520264, 0.46757328510284424, 0.22824081778526306, -1.573226809501648, -1.1211369037628174, -0.7462756633758545, -0.2770727872848511, -0.44539961218833923, 0.1846815049648285, 1.2674354314804077, -1.7129942178726196, 1.0641828775405884], "std": [1.5813640857231803e-05, 8.32096156955231e-06, 1.14969298010692e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05079120025038719, 0.04909978061914444, 0.03904400020837784, 0.5196295380592346, 0.42337706685066223, 0.310223788022995], "min": [-0.31037500500679016, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32379698753356934, -0.5309500098228455, 0.10468199849128723, 0.3790310323238373, -2.3490705490112305, 0.5556450486183167], "max": [-0.31028398871421814, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15776999294757843, -0.3749699890613556, 0.24899600446224213, 1.927851676940918, -1.121137022972107, 1.5382633209228516], "count": [811]}, "eef_sim_pose_action": {"mean": [-0.3103312849998474, 0.4675735533237457, 0.2282407432794571, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.277072936296463, -0.4453994333744049, 0.18468165397644043, 1.2674331665039062, -1.7129987478256226, 1.0641794204711914], "std": [1.581375727255363e-05, 8.325085218530148e-06, 1.1497136256366502e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.05079122632741928, 0.04909977316856384, 0.039043985307216644, 0.5196293592453003, 0.42337650060653687, 0.3102235794067383], "min": [-0.31037500500679016, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32379698753356934, -0.5309500098228455, 0.10468199849128723, 0.3790310323238373, -2.3490705490112305, 0.5556450486183167], "max": [-0.31028398871421814, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15776999294757843, -0.3749699890613556, 0.24899600446224213, 1.927851676940918, -1.121137022972107, 1.5382633209228516], "count": [811]}, "gripper_mode_state": {"mean": [0.0, 0.4845869297163995], "std": [0.0, 0.4997623808015468], "min": [0, 0], "max": [0, 1], "count": [811]}, "gripper_activity_state": {"mean": [2.0, 1.8951911220715167], "std": [0.0, 0.403577169704115], "min": [2, 0], "max": [2, 2], "count": [811]}, "gripper_mode_action": {"mean": [0.0, 0.4845869297163995], "std": [0.0, 0.4997623808015468], "min": [0, 0], "max": [0, 1], "count": [811]}, "gripper_activity_action": {"mean": [2.0, 1.8951911220715167], "std": [0.0, 0.403577169704115], "min": [2, 0], "max": [2, 2], "count": [811]}}} +{"episode_index": 100, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.441165681561086]], [[0.4216831935017597]], [[0.4197784360859729]]], "std": [[[0.20365849550183934]], [[0.20214367341006959]], [[0.21146161987577458]]], "count": [130]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4097891622674711]], [[0.40145388857466063]], [[0.3952708569004525]]], "std": [[[0.23298260632954246]], [[0.22485248136953226]], [[0.22517305392905546]]], "count": [130]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5012958270487682]], [[0.4889536371920563]], [[0.48462413430115636]]], "std": [[[0.21508930915093438]], [[0.21493560430238556]], [[0.22166444325885828]]], "count": [130]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45658308352187027]], [[0.43613325477626946]], [[0.44191407271241834]]], "std": [[[0.2816027537250335]], [[0.2695874262869374]], [[0.27320284622674684]]], "count": [130]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038698554039, 0.4675480127334595, 0.22816899418830872, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12517501413822174, 0.3261147737503052, -0.5959601402282715, -1.771020531654358, 0.25389304757118225, -0.24747022986412048, -0.1287703812122345, -0.3336290121078491, -0.5349130034446716, 0.08110000193119049, 0.45446231961250305, -2.3640005588531494, 0.49740755558013916, 1009.0, 173.0, -0.0003910147352144122, -0.1993517130613327, -0.9075691103935242, 1.886211633682251, -0.9768034815788269, -0.0003740027314051986], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31027600169181824, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5116258263587952, 0.6832789182662964, -0.026284659281373024, -1.0375109910964966, 1.4154096841812134, 0.4177096486091614, 0.4336968958377838, -0.1593409925699234, -0.3996649980545044, 0.2681809961795807, 1.8289974927902222, -1.121137022972107, 1.4256948232650757, 1010.0, 1000.0, -0.0003816153039224446, -0.19229276478290558, -0.9075413942337036, 1.886264681816101, -0.975301206111908, 0.00036545953480526805], "mean": [-0.19951537251472473, 0.6046636700630188, 0.45138293504714966, -1.4119518995285034, -0.25390589237213135, -0.12054704129695892, 0.02826714515686035, -0.3103307783603668, 0.4675735831260681, 0.22824019193649292, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.25673559308052063, 0.512179434299469, -0.37627559900283813, -1.4427125453948975, 0.8633735775947571, 0.13054271042346954, 0.17464809119701385, -0.2777184844017029, -0.4669182002544403, 0.18288862705230713, 1.2238476276397705, -1.8487578630447388, 1.0103507041931152, 1009.9232788085938, 570.5488891601562, -0.00038557450170628726, -0.19549807906150818, -0.9075464010238647, 1.886237621307373, -0.9758266806602478, -0.00012246872938703746], "std": [2.5785329853533767e-05, 2.4496344849467278e-05, 2.575484904809855e-05, 2.4586490326328203e-05, 2.1530984668061137e-05, 1.7365478925057687e-05, 2.1134612325113267e-05, 1.5605137377860956e-05, 8.029128366615623e-06, 1.3809241863782518e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.13345026969909668, 0.10405871272087097, 0.15222947299480438, 0.2323237657546997, 0.4187745749950409, 0.22988706827163696, 0.20368972420692444, 0.05195716395974159, 0.042531564831733704, 0.05526719242334366, 0.5166571140289307, 0.42859452962875366, 0.32913145422935486, 0.26610156893730164, 401.9103088378906, 6.893438921906636e-07, 0.0026405181270092726, 4.68749885840225e-06, 1.3802346984448377e-05, 0.00027898201369680464, 6.933911208761856e-05], "count": [665]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038698554039, 0.4675480127334595, 0.22816899418830872, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12517501413822174, 0.3261147737503052, -0.5959601402282715, -1.771020531654358, 0.25389304757118225, -0.24747022986412048, -0.1287703812122345, -0.3336290121078491, -0.5349130034446716, 0.08110000193119049, 0.45446231961250305, -2.3640005588531494, 0.49740755558013916, 1009.0, 173.0, -0.0003910147352144122, -0.1993517130613327, -0.9075691103935242, 1.886211633682251, -0.9768034815788269, -0.0003740027314051986], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31027600169181824, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5116258263587952, 0.6832789182662964, -0.026284659281373024, -1.0375109910964966, 1.4154096841812134, 0.4177096486091614, 0.4336968958377838, -0.1593409925699234, -0.3996649980545044, 0.2681809961795807, 1.8289974927902222, -1.121137022972107, 1.4256948232650757, 1010.0, 1000.0, -0.0003816153039224446, -0.19229276478290558, -0.9075413942337036, 1.886264681816101, -0.975301206111908, 0.00036545953480526805], "mean": [-0.1995154619216919, 0.604663610458374, 0.45138293504714966, -1.4119518995285034, -0.2539058327674866, -0.12054702639579773, 0.02826714515686035, -0.31033071875572205, 0.46757352352142334, 0.22824016213417053, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.25660470128059387, 0.5121215581893921, -0.376342236995697, -1.4428105354309082, 0.8635703921318054, 0.1303601711988449, 0.17451688647270203, -0.2777361273765564, -0.46687012910842896, 0.18283158540725708, 1.2237898111343384, -1.8489729166030884, 1.0106741189956665, 1009.9232788085938, 570.5488891601562, -0.00038557450170628726, -0.1954919993877411, -0.9075464010238647, 1.886237621307373, -0.9758265018463135, -0.0001225915038958192], "std": [2.5682980776764452e-05, 2.4563012630096637e-05, 2.575484904809855e-05, 2.4586490326328203e-05, 2.15361978916917e-05, 1.7365666280966252e-05, 2.1134612325113267e-05, 1.5577301383018494e-05, 7.994713996595237e-06, 1.3808757103106473e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.1335492730140686, 0.10401804000139236, 0.15227195620536804, 0.23232470452785492, 0.418518602848053, 0.23013442754745483, 0.20384840667247772, 0.05197020247578621, 0.042548879981040955, 0.0552399605512619, 0.5166200995445251, 0.428265243768692, 0.3289772570133209, 0.26610156893730164, 401.9103088378906, 6.893438921906636e-07, 0.0026363153010606766, 4.691964477387955e-06, 1.37826082209358e-05, 0.00027900151326321065, 6.927168578840792e-05], "count": [665]}, "timestamp": {"min": [0.0], "max": [22.133333333333333], "mean": [11.066666666666668], "std": [6.398958248548483], "count": [665]}, "frame_index": {"min": [0], "max": [664], "mean": [332.0], "std": [191.96874745645448], "count": [665]}, "episode_index": {"min": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [665]}, "index": {"min": [80954], "max": [81618], "mean": [81286.0], "std": [191.96874745645448], "count": [665]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [665]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5705488685602532], "std": [0.0, 0.4019092150374655], "count": [665]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5705488685602532], "std": [0.0, 0.4019092150374655], "count": [665]}, "eef_direction_state": {"mean": [6.0, 3.944360902255639], "std": [0.0, 2.2434336442975447], "min": [6, 0], "max": [6, 6], "count": [665]}, "eef_velocity_state": {"mean": [0.0, 0.7458646616541353], "std": [0.0, 0.7736750768511819], "min": [0, 0], "max": [0, 2], "count": [665]}, "eef_acc_mag_state": {"mean": [0.0, 0.6135338345864662], "std": [0.0, 0.8112722724110819], "min": [0, 0], "max": [0, 2], "count": [665]}, "eef_direction_action": {"mean": [6.0, 3.944360902255639], "std": [0.0, 2.2434336442975447], "min": [6, 0], "max": [6, 6], "count": [665]}, "eef_velocity_action": {"mean": [0.0, 0.7458646616541353], "std": [0.0, 0.7736750768511819], "min": [0, 0], "max": [0, 2], "count": [665]}, "eef_acc_mag_action": {"mean": [0.0, 0.6135338345864662], "std": [0.0, 0.8112722724110819], "min": [0, 0], "max": [0, 2], "count": [665]}, "eef_sim_pose_state": {"mean": [-0.310330867767334, 0.46757349371910095, 0.22824011743068695, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2777183949947357, -0.4669187664985657, 0.18288862705230713, 1.2238487005233765, -1.8487534523010254, 1.0103518962860107], "std": [1.560495911689941e-05, 8.028443517105188e-06, 1.3809050869895145e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0519571527838707, 0.042531561106443405, 0.055267199873924255, 0.5166574120521545, 0.4285942316055298, 0.3291313946247101], "min": [-0.31038698554039, 0.4675480127334595, 0.22816899418830872, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3336290121078491, -0.5349130034446716, 0.08110000193119049, 0.45446231961250305, -2.3640005588531494, 0.49740755558013916], "max": [-0.31027600169181824, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1593409925699234, -0.3996649980545044, 0.2681809961795807, 1.8289974927902222, -1.121137022972107, 1.4256948232650757], "count": [665]}, "eef_sim_pose_action": {"mean": [-0.3103307783603668, 0.4675735831260681, 0.22824019193649292, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, -0.2777184844017029, -0.4669182002544403, 0.18288862705230713, 1.2238476276397705, -1.8487578630447388, 1.0103507041931152], "std": [1.5605137377860956e-05, 8.029128366615623e-06, 1.3809241863782518e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.05195716395974159, 0.042531564831733704, 0.05526719242334366, 0.5166571140289307, 0.42859452962875366, 0.32913145422935486], "min": [-0.31038698554039, 0.4675480127334595, 0.22816899418830872, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3336290121078491, -0.5349130034446716, 0.08110000193119049, 0.45446231961250305, -2.3640005588531494, 0.49740755558013916], "max": [-0.31027600169181824, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1593409925699234, -0.3996649980545044, 0.2681809961795807, 1.8289974927902222, -1.121137022972107, 1.4256948232650757], "count": [665]}, "gripper_mode_state": {"mean": [0.0, 0.5112781954887218], "std": [0.0, 0.4998727861231467], "min": [0, 0], "max": [0, 1], "count": [665]}, "gripper_activity_state": {"mean": [2.0, 1.8721804511278195], "std": [0.0, 0.4423711542518116], "min": [2, 0], "max": [2, 2], "count": [665]}, "gripper_mode_action": {"mean": [0.0, 0.5112781954887218], "std": [0.0, 0.4998727861231467], "min": [0, 0], "max": [0, 1], "count": [665]}, "gripper_activity_action": {"mean": [2.0, 1.8721804511278195], "std": [0.0, 0.4423711542518116], "min": [2, 0], "max": [2, 2], "count": [665]}}} +{"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.435894271618904]], [[0.41788499402966317]], [[0.415617893728004]]], "std": [[[0.20351393057779973]], [[0.2020870252250887]], [[0.21095480535937183]]], "count": [130]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4092524934012067]], [[0.4008258751256913]], [[0.39425835690045247]]], "std": [[[0.2335855437330327]], [[0.225425153217898]], [[0.22573569690990908]]], "count": [130]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49991709558823527]], [[0.4879120962166918]], [[0.4835733188788336]]], "std": [[[0.2145927432058712]], [[0.21469765366776783]], [[0.22138947096308478]]], "count": [130]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45023218797134235]], [[0.431160044306184]], [[0.4365084291729512]]], "std": [[[0.2747952108907594]], [[0.26532224304210605]], [[0.2692705272235639]]], "count": [130]}, "observation.state": {"min": [-0.1995784044265747, 0.6045471429824829, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04850270226597786, 0.2692519426345825, -0.6446722745895386, -1.6306087970733643, 0.2537883222103119, -0.18774506449699402, -0.13515830039978027, -0.344200998544693, -0.5553410053253174, 0.040077999234199524, 0.5263517498970032, -2.313528299331665, 0.3651348352432251, 1009.0, 153.0, -0.0003910147352144122, -0.19955849647521973, -0.9075596332550049, 1.8862282037734985, -0.9760769009590149, -0.00013384362682700157], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102850019931793, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5135107636451721, 0.6678327918052673, -0.0374373123049736, -0.812258780002594, 1.4252359867095947, 0.32737141847610474, 0.6690893769264221, -0.16950500011444092, -0.4179080128669739, 0.2553279995918274, 2.112755298614502, -1.121137022972107, 1.5346323251724243, 1010.0, 1000.0, -0.00037973542930558324, -0.19237923622131348, -0.9075294733047485, 1.886260747909546, -0.9755389094352722, 0.00011675720452331007], "mean": [-0.19951580464839935, 0.6046760082244873, 0.45138606429100037, -1.4119555950164795, -0.2539035677909851, -0.12054969370365143, 0.02827347442507744, -0.31032875180244446, 0.46757376194000244, 0.22824476659297943, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.3020644783973694, 0.4679453670978546, -0.3897956311702728, -1.3586647510528564, 0.8854045271873474, 0.06462506949901581, 0.266701340675354, -0.28223809599876404, -0.47925668954849243, 0.17439797520637512, 1.2598294019699097, -1.8910530805587769, 1.050742268562317, 1009.91552734375, 558.295654296875, -0.0003855641116388142, -0.19527705013751984, -0.9075352549552917, 1.8862395286560059, -0.9756757020950317, -4.319530489738099e-06], "std": [2.7033873266191222e-05, 2.320817657164298e-05, 2.2987438569543883e-05, 2.531813152018003e-05, 2.3290867829928175e-05, 1.8326278222957626e-05, 1.8728009308688343e-05, 1.5569483366562054e-05, 8.267247721960302e-06, 1.420851367583964e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.12511023879051208, 0.11524305492639542, 0.15002402663230896, 0.2165955752134323, 0.40929126739501953, 0.16134954988956451, 0.2555285096168518, 0.04769395664334297, 0.040071263909339905, 0.06029362604022026, 0.5775641202926636, 0.407575786113739, 0.4006035327911377, 0.2780839800834656, 411.1797180175781, 8.521381573700637e-07, 0.002598955761641264, 8.006273674254771e-06, 1.4226044186216313e-05, 8.983951556729153e-05, 6.158457836136222e-05], "count": [663]}, "action": {"min": [-0.1995784044265747, 0.6045471429824829, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04850270226597786, 0.2692519426345825, -0.6446722745895386, -1.6306087970733643, 0.2537883222103119, -0.18774506449699402, -0.13515830039978027, -0.344200998544693, -0.5553410053253174, 0.040077999234199524, 0.5263517498970032, -2.313528299331665, 0.3651348352432251, 1009.0, 153.0, -0.0003910147352144122, -0.19955849647521973, -0.9075596332550049, 1.8862282037734985, -0.9760769009590149, -0.00013384362682700157], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102850019931793, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5135107636451721, 0.6678327918052673, -0.0374373123049736, -0.812258780002594, 1.4252359867095947, 0.32737141847610474, 0.6690893769264221, -0.16950500011444092, -0.4179080128669739, 0.2553279995918274, 2.112755298614502, -1.121137022972107, 1.5346323251724243, 1010.0, 1000.0, -0.00037973542930558324, -0.19237923622131348, -0.9075294733047485, 1.886260747909546, -0.9755404591560364, 0.00011675720452331007], "mean": [-0.19951575994491577, 0.6046760082244873, 0.45138606429100037, -1.4119555950164795, -0.2539035677909851, -0.12054969370365143, 0.02827344834804535, -0.31032875180244446, 0.46757370233535767, 0.22824478149414062, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, 0.301970899105072, 0.46791765093803406, -0.3898387551307678, -1.3587919473648071, 0.8857134580612183, 0.06453369557857513, 0.2665940523147583, -0.2822352945804596, -0.47922420501708984, 0.1743546724319458, 1.2596982717514038, -1.8913229703903198, 1.0510883331298828, 1009.91552734375, 558.295654296875, -0.0003855612885672599, -0.1952730119228363, -0.9075352549552917, 1.8862395286560059, -0.9756760001182556, -4.003114099759841e-06], "std": [2.7032903744839132e-05, 2.3205840989248827e-05, 2.2987438569543883e-05, 2.5357652702950872e-05, 2.328884511371143e-05, 1.8326278222957626e-05, 1.8714457837631926e-05, 1.5573055861750618e-05, 8.264692951343022e-06, 1.4214329894457478e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.12521012127399445, 0.11521238833665848, 0.150045707821846, 0.21665140986442566, 0.40889185667037964, 0.16147135198116302, 0.25566720962524414, 0.04769235849380493, 0.04008939862251282, 0.060265205800533295, 0.5775030255317688, 0.4071245491504669, 0.40043944120407104, 0.2780839800834656, 411.1797180175781, 8.496307373206946e-07, 0.0026009734719991684, 7.995075065991841e-06, 1.4225848644855432e-05, 8.96953497431241e-05, 6.150583794806153e-05], "count": [663]}, "timestamp": {"min": [0.0], "max": [22.066666666666666], "mean": [11.033333333333333], "std": [6.379713217750524], "count": [663]}, "frame_index": {"min": [0], "max": [662], "mean": [331.0], "std": [191.3913965325157], "count": [663]}, "episode_index": {"min": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [663]}, "index": {"min": [81619], "max": [82281], "mean": [81950.0], "std": [191.3913965325157], "count": [663]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [663]}, "gripper_open_scale_state": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.5582956245132521], "std": [0.0, 0.4111797374879952], "count": [663]}, "gripper_open_scale_action": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.5582956245132521], "std": [0.0, 0.4111797374879952], "count": [663]}, "eef_direction_state": {"mean": [6.0, 3.9215686274509802], "std": [0.0, 2.2444574161592783], "min": [6, 0], "max": [6, 6], "count": [663]}, "eef_velocity_state": {"mean": [0.0, 0.8069381598793364], "std": [0.0, 0.7682305033525973], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_acc_mag_state": {"mean": [0.0, 0.7073906485671192], "std": [0.0, 0.8268074362781235], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_direction_action": {"mean": [6.0, 3.9215686274509802], "std": [0.0, 2.2444574161592783], "min": [6, 0], "max": [6, 6], "count": [663]}, "eef_velocity_action": {"mean": [0.0, 0.8069381598793364], "std": [0.0, 0.7682305033525973], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_acc_mag_action": {"mean": [0.0, 0.7073906485671192], "std": [0.0, 0.8268074362781235], "min": [0, 0], "max": [0, 2], "count": [663]}, "eef_sim_pose_state": {"mean": [-0.3103286921977997, 0.4675736725330353, 0.22824488580226898, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2822381258010864, -0.4792570173740387, 0.17439799010753632, 1.2598285675048828, -1.8910534381866455, 1.0507417917251587], "std": [1.5569426977890544e-05, 8.266557415481657e-06, 1.4208191714715213e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.047693945467472076, 0.040071260184049606, 0.06029360741376877, 0.5775641202926636, 0.4075755774974823, 0.40060362219810486], "min": [-0.31037700176239014, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.344200998544693, -0.5553410053253174, 0.040077999234199524, 0.5263517498970032, -2.313528299331665, 0.3651348352432251], "max": [-0.3102850019931793, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16950500011444092, -0.4179080128669739, 0.2553279995918274, 2.112755298614502, -1.121137022972107, 1.5346323251724243], "count": [663]}, "eef_sim_pose_action": {"mean": [-0.31032875180244446, 0.46757376194000244, 0.22824476659297943, -1.5732383728027344, -1.1211388111114502, -0.7462767362594604, -0.28223809599876404, -0.47925668954849243, 0.17439797520637512, 1.2598294019699097, -1.8910530805587769, 1.050742268562317], "std": [1.5569483366562054e-05, 8.267247721960302e-06, 1.420851367583964e-05, 1.1444091796875e-05, 1.7881393432617188e-06, 1.1324882507324219e-06, 0.04769395664334297, 0.040071263909339905, 0.06029362604022026, 0.5775641202926636, 0.407575786113739, 0.4006035327911377], "min": [-0.31037700176239014, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.344200998544693, -0.5553410053253174, 0.040077999234199524, 0.5263517498970032, -2.313528299331665, 0.3651348352432251], "max": [-0.3102850019931793, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16950500011444092, -0.4179080128669739, 0.2553279995918274, 2.112755298614502, -1.121137022972107, 1.5346323251724243], "count": [663]}, "gripper_mode_state": {"mean": [0.0, 0.5143288084464555], "std": [0.0, 0.49979464307703836], "min": [0, 0], "max": [0, 1], "count": [663]}, "gripper_activity_state": {"mean": [2.0, 1.8642533936651584], "std": [0.0, 0.45586972125814484], "min": [2, 0], "max": [2, 2], "count": [663]}, "gripper_mode_action": {"mean": [0.0, 0.5143288084464555], "std": [0.0, 0.49979464307703836], "min": [0, 0], "max": [0, 1], "count": [663]}, "gripper_activity_action": {"mean": [2.0, 1.8642533936651584], "std": [0.0, 0.4558697212581449], "min": [2, 0], "max": [2, 2], "count": [663]}}} +{"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.43160945224777947]], [[0.4147926918363499]], [[0.4133528717843975]]], "std": [[[0.20504540266193427]], [[0.2023203107570328]], [[0.21090159147436266]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40999779778364337]], [[0.4005656894167924]], [[0.39365016444612033]]], "std": [[[0.23184627573336725]], [[0.22394867044696024]], [[0.22469642837263432]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49861676591042403]], [[0.4870196523588068]], [[0.4825588196015586]]], "std": [[[0.21437455475229397]], [[0.21487002214953926]], [[0.22162951980775553]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4462645134175465]], [[0.43028222148902295]], [[0.4358353718891403]]], "std": [[[0.2785144671201163]], [[0.2689997237651621]], [[0.27263472016092943]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31039300560951233, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.006771877873688936, 0.2929186224937439, -0.6852511763572693, -1.6874715089797974, 0.25385814905166626, -0.12058479338884354, -0.2732487618923187, -0.3421410024166107, -0.53615802526474, 0.006845999974757433, 0.44104498624801636, -2.399707794189453, 0.25693947076797485, 1009.0, 150.0, -0.0003910147352144122, -0.19931787252426147, -0.907558798789978, 1.8862242698669434, -0.9758827686309814, -0.0005163895548321307], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.310263991355896, 0.46759799122810364, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5749638080596924, 0.6085090637207031, -0.03338814899325371, -0.9643467664718628, 1.417922854423523, 0.339920312166214, 0.573340654373169, -0.16364599764347076, -0.43148699402809143, 0.2469410002231598, 2.0076377391815186, -1.121137022972107, 1.5664856433868408, 1010.0, 1000.0, -0.00037973542930558324, -0.19236797094345093, -0.9075374007225037, 1.8862544298171997, -0.9756545424461365, 0.00015187928511295468], "mean": [-0.1995181441307068, 0.6046705842018127, 0.4513871669769287, -1.411953330039978, -0.2539001703262329, -0.12054701149463654, 0.02827390469610691, -0.3103312849998474, 0.4675736129283905, 0.22824235260486603, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.32354357838630676, 0.4325581192970276, -0.44158732891082764, -1.3934186697006226, 0.7661664485931396, 0.09401988238096237, 0.24569816887378693, -0.2731057405471802, -0.4757770597934723, 0.14381586015224457, 1.3583804368972778, -1.818777322769165, 0.9759050011634827, 1009.9262084960938, 515.702392578125, -0.000386460596928373, -0.19546635448932648, -0.90753573179245, 1.8862364292144775, -0.9757182598114014, -0.00017286908405367285], "std": [2.6122748749912716e-05, 1.5748184523545206e-05, 2.3724471247987822e-05, 2.503189716662746e-05, 2.3929100279929116e-05, 1.7699569070828147e-05, 1.8951470337924547e-05, 1.54941481014248e-05, 8.223953045671806e-06, 1.237045944435522e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.14700990915298462, 0.09507554769515991, 0.17562319338321686, 0.22568657994270325, 0.4228058159351349, 0.12117547541856766, 0.28379350900650024, 0.057376254349946976, 0.03245852142572403, 0.07931440323591232, 0.5312184691429138, 0.4294983446598053, 0.42704784870147705, 0.26145946979522705, 410.8539733886719, 1.0313110578863416e-06, 0.0017061561811715364, 8.470579814456869e-06, 1.2053543287038337e-05, 5.534022784559056e-05, 4.956527482136153e-05], "count": [840]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31039300560951233, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.006771877873688936, 0.2929186224937439, -0.6852511763572693, -1.6874715089797974, 0.25385814905166626, -0.12058479338884354, -0.2732487618923187, -0.3421410024166107, -0.53615802526474, 0.006845999974757433, 0.44104498624801636, -2.399707794189453, 0.25693947076797485, 1009.0, 150.0, -0.0003910147352144122, -0.19931787252426147, -0.907558798789978, 1.8862242698669434, -0.9758827686309814, -0.0005163895548321307], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.310263991355896, 0.46759799122810364, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5749638080596924, 0.6085090637207031, -0.03338814899325371, -0.9643467664718628, 1.417922854423523, 0.339920312166214, 0.573340654373169, -0.16364599764347076, -0.43148699402809143, 0.2469410002231598, 2.0076377391815186, -1.121137022972107, 1.5664856433868408, 1010.0, 1000.0, -0.00037973542930558324, -0.19236797094345093, -0.9075374007225037, 1.8862544298171997, -0.9756545424461365, 0.00015187928511295468], "mean": [-0.19951821863651276, 0.6046705842018127, 0.4513871371746063, -1.411953330039978, -0.25390011072158813, -0.12054701149463654, 0.028273923322558403, -0.310331255197525, 0.4675736129283905, 0.22824230790138245, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.32348811626434326, 0.43246012926101685, -0.4416894316673279, -1.393575668334961, 0.7663701176643372, 0.09411890059709549, 0.24541136622428894, -0.2731083333492279, -0.4757499396800995, 0.14374153316020966, 1.3581277132034302, -1.8189544677734375, 0.9761656522750854, 1009.9273681640625, 515.702392578125, -0.0003864583559334278, -0.19547131657600403, -0.90753573179245, 1.8862364292144775, -0.9757182002067566, -0.000172919942997396], "std": [2.603505527076777e-05, 1.5748184523545206e-05, 2.372910239500925e-05, 2.503969517420046e-05, 2.387986569374334e-05, 1.7699569070828147e-05, 1.8961602108902298e-05, 1.5499046639888547e-05, 8.223953045671806e-06, 1.2367595445539337e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.1470654457807541, 0.09494049102067947, 0.17565375566482544, 0.22574521601200104, 0.4225999414920807, 0.1210339367389679, 0.28419163823127747, 0.05737799406051636, 0.03247492015361786, 0.07926452159881592, 0.5311669111251831, 0.42924049496650696, 0.4269748628139496, 0.25951066613197327, 410.8539733886719, 1.0316354064343614e-06, 0.0017111111665144563, 8.473019079247024e-06, 1.205397529702168e-05, 5.53616919205524e-05, 4.955693657393567e-05], "count": [840]}, "timestamp": {"min": [0.0], "max": [27.966666666666665], "mean": [13.983333333333333], "std": [8.08289804097149], "count": [840]}, "frame_index": {"min": [0], "max": [839], "mean": [419.5], "std": [242.48694122914466], "count": [840]}, "episode_index": {"min": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [840]}, "index": {"min": [82965], "max": [83804], "mean": [83384.5], "std": [242.48694122914466], "count": [840]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [840]}, "gripper_open_scale_state": {"min": [1.0, 0.15000000596046448], "max": [1.0, 1.0], "mean": [1.0, 0.5157023780047894], "std": [0.0, 0.4108539996496848], "count": [840]}, "gripper_open_scale_action": {"min": [1.0, 0.15000000596046448], "max": [1.0, 1.0], "mean": [1.0, 0.5157023780047894], "std": [0.0, 0.4108539996496848], "count": [840]}, "eef_direction_state": {"mean": [6.0, 4.3880952380952385], "std": [0.0, 2.0917869304396803], "min": [6, 0], "max": [6, 6], "count": [840]}, "eef_velocity_state": {"mean": [0.0, 0.6035714285714285], "std": [0.0, 0.7212664834414868], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_acc_mag_state": {"mean": [0.0, 0.5404761904761904], "std": [0.0, 0.7962888695183569], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_direction_action": {"mean": [6.0, 4.3880952380952385], "std": [0.0, 2.0917869304396803], "min": [6, 0], "max": [6, 6], "count": [840]}, "eef_velocity_action": {"mean": [0.0, 0.6035714285714285], "std": [0.0, 0.7212664834414868], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_acc_mag_action": {"mean": [0.0, 0.5404761904761904], "std": [0.0, 0.7962888695183569], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_sim_pose_state": {"mean": [-0.3103310763835907, 0.46757352352142334, 0.22824248671531677, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.273105651140213, -0.4757769703865051, 0.1438158005475998, 1.358377456665039, -1.8187780380249023, 0.9759034514427185], "std": [1.549277476442512e-05, 8.223382792493794e-06, 1.236963362316601e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05737626552581787, 0.03245852142572403, 0.07931438088417053, 0.5312190055847168, 0.4294978380203247, 0.4270481765270233], "min": [-0.31039300560951233, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3421410024166107, -0.53615802526474, 0.006845999974757433, 0.44104498624801636, -2.399707794189453, 0.25693947076797485], "max": [-0.310263991355896, 0.46759799122810364, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16364599764347076, -0.43148699402809143, 0.2469410002231598, 2.0076377391815186, -1.121137022972107, 1.5664856433868408], "count": [840]}, "eef_sim_pose_action": {"mean": [-0.3103312849998474, 0.4675736129283905, 0.22824235260486603, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.2731057405471802, -0.4757770597934723, 0.14381586015224457, 1.3583804368972778, -1.818777322769165, 0.9759050011634827], "std": [1.54941481014248e-05, 8.223953045671806e-06, 1.237045944435522e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.057376254349946976, 0.03245852142572403, 0.07931440323591232, 0.5312184691429138, 0.4294983446598053, 0.42704784870147705], "min": [-0.31039300560951233, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3421410024166107, -0.53615802526474, 0.006845999974757433, 0.44104498624801636, -2.399707794189453, 0.25693947076797485], "max": [-0.310263991355896, 0.46759799122810364, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16364599764347076, -0.43148699402809143, 0.2469410002231598, 2.0076377391815186, -1.121137022972107, 1.5664856433868408], "count": [840]}, "gripper_mode_state": {"mean": [0.0, 0.5642857142857143], "std": [0.0, 0.4958501254802472], "min": [0, 0], "max": [0, 1], "count": [840]}, "gripper_activity_state": {"mean": [2.0, 1.8952380952380952], "std": [0.0, 0.40352752956915205], "min": [2, 0], "max": [2, 2], "count": [840]}, "gripper_mode_action": {"mean": [0.0, 0.5642857142857143], "std": [0.0, 0.4958501254802472], "min": [0, 0], "max": [0, 1], "count": [840]}, "gripper_activity_action": {"mean": [2.0, 1.8952380952380952], "std": [0.0, 0.4035275295691521], "min": [2, 0], "max": [2, 2], "count": [840]}}} +{"episode_index": 103, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.43451273474572477]], [[0.4165952734689766]], [[0.414480883192318]]], "std": [[[0.2028540053108304]], [[0.20141858253502942]], [[0.21016254119895045]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4110833487219088]], [[0.4024465652699436]], [[0.3960587270010744]]], "std": [[[0.2322335692211433]], [[0.22430466242721975]], [[0.22508333928550237]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.50039769395201]], [[0.48833662788745635]], [[0.4840288465842958]]], "std": [[[0.21489048563496968]], [[0.2149206379745772]], [[0.2216206277399386]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4594875856164384]], [[0.4452467949794073]], [[0.4449005912010923]]], "std": [[[0.2710210920417664]], [[0.26326116168559477]], [[0.266216158640599]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0665319487452507, 0.2822023034095764, -0.6228381991386414, -1.7008931636810303, 0.25384068489074707, -0.20755456387996674, -0.1690700501203537, -0.33815300464630127, -0.5218420028686523, 0.05514900013804436, 0.481505423784256, -2.400479316711426, 0.4985335171222687, 1009.0, 160.0, -0.0004173330089543015, -0.19919756054878235, -0.907556414604187, 1.8862179517745972, -0.9758962392807007, -0.001429563737474382], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44998079538345337, 0.6324025988578796, -0.042638394981622696, -1.0350500345230103, 1.4254627227783203, 0.32358404994010925, 0.5427275896072388, -0.1875769942998886, -0.41670599579811096, 0.2650110125541687, 2.0595455169677734, -1.121137022972107, 1.6120309829711914, 1010.0, 1000.0, -0.0003740958054549992, -0.19234539568424225, -0.9075406193733215, 1.8862488269805908, -0.9757084250450134, 0.0008429300505667925], "mean": [-0.19951915740966797, 0.6046677231788635, 0.4513900876045227, -1.4119539260864258, -0.2539047598838806, -0.1205500140786171, 0.02827318012714386, -0.3103301525115967, 0.4675734043121338, 0.22824028134346008, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.24885736405849457, 0.47306251525878906, -0.3869621753692627, -1.4016108512878418, 0.7558639049530029, 0.012912155129015446, 0.19950279593467712, -0.286912202835083, -0.46821412444114685, 0.17752929031848907, 1.3301925659179688, -1.7440989017486572, 1.051232099533081, 1009.9183959960938, 607.1929931640625, -0.000404395250370726, -0.1953195333480835, -0.9075389504432678, 1.8862323760986328, -0.9757553935050964, -3.9167462091427296e-05], "std": [2.7526781195774674e-05, 1.728437200654298e-05, 2.3346881789620966e-05, 2.4650267732795328e-05, 2.2129039280116558e-05, 1.9286220776848495e-05, 1.9577926650526933e-05, 1.6091646102722734e-05, 8.388326023123227e-06, 1.2341692126938142e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.089253731071949, 0.10091447830200195, 0.14865721762180328, 0.2084849327802658, 0.43582066893577576, 0.1708189696073532, 0.25933006405830383, 0.04827849939465523, 0.033267829567193985, 0.05915456265211105, 0.5286924242973328, 0.46650367975234985, 0.3785416781902313, 0.27376461029052734, 408.97381591796875, 6.859312179585686e-06, 0.002240424742922187, 7.483451554435305e-06, 9.107388905249536e-06, 3.620317511376925e-05, 0.0003524945059325546], "count": [772]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0665319487452507, 0.2822023034095764, -0.6228381991386414, -1.7008931636810303, 0.25384068489074707, -0.20755456387996674, -0.1690700501203537, -0.33815300464630127, -0.5218420028686523, 0.05514900013804436, 0.481505423784256, -2.400479316711426, 0.4985335171222687, 1009.0, 160.0, -0.0004173330089543015, -0.19919756054878235, -0.907556414604187, 1.8862179517745972, -0.9758962392807007, -0.001429563737474382], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44998079538345337, 0.6324025988578796, -0.042638394981622696, -1.0350500345230103, 1.4254627227783203, 0.32358404994010925, 0.5427275896072388, -0.1875769942998886, -0.41670599579811096, 0.2650110125541687, 2.0595455169677734, -1.121137022972107, 1.6120309829711914, 1010.0, 1000.0, -0.0003740958054549992, -0.19234539568424225, -0.9075406193733215, 1.8862488269805908, -0.9757084250450134, 0.0008429300505667925], "mean": [-0.19951914250850677, 0.6046677827835083, 0.4513901174068451, -1.4119539260864258, -0.2539047598838806, -0.1205499991774559, 0.0282732043415308, -0.31033018231391907, 0.4675733745098114, 0.22824029624462128, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2488442063331604, 0.4729641079902649, -0.3870062232017517, -1.4016039371490479, 0.7560157775878906, 0.01281159371137619, 0.1993621438741684, -0.2869189381599426, -0.4682089388370514, 0.17749176919460297, 1.3300813436508179, -1.7442139387130737, 1.051532506942749, 1009.9183959960938, 607.1929931640625, -0.00040442441240884364, -0.19531497359275818, -0.9075390100479126, 1.8862323760986328, -0.9757552742958069, -3.9008835301501676e-05], "std": [2.7528485588845797e-05, 1.739321851346176e-05, 2.332110125280451e-05, 2.46421986958012e-05, 2.2129039280116558e-05, 1.9296741811558604e-05, 1.956923006218858e-05, 1.6084048183984123e-05, 8.383362910535652e-06, 1.2367972885840572e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08926194161176682, 0.10082307457923889, 0.1486813873052597, 0.20848461985588074, 0.43566519021987915, 0.1709204465150833, 0.2594841718673706, 0.04828210175037384, 0.03326823189854622, 0.059131622314453125, 0.5286493301391602, 0.46636122465133667, 0.3783896565437317, 0.27376464009284973, 408.97381591796875, 6.83424423186807e-06, 0.0022361695300787687, 7.426642696373165e-06, 9.107655387197156e-06, 3.6226621887180954e-05, 0.000352455914253369], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [772]}, "index": {"min": [83805], "max": [84576], "mean": [84190.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6071930036450606], "std": [0.0, 0.4089744524059538], "count": [772]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6071930036450606], "std": [0.0, 0.4089744524059538], "count": [772]}, "eef_direction_state": {"mean": [6.0, 4.244818652849741], "std": [0.0, 2.215328510069722], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.0, 0.677461139896373], "std": [0.0, 0.7724932917479591], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_state": {"mean": [0.0, 0.5531088082901554], "std": [0.0, 0.7859044316744384], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_direction_action": {"mean": [6.0, 4.244818652849741], "std": [0.0, 2.215328510069722], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.0, 0.677461139896373], "std": [0.0, 0.7724932917479591], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_action": {"mean": [0.0, 0.5531088082901554], "std": [0.0, 0.7859044316744384], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [-0.31033027172088623, 0.4675735831260681, 0.22824011743068695, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.286912202835083, -0.4682145118713379, 0.1775292307138443, 1.3301938772201538, -1.7440884113311768, 1.0512332916259766], "std": [1.6091160432551987e-05, 8.38627056509722e-06, 1.2340667126409244e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04827849194407463, 0.03326782211661339, 0.059154607355594635, 0.5286911725997925, 0.46650296449661255, 0.3785407543182373], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33815300464630127, -0.5218420028686523, 0.05514900013804436, 0.481505423784256, -2.400479316711426, 0.4985335171222687], "max": [-0.31027498841285706, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1875769942998886, -0.41670599579811096, 0.2650110125541687, 2.0595455169677734, -1.121137022972107, 1.6120309829711914], "count": [772]}, "eef_sim_pose_action": {"mean": [-0.3103301525115967, 0.4675734043121338, 0.22824028134346008, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.286912202835083, -0.46821412444114685, 0.17752929031848907, 1.3301925659179688, -1.7440989017486572, 1.051232099533081], "std": [1.6091646102722734e-05, 8.388326023123227e-06, 1.2341692126938142e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.04827849939465523, 0.033267829567193985, 0.05915456265211105, 0.5286924242973328, 0.46650367975234985, 0.3785416781902313], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33815300464630127, -0.5218420028686523, 0.05514900013804436, 0.481505423784256, -2.400479316711426, 0.4985335171222687], "max": [-0.31027498841285706, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1875769942998886, -0.41670599579811096, 0.2650110125541687, 2.0595455169677734, -1.121137022972107, 1.6120309829711914], "count": [772]}, "gripper_mode_state": {"mean": [0.0, 0.46113989637305697], "std": [0.0, 0.49848760500749145], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_state": {"mean": [2.0, 1.8873056994818653], "std": [0.0, 0.4184779908521159], "min": [2, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.0, 0.46113989637305697], "std": [0.0, 0.49848760500749145], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_action": {"mean": [2.0, 1.8873056994818653], "std": [0.0, 0.4184779908521159], "min": [2, 0], "max": [2, 2], "count": [772]}}} +{"episode_index": 104, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4360795193622111]], [[0.4179934186637618]], [[0.41584297839506174]]], "std": [[[0.2019797563030142]], [[0.20067936997919336]], [[0.20950338788996722]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4102427044619591]], [[0.40163281750608737]], [[0.3954253665790935]]], "std": [[[0.2323196702028755]], [[0.22463257987627694]], [[0.22499934476253614]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5009069975757188]], [[0.48869226846512026]], [[0.4845343804733222]]], "std": [[[0.21504235392981588]], [[0.2148607329139699]], [[0.22159831361763632]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626961011256354]], [[0.4423682891729676]], [[0.4483943234973728]]], "std": [[[0.2769751806074503]], [[0.2642219344595282]], [[0.2690116352306733]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.041713371872901917, 0.30693361163139343, -0.5947384238243103, -1.8542377948760986, 0.25384068489074707, -0.12061969935894012, -0.3064274489879608, -0.3267660140991211, -0.528892993927002, 0.06902000308036804, 0.3405535817146301, -2.381542921066284, 0.5712958574295044, 1009.0, 162.0, -0.0004192128835711628, -0.19932915270328522, -0.907556414604187, 1.8862203359603882, -0.9758930802345276, -0.0014305129880085588], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.4675990045070648, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4173955023288727, 0.6614448428153992, -0.03335324302315712, -1.0737614631652832, 1.5129036903381348, 0.41032689809799194, 0.3681073784828186, -0.17350000143051147, -0.4045810103416443, 0.263386994600296, 1.8018637895584106, -1.121137022972107, 1.5312480926513672, 1010.0, 1000.0, -0.0004041738575324416, -0.19234351813793182, -0.9075334668159485, 1.8862512111663818, -0.9756712317466736, 0.0006084663909859955], "mean": [-0.1995166838169098, 0.6046769022941589, 0.45139583945274353, -1.4119547605514526, -0.25390350818634033, -0.120545893907547, 0.028273412957787514, -0.3103315830230713, 0.4675716161727905, 0.22824203968048096, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, 0.24548476934432983, 0.48697465658187866, -0.37598806619644165, -1.4547021389007568, 0.8582769632339478, 0.15365815162658691, 0.06895918399095535, -0.28250792622566223, -0.46875014901161194, 0.18211521208286285, 1.132042646408081, -1.795393466949463, 1.0788497924804688, 1009.9353637695312, 629.9049072265625, -0.00041032480658032, -0.1954740434885025, -0.9075399041175842, 1.8862309455871582, -0.9757581949234009, -3.07590416923631e-05], "std": [2.645086351549253e-05, 1.818916825868655e-05, 2.361301812925376e-05, 2.5010052922880277e-05, 2.2823343897471204e-05, 1.9026190784643404e-05, 2.1519301299122162e-05, 1.5696401533205062e-05, 8.079879989963956e-06, 1.2376550330372993e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.09052661061286926, 0.10886920988559723, 0.16665896773338318, 0.24875007569789886, 0.448471337556839, 0.18161635100841522, 0.23735782504081726, 0.048386044800281525, 0.03899497538805008, 0.055151116102933884, 0.5084324479103088, 0.4849642515182495, 0.3387098014354706, 0.24587833881378174, 406.62628173828125, 9.440814778827189e-07, 0.0023789398837834597, 6.276827207329916e-06, 8.801347576081753e-06, 4.73125146527309e-05, 0.00034525588853284717], "count": [820]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.041713371872901917, 0.30693361163139343, -0.5947384238243103, -1.8542377948760986, 0.25384068489074707, -0.12058479338884354, -0.3064274489879608, -0.3267660140991211, -0.528892993927002, 0.06902000308036804, 0.3405535817146301, -2.381542921066284, 0.5712958574295044, 1009.0, 162.0, -0.0004192128835711628, -0.19932915270328522, -0.907556414604187, 1.8862203359603882, -0.9758930802345276, -0.0014305129880085588], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.4675990045070648, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4173955023288727, 0.6614448428153992, -0.03335324302315712, -1.0737614631652832, 1.5129036903381348, 0.41032689809799194, 0.3681073784828186, -0.17350000143051147, -0.4045810103416443, 0.263386994600296, 1.8018637895584106, -1.121137022972107, 1.5312480926513672, 1010.0, 1000.0, -0.0004041738575324416, -0.19234351813793182, -0.9075334668159485, 1.8862512111663818, -0.9756712317466736, 0.0006084663909859955], "mean": [-0.1995166838169098, 0.6046769618988037, 0.4513958692550659, -1.4119548797607422, -0.25390350818634033, -0.12054585665464401, 0.028273412957787514, -0.31033164262771606, 0.46757158637046814, 0.22824203968048096, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, 0.24546487629413605, 0.4869077503681183, -0.3761041760444641, -1.4548149108886719, 0.8584896326065063, 0.15372441709041595, 0.06862540543079376, -0.2825091481208801, -0.4687342643737793, 0.18206307291984558, 1.1317752599716187, -1.7954926490783691, 1.0791363716125488, 1009.9353637695312, 629.9049072265625, -0.0004103271057829261, -0.19547413289546967, -0.9075399041175842, 1.8862309455871582, -0.9757581949234009, -3.0680326744914055e-05], "std": [2.645086351549253e-05, 1.819096360122785e-05, 2.3620039428351447e-05, 2.4995797502924688e-05, 2.2823343897471204e-05, 1.905707540572621e-05, 2.1519301299122162e-05, 1.570756830915343e-05, 8.083916327450424e-06, 1.2375529877317604e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.09053859114646912, 0.10881379246711731, 0.1667444407939911, 0.2487516552209854, 0.44822627305984497, 0.1815258115530014, 0.2376863807439804, 0.04838678240776062, 0.03899809718132019, 0.05512768775224686, 0.5082582831382751, 0.48483580350875854, 0.3385271430015564, 0.24587833881378174, 406.62628173828125, 9.451110827285447e-07, 0.0023789473343640566, 6.274879524426069e-06, 8.80038714967668e-06, 4.730590808321722e-05, 0.00034525926457718015], "count": [820]}, "timestamp": {"min": [0.0], "max": [27.3], "mean": [13.65], "std": [7.89044781154192], "count": [820]}, "frame_index": {"min": [0], "max": [819], "mean": [409.5], "std": [236.71343434625757], "count": [820]}, "episode_index": {"min": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [820]}, "index": {"min": [84577], "max": [85396], "mean": [84986.5], "std": [236.71343434625757], "count": [820]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [820]}, "gripper_open_scale_state": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.6299048782121844], "std": [0.0, 0.40662672166434977], "count": [820]}, "gripper_open_scale_action": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.6299048782121844], "std": [0.0, 0.40662672166434977], "count": [820]}, "eef_direction_state": {"mean": [6.0, 4.307317073170732], "std": [0.0, 2.2109914169453497], "min": [6, 0], "max": [6, 6], "count": [820]}, "eef_velocity_state": {"mean": [0.0, 0.6109756097560975], "std": [0.0, 0.7529626197376527], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_acc_mag_state": {"mean": [0.0, 0.47073170731707314], "std": [0.0, 0.762135607432553], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_direction_action": {"mean": [6.0, 4.307317073170732], "std": [0.0, 2.2109914169453497], "min": [6, 0], "max": [6, 6], "count": [820]}, "eef_velocity_action": {"mean": [0.0, 0.6109756097560975], "std": [0.0, 0.7529626197376527], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_acc_mag_action": {"mean": [0.0, 0.47073170731707314], "std": [0.0, 0.762135607432553], "min": [0, 0], "max": [0, 2], "count": [820]}, "eef_sim_pose_state": {"mean": [-0.3103317320346832, 0.4675722122192383, 0.2282421588897705, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.282507985830307, -0.46875104308128357, 0.18211528658866882, 1.1320431232452393, -1.7953815460205078, 1.0788460969924927], "std": [1.569581036164891e-05, 8.058842468017247e-06, 1.2376150152704213e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04838604852557182, 0.03899495303630829, 0.05515112727880478, 0.5084336996078491, 0.48496556282043457, 0.33870914578437805], "min": [-0.3103809952735901, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3267660140991211, -0.528892993927002, 0.06902000308036804, 0.3405535817146301, -2.381542921066284, 0.5712958574295044], "max": [-0.31027600169181824, 0.4675990045070648, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17350000143051147, -0.4045810103416443, 0.263386994600296, 1.8018637895584106, -1.121137022972107, 1.5312480926513672], "count": [820]}, "eef_sim_pose_action": {"mean": [-0.3103315830230713, 0.4675716161727905, 0.22824203968048096, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, -0.28250792622566223, -0.46875014901161194, 0.18211521208286285, 1.132042646408081, -1.795393466949463, 1.0788497924804688], "std": [1.5696401533205062e-05, 8.079879989963956e-06, 1.2376550330372993e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.048386044800281525, 0.03899497538805008, 0.055151116102933884, 0.5084324479103088, 0.4849642515182495, 0.3387098014354706], "min": [-0.3103809952735901, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3267660140991211, -0.528892993927002, 0.06902000308036804, 0.3405535817146301, -2.381542921066284, 0.5712958574295044], "max": [-0.31027600169181824, 0.4675990045070648, 0.2282940000295639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17350000143051147, -0.4045810103416443, 0.263386994600296, 1.8018637895584106, -1.121137022972107, 1.5312480926513672], "count": [820]}, "gripper_mode_state": {"mean": [0.0, 0.4353658536585366], "std": [0.0, 0.4958048276557111], "min": [0, 0], "max": [0, 1], "count": [820]}, "gripper_activity_state": {"mean": [2.0, 1.8939024390243901], "std": [0.0, 0.40690610200352756], "min": [2, 0], "max": [2, 2], "count": [820]}, "gripper_mode_action": {"mean": [0.0, 0.4353658536585366], "std": [0.0, 0.4958048276557111], "min": [0, 0], "max": [0, 1], "count": [820]}, "gripper_activity_action": {"mean": [2.0, 1.8939024390243901], "std": [0.0, 0.40690610200352756], "min": [2, 0], "max": [2, 2], "count": [820]}}} +{"episode_index": 105, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43526235502370886]], [[0.41672197258533045]], [[0.4146420407215174]]], "std": [[[0.20178994181238555]], [[0.20051916021132407]], [[0.20959519404716476]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40874636624802424]], [[0.40123101958648383]], [[0.3948387559272075]]], "std": [[[0.23331569815502315]], [[0.2255639684154433]], [[0.2258232747434974]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4999348407663719]], [[0.4878285515186467]], [[0.4835452323358537]]], "std": [[[0.21467291069571062]], [[0.2146100601925464]], [[0.22135894678395954]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676490332244009]], [[0.4474869054103123]], [[0.45346078030885556]]], "std": [[[0.2804016711777377]], [[0.26920026215658643]], [[0.27244898971478726]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12510520219802856, 0.2537708580493927, -0.5325523018836975, -1.7428334951400757, 0.25389304757118225, -0.32875022292137146, -0.028326693922281265, -0.32680100202560425, -0.5295850038528442, 0.0714619979262352, 0.4994215965270996, -2.355001926422119, 0.5082970261573792, 1009.0, 162.0, -0.000411693355999887, -0.19944946467876434, -0.9075453281402588, 1.8862314224243164, -0.9757805466651917, -0.00043285597348585725], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4087211787700653, 0.6342875361442566, -0.047280970960855484, -1.086258053779602, 1.4836695194244385, 0.38097044825553894, 0.5745100378990173, -0.17268399894237518, -0.3879239857196808, 0.25220000743865967, 1.9509551525115967, -1.121137022972107, 1.4936736822128296, 1010.0, 1000.0, -0.00040981348138302565, -0.19228336215019226, -0.9075382351875305, 1.8862488269805908, -0.9756894111633301, 0.0006198573391884565], "mean": [-0.19951333105564117, 0.6046673059463501, 0.45139455795288086, -1.4119521379470825, -0.25390562415122986, -0.12054526060819626, 0.028274478390812874, -0.3103346824645996, 0.4675707221031189, 0.22823959589004517, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2396259605884552, 0.5099964737892151, -0.37309154868125916, -1.4229629039764404, 0.7911301255226135, 0.04519876092672348, 0.2156418114900589, -0.28303125500679016, -0.4666755199432373, 0.1876850128173828, 1.317143440246582, -1.787353515625, 0.9994356632232666, 1009.9306640625, 618.9185180664062, -0.0004109970177523792, -0.19537043571472168, -0.9075368642807007, 1.8862311840057373, -0.9757342338562012, -7.120024383766577e-05], "std": [2.743540972005576e-05, 1.9630344468168914e-05, 2.2488715330837294e-05, 2.5326648028567433e-05, 2.188244070566725e-05, 1.977620013349224e-05, 1.9422830519033596e-05, 1.5465557225979865e-05, 8.099886144918855e-06, 1.300261737924302e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.07409600168466568, 0.10950560867786407, 0.12970076501369476, 0.19253098964691162, 0.43496859073638916, 0.20517954230308533, 0.21540038287639618, 0.043165139853954315, 0.03883888199925423, 0.05344824865460396, 0.511002779006958, 0.4719008505344391, 0.32887834310531616, 0.25403520464897156, 407.89251708984375, 9.075282036974386e-07, 0.0029226290062069893, 6.976785243750783e-06, 1.0318900422134902e-05, 2.7790447347797453e-05, 0.0002787888515740633], "count": [822]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12510520219802856, 0.2537708580493927, -0.5325523018836975, -1.7428334951400757, 0.25389304757118225, -0.32875022292137146, -0.028326693922281265, -0.32680100202560425, -0.5295850038528442, 0.0714619979262352, 0.4994215965270996, -2.355001926422119, 0.5082970261573792, 1009.0, 162.0, -0.000411693355999887, -0.19944946467876434, -0.9075453281402588, 1.8862314224243164, -0.9757805466651917, -0.00043285597348585725], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4087211787700653, 0.6342875361442566, -0.047280970960855484, -1.086258053779602, 1.4836695194244385, 0.38097044825553894, 0.5745100378990173, -0.17268399894237518, -0.3879239857196808, 0.25220000743865967, 1.9509551525115967, -1.121137022972107, 1.4936736822128296, 1010.0, 1000.0, -0.00040981348138302565, -0.19228336215019226, -0.9075382351875305, 1.8862488269805908, -0.9756894111633301, 0.0006198573391884565], "mean": [-0.1995133012533188, 0.6046673059463501, 0.4513944685459137, -1.4119521379470825, -0.25390562415122986, -0.12054529041051865, 0.028274498879909515, -0.3103347420692444, 0.4675707221031189, 0.22823961079120636, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.23959031701087952, 0.5099195241928101, -0.37313175201416016, -1.4229109287261963, 0.7914373278617859, 0.04494952782988548, 0.21574462950229645, -0.28304824233055115, -0.46665605902671814, 0.18764474987983704, 1.317139983177185, -1.7876907587051392, 0.9997642040252686, 1009.9306640625, 618.9185180664062, -0.0004109947185497731, -0.1953737586736679, -0.9075368642807007, 1.8862311840057373, -0.9757341742515564, -7.153512706281617e-05], "std": [2.7432792194304056e-05, 1.961869747901801e-05, 2.2515574528370053e-05, 2.5326648028567433e-05, 2.187870632042177e-05, 1.977147621801123e-05, 1.941315167641733e-05, 1.548587897559628e-05, 8.110057933663484e-06, 1.3002447303733788e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.07412238419055939, 0.10946118831634521, 0.12973013520240784, 0.19253967702388763, 0.43467870354652405, 0.20550492405891418, 0.21530409157276154, 0.04317862540483475, 0.03884243220090866, 0.053430162370204926, 0.5110006928443909, 0.4715229272842407, 0.3287602961063385, 0.25403520464897156, 407.89251708984375, 9.08141430500109e-07, 0.002920984523370862, 6.975693850108655e-06, 1.0321861736883875e-05, 2.7762151148635894e-05, 0.00027884310111403465], "count": [822]}, "timestamp": {"min": [0.0], "max": [27.366666666666667], "mean": [13.68333333333333], "std": [7.909692834790789], "count": [822]}, "frame_index": {"min": [0], "max": [821], "mean": [410.5], "std": [237.29078504372364], "count": [822]}, "episode_index": {"min": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [822]}, "index": {"min": [85397], "max": [86218], "mean": [85807.5], "std": [237.29078504372364], "count": [822]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [822]}, "gripper_open_scale_state": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.6189184914866503], "std": [0.0, 0.40789154211611967], "count": [822]}, "gripper_open_scale_action": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.6189184914866503], "std": [0.0, 0.40789154211611967], "count": [822]}, "eef_direction_state": {"mean": [6.0, 4.250608272506082], "std": [0.0, 2.226355814766859], "min": [6, 0], "max": [6, 6], "count": [822]}, "eef_velocity_state": {"mean": [0.0, 0.6094890510948905], "std": [0.0, 0.7128009121704802], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_acc_mag_state": {"mean": [0.0, 0.5145985401459854], "std": [0.0, 0.7636230850091834], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_direction_action": {"mean": [6.0, 4.250608272506082], "std": [0.0, 2.226355814766859], "min": [6, 0], "max": [6, 6], "count": [822]}, "eef_velocity_action": {"mean": [0.0, 0.6094890510948905], "std": [0.0, 0.7128009121704802], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_acc_mag_action": {"mean": [0.0, 0.5145985401459854], "std": [0.0, 0.7636230850091834], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_sim_pose_state": {"mean": [-0.3103349804878235, 0.4675712585449219, 0.2282397747039795, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.2830312252044678, -0.46667560935020447, 0.18768514692783356, 1.317143440246582, -1.7873541116714478, 0.9994341731071472], "std": [1.5462715964531526e-05, 8.083656211965717e-06, 1.3001667866774369e-05, 0.0, 0.0, 5.960464477539063e-08, 0.04316512867808342, 0.03883887454867363, 0.05344826355576515, 0.5110024809837341, 0.4719005823135376, 0.3288785219192505], "min": [-0.31038498878479004, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32680100202560425, -0.5295850038528442, 0.0714619979262352, 0.4994215965270996, -2.355001926422119, 0.5082970261573792], "max": [-0.3102850019931793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17268399894237518, -0.3879239857196808, 0.25220000743865967, 1.9509551525115967, -1.121137022972107, 1.4936736822128296], "count": [822]}, "eef_sim_pose_action": {"mean": [-0.3103346824645996, 0.4675707221031189, 0.22823959589004517, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.28303125500679016, -0.4666755199432373, 0.1876850128173828, 1.317143440246582, -1.787353515625, 0.9994356632232666], "std": [1.5465557225979865e-05, 8.099886144918855e-06, 1.300261737924302e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.043165139853954315, 0.03883888199925423, 0.05344824865460396, 0.511002779006958, 0.4719008505344391, 0.32887834310531616], "min": [-0.31038498878479004, 0.4675459861755371, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32680100202560425, -0.5295850038528442, 0.0714619979262352, 0.4994215965270996, -2.355001926422119, 0.5082970261573792], "max": [-0.3102850019931793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17268399894237518, -0.3879239857196808, 0.25220000743865967, 1.9509551525115967, -1.121137022972107, 1.4936736822128296], "count": [822]}, "gripper_mode_state": {"mean": [0.0, 0.4489051094890511], "std": [0.0, 0.4973824606514332], "min": [0, 0], "max": [0, 1], "count": [822]}, "gripper_activity_state": {"mean": [2.0, 1.8929440389294403], "std": [0.0, 0.4076206483673417], "min": [2, 0], "max": [2, 2], "count": [822]}, "gripper_mode_action": {"mean": [0.0, 0.4489051094890511], "std": [0.0, 0.4973824606514332], "min": [0, 0], "max": [0, 1], "count": [822]}, "gripper_activity_action": {"mean": [2.0, 1.8929440389294403], "std": [0.0, 0.40762064836734163], "min": [2, 0], "max": [2, 2], "count": [822]}}} +{"episode_index": 106, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4323563522542775]], [[0.4140465282981558]], [[0.41136134007743225]]], "std": [[[0.20304698897874457]], [[0.20137587089889278]], [[0.21029130375603072]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4081721527517589]], [[0.3999541247762375]], [[0.39331702338578745]]], "std": [[[0.23286250823276722]], [[0.22502392857066503]], [[0.22539628027245814]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49882675575538066]], [[0.4870640364160526]], [[0.48264991049498357]]], "std": [[[0.2142278478652967]], [[0.21456330771989487]], [[0.22130519524096764]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488815229382624]], [[0.4352027379688606]], [[0.43748976676657925]]], "std": [[[0.2775776256208683]], [[0.2698389502291046]], [[0.2731154511620825]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02068215049803257, 0.274819552898407, -0.6362597942352295, -1.7033367156982422, 0.2537883222103119, -0.23547981679439545, -0.03579670563340187, -0.3356109857559204, -0.5496709942817688, 0.03467399999499321, 0.440158486366272, -2.471400737762451, 0.47986695170402527, 1009.0, 152.0, -0.0004192128835711628, -0.1993366777896881, -0.9075540900230408, 1.8862290382385254, -0.9758383631706238, -0.0012368669267743826], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12042772024869919, 0.02834414690732956, -0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4930380582809448, 0.6746744513511658, -0.02658136375248432, -0.9454972147941589, 1.4485009908676147, 0.3462384045124054, 0.6441137194633484, -0.18017899990081787, -0.38692399859428406, 0.24971599876880646, 2.1800389289855957, -1.121137022972107, 1.6679314374923706, 1010.0, 1000.0, -0.00040041410829871893, -0.19187167286872864, -0.9075366258621216, 1.886257529258728, -0.9756244421005249, 0.0004205157747492194], "mean": [-0.1995183825492859, 0.6046688556671143, 0.451389342546463, -1.411972999572754, -0.2539061903953552, -0.12053077667951584, 0.02827712893486023, -0.31032758951187134, 0.46757370233535767, 0.22823776304721832, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.25249025225639343, 0.4858740568161011, -0.3945852220058441, -1.4205936193466187, 0.827430009841919, 0.00713798962533474, 0.2567633092403412, -0.2794370651245117, -0.46260133385658264, 0.17011398077011108, 1.3542276620864868, -1.836694359779358, 1.036138892173767, 1009.9283447265625, 584.9201049804688, -0.00041388257523067296, -0.19541364908218384, -0.9075362682342529, 1.8862347602844238, -0.9757298827171326, -4.600327156367712e-05], "std": [2.705780389078427e-05, 1.8164510038332082e-05, 2.31476533372188e-05, 2.6270663511240855e-05, 2.1958643628749996e-05, 1.9052886273129843e-05, 2.05775741051184e-05, 1.5790281395311467e-05, 8.094618351606186e-06, 1.3028421562921721e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.11478041112422943, 0.12107284367084503, 0.15654730796813965, 0.22579075396060944, 0.43043944239616394, 0.19117282330989838, 0.23556768894195557, 0.04797803983092308, 0.04625091329216957, 0.06416282057762146, 0.6088902950286865, 0.4305603504180908, 0.3895277678966522, 0.25795814394950867, 414.711669921875, 2.0530267192953033e-06, 0.00299598160199821, 7.74488944443874e-06, 9.866784239420667e-06, 4.6164703235263005e-05, 0.00030365900602191687], "count": [851]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02068215049803257, 0.274819552898407, -0.6362597942352295, -1.7033367156982422, 0.2537883222103119, -0.23547981679439545, -0.03579670563340187, -0.3356109857559204, -0.5496709942817688, 0.03467399999499321, 0.440158486366272, -2.471400737762451, 0.47986695170402527, 1009.0, 152.0, -0.0004192128835711628, -0.1993366777896881, -0.9075540900230408, 1.8862290382385254, -0.9758383631706238, -0.0012368669267743826], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12042772024869919, 0.02834414690732956, -0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4930380582809448, 0.6746744513511658, -0.02658136375248432, -0.9454972147941589, 1.4485009908676147, 0.3462384045124054, 0.6441137194633484, -0.18017899990081787, -0.38692399859428406, 0.24971599876880646, 2.1800389289855957, -1.121137022972107, 1.6679314374923706, 1010.0, 1000.0, -0.00040041410829871893, -0.19187167286872864, -0.9075366258621216, 1.886257529258728, -0.9756244421005249, 0.0004205157747492194], "mean": [-0.1995183378458023, 0.6046688556671143, 0.45138925313949585, -1.411972999572754, -0.25390613079071045, -0.12053076177835464, 0.02827712893486023, -0.31032755970954895, 0.46757370233535767, 0.22823771834373474, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.25242218375205994, 0.48586034774780273, -0.39463725686073303, -1.4206619262695312, 0.8277424573898315, 0.007006303872913122, 0.256766140460968, -0.279441773891449, -0.4625726342201233, 0.17007650434970856, 1.354157567024231, -1.8370031118392944, 1.03641939163208, 1009.9283447265625, 584.9201049804688, -0.00041388702811673284, -0.19540564715862274, -0.9075362682342529, 1.8862347602844238, -0.9757298231124878, -4.5817003410775214e-05], "std": [2.7100455554318614e-05, 1.8174911019741558e-05, 2.317149301234167e-05, 2.627066533023026e-05, 2.192323336203117e-05, 1.9042212443309836e-05, 2.05775741051184e-05, 1.578840601723641e-05, 8.094206350506283e-06, 1.3030107766098808e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.11482884734869003, 0.12105999141931534, 0.15657369792461395, 0.2257971614599228, 0.43011951446533203, 0.19129925966262817, 0.23556414246559143, 0.04798126220703125, 0.046255357563495636, 0.06413813680410385, 0.6088689565658569, 0.43014025688171387, 0.3894052505493164, 0.25795814394950867, 414.711669921875, 2.0523480088741053e-06, 0.0029947562143206596, 7.745908987999428e-06, 9.865260835795198e-06, 4.622880805982277e-05, 0.00030357958166860044], "count": [851]}, "timestamp": {"min": [0.0], "max": [28.333333333333332], "mean": [14.16666666666667], "std": [8.188745664358832], "count": [851]}, "frame_index": {"min": [0], "max": [850], "mean": [425.0], "std": [245.66236993076492], "count": [851]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [851]}, "index": {"min": [86219], "max": [87069], "mean": [86644.0], "std": [245.66236993076492], "count": [851]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [851]}, "gripper_open_scale_state": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5849200918237415], "std": [0.0, 0.4147136996094947], "count": [851]}, "gripper_open_scale_action": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.5849200918237415], "std": [0.0, 0.4147136996094947], "count": [851]}, "eef_direction_state": {"mean": [6.0, 4.18096357226792], "std": [0.0, 2.210468525998723], "min": [6, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.0, 0.627497062279671], "std": [0.0, 0.7181682607136218], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.0, 0.5828437132784959], "std": [0.0, 0.8118608980361872], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_direction_action": {"mean": [6.0, 4.18096357226792], "std": [0.0, 2.210468525998723], "min": [6, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.0, 0.627497062279671], "std": [0.0, 0.7181682607136218], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.0, 0.5828437132784959], "std": [0.0, 0.8118608980361872], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [-0.310327410697937, 0.4675735533237457, 0.22823777794837952, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.27943694591522217, -0.4626006484031677, 0.17011399567127228, 1.3542308807373047, -1.8366925716400146, 1.0361382961273193], "std": [1.578949195391033e-05, 8.09326593298465e-06, 1.3028408829995897e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04797803983092308, 0.04625089094042778, 0.06416279077529907, 0.6088899374008179, 0.43055984377861023, 0.38952872157096863], "min": [-0.31037798523902893, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3356109857559204, -0.5496709942817688, 0.03467399999499321, 0.440158486366272, -2.471400737762451, 0.47986695170402527], "max": [-0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18017899990081787, -0.38692399859428406, 0.24971599876880646, 2.1800389289855957, -1.121137022972107, 1.6679314374923706], "count": [851]}, "eef_sim_pose_action": {"mean": [-0.31032758951187134, 0.46757370233535767, 0.22823776304721832, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.2794370651245117, -0.46260133385658264, 0.17011398077011108, 1.3542276620864868, -1.836694359779358, 1.036138892173767], "std": [1.5790281395311467e-05, 8.094618351606186e-06, 1.3028421562921721e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.04797803983092308, 0.04625091329216957, 0.06416282057762146, 0.6088902950286865, 0.4305603504180908, 0.3895277678966522], "min": [-0.31037798523902893, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3356109857559204, -0.5496709942817688, 0.03467399999499321, 0.440158486366272, -2.471400737762451, 0.47986695170402527], "max": [-0.3102790117263794, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18017899990081787, -0.38692399859428406, 0.24971599876880646, 2.1800389289855957, -1.121137022972107, 1.6679314374923706], "count": [851]}, "gripper_mode_state": {"mean": [0.0, 0.48413631022326675], "std": [0.0, 0.4997482799837017], "min": [0, 0], "max": [0, 1], "count": [851]}, "gripper_activity_state": {"mean": [2.0, 1.900117508813161], "std": [0.0, 0.394602223145412], "min": [2, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.0, 0.48413631022326675], "std": [0.0, 0.4997482799837017], "min": [0, 0], "max": [0, 1], "count": [851]}, "gripper_activity_action": {"mean": [2.0, 1.900117508813161], "std": [0.0, 0.394602223145412], "min": [2, 0], "max": [2, 2], "count": [851]}}} +{"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.4326428244995915]], [[0.4148366472630719]], [[0.4122505744485294]]], "std": [[[0.2035514505230619]], [[0.20156918302695817]], [[0.21028491888693]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4090911228553921]], [[0.4001139935661765]], [[0.3929895412071079]]], "std": [[[0.23151411157204269]], [[0.223713201082135]], [[0.22412081700655423]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4989775428921569]], [[0.48721504416870914]], [[0.4828524114072712]]], "std": [[[0.2142555293518247]], [[0.2146779157261146]], [[0.2214872035372312]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4483745723549836]], [[0.4303916934742647]], [[0.4352336652369281]]], "std": [[[0.28182388922140134]], [[0.27215906397455764]], [[0.2759400544374444]]], "count": [160]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103800117969513, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02719222940504551, 0.32452651858329773, -0.6093467473983765, -1.7899049520492554, 0.25385814905166626, -0.12061969935894012, -0.2399129569530487, -0.31942299008369446, -0.5049120187759399, 0.03818700090050697, 0.4109996259212494, -2.41280198097229, 0.41350632905960083, 1009.0, 160.0, -0.0004210927872918546, -0.1994927078485489, -0.9075524806976318, 1.886221170425415, -0.9758859276771545, -0.000611314142588526], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.46760299801826477, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4107457995414734, 0.6652671694755554, 0.007417649496346712, -1.182809591293335, 1.4375404119491577, 0.4519006609916687, 0.5953143835067749, -0.17636999487876892, -0.4112580120563507, 0.2603920102119446, 2.1107966899871826, -1.121137022972107, 1.5092463493347168, 1010.0, 1000.0, -0.00040981348138302565, -0.19236044585704803, -0.9075421690940857, 1.8862416744232178, -0.9757742285728455, 0.0011305514490231872], "mean": [-0.19951817393302917, 0.6046628952026367, 0.45138832926750183, -1.411974310874939, -0.2539089024066925, -0.12052993476390839, 0.02827242761850357, -0.3103271722793579, 0.4675741195678711, 0.22823494672775269, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.2333284467458725, 0.4797617793083191, -0.36788687109947205, -1.516884446144104, 0.798807680606842, 0.12492801994085312, 0.17478087544441223, -0.2647257149219513, -0.45835843682289124, 0.16238681972026825, 1.3126140832901, -1.8157464265823364, 0.9860376715660095, 1009.9369506835938, 529.10205078125, -0.0004154414345975965, -0.19541552662849426, -0.9075365662574768, 1.886230707168579, -0.9758169054985046, -4.4891025027027354e-05], "std": [2.713624962780159e-05, 1.7517713786219247e-05, 2.2922093194210902e-05, 2.5493545763310976e-05, 2.1972549802740104e-05, 1.486310429754667e-05, 1.997557410504669e-05, 1.5750210877740756e-05, 8.324333066411782e-06, 1.2241259355505463e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.0885833129286766, 0.09124479442834854, 0.18010292947292328, 0.15412428975105286, 0.4120360314846039, 0.1861802637577057, 0.3010009527206421, 0.043503761291503906, 0.028269290924072266, 0.06370358914136887, 0.5981183648109436, 0.4104943573474884, 0.3571177124977112, 0.24309444427490234, 407.9256286621094, 3.4265889325979515e-07, 0.0028653244953602552, 8.905112736101728e-06, 5.896506991120987e-06, 1.982032881642226e-05, 0.0003020857984665781], "count": [872]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103800117969513, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02719222940504551, 0.32452651858329773, -0.6093467473983765, -1.7899049520492554, 0.25385814905166626, -0.12061969935894012, -0.2399129569530487, -0.31942299008369446, -0.5049120187759399, 0.03818700090050697, 0.4109996259212494, -2.41280198097229, 0.41350632905960083, 1009.0, 160.0, -0.0004210927872918546, -0.1994927078485489, -0.9075524806976318, 1.886221170425415, -0.9758859276771545, -0.000611314142588526], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.46760299801826477, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4107457995414734, 0.6652671694755554, 0.007417649496346712, -1.182809591293335, 1.4375404119491577, 0.4519006609916687, 0.5953143835067749, -0.17636999487876892, -0.4112580120563507, 0.2603920102119446, 2.1107966899871826, -1.121137022972107, 1.5092463493347168, 1010.0, 1000.0, -0.00040981348138302565, -0.19236044585704803, -0.9075421690940857, 1.8862416744232178, -0.9757742285728455, 0.0011305514490231872], "mean": [-0.19951817393302917, 0.6046628952026367, 0.4513883590698242, -1.4119744300842285, -0.2539088726043701, -0.12052996456623077, 0.028272388502955437, -0.3103272616863251, 0.4675741195678711, 0.2282349020242691, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.23324936628341675, 0.47969725728034973, -0.36793357133865356, -1.5171083211898804, 0.7990707159042358, 0.125047504901886, 0.17455719411373138, -0.2647070288658142, -0.45832887291908264, 0.1623220592737198, 1.3123728036880493, -1.8159828186035156, 0.9863185882568359, 1009.935791015625, 529.10205078125, -0.0004154414345975965, -0.19541552662849426, -0.9075365662574768, 1.886230707168579, -0.9758169651031494, -4.51250743935816e-05], "std": [2.713624962780159e-05, 1.752033676893916e-05, 2.2934244043426588e-05, 2.5422548787901178e-05, 2.1979420125717297e-05, 1.487708323111292e-05, 1.9971508663729765e-05, 1.5732142855995335e-05, 8.312996214954183e-06, 1.2254086868779268e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.08864425122737885, 0.09117651730775833, 0.1801297515630722, 0.1541135311126709, 0.41176170110702515, 0.18605606257915497, 0.3012239634990692, 0.04348770156502724, 0.0282730869948864, 0.06366527080535889, 0.5980561971664429, 0.41015326976776123, 0.3570244014263153, 0.24514588713645935, 407.92559814453125, 3.4265889325979515e-07, 0.002865319838747382, 8.909003554435913e-06, 5.8956225075235125e-06, 1.981876266654581e-05, 0.0003020930162165314], "count": [872]}, "timestamp": {"min": [0.0], "max": [29.033333333333335], "mean": [14.516666666666666], "std": [8.390818394729642], "count": [872]}, "frame_index": {"min": [0], "max": [871], "mean": [435.5], "std": [251.72455184188928], "count": [872]}, "episode_index": {"min": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [872]}, "index": {"min": [87070], "max": [87941], "mean": [87505.5], "std": [251.72455184188928], "count": [872]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [872]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5291020622083901], "std": [0.0, 0.4079252144997722], "count": [872]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5291020622083901], "std": [0.0, 0.4079252144997722], "count": [872]}, "eef_direction_state": {"mean": [6.0, 4.333715596330276], "std": [0.0, 2.1883471522050826], "min": [6, 0], "max": [6, 6], "count": [872]}, "eef_velocity_state": {"mean": [0.0, 0.6456422018348624], "std": [0.0, 0.7628888242850332], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_acc_mag_state": {"mean": [0.0, 0.5344036697247706], "std": [0.0, 0.7788546415391548], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_direction_action": {"mean": [6.0, 4.333715596330276], "std": [0.0, 2.1883471522050826], "min": [6, 0], "max": [6, 6], "count": [872]}, "eef_velocity_action": {"mean": [0.0, 0.6456422018348624], "std": [0.0, 0.7628888242850332], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_acc_mag_action": {"mean": [0.0, 0.5344036697247706], "std": [0.0, 0.7788546415391548], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_sim_pose_state": {"mean": [-0.3103272318840027, 0.46757370233535767, 0.2282349318265915, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.26472577452659607, -0.45835816860198975, 0.16238680481910706, 1.31261146068573, -1.815739393234253, 0.986038088798523], "std": [1.575014721311163e-05, 8.315445484186057e-06, 1.2241236618137918e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.043503761291503906, 0.028269290924072266, 0.06370358914136887, 0.5981199741363525, 0.41049468517303467, 0.3571171462535858], "min": [-0.3103800117969513, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31942299008369446, -0.5049120187759399, 0.03818700090050697, 0.4109996259212494, -2.41280198097229, 0.41350632905960083], "max": [-0.3102720081806183, 0.46760299801826477, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17636999487876892, -0.4112580120563507, 0.2603920102119446, 2.1107966899871826, -1.121137022972107, 1.5092463493347168], "count": [872]}, "eef_sim_pose_action": {"mean": [-0.3103271722793579, 0.4675741195678711, 0.22823494672775269, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.2647257149219513, -0.45835843682289124, 0.16238681972026825, 1.3126140832901, -1.8157464265823364, 0.9860376715660095], "std": [1.5750210877740756e-05, 8.324333066411782e-06, 1.2241259355505463e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.043503761291503906, 0.028269290924072266, 0.06370358914136887, 0.5981183648109436, 0.4104943573474884, 0.3571177124977112], "min": [-0.3103800117969513, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31942299008369446, -0.5049120187759399, 0.03818700090050697, 0.4109996259212494, -2.41280198097229, 0.41350632905960083], "max": [-0.3102720081806183, 0.46760299801826477, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17636999487876892, -0.4112580120563507, 0.2603920102119446, 2.1107966899871826, -1.121137022972107, 1.5092463493347168], "count": [872]}, "gripper_mode_state": {"mean": [0.0, 0.5561926605504587], "std": [0.0, 0.49683235089943667], "min": [0, 0], "max": [0, 1], "count": [872]}, "gripper_activity_state": {"mean": [2.0, 1.8990825688073394], "std": [0.0, 0.39942514032503845], "min": [2, 0], "max": [2, 2], "count": [872]}, "gripper_mode_action": {"mean": [0.0, 0.5561926605504587], "std": [0.0, 0.49683235089943667], "min": [0, 0], "max": [0, 1], "count": [872]}, "gripper_activity_action": {"mean": [2.0, 1.8990825688073394], "std": [0.0, 0.39942514032503845], "min": [2, 0], "max": [2, 2], "count": [872]}}} +{"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.43090078431372547]], [[0.4143411247276689]], [[0.41224488425925926]]], "std": [[[0.20305966127444353]], [[0.2007874173832322]], [[0.2094374170795389]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40857965822440084]], [[0.39935309368191724]], [[0.3924868464052288]]], "std": [[[0.23213954336538792]], [[0.22411980498043885]], [[0.22495454752930324]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49471027505446624]], [[0.4833370343137255]], [[0.47909957924836605]]], "std": [[[0.21450759084097587]], [[0.21455228091706557]], [[0.22121105683801637]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45528886437908495]], [[0.44222250816993464]], [[0.44409831154684093]]], "std": [[[0.26921033516635684]], [[0.26161742670353283]], [[0.2657835067961657]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31040701270103455, 0.4675379991531372, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.027611108496785164, 0.15707963705062866, -0.5823116302490234, -1.7230762243270874, 0.25127506256103516, -0.3012263774871826, -0.20689132809638977, -0.33075401186943054, -0.5240830183029175, 0.01147099956870079, 0.6282060742378235, -2.1596643924713135, 0.7210463881492615, 1009.0, 177.0, -0.00041545313433744013, -0.19932915270328522, -0.9075500965118408, 1.8862305879592896, -0.975858211517334, -0.00017466118151787668], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.31029200553894043, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5189736485481262, 0.6055768728256226, -0.11431907117366791, -1.088526964187622, 1.3528919219970703, 0.2604031264781952, 0.663102924823761, -0.20672400295734406, -0.41558799147605896, 0.22826899588108063, 2.155817747116089, -1.121137022972107, 1.6376291513442993, 1010.0, 1000.0, -0.00041545313433744013, -0.19236797094345093, -0.9075390100479126, 1.8862496614456177, -0.9756878614425659, -0.00014903154806233943], "mean": [-0.19951850175857544, 0.6046774983406067, 0.45138779282569885, -1.4119391441345215, -0.2539043128490448, -0.12053051590919495, 0.02828258089721203, -0.31033673882484436, 0.46757426857948303, 0.22825084626674652, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2644883692264557, 0.3655675947666168, -0.3409394323825836, -1.3454251289367676, 0.7758253812789917, -0.03125820681452751, 0.23346874117851257, -0.28735044598579407, -0.4823833703994751, 0.15846200287342072, 1.3066065311431885, -1.794258952140808, 1.1539138555526733, 1009.9373168945312, 558.59521484375, -0.0004154529597144574, -0.19535794854164124, -0.9075371623039246, 1.8862305879592896, -0.9757723212242126, -0.00015997888112906367], "std": [2.6239715225528926e-05, 1.6109679563669488e-05, 2.2974611056270078e-05, 2.449597195663955e-05, 2.1565174392890185e-05, 1.5078143405844457e-05, 2.2908570826984942e-05, 1.5228305528580677e-05, 8.128520676109474e-06, 1.1886636457347777e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.11529063433408737, 0.14183960855007172, 0.13676626980304718, 0.16294610500335693, 0.3966096341609955, 0.1720713973045349, 0.23489034175872803, 0.03944026678800583, 0.02729552611708641, 0.06685961782932281, 0.5588809251785278, 0.3629746437072754, 0.35228607058525085, 0.24234430491924286, 400.96124267578125, 1.7462298274040222e-10, 0.002972725313156843, 7.11179245627136e-06, 1.1316585187159944e-05, 6.399653648259118e-05, 3.879155428876402e-06], "count": [798]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31040701270103455, 0.4675379991531372, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.027611108496785164, 0.15707963705062866, -0.5823116302490234, -1.7230762243270874, 0.25127506256103516, -0.3012263774871826, -0.20689132809638977, -0.33075401186943054, -0.5240830183029175, 0.01147099956870079, 0.6282060742378235, -2.1596643924713135, 0.7210463881492615, 1009.0, 177.0, -0.00041545313433744013, -0.19932915270328522, -0.9075500965118408, 1.8862305879592896, -0.975858211517334, -0.00017466118151787668], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.31029200553894043, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5189736485481262, 0.6055768728256226, -0.11431907117366791, -1.088526964187622, 1.3528919219970703, 0.2604031264781952, 0.663102924823761, -0.20672400295734406, -0.41558799147605896, 0.22826899588108063, 2.155817747116089, -1.121137022972107, 1.6376291513442993, 1010.0, 1000.0, -0.00041545313433744013, -0.19236797094345093, -0.9075390100479126, 1.8862496614456177, -0.9756878614425659, -0.00014903154806233943], "mean": [-0.19951851665973663, 0.6046774983406067, 0.45138782262802124, -1.411939024925232, -0.2539042532444, -0.12053045630455017, 0.02828258089721203, -0.31033679842948914, 0.46757426857948303, 0.22825084626674652, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.26448163390159607, 0.36546123027801514, -0.34109795093536377, -1.3455487489700317, 0.7758278846740723, -0.031083276495337486, 0.23324786126613617, -0.2873615622520447, -0.4823611378669739, 0.15836669504642487, 1.3065065145492554, -1.794331431388855, 1.153938889503479, 1009.9373168945312, 558.59521484375, -0.0004154529597144574, -0.19535312056541443, -0.9075371623039246, 1.8862305879592896, -0.9757723212242126, -0.00015997531590983272], "std": [2.623855289130006e-05, 1.6108910131151788e-05, 2.2918375179870054e-05, 2.4509574359399267e-05, 2.162422242690809e-05, 1.518522094556829e-05, 2.2908570826984942e-05, 1.5211453501251526e-05, 8.121776772895828e-06, 1.1886747415701393e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.11529453098773956, 0.1416919231414795, 0.136967271566391, 0.16303382813930511, 0.3966064155101776, 0.17205148935317993, 0.2352190762758255, 0.03944794461131096, 0.0273148063570261, 0.06681427359580994, 0.5588403940200806, 0.36284589767456055, 0.3522578477859497, 0.24234430491924286, 400.96124267578125, 1.7462298274040222e-10, 0.0029697066638618708, 7.113074389053509e-06, 1.1318844371999148e-05, 6.400631536962464e-05, 3.8748148654121906e-06], "count": [798]}, "timestamp": {"min": [0.0], "max": [26.566666666666666], "mean": [13.283333333333333], "std": [7.678752551081506], "count": [798]}, "frame_index": {"min": [0], "max": [797], "mean": [398.5], "std": [230.3625765324452], "count": [798]}, "episode_index": {"min": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [798]}, "index": {"min": [87942], "max": [88739], "mean": [88340.5], "std": [230.3625765324452], "count": [798]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [798]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5585952381741134], "std": [0.0, 0.4009601038721289], "count": [798]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5585952381741134], "std": [0.0, 0.4009601038721289], "count": [798]}, "eef_direction_state": {"mean": [6.0, 3.9849624060150375], "std": [0.0, 2.1409656163788724], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_state": {"mean": [0.0, 0.6328320802005013], "std": [0.0, 0.5810497365667949], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_state": {"mean": [0.0, 0.4473684210526316], "std": [0.0, 0.7385631529751483], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_direction_action": {"mean": [6.0, 3.9849624060150375], "std": [0.0, 2.1409656163788724], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_action": {"mean": [0.0, 0.6328320802005013], "std": [0.0, 0.5810497365667949], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_action": {"mean": [0.0, 0.4473684210526316], "std": [0.0, 0.7385631529751483], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_sim_pose_state": {"mean": [-0.3103366196155548, 0.46757403016090393, 0.22825083136558533, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.287350594997406, -0.4823835492134094, 0.15846194326877594, 1.3066059350967407, -1.794257640838623, 1.1539138555526733], "std": [1.522792717878474e-05, 8.125268323055934e-06, 1.1886639185831882e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03944023326039314, 0.02729552984237671, 0.0668596401810646, 0.5588811039924622, 0.3629745841026306, 0.3522859513759613], "min": [-0.31040701270103455, 0.4675379991531372, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33075401186943054, -0.5240830183029175, 0.01147099956870079, 0.6282060742378235, -2.1596643924713135, 0.7210463881492615], "max": [-0.31029200553894043, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20672400295734406, -0.41558799147605896, 0.22826899588108063, 2.155817747116089, -1.121137022972107, 1.6376291513442993], "count": [798]}, "eef_sim_pose_action": {"mean": [-0.31033673882484436, 0.46757426857948303, 0.22825084626674652, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.28735044598579407, -0.4823833703994751, 0.15846200287342072, 1.3066065311431885, -1.794258952140808, 1.1539138555526733], "std": [1.5228305528580677e-05, 8.128520676109474e-06, 1.1886636457347777e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03944026678800583, 0.02729552611708641, 0.06685961782932281, 0.5588809251785278, 0.3629746437072754, 0.35228607058525085], "min": [-0.31040701270103455, 0.4675379991531372, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33075401186943054, -0.5240830183029175, 0.01147099956870079, 0.6282060742378235, -2.1596643924713135, 0.7210463881492615], "max": [-0.31029200553894043, 0.46759799122810364, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20672400295734406, -0.41558799147605896, 0.22826899588108063, 2.155817747116089, -1.121137022972107, 1.6376291513442993], "count": [798]}, "gripper_mode_state": {"mean": [0.0, 0.5288220551378446], "std": [0.0, 0.49916859790819396], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_state": {"mean": [2.0, 1.894736842105263], "std": [0.0, 0.40541122836109666], "min": [2, 0], "max": [2, 2], "count": [798]}, "gripper_mode_action": {"mean": [0.0, 0.5288220551378446], "std": [0.0, 0.49916859790819396], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_action": {"mean": [2.0, 1.894736842105263], "std": [0.0, 0.40541122836109666], "min": [2, 0], "max": [2, 2], "count": [798]}}} +{"episode_index": 109, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4352975432622713]], [[0.4168209591722595]], [[0.4136939920822915]]], "std": [[[0.20125721096813454]], [[0.19951785381822382]], [[0.20905874714136252]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40134312491775237]], [[0.3915970782888099]], [[0.3842570897486512]]], "std": [[[0.2286987118661028]], [[0.21977074460423413]], [[0.22112291158122158]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49842973307891386]], [[0.4859354506623679]], [[0.4808502256327587]]], "std": [[[0.21487420274006183]], [[0.21426555589903293]], [[0.22085697694431897]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47101402048515156]], [[0.4476225901434399]], [[0.45130114296837304]]], "std": [[[0.2689811211086507]], [[0.2538298350684333]], [[0.2592797503739366]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31297242641448975, 0.24544565379619598, -0.45151668787002563, -1.9863940477371216, 0.24839526414871216, -0.2656041979789734, -0.031154125928878784, -0.3310999870300293, -0.5034379959106445, 0.11520799994468689, 0.5796819925308228, -2.273634433746338, 0.6929895281791687, 1009.0, 168.0, -0.00041545313433744013, -0.19948893785476685, -0.9075754284858704, 1.8861901760101318, -0.9771116971969604, -0.00017276269500143826], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029200553894043, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2571219205856323, 0.6292435526847839, -0.07672467082738876, -1.212515115737915, 1.2913864850997925, 0.3001791536808014, 0.4597371816635132, -0.2138649970293045, -0.3289490044116974, 0.22925400733947754, 2.04435396194458, -1.121137022972107, 1.472096562385559, 1010.0, 1000.0, -0.00041545313433744013, -0.19237546622753143, -0.9075437784194946, 1.8862416744232178, -0.9753146767616272, -0.000158524009748362], "mean": [-0.19951827824115753, 0.6046669483184814, 0.45138660073280334, -1.4119418859481812, -0.2539035975933075, -0.12052986770868301, 0.02827502228319645, -0.3103357255458832, 0.4675746560096741, 0.22824500501155853, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.10463318973779678, 0.45708349347114563, -0.28359565138816833, -1.5147995948791504, 0.6481248140335083, 0.023379536345601082, 0.16505439579486847, -0.294141560792923, -0.444441556930542, 0.18594489991664886, 1.3228468894958496, -1.6721947193145752, 1.0380566120147705, 1009.9108276367188, 643.9421997070312, -0.00041545298881828785, -0.1955578476190567, -0.9075554609298706, 1.886229395866394, -0.9757808446884155, -0.00016381681780330837], "std": [2.573165693320334e-05, 1.8110064047505148e-05, 2.3301594410440885e-05, 2.3853612219681963e-05, 2.2489839466288686e-05, 1.489265287091257e-05, 2.4981256501632743e-05, 1.4315570297185332e-05, 7.546332199126482e-06, 1.1647807696135715e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.15310336649417877, 0.12627597153186798, 0.1324479877948761, 0.2152256965637207, 0.3831566274166107, 0.16674798727035522, 0.18371224403381348, 0.033636804670095444, 0.05172184482216835, 0.026399662718176842, 0.4623619616031647, 0.3959772288799286, 0.3028782904148102, 0.28502464294433594, 402.0502624511719, 1.4551915228366852e-10, 0.00204228307120502, 8.132139555527829e-06, 1.9003697161679156e-05, 0.0002918782993219793, 1.6682220120856073e-06], "count": [796]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31297242641448975, 0.24544565379619598, -0.4514119625091553, -1.9863940477371216, 0.24839526414871216, -0.2656041979789734, -0.031154125928878784, -0.3310999870300293, -0.5034379959106445, 0.11520799994468689, 0.5796819925308228, -2.273634433746338, 0.6929895281791687, 1009.0, 168.0, -0.00041545313433744013, -0.19948893785476685, -0.9075754284858704, 1.8861901760101318, -0.9771116971969604, -0.00017276269500143826], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029200553894043, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2571219205856323, 0.6292435526847839, -0.07672467082738876, -1.212515115737915, 1.2913864850997925, 0.3001791536808014, 0.4597371816635132, -0.2138649970293045, -0.3289490044116974, 0.22925400733947754, 2.04435396194458, -1.121137022972107, 1.472096562385559, 1010.0, 1000.0, -0.00041545313433744013, -0.19237546622753143, -0.9075437784194946, 1.8862416744232178, -0.9753146767616272, -0.000158524009748362], "mean": [-0.19951841235160828, 0.6046668887138367, 0.45138660073280334, -1.4119418859481812, -0.2539035379886627, -0.12052984535694122, 0.02827504463493824, -0.310335636138916, 0.46757468581199646, 0.22824496030807495, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.10451555252075195, 0.45698630809783936, -0.2835773527622223, -1.5149589776992798, 0.6482390761375427, 0.023513659834861755, 0.16505414247512817, -0.29415223002433777, -0.44440558552742004, 0.185880646109581, 1.3227221965789795, -1.6724644899368286, 1.0381313562393188, 1009.9108276367188, 643.9421997070312, -0.00041545298881828785, -0.19555412232875824, -0.9075555205345154, 1.886229395866394, -0.9757806062698364, -0.0001638144167372957], "std": [2.5768473278731108e-05, 1.800712925614789e-05, 2.3301594410440885e-05, 2.3872804376878776e-05, 2.2545047613675706e-05, 1.490242993895663e-05, 2.4973031031549908e-05, 1.431435339327436e-05, 7.560059657407692e-06, 1.1622133570199367e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.1530662477016449, 0.12619233131408691, 0.13242553174495697, 0.21519631147384644, 0.38305240869522095, 0.16667523980140686, 0.1837122142314911, 0.03364323452115059, 0.05171574279665947, 0.026358744129538536, 0.46230649948120117, 0.3956751227378845, 0.3028142750263214, 0.28502464294433594, 402.0502624511719, 1.4551915228366852e-10, 0.0020453378092497587, 8.126321517920587e-06, 1.9021421394427307e-05, 0.00029190711211413145, 1.6676531231496483e-06], "count": [796]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.659507526959913], "count": [796]}, "frame_index": {"min": [0], "max": [795], "mean": [397.5], "std": [229.78522580879738], "count": [796]}, "episode_index": {"min": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [796]}, "index": {"min": [88740], "max": [89535], "mean": [89137.5], "std": [229.78522580879738], "count": [796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [796]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6439422100557753], "std": [0.0, 0.40205117286406583], "count": [796]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6439422100557753], "std": [0.0, 0.40205117286406583], "count": [796]}, "eef_direction_state": {"mean": [6.0, 4.2462311557788945], "std": [0.0, 2.139523585450205], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.0, 0.5577889447236181], "std": [0.0, 0.6284120017137484], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.0, 0.39949748743718594], "std": [0.0, 0.7114990535903912], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_direction_action": {"mean": [6.0, 4.2462311557788945], "std": [0.0, 2.139523585450205], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.0, 0.5577889447236181], "std": [0.0, 0.6284120017137484], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.0, 0.39949748743718594], "std": [0.0, 0.7114990535903912], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [-0.31033578515052795, 0.46757444739341736, 0.22824499011039734, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2941415011882782, -0.4444417655467987, 0.18594475090503693, 1.3228504657745361, -1.6721961498260498, 1.0380523204803467], "std": [1.4315479347715154e-05, 7.544096661149524e-06, 1.1647807696135715e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.03363679721951485, 0.05172187089920044, 0.026399658992886543, 0.46236127614974976, 0.39597758650779724, 0.3028784990310669], "min": [-0.31037700176239014, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3310999870300293, -0.5034379959106445, 0.11520799994468689, 0.5796819925308228, -2.273634433746338, 0.6929895281791687], "max": [-0.31029200553894043, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2138649970293045, -0.3289490044116974, 0.22925400733947754, 2.04435396194458, -1.121137022972107, 1.472096562385559], "count": [796]}, "eef_sim_pose_action": {"mean": [-0.3103357255458832, 0.4675746560096741, 0.22824500501155853, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.294141560792923, -0.444441556930542, 0.18594489991664886, 1.3228468894958496, -1.6721947193145752, 1.0380566120147705], "std": [1.4315570297185332e-05, 7.546332199126482e-06, 1.1647807696135715e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.033636804670095444, 0.05172184482216835, 0.026399662718176842, 0.4623619616031647, 0.3959772288799286, 0.3028782904148102], "min": [-0.31037700176239014, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3310999870300293, -0.5034379959106445, 0.11520799994468689, 0.5796819925308228, -2.273634433746338, 0.6929895281791687], "max": [-0.31029200553894043, 0.46759799122810364, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2138649970293045, -0.3289490044116974, 0.22925400733947754, 2.04435396194458, -1.121137022972107, 1.472096562385559], "count": [796]}, "gripper_mode_state": {"mean": [0.0, 0.42085427135678394], "std": [0.0, 0.49369621594411095], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_state": {"mean": [2.0, 1.89321608040201], "std": [0.0, 0.4071030249301195], "min": [2, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.0, 0.42085427135678394], "std": [0.0, 0.49369621594411095], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_action": {"mean": [2.0, 1.89321608040201], "std": [0.0, 0.4071030249301195], "min": [2, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 110, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43645523949430204]], [[0.4182875725343556]], [[0.4155571057482822]]], "std": [[[0.20065681127233495]], [[0.19851285738786048]], [[0.2079211691296936]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3991170290765879]], [[0.39036398237179487]], [[0.38343963413356796]]], "std": [[[0.2300626444388779]], [[0.2207974724938305]], [[0.22124955593306453]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49805884055010896]], [[0.48565258662225574]], [[0.4809834061295458]]], "std": [[[0.214805081217272]], [[0.21403242812993722]], [[0.22071002642656606]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4620577577719122]], [[0.4433724783182504]], [[0.44748705772373054]]], "std": [[[0.2759766123397472]], [[0.2636786549471088]], [[0.26818070921083115]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103879988193512, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17922785878181458, 0.29543188214302063, -0.6590014100074768, -1.8545520305633545, 0.24951225519180298, -0.16594591736793518, -0.03698352724313736, -0.32817700505256653, -0.5082730054855347, 0.16227300465106964, 0.5549670457839966, -2.323291301727295, 0.5678820610046387, 1009.0, 156.0, -0.00041545313433744013, -0.19934606552124023, -0.90756756067276, 1.8861981630325317, -0.9758130311965942, -0.00016801645688246936], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30740484595298767, 0.7678750157356262, -0.11053170263767242, -1.1652166843414307, 1.5380539894104004, 0.2952398955821991, 0.6333625316619873, -0.19996699690818787, -0.34755799174308777, 0.22860899567604065, 1.9747943878173828, -1.121137022972107, 1.4963746070861816, 1010.0, 1000.0, -0.00041545313433744013, -0.19235104322433472, -0.9075548648834229, 1.8862147331237793, -0.9757131934165955, -0.00015567627269774675], "mean": [-0.1995183825492859, 0.6046673059463501, 0.45138925313949585, -1.4119446277618408, -0.25390371680259705, -0.12053126096725464, 0.028276750817894936, -0.31033527851104736, 0.4675740897655487, 0.22824326157569885, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.1714957356452942, 0.5351630449295044, -0.33224794268608093, -1.45556640625, 0.9007155299186707, 0.03215397149324417, 0.2499183565378189, -0.28858354687690735, -0.45547306537628174, 0.19968877732753754, 1.2512801885604858, -1.8533616065979004, 1.0736260414123535, 1009.9002075195312, 577.5902709960938, -0.00041545252315700054, -0.19521979987621307, -0.9075519442558289, 1.8862203359603882, -0.9757483005523682, -0.0001614926295587793], "std": [2.77135222859215e-05, 1.656639506109059e-05, 2.38230059039779e-05, 2.409535773040261e-05, 2.1590507458313368e-05, 1.4396706319530495e-05, 1.93722516996786e-05, 1.488668112870073e-05, 8.386442459595855e-06, 1.2334698112681508e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.15082155168056488, 0.1452811062335968, 0.16351939737796783, 0.21507048606872559, 0.4092661738395691, 0.14727656543254852, 0.2282973676919937, 0.03824961185455322, 0.050087571144104004, 0.020282786339521408, 0.49213817715644836, 0.4020785391330719, 0.34671077132225037, 0.2996833026409149, 411.8534240722656, 6.111804395914078e-10, 0.002267739037051797, 8.328357580467127e-06, 1.1801033906522207e-05, 3.263751932536252e-05, 1.4317049590317765e-06], "count": [842]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103879988193512, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17922785878181458, 0.29543188214302063, -0.6590014100074768, -1.8545520305633545, 0.24951225519180298, -0.16594591736793518, -0.03698352724313736, -0.32817700505256653, -0.5082730054855347, 0.16227300465106964, 0.5549670457839966, -2.323291301727295, 0.5678820610046387, 1009.0, 156.0, -0.00041545313433744013, -0.19934606552124023, -0.90756756067276, 1.8861981630325317, -0.9758130311965942, -0.00016801645688246936], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30740484595298767, 0.7678750157356262, -0.11053170263767242, -1.1652166843414307, 1.5380539894104004, 0.2952398955821991, 0.6333625316619873, -0.19996699690818787, -0.34755799174308777, 0.22860899567604065, 1.9747943878173828, -1.121137022972107, 1.4963746070861816, 1010.0, 1000.0, -0.00041545313433744013, -0.19235104322433472, -0.9075548648834229, 1.8862147331237793, -0.9757131934165955, -0.00015567627269774675], "mean": [-0.19951848685741425, 0.6046673059463501, 0.45138922333717346, -1.4119446277618408, -0.25390371680259705, -0.12053123861551285, 0.028276730328798294, -0.31033527851104736, 0.4675741195678711, 0.22824329137802124, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.1716117113828659, 0.5351585149765015, -0.3324865400791168, -1.4555943012237549, 0.9009344577789307, 0.03220226243138313, 0.24990859627723694, -0.2885878086090088, -0.4554710388183594, 0.19961094856262207, 1.2512832880020142, -1.8536278009414673, 1.0736110210418701, 1009.9002075195312, 577.5902709960938, -0.00041545252315700054, -0.19521622359752655, -0.9075519442558289, 1.8862203359603882, -0.9757481813430786, -0.00016149035946000367], "std": [2.770781247818377e-05, 1.656639506109059e-05, 2.381129343120847e-05, 2.40797562582884e-05, 2.1590507458313368e-05, 1.4408406968868803e-05, 1.9365386833669618e-05, 1.4885082237015013e-05, 8.37742663861718e-06, 1.2327277545409743e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.15088072419166565, 0.14527902007102966, 0.163839191198349, 0.21506650745868683, 0.40896955132484436, 0.14723321795463562, 0.22830934822559357, 0.038252249360084534, 0.05008707195520401, 0.02029876597225666, 0.49214041233062744, 0.4016680121421814, 0.3467254340648651, 0.2996833026409149, 411.8534240722656, 6.111804395914078e-10, 0.002265087328851223, 8.328357580467127e-06, 1.1796809303632472e-05, 3.2590538467047736e-05, 1.4303940361060086e-06], "count": [842]}, "timestamp": {"min": [0.0], "max": [28.033333333333335], "mean": [14.016666666666666], "std": [8.102143063549436], "count": [842]}, "frame_index": {"min": [0], "max": [841], "mean": [420.5], "std": [243.06429190648305], "count": [842]}, "episode_index": {"min": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [842]}, "index": {"min": [89536], "max": [90377], "mean": [89956.5], "std": [243.06429190648305], "count": [842]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [842]}, "gripper_open_scale_state": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5775902644507676], "std": [0.0, 0.41185294077461077], "count": [842]}, "gripper_open_scale_action": {"min": [1.0, 0.15600000321865082], "max": [1.0, 1.0], "mean": [1.0, 0.5775902644507676], "std": [0.0, 0.41185294077461077], "count": [842]}, "eef_direction_state": {"mean": [6.0, 4.096199524940618], "std": [0.0, 2.234263480401831], "min": [6, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.0, 0.503562945368171], "std": [0.0, 0.573037610912292], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_acc_mag_state": {"mean": [0.0, 0.42280285035629456], "std": [0.0, 0.7241033322091146], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_direction_action": {"mean": [6.0, 4.096199524940618], "std": [0.0, 2.234263480401831], "min": [6, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.0, 0.503562945368171], "std": [0.0, 0.573037610912292], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_acc_mag_action": {"mean": [0.0, 0.42280285035629456], "std": [0.0, 0.7241033322091146], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [-0.3103351294994354, 0.4675740599632263, 0.2282433658838272, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2885834574699402, -0.45547354221343994, 0.19968873262405396, 1.2512792348861694, -1.8533656597137451, 1.0736249685287476], "std": [1.488619363954058e-05, 8.38635241962038e-06, 1.2334434359217994e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03824963420629501, 0.05008755624294281, 0.020282790064811707, 0.49213850498199463, 0.4020785391330719, 0.346710741519928], "min": [-0.3103879988193512, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32817700505256653, -0.5082730054855347, 0.16227300465106964, 0.5549670457839966, -2.323291301727295, 0.5678820610046387], "max": [-0.31029000878334045, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19996699690818787, -0.34755799174308777, 0.22860899567604065, 1.9747943878173828, -1.121137022972107, 1.4963746070861816], "count": [842]}, "eef_sim_pose_action": {"mean": [-0.31033527851104736, 0.4675740897655487, 0.22824326157569885, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.28858354687690735, -0.45547306537628174, 0.19968877732753754, 1.2512801885604858, -1.8533616065979004, 1.0736260414123535], "std": [1.488668112870073e-05, 8.386442459595855e-06, 1.2334698112681508e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.03824961185455322, 0.050087571144104004, 0.020282786339521408, 0.49213817715644836, 0.4020785391330719, 0.34671077132225037], "min": [-0.3103879988193512, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32817700505256653, -0.5082730054855347, 0.16227300465106964, 0.5549670457839966, -2.323291301727295, 0.5678820610046387], "max": [-0.31029000878334045, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19996699690818787, -0.34755799174308777, 0.22860899567604065, 1.9747943878173828, -1.121137022972107, 1.4963746070861816], "count": [842]}, "gripper_mode_state": {"mean": [0.0, 0.49524940617577196], "std": [0.0, 0.49997743134897615], "min": [0, 0], "max": [0, 1], "count": [842]}, "gripper_activity_state": {"mean": [2.0, 1.8966745843230404], "std": [0.0, 0.40191153828105963], "min": [2, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.0, 0.49524940617577196], "std": [0.0, 0.49997743134897615], "min": [0, 0], "max": [0, 1], "count": [842]}, "gripper_activity_action": {"mean": [2.0, 1.8966745843230404], "std": [0.0, 0.40191153828105963], "min": [2, 0], "max": [2, 2], "count": [842]}}} +{"episode_index": 111, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4356202882014875]], [[0.41748541666666666]], [[0.41473094574036506]]], "std": [[[0.20099207249823092]], [[0.19908615333290877]], [[0.20859067958898375]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.401063015551048]], [[0.39166352546765837]], [[0.3847539666441289]]], "std": [[[0.22848598679339713]], [[0.21912681026180775]], [[0.22018537851274164]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4977849785891368]], [[0.48567812711291414]], [[0.4814978067951319]]], "std": [[[0.21495633559672447]], [[0.2142108811513156]], [[0.22089634121189083]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47553673512508454]], [[0.45429479800540906]], [[0.45870286933739013]]], "std": [[[0.2628617623879316]], [[0.25252573862892874]], [[0.2586422466312893]]], "count": [145]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17948967218399048, 0.1996307522058487, -0.4522322416305542, -1.893263339996338, 0.16987289488315582, -0.18483036756515503, -0.30981338024139404, -0.3214310109615326, -0.5023890137672424, 0.1478080004453659, 0.4861454367637634, -2.244629144668579, 0.7456113696098328, 1009.0, 176.0, -0.00041545313433744013, -0.1993441879749298, -0.90756756067276, 1.8861989974975586, -0.9757607579231262, -0.00016232098278123885], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102929890155792, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2430720031261444, 0.6277251243591309, -0.03335324302315712, -1.310916781425476, 1.2764815092086792, 0.3788411617279053, 0.356553316116333, -0.20856599509716034, -0.3701010048389435, 0.22830000519752502, 1.877651572227478, -1.090453028678894, 1.4801890850067139, 1010.0, 1000.0, -0.00041545313433744013, -0.19237546622753143, -0.9075572490692139, 1.8862124681472778, -0.9756973385810852, -0.0001537777716293931], "mean": [-0.19951720535755157, 0.6046701669692993, 0.451389878988266, -1.411946415901184, -0.253903865814209, -0.12053173780441284, 0.028274934738874435, -0.3103361129760742, 0.46757298707962036, 0.22824543714523315, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.10933822393417358, 0.39639365673065186, -0.23711760342121124, -1.5238261222839355, 0.6641631722450256, 0.07711970806121826, 0.04000944271683693, -0.29065489768981934, -0.45322179794311523, 0.19053590297698975, 1.170594334602356, -1.6413682699203491, 1.132326364517212, 1009.9126586914062, 610.3650512695312, -0.0004154533089604229, -0.19545681774616241, -0.907563328742981, 1.8862191438674927, -0.9757189750671387, -0.0001589327002875507], "std": [2.72227971436223e-05, 1.68778879015008e-05, 2.28414501179941e-05, 2.515921732992865e-05, 2.1108664441271685e-05, 1.4376420949702151e-05, 1.8440407075104304e-05, 1.4686836948385462e-05, 7.896285751485266e-06, 1.2599464753293432e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.12245769798755646, 0.14223039150238037, 0.14523717761039734, 0.17252856492996216, 0.41678586602211, 0.1993781328201294, 0.1832749843597412, 0.033555783331394196, 0.040590204298496246, 0.022786207497119904, 0.5018380284309387, 0.43270358443260193, 0.27972686290740967, 0.2823532521724701, 401.13653564453125, 1.7462298274040222e-10, 0.0021922781597822905, 3.2667126106389333e-06, 1.156142843683483e-05, 1.702107874734793e-05, 1.2415059700288111e-06], "count": [767]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17948967218399048, 0.1996307522058487, -0.4521624445915222, -1.893263339996338, 0.16987289488315582, -0.18483036756515503, -0.30981338024139404, -0.3214310109615326, -0.5023890137672424, 0.1478080004453659, 0.4861454367637634, -2.244629144668579, 0.7456113696098328, 1009.0, 176.0, -0.00041545313433744013, -0.1993441879749298, -0.90756756067276, 1.8861989974975586, -0.9757607579231262, -0.00016232098278123885], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102929890155792, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2430720031261444, 0.6277251243591309, -0.03335324302315712, -1.310916781425476, 1.2764815092086792, 0.3788411617279053, 0.356553316116333, -0.20856599509716034, -0.3701010048389435, 0.22830000519752502, 1.877651572227478, -1.090453028678894, 1.4801890850067139, 1010.0, 1000.0, -0.00041545313433744013, -0.19237546622753143, -0.9075572490692139, 1.8862124681472778, -0.9756973385810852, -0.0001537777716293931], "mean": [-0.19951727986335754, 0.6046701073646545, 0.4513898491859436, -1.411946415901184, -0.253903865814209, -0.12053176015615463, 0.028274957090616226, -0.31033608317375183, 0.46757298707962036, 0.22824546694755554, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.10915066301822662, 0.39615118503570557, -0.2370627522468567, -1.5240046977996826, 0.6640769243240356, 0.07725006341934204, 0.039650093764066696, -0.29066845774650574, -0.45317769050598145, 0.19046692550182343, 1.1703020334243774, -1.6413347721099854, 1.1326138973236084, 1009.9126586914062, 610.3650512695312, -0.0004154533089604229, -0.1954568326473236, -0.9075633883476257, 1.8862191438674927, -0.9757189750671387, -0.00015893022646196187], "std": [2.717792449402623e-05, 1.6890433471417055e-05, 2.2853882910567336e-05, 2.5191942768287845e-05, 2.11064143513795e-05, 1.4362942238221876e-05, 1.8450478819431737e-05, 1.468401478632586e-05, 7.901654498709831e-06, 1.2606077689270023e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.12242957949638367, 0.14203345775604248, 0.1451638787984848, 0.17248332500457764, 0.41687700152397156, 0.19928139448165894, 0.1836780309677124, 0.033565957099199295, 0.04059311002492905, 0.02275278978049755, 0.5016690492630005, 0.43274396657943726, 0.27944231033325195, 0.2823532521724701, 401.13653564453125, 1.7462298274040222e-10, 0.0021922774612903595, 3.3033736599463737e-06, 1.156828147941269e-05, 1.7020964151015505e-05, 1.240428673554561e-06], "count": [767]}, "timestamp": {"min": [0.0], "max": [25.533333333333335], "mean": [12.76666666666667], "std": [7.380454668318958], "count": [767]}, "frame_index": {"min": [0], "max": [766], "mean": [383.0], "std": [221.41364004956876], "count": [767]}, "episode_index": {"min": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [767]}, "index": {"min": [90378], "max": [91144], "mean": [90761.0], "std": [221.41364004956876], "count": [767]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [767]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6103650589693324], "std": [0.0, 0.4011358957940882], "count": [767]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6103650589693324], "std": [0.0, 0.4011358957940882], "count": [767]}, "eef_direction_state": {"mean": [6.0, 4.040417209908735], "std": [0.0, 2.264673165298473], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_state": {"mean": [0.0, 0.5149934810951761], "std": [0.0, 0.5704335995389194], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_state": {"mean": [0.0, 0.4276401564537158], "std": [0.0, 0.7201097525027197], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_direction_action": {"mean": [6.0, 4.040417209908735], "std": [0.0, 2.264673165298473], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_action": {"mean": [0.0, 0.5149934810951761], "std": [0.0, 0.5704335995389194], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_action": {"mean": [0.0, 0.4276401564537158], "std": [0.0, 0.7201097525027197], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_sim_pose_state": {"mean": [-0.3103361129760742, 0.4675731360912323, 0.22824542224407196, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2906550168991089, -0.4532216787338257, 0.19053582847118378, 1.17059326171875, -1.6413666009902954, 1.1323275566101074], "std": [1.4686852409795392e-05, 7.894603186286986e-06, 1.2599462024809327e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.033555787056684494, 0.040590185672044754, 0.022786220535635948, 0.5018380284309387, 0.4327031075954437, 0.27972665429115295], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3214310109615326, -0.5023890137672424, 0.1478080004453659, 0.4861454367637634, -2.244629144668579, 0.7456113696098328], "max": [-0.3102929890155792, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20856599509716034, -0.3701010048389435, 0.22830000519752502, 1.877651572227478, -1.090453028678894, 1.4801890850067139], "count": [767]}, "eef_sim_pose_action": {"mean": [-0.3103361129760742, 0.46757298707962036, 0.22824543714523315, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.29065489768981934, -0.45322179794311523, 0.19053590297698975, 1.170594334602356, -1.6413682699203491, 1.132326364517212], "std": [1.4686836948385462e-05, 7.896285751485266e-06, 1.2599464753293432e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.033555783331394196, 0.040590204298496246, 0.022786207497119904, 0.5018380284309387, 0.43270358443260193, 0.27972686290740967], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3214310109615326, -0.5023890137672424, 0.1478080004453659, 0.4861454367637634, -2.244629144668579, 0.7456113696098328], "max": [-0.3102929890155792, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20856599509716034, -0.3701010048389435, 0.22830000519752502, 1.877651572227478, -1.090453028678894, 1.4801890850067139], "count": [767]}, "gripper_mode_state": {"mean": [0.0, 0.4641460234680574], "std": [0.0, 0.49871283557459], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_state": {"mean": [2.0, 1.8865710560625815], "std": [0.0, 0.419740532439908], "min": [2, 0], "max": [2, 2], "count": [767]}, "gripper_mode_action": {"mean": [0.0, 0.4641460234680574], "std": [0.0, 0.49871283557459], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_action": {"mean": [2.0, 1.8865710560625815], "std": [0.0, 0.419740532439908], "min": [2, 0], "max": [2, 2], "count": [767]}}} +{"episode_index": 112, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4366707232661583]], [[0.41846107224718593]], [[0.4158585835375817]]], "std": [[[0.20073822075623454]], [[0.1988115238040914]], [[0.20831149526475665]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40112401989152147]], [[0.3915990320896877]], [[0.3848378310525599]]], "std": [[[0.229725180501899]], [[0.22017448542095663]], [[0.22091430478600943]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49796275871459694]], [[0.4857424711782861]], [[0.48152293964460785]]], "std": [[[0.21485935984786844]], [[0.21404471986717252]], [[0.22076023451662113]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4713582005718954]], [[0.45243791842547204]], [[0.4561202370415759]]], "std": [[[0.2604470171491876]], [[0.2512983822184932]], [[0.25724281864034615]]], "count": [144]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675469994544983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15488050878047943, 0.27174776792526245, -0.6073048114776611, -1.872511386871338, 0.16812756657600403, -0.16482889652252197, -0.31920325756073, -0.3300029933452606, -0.50832599401474, 0.16849499940872192, 0.5416123867034912, -2.369349956512451, 0.7446637749671936, 1009.0, 173.0, -0.00041545313433744013, -0.1993517130613327, -0.9075667262077332, 1.88620126247406, -0.9776267409324646, -0.0001594732457306236], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2808234691619873, 0.6144431829452515, -0.0650833323597908, -1.2148538827896118, 1.3916208744049072, 0.3842691481113434, 0.4138524830341339, -0.22128599882125854, -0.3732970058917999, 0.2344599962234497, 1.8333375453948975, -1.014301061630249, 1.5357420444488525, 1010.0, 1000.0, -0.00041545313433744013, -0.19239428639411926, -0.907556414604187, 1.8862179517745972, -0.9753994345664978, -0.00015187928511295468], "mean": [-0.19951556622982025, 0.6046727895736694, 0.4513879716396332, -1.4119484424591064, -0.2539064586162567, -0.12052951753139496, 0.028272833675146103, -0.31033623218536377, 0.4675719738006592, 0.2282455414533615, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.15409283339977264, 0.443486750125885, -0.29115164279937744, -1.4449443817138672, 0.7927958369255066, 0.04875088855624199, 0.10454507172107697, -0.29941171407699585, -0.46148404479026794, 0.19693607091903687, 1.145664095878601, -1.735016107559204, 1.1638096570968628, 1009.9080200195312, 589.4730834960938, -0.0004154533671680838, -0.19517698884010315, -0.9075546860694885, 1.8862216472625732, -0.9757146835327148, -0.00015668108244426548], "std": [2.6477166102267802e-05, 1.6302819858537987e-05, 2.2813313989900053e-05, 2.4248502086265944e-05, 2.113655318680685e-05, 1.5278037608368322e-05, 1.863054058048874e-05, 1.4778025615669321e-05, 8.119467565848026e-06, 1.192261424876051e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.1301131248474121, 0.12430284172296524, 0.16398000717163086, 0.2003016173839569, 0.46208086609840393, 0.16656306385993958, 0.20074009895324707, 0.03368249535560608, 0.041229281574487686, 0.019968457520008087, 0.4839513897895813, 0.4779188334941864, 0.31268760561943054, 0.28900447487831116, 403.67236328125, 2.3283064365386963e-10, 0.0014061846304684877, 6.781695901736384e-06, 1.2394793884595856e-05, 0.0003707335563376546, 1.1605243344092742e-06], "count": [761]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675469994544983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15488050878047943, 0.27174776792526245, -0.6073048114776611, -1.872511386871338, 0.16812756657600403, -0.16482889652252197, -0.31920325756073, -0.3300029933452606, -0.50832599401474, 0.16849499940872192, 0.5416123867034912, -2.369349956512451, 0.7446637749671936, 1009.0, 173.0, -0.00041545313433744013, -0.1993517130613327, -0.9075667262077332, 1.88620126247406, -0.9776267409324646, -0.0001594732457306236], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2808234691619873, 0.6144431829452515, -0.0650833323597908, -1.2148538827896118, 1.3916208744049072, 0.3842691481113434, 0.4138524830341339, -0.22128599882125854, -0.3732970058917999, 0.2344599962234497, 1.8333375453948975, -1.014301061630249, 1.5357420444488525, 1010.0, 1000.0, -0.00041545313433744013, -0.19239428639411926, -0.907556414604187, 1.8862179517745972, -0.9753994345664978, -0.00015187928511295468], "mean": [-0.19951556622982025, 0.6046727895736694, 0.4513879716396332, -1.4119486808776855, -0.2539064586162567, -0.12052949517965317, 0.028272809460759163, -0.31033623218536377, 0.4675719738006592, 0.22824551165103912, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.15409263968467712, 0.44339433312416077, -0.291352778673172, -1.4449974298477173, 0.7926969528198242, 0.048799604177474976, 0.10416720062494278, -0.29943200945854187, -0.4614624083042145, 0.19685861468315125, 1.1455999612808228, -1.7348871231079102, 1.1639013290405273, 1009.9093017578125, 589.4730834960938, -0.0004154533671680838, -0.19518034160137177, -0.9075546860694885, 1.8862216472625732, -0.9757146835327148, -0.00015667983097955585], "std": [2.6477166102267802e-05, 1.628565223654732e-05, 2.281331217091065e-05, 2.4203745851991698e-05, 2.1136555005796254e-05, 1.52874654304469e-05, 1.8639411791809835e-05, 1.4773008842894342e-05, 8.119873200485017e-06, 1.1922117664653342e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.13011310994625092, 0.12420959025621414, 0.16427014768123627, 0.20029832422733307, 0.46220406889915466, 0.16651876270771027, 0.20126022398471832, 0.033693827688694, 0.041230458766222, 0.019962171092629433, 0.48389750719070435, 0.47809717059135437, 0.31257566809654236, 0.28713828325271606, 403.67236328125, 2.3283064365386963e-10, 0.0014035061467438936, 6.781695901736384e-06, 1.2390827578201424e-05, 0.00037073384737595916, 1.160068677563686e-06], "count": [761]}, "timestamp": {"min": [0.0], "max": [25.333333333333332], "mean": [12.666666666666668], "std": [7.322719591942751], "count": [761]}, "frame_index": {"min": [0], "max": [760], "mean": [380.0], "std": [219.68158775828255], "count": [761]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [761]}, "index": {"min": [91145], "max": [91905], "mean": [91525.0], "std": [219.68158775828255], "count": [761]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [761]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5894730586886563], "std": [0.0, 0.40367252280668303], "count": [761]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5894730586886563], "std": [0.0, 0.40367252280668303], "count": [761]}, "eef_direction_state": {"mean": [6.0, 4.463863337713534], "std": [0.0, 2.122173854403609], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_state": {"mean": [0.0, 0.4099868593955322], "std": [0.0, 0.5203911647479144], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_state": {"mean": [0.0, 0.31537450722733246], "std": [0.0, 0.6447097140024282], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_direction_action": {"mean": [6.0, 4.463863337713534], "std": [0.0, 2.122173854403609], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_action": {"mean": [0.0, 0.4099868593955322], "std": [0.0, 0.5203911647479144], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_action": {"mean": [0.0, 0.31537450722733246], "std": [0.0, 0.6447097140024282], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_sim_pose_state": {"mean": [-0.3103361129760742, 0.46757256984710693, 0.22824561595916748, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2994118630886078, -0.46148383617401123, 0.19693610072135925, 1.1456648111343384, -1.7350196838378906, 1.163810133934021], "std": [1.4777569958823733e-05, 8.096747478703037e-06, 1.1922254088858608e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.033682484179735184, 0.04122930392622948, 0.019968455657362938, 0.4839509129524231, 0.4779188632965088, 0.31268781423568726], "min": [-0.3103730082511902, 0.4675469994544983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300029933452606, -0.50832599401474, 0.16849499940872192, 0.5416123867034912, -2.369349956512451, 0.7446637749671936], "max": [-0.31029000878334045, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22128599882125854, -0.3732970058917999, 0.2344599962234497, 1.8333375453948975, -1.014301061630249, 1.5357420444488525], "count": [761]}, "eef_sim_pose_action": {"mean": [-0.31033623218536377, 0.4675719738006592, 0.2282455414533615, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.29941171407699585, -0.46148404479026794, 0.19693607091903687, 1.145664095878601, -1.735016107559204, 1.1638096570968628], "std": [1.4778025615669321e-05, 8.119467565848026e-06, 1.192261424876051e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.03368249535560608, 0.041229281574487686, 0.019968457520008087, 0.4839513897895813, 0.4779188334941864, 0.31268760561943054], "min": [-0.3103730082511902, 0.4675469994544983, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300029933452606, -0.50832599401474, 0.16849499940872192, 0.5416123867034912, -2.369349956512451, 0.7446637749671936], "max": [-0.31029000878334045, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22128599882125854, -0.3732970058917999, 0.2344599962234497, 1.8333375453948975, -1.014301061630249, 1.5357420444488525], "count": [761]}, "gripper_mode_state": {"mean": [0.0, 0.4888304862023653], "std": [0.0, 0.49987522639306686], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_state": {"mean": [2.0, 1.888304862023653], "std": [0.0, 0.41570027561754674], "min": [2, 0], "max": [2, 2], "count": [761]}, "gripper_mode_action": {"mean": [0.0, 0.4888304862023653], "std": [0.0, 0.4998752263930668], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_action": {"mean": [2.0, 1.888304862023653], "std": [0.0, 0.41570027561754674], "min": [2, 0], "max": [2, 2], "count": [761]}}} +{"episode_index": 113, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.436510782090614]], [[0.4182366432684185]], [[0.415020630474412]]], "std": [[[0.2008443366428599]], [[0.19885833716580112]], [[0.2082607085278881]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4006887963518741]], [[0.3918342517562581]], [[0.3854533424480903]]], "std": [[[0.22960455657973022]], [[0.22008176023830361]], [[0.22123287779449125]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4978855333800187]], [[0.48570023981814947]], [[0.48137560857676404]]], "std": [[[0.21489122805046193]], [[0.21406115194278585]], [[0.22073807941093204]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739237000355698]], [[0.4505239526366102]], [[0.4557187986305633]]], "std": [[[0.26756811859572444]], [[0.2560670744598393]], [[0.26227492790533674]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675459861755371, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20170770585536957, 0.2968630790710449, -0.5151688456535339, -1.8440276384353638, 0.16432274878025055, -0.19322539865970612, -0.27321383357048035, -0.33269599080085754, -0.5035210251808167, 0.17437900602817535, 0.6630883812904358, -2.2866172790527344, 0.6744956374168396, 1009.0, 176.0, -0.00041545313433744013, -0.19940245151519775, -0.9075683355331421, 1.8862005472183228, -0.976589560508728, -0.000158524009748362], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26892033219337463, 0.6683912873268127, -0.07674212753772736, -1.1863526105880737, 1.3492791652679443, 0.282813161611557, 0.5538802742958069, -0.225599005818367, -0.360262006521225, 0.22829599678516388, 1.9279975891113281, -1.042371153831482, 1.4950621128082275, 1010.0, 1000.0, -0.00041545313433744013, -0.1923096776008606, -0.9075572490692139, 1.8862171173095703, -0.9753439426422119, 3.796982127823867e-06], "mean": [-0.19951391220092773, 0.6046724319458008, 0.45138809084892273, -1.4119588136672974, -0.253906786441803, -0.12052924185991287, 0.02827472798526287, -0.3103336691856384, 0.4675716161727905, 0.22824324667453766, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.13807083666324615, 0.47074443101882935, -0.29776155948638916, -1.4488577842712402, 0.6983011960983276, 0.007199827581644058, 0.16589868068695068, -0.29974785447120667, -0.4536391496658325, 0.19661378860473633, 1.2901811599731445, -1.6820735931396484, 1.0650196075439453, 1009.9201049804688, 605.7860717773438, -0.0004154532216489315, -0.19539040327072144, -0.907555878162384, 1.8862226009368896, -0.9757882952690125, -9.071576641872525e-05], "std": [2.6734966013464145e-05, 1.5937401258270256e-05, 2.2662030460196547e-05, 2.6023521058959886e-05, 2.159654650313314e-05, 1.5347717635449953e-05, 1.9908658941858448e-05, 1.4740066035301425e-05, 8.173597052518744e-06, 1.2227133993292227e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.13385719060897827, 0.12635444104671478, 0.14258958399295807, 0.18893931806087494, 0.4245465397834778, 0.16863787174224854, 0.2780424952507019, 0.03431026265025139, 0.0449688658118248, 0.015443600714206696, 0.4615602493286133, 0.47064560651779175, 0.29811277985572815, 0.2711329758167267, 401.8561096191406, 8.731149137020111e-11, 0.001774732256308198, 5.880758180865087e-06, 1.155772952188272e-05, 0.00024326085986103863, 7.08287043380551e-05], "count": [776]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675459861755371, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20170770585536957, 0.2968630790710449, -0.5151688456535339, -1.8440276384353638, 0.16432274878025055, -0.19322539865970612, -0.27321383357048035, -0.33269599080085754, -0.5035210251808167, 0.17437900602817535, 0.6630883812904358, -2.2866172790527344, 0.6744956374168396, 1009.0, 176.0, -0.00041545313433744013, -0.19940245151519775, -0.9075683355331421, 1.8862005472183228, -0.976589560508728, -0.000158524009748362], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759501099586487, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26892033219337463, 0.6683912873268127, -0.07674212753772736, -1.1863526105880737, 1.3492791652679443, 0.282813161611557, 0.5538802742958069, -0.225599005818367, -0.360262006521225, 0.22829599678516388, 1.9279975891113281, -1.042371153831482, 1.4950621128082275, 1010.0, 1000.0, -0.00041545313433744013, -0.1923096776008606, -0.9075572490692139, 1.8862171173095703, -0.9753439426422119, 3.796982127823867e-06], "mean": [-0.19951394200325012, 0.6046724319458008, 0.45138809084892273, -1.4119588136672974, -0.253906786441803, -0.12052924185991287, 0.02827475033700466, -0.31033363938331604, 0.46757158637046814, 0.22824326157569885, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.13799230754375458, 0.470622181892395, -0.29784277081489563, -1.448922038078308, 0.6981903314590454, 0.007211589254438877, 0.16558316349983215, -0.29977044463157654, -0.4536099433898926, 0.19655343890190125, 1.290088415145874, -1.6819732189178467, 1.0651661157608032, 1009.9201049804688, 605.7860717773438, -0.0004154532216489315, -0.19539038836956024, -0.907555878162384, 1.8862226009368896, -0.9757882952690125, -9.053716348716989e-05], "std": [2.673739436431788e-05, 1.5954099580994807e-05, 2.264700196974445e-05, 2.602688255137764e-05, 2.159654650313314e-05, 1.5347717635449953e-05, 1.9898387108696625e-05, 1.4731504052178934e-05, 8.172482921509072e-06, 1.2222746590850875e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.1338389366865158, 0.12627066671848297, 0.1426948755979538, 0.1889352947473526, 0.42467358708381653, 0.16862931847572327, 0.27840161323547363, 0.03432299941778183, 0.044967170804739, 0.015411167405545712, 0.4615093767642975, 0.4707745313644409, 0.29798424243927, 0.2711329758167267, 401.8561096191406, 8.731149137020111e-11, 0.0017747320234775543, 5.881724973733071e-06, 1.1559770427993499e-05, 0.00024325784761458635, 7.083969103405252e-05], "count": [776]}, "timestamp": {"min": [0.0], "max": [25.833333333333332], "mean": [12.916666666666664], "std": [7.467057281449263], "count": [776]}, "frame_index": {"min": [0], "max": [775], "mean": [387.5], "std": [224.01171844347786], "count": [776]}, "episode_index": {"min": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [776]}, "index": {"min": [91906], "max": [92681], "mean": [92293.5], "std": [224.01171844347786], "count": [776]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [776]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6057860821907975], "std": [0.0, 0.4018542150115211], "count": [776]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6057860821907975], "std": [0.0, 0.4018542150115211], "count": [776]}, "eef_direction_state": {"mean": [6.0, 4.498711340206185], "std": [0.0, 2.0702852010248955], "min": [6, 0], "max": [6, 6], "count": [776]}, "eef_velocity_state": {"mean": [0.0, 0.42783505154639173], "std": [0.0, 0.5720720645327918], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_acc_mag_state": {"mean": [0.0, 0.42783505154639173], "std": [0.0, 0.7321402417684397], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_direction_action": {"mean": [6.0, 4.498711340206185], "std": [0.0, 2.0702852010248955], "min": [6, 0], "max": [6, 6], "count": [776]}, "eef_velocity_action": {"mean": [0.0, 0.42783505154639173], "std": [0.0, 0.5720720645327918], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_acc_mag_action": {"mean": [0.0, 0.42783505154639173], "std": [0.0, 0.7321402417684397], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_sim_pose_state": {"mean": [-0.31033387780189514, 0.46757209300994873, 0.22824324667453766, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29974794387817383, -0.4536390006542206, 0.19661374390125275, 1.29018235206604, -1.6820719242095947, 1.0650171041488647], "std": [1.473865813750308e-05, 8.15989824332064e-06, 1.222713035531342e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.034310270100831985, 0.0449688658118248, 0.015443602576851845, 0.4615595042705536, 0.47064605355262756, 0.2981129288673401], "min": [-0.31038200855255127, 0.4675459861755371, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33269599080085754, -0.5035210251808167, 0.17437900602817535, 0.6630883812904358, -2.2866172790527344, 0.6744956374168396], "max": [-0.31029000878334045, 0.46759501099586487, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.225599005818367, -0.360262006521225, 0.22829599678516388, 1.9279975891113281, -1.042371153831482, 1.4950621128082275], "count": [776]}, "eef_sim_pose_action": {"mean": [-0.3103336691856384, 0.4675716161727905, 0.22824324667453766, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29974785447120667, -0.4536391496658325, 0.19661378860473633, 1.2901811599731445, -1.6820735931396484, 1.0650196075439453], "std": [1.4740066035301425e-05, 8.173597052518744e-06, 1.2227133993292227e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03431026265025139, 0.0449688658118248, 0.015443600714206696, 0.4615602493286133, 0.47064560651779175, 0.29811277985572815], "min": [-0.31038200855255127, 0.4675459861755371, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33269599080085754, -0.5035210251808167, 0.17437900602817535, 0.6630883812904358, -2.2866172790527344, 0.6744956374168396], "max": [-0.31029000878334045, 0.46759501099586487, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.225599005818367, -0.360262006521225, 0.22829599678516388, 1.9279975891113281, -1.042371153831482, 1.4950621128082275], "count": [776]}, "gripper_mode_state": {"mean": [0.0, 0.47036082474226804], "std": [0.0, 0.4991207462028008], "min": [0, 0], "max": [0, 1], "count": [776]}, "gripper_activity_state": {"mean": [2.0, 1.8904639175257731], "std": [0.0, 0.41195009110817815], "min": [2, 0], "max": [2, 2], "count": [776]}, "gripper_mode_action": {"mean": [0.0, 0.47036082474226804], "std": [0.0, 0.4991207462028008], "min": [0, 0], "max": [0, 1], "count": [776]}, "gripper_activity_action": {"mean": [2.0, 1.8904639175257731], "std": [0.0, 0.41195009110817815], "min": [2, 0], "max": [2, 2], "count": [776]}}} +{"episode_index": 114, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4352667344715664]], [[0.4169208502845583]], [[0.41456234716108664]]], "std": [[[0.20082064455750104]], [[0.19890472957070177]], [[0.20842424211754176]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40010800848117023]], [[0.3913747888044107]], [[0.38498362678404696]]], "std": [[[0.22940865620033152]], [[0.21991902312084544]], [[0.2205769215551439]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4973258414476902]], [[0.48526932717531457]], [[0.4810652094171002]]], "std": [[[0.21457064604542483]], [[0.213926625996112]], [[0.22065067391182042]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46988224039615845]], [[0.44795062052598816]], [[0.4536454192788227]]], "std": [[[0.27332581571710607]], [[0.2619767903103026]], [[0.267623883374822]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12341223657131195, 0.25391051173210144, -0.6163106560707092, -1.9068944454193115, 0.14995868504047394, -0.12065461277961731, -0.3127630054950714, -0.32137298583984375, -0.5042030215263367, 0.11098100244998932, 0.5291853547096252, -2.288465976715088, 0.5131478905677795, 1009.0, 173.0, -0.00041545313433744013, -0.19935359060764313, -0.9075659513473511, 1.886204481124878, -0.977698028087616, -2.4680384740349837e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2732487618923187, 0.7140840291976929, -0.11314969509840012, -1.2649273872375488, 1.4163172245025635, 0.29745644330978394, 0.5762378573417664, -0.20187099277973175, -0.34940698742866516, 0.22828799486160278, 1.9718499183654785, -0.9566158652305603, 1.501076340675354, 1010.0, 1000.0, -0.00041545313433744013, -0.19236232340335846, -0.907558023929596, 1.886216402053833, -0.9755182862281799, -1.0441701306262985e-05], "mean": [-0.19951379299163818, 0.6046766042709351, 0.45138847827911377, -1.411964774131775, -0.2539108693599701, -0.12052958458662033, 0.028274409472942352, -0.3103311359882355, 0.4675719141960144, 0.22824329137802124, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.16968660056591034, 0.49791789054870605, -0.3413316607475281, -1.486227035522461, 0.7945679426193237, 0.061775486916303635, 0.09397009760141373, -0.29115456342697144, -0.4566246271133423, 0.19105908274650574, 1.2015392780303955, -1.726212739944458, 1.073580265045166, 1009.9116821289062, 619.7989501953125, -0.0004154531634412706, -0.19538696110248566, -0.9075536727905273, 1.886223316192627, -0.9757084250450134, -1.684937160462141e-05], "std": [2.5451006877119653e-05, 1.6834821508382447e-05, 2.2559555873158388e-05, 2.1882966393604875e-05, 2.386307460255921e-05, 1.582667937327642e-05, 1.789495217963122e-05, 1.4432874195335899e-05, 7.960525181260891e-06, 1.1708493730111513e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09438269585371017, 0.14635774493217468, 0.15644246339797974, 0.18560555577278137, 0.46288222074508667, 0.14356079697608948, 0.2565372586250305, 0.035905610769987106, 0.04483652859926224, 0.027380771934986115, 0.5187918543815613, 0.4838058650493622, 0.3600931465625763, 0.28380152583122253, 402.4444580078125, 2.9103830456733704e-11, 0.0017364162486046553, 7.622377324878471e-06, 1.152480035671033e-05, 0.00029369950061663985, 1.7160123206849676e-06], "count": [781]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12341223657131195, 0.25391051173210144, -0.6163106560707092, -1.9068944454193115, 0.14995868504047394, -0.12065461277961731, -0.3127630054950714, -0.32137298583984375, -0.5042030215263367, 0.11098100244998932, 0.5291853547096252, -2.288465976715088, 0.5131478905677795, 1009.0, 173.0, -0.00041545313433744013, -0.19935359060764313, -0.9075659513473511, 1.886204481124878, -0.977698028087616, -2.4680384740349837e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2732487618923187, 0.7140840291976929, -0.11314969509840012, -1.2649273872375488, 1.4163172245025635, 0.29745644330978394, 0.5762378573417664, -0.20187099277973175, -0.34940698742866516, 0.22828799486160278, 1.9718499183654785, -0.9566158652305603, 1.501076340675354, 1010.0, 1000.0, -0.00041545313433744013, -0.19236232340335846, -0.907558023929596, 1.886216402053833, -0.9755182862281799, -1.0441701306262985e-05], "mean": [-0.1995137333869934, 0.6046766042709351, 0.45138850808143616, -1.411964774131775, -0.2539108693599701, -0.12052961438894272, 0.028274409472942352, -0.3103310763835907, 0.467571884393692, 0.22824327647686005, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.16967904567718506, 0.4979322552680969, -0.34154170751571655, -1.4863636493682861, 0.7944428324699402, 0.0618831142783165, 0.09360584616661072, -0.29115793108940125, -0.4565964639186859, 0.1910015046596527, 1.2015308141708374, -1.7260074615478516, 1.0735663175582886, 1009.9116821289062, 619.7989501953125, -0.0004154531634412706, -0.1953868567943573, -0.9075536727905273, 1.886223316192627, -0.975708544254303, -1.684937160462141e-05], "std": [2.5396260753041133e-05, 1.6832880646688864e-05, 2.2573640308110043e-05, 2.1880827262066305e-05, 2.3863072783569805e-05, 1.5842066204641014e-05, 1.789495217963122e-05, 1.44211790029658e-05, 7.95525102148531e-06, 1.1724211617547553e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09438062459230423, 0.14636877179145813, 0.15669982135295868, 0.18559013307094574, 0.46304115653038025, 0.14345553517341614, 0.256911963224411, 0.03590753301978111, 0.044836558401584625, 0.027349723502993584, 0.5187850594520569, 0.4840961694717407, 0.36010634899139404, 0.28380152583122253, 402.4444580078125, 2.9103830456733704e-11, 0.0017364196246489882, 7.622377324878471e-06, 1.152480035671033e-05, 0.00029365974478423595, 1.7160123206849676e-06], "count": [781]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.515169843574912], "count": [781]}, "frame_index": {"min": [0], "max": [780], "mean": [390.0], "std": [225.45509530724738], "count": [781]}, "episode_index": {"min": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [781]}, "index": {"min": [92682], "max": [93462], "mean": [93072.0], "std": [225.45509530724738], "count": [781]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [781]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6197989726112381], "std": [0.0, 0.40244446652414895], "count": [781]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6197989726112381], "std": [0.0, 0.40244446652414895], "count": [781]}, "eef_direction_state": {"mean": [6.0, 4.439180537772087], "std": [0.0, 2.0792127300690373], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_state": {"mean": [0.0, 0.5006402048655569], "std": [0.0, 0.5783654834023643], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_state": {"mean": [0.0, 0.4174135723431498], "std": [0.0, 0.7209354921818573], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_direction_action": {"mean": [6.0, 4.439180537772087], "std": [0.0, 2.0792127300690373], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_action": {"mean": [0.0, 0.5006402048655569], "std": [0.0, 0.5783654834023643], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_action": {"mean": [0.0, 0.4174135723431498], "std": [0.0, 0.7209354921818573], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_sim_pose_state": {"mean": [-0.31033098697662354, 0.46757203340530396, 0.22824354469776154, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29115450382232666, -0.45662468671798706, 0.19105911254882812, 1.2015399932861328, -1.7262064218521118, 1.0735795497894287], "std": [1.443199744244339e-05, 7.959905815368984e-06, 1.1705712495313492e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03590560331940651, 0.04483652859926224, 0.027380770072340965, 0.5187918543815613, 0.4838058650493622, 0.3600933849811554], "min": [-0.3103730082511902, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32137298583984375, -0.5042030215263367, 0.11098100244998932, 0.5291853547096252, -2.288465976715088, 0.5131478905677795], "max": [-0.31028100848197937, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20187099277973175, -0.34940698742866516, 0.22828799486160278, 1.9718499183654785, -0.9566158652305603, 1.501076340675354], "count": [781]}, "eef_sim_pose_action": {"mean": [-0.3103311359882355, 0.4675719141960144, 0.22824329137802124, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.29115456342697144, -0.4566246271133423, 0.19105908274650574, 1.2015392780303955, -1.726212739944458, 1.073580265045166], "std": [1.4432874195335899e-05, 7.960525181260891e-06, 1.1708493730111513e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.035905610769987106, 0.04483652859926224, 0.027380771934986115, 0.5187918543815613, 0.4838058650493622, 0.3600931465625763], "min": [-0.3103730082511902, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32137298583984375, -0.5042030215263367, 0.11098100244998932, 0.5291853547096252, -2.288465976715088, 0.5131478905677795], "max": [-0.31028100848197937, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20187099277973175, -0.34940698742866516, 0.22828799486160278, 1.9718499183654785, -0.9566158652305603, 1.501076340675354], "count": [781]}, "gripper_mode_state": {"mean": [0.0, 0.45454545454545453], "std": [0.0, 0.49792959773196727], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_state": {"mean": [2.0, 1.8911651728553136], "std": [0.0, 0.4107222327649828], "min": [2, 0], "max": [2, 2], "count": [781]}, "gripper_mode_action": {"mean": [0.0, 0.45454545454545453], "std": [0.0, 0.49792959773196727], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_action": {"mean": [2.0, 1.8911651728553136], "std": [0.0, 0.4107222327649828], "min": [2, 0], "max": [2, 2], "count": [781]}}} +{"episode_index": 115, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43514693571492524]], [[0.4170706251678754]], [[0.41489311655027306]]], "std": [[[0.20071931810642749]], [[0.19890979300093925]], [[0.20842331409838025]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3982585840272182]], [[0.3888629017817173]], [[0.38218749300519295]]], "std": [[[0.22812051838498443]], [[0.2187648208426134]], [[0.21910296369987478]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4970382378122482]], [[0.48506407942743307]], [[0.4807843822745993]]], "std": [[[0.2145720199386391]], [[0.21402254139685148]], [[0.22072396240959238]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707943065068493]], [[0.45242462116124993]], [[0.4564738128413466]]], "std": [[[0.27596457317717366]], [[0.2655090005829216]], [[0.27053874237713643]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103879988193512, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.210224911570549, 0.25593507289886475, -0.5524839758872986, -1.9152894020080566, 0.153239905834198, -0.13281956315040588, -0.3350159525871277, -0.32710200548171997, -0.48451799154281616, 0.11927899718284607, 0.4764041602611542, -2.186908721923828, 0.5112902522087097, 1009.0, 160.0, -0.00041545313433744013, -0.19535884261131287, -0.9075683355331421, 1.88620126247406, -0.9758233428001404, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.3102859854698181, 0.4675930142402649, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1996307522058487, 0.7171558141708374, -0.10276498645544052, -1.375319480895996, 1.379368543624878, 0.2782578468322754, 0.6133959889411926, -0.21780900657176971, -0.32823899388313293, 0.22953900694847107, 1.9879202842712402, -0.9799813032150269, 1.6267328262329102, 1010.0, 1000.0, -0.00041545313433744013, -0.19527988135814667, -0.907560408115387, 1.886214017868042, -0.9757092595100403, -1.8984910639119335e-06], "mean": [-0.1995113641023636, 0.6046736240386963, 0.45139023661613464, -1.4119641780853271, -0.25392183661460876, -0.12052994221448898, 0.02827225998044014, -0.3103335201740265, 0.46757084131240845, 0.22824132442474365, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.09329971671104431, 0.48547860980033875, -0.3149133622646332, -1.5618475675582886, 0.7643954157829285, 0.01930629089474678, 0.09078416973352432, -0.2901374101638794, -0.43588364124298096, 0.18203853070735931, 1.2292962074279785, -1.7162686586380005, 1.0899447202682495, 1009.916015625, 600.6188354492188, -0.0004154532216489315, -0.19531752169132233, -0.9075679183006287, 1.886222243309021, -0.9757525324821472, -1.5140059076657053e-05], "std": [2.668748129508458e-05, 1.7122074496001005e-05, 2.2352547603077255e-05, 2.4545648557250388e-05, 2.381497142778244e-05, 1.559637712489348e-05, 1.9293762306915596e-05, 1.5028573216113728e-05, 8.281573173007928e-06, 1.2098586921638343e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.1087699681520462, 0.16151206195354462, 0.14316758513450623, 0.18039512634277344, 0.4460490942001343, 0.12896892428398132, 0.2862875163555145, 0.03391430154442787, 0.05057261139154434, 0.02922830544412136, 0.5509973764419556, 0.45808008313179016, 0.39666062593460083, 0.2773568034172058, 409.1676025390625, 8.731149137020111e-11, 2.4189124815165997e-05, 5.443340342026204e-06, 1.3253832548798528e-05, 3.294137059128843e-05, 3.7278323361533694e-06], "count": [774]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103879988193512, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.210224911570549, 0.25593507289886475, -0.5524839758872986, -1.9152894020080566, 0.153239905834198, -0.13281956315040588, -0.3350159525871277, -0.32710200548171997, -0.48451799154281616, 0.11927899718284607, 0.4764041602611542, -2.186908721923828, 0.5112902522087097, 1009.0, 160.0, -0.00041545313433744013, -0.19535884261131287, -0.9075683355331421, 1.88620126247406, -0.9758233428001404, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.3102859854698181, 0.4675930142402649, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1996307522058487, 0.7171558141708374, -0.10276498645544052, -1.375319480895996, 1.379368543624878, 0.2782578468322754, 0.6133959889411926, -0.21780900657176971, -0.32823899388313293, 0.22953900694847107, 1.9879202842712402, -0.9799813032150269, 1.6267328262329102, 1010.0, 1000.0, -0.00041545313433744013, -0.19527988135814667, -0.907560408115387, 1.886214017868042, -0.9757092595100403, -1.8984910639119335e-06], "mean": [-0.1995113641023636, 0.6046736836433411, 0.45139026641845703, -1.4119642972946167, -0.25392183661460876, -0.12052992731332779, 0.028272302821278572, -0.3103334903717041, 0.4675709009170532, 0.22824129462242126, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.09321260452270508, 0.4854346513748169, -0.3150359094142914, -1.5620532035827637, 0.7642741203308105, 0.01940332166850567, 0.09039334207773209, -0.29012826085090637, -0.4358438551425934, 0.18197208642959595, 1.2292416095733643, -1.7160969972610474, 1.0900671482086182, 1009.916015625, 600.6188354492188, -0.0004154532216489315, -0.19531762599945068, -0.9075679183006287, 1.886222243309021, -0.9757524728775024, -1.51339272633777e-05], "std": [2.668748129508458e-05, 1.712384619168006e-05, 2.2365669792634435e-05, 2.4484215828124434e-05, 2.381497142778244e-05, 1.560581586090848e-05, 1.929862810357008e-05, 1.5010344213806093e-05, 8.283411261800211e-06, 1.210096070280997e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10871171206235886, 0.1614842265844345, 0.1433248072862625, 0.1803147792816162, 0.44620025157928467, 0.12889167666435242, 0.28665637969970703, 0.03390982002019882, 0.05055974796414375, 0.029181495308876038, 0.5509648323059082, 0.45832735300064087, 0.39656901359558105, 0.2773568034172058, 409.1676025390625, 8.731149137020111e-11, 2.4190256226575002e-05, 5.440202585305087e-06, 1.3259483239380643e-05, 3.294933048891835e-05, 3.7269639960868517e-06], "count": [774]}, "timestamp": {"min": [0.0], "max": [25.766666666666666], "mean": [12.883333333333331], "std": [7.447812256455408], "count": [774]}, "frame_index": {"min": [0], "max": [773], "mean": [386.5], "std": [223.43436769366227], "count": [774]}, "episode_index": {"min": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [774]}, "index": {"min": [93463], "max": [94236], "mean": [93849.5], "std": [223.43436769366227], "count": [774]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [774]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6006188622702308], "std": [0.0, 0.409168339878143], "count": [774]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6006188622702308], "std": [0.0, 0.409168339878143], "count": [774]}, "eef_direction_state": {"mean": [6.0, 4.22093023255814], "std": [0.0, 2.190306613768018], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_state": {"mean": [0.0, 0.5258397932816538], "std": [0.0, 0.6173453254213528], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_state": {"mean": [0.0, 0.3992248062015504], "std": [0.0, 0.7095140955525474], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_direction_action": {"mean": [6.0, 4.22093023255814], "std": [0.0, 2.190306613768018], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_action": {"mean": [0.0, 0.5258397932816538], "std": [0.0, 0.6173453254213528], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_action": {"mean": [0.0, 0.3992248062015504], "std": [0.0, 0.7095140955525474], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_sim_pose_state": {"mean": [-0.3103332817554474, 0.46757107973098755, 0.2282414734363556, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29013729095458984, -0.43588393926620483, 0.18203853070735931, 1.2292954921722412, -1.7162710428237915, 1.0899418592453003], "std": [1.5026977962406818e-05, 8.277943379653152e-06, 1.2097503713448532e-05, 0.0, 0.0, 0.0, 0.033914290368556976, 0.05057261139154434, 0.02922830544412136, 0.5509969592094421, 0.45807960629463196, 0.396660715341568], "min": [-0.3103879988193512, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32710200548171997, -0.48451799154281616, 0.11927899718284607, 0.4764041602611542, -2.186908721923828, 0.5112902522087097], "max": [-0.3102859854698181, 0.4675930142402649, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21780900657176971, -0.32823899388313293, 0.22953900694847107, 1.9879202842712402, -0.9799813032150269, 1.6267328262329102], "count": [774]}, "eef_sim_pose_action": {"mean": [-0.3103335201740265, 0.46757084131240845, 0.22824132442474365, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2901374101638794, -0.43588364124298096, 0.18203853070735931, 1.2292962074279785, -1.7162686586380005, 1.0899447202682495], "std": [1.5028573216113728e-05, 8.281573173007928e-06, 1.2098586921638343e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03391430154442787, 0.05057261139154434, 0.02922830544412136, 0.5509973764419556, 0.45808008313179016, 0.39666062593460083], "min": [-0.3103879988193512, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32710200548171997, -0.48451799154281616, 0.11927899718284607, 0.4764041602611542, -2.186908721923828, 0.5112902522087097], "max": [-0.3102859854698181, 0.4675930142402649, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21780900657176971, -0.32823899388313293, 0.22953900694847107, 1.9879202842712402, -0.9799813032150269, 1.6267328262329102], "count": [774]}, "gripper_mode_state": {"mean": [0.0, 0.46770025839793283], "std": [0.0, 0.4989556359962671], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_state": {"mean": [2.0, 1.8914728682170543], "std": [0.0, 0.41121820805813264], "min": [2, 0], "max": [2, 2], "count": [774]}, "gripper_mode_action": {"mean": [0.0, 0.46770025839793283], "std": [0.0, 0.4989556359962671], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_action": {"mean": [2.0, 1.8914728682170543], "std": [0.0, 0.4112182080581326], "min": [2, 0], "max": [2, 2], "count": [774]}}} +{"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.43313900640164743]], [[0.41541211164831227]], [[0.41348696727549467]]], "std": [[[0.20126054585353761]], [[0.19933366842515363]], [[0.20823483327158146]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4060157718909482]], [[0.3954484118990062]], [[0.38890801828722354]]], "std": [[[0.23033163776511495]], [[0.22148479051867742]], [[0.22163689831597846]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4956458137478736]], [[0.48392237582818515]], [[0.47937412984600236]]], "std": [[[0.21422173222762647]], [[0.21413602899784456]], [[0.2207463913689697]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46045862711522967]], [[0.4389748536686364]], [[0.4449356743553586]]], "std": [[[0.2665582838826452]], [[0.2541704791174834]], [[0.2595844270673205]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.008115781471133232, 0.17263051867485046, -0.660834014415741, -1.6807869672775269, 0.176871657371521, -0.2154434472322464, -0.2776469886302948, -0.32908201217651367, -0.49681198596954346, 0.018221000209450722, 0.5157468914985657, -2.112698554992676, 0.744310200214386, 1009.0, 158.0, -0.00041545313433744013, -0.19932915270328522, -0.907562792301178, 1.8862124681472778, -0.9758415818214417, -2.27818927669432e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4257381558418274, 0.6047391295433044, -0.07281513512134552, -1.3431529998779297, 1.3052269220352173, 0.30667179822921753, 0.2252696454524994, -0.22607199847698212, -0.4269160032272339, 0.22846199572086334, 1.9748836755752563, -1.121137022972107, 1.4513578414916992, 1010.0, 1000.0, -0.00041545313433744013, -0.19236984848976135, -0.9075556397438049, 1.8862227201461792, -0.9757345914840698, -1.0441701306262985e-05], "mean": [-0.19951331615447998, 0.6046723127365112, 0.45138806104660034, -1.411963701248169, -0.25391483306884766, -0.12053116410970688, 0.028272122144699097, -0.3103322386741638, 0.4675717353820801, 0.22824107110500336, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.19028416275978088, 0.3622840642929077, -0.34050559997558594, -1.4769619703292847, 0.7744772434234619, 0.08249174803495407, -0.049330390989780426, -0.2951616942882538, -0.4680786430835724, 0.15807858109474182, 1.072887897491455, -1.7235647439956665, 1.1654108762741089, 1009.918701171875, 672.8425903320312, -0.0004154532216489315, -0.19545236229896545, -0.9075547456741333, 1.886224627494812, -0.9757867455482483, -1.717464874673169e-05], "std": [2.5131626898655668e-05, 1.655539199418854e-05, 2.2877053197589703e-05, 2.3321466869674623e-05, 2.2221263861865737e-05, 1.5209919183689635e-05, 1.9449089450063184e-05, 1.4795850802329369e-05, 8.077279744611587e-06, 1.220800095325103e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.09519978612661362, 0.11300233751535416, 0.16851253807544708, 0.08131188154220581, 0.4136672914028168, 0.17734839022159576, 0.14618231356143951, 0.025686608627438545, 0.022205304354429245, 0.056620463728904724, 0.5051906704902649, 0.35335689783096313, 0.266428142786026, 0.27328112721443176, 399.4541320800781, 8.731149137020111e-11, 0.0021578040905296803, 4.721572622656822e-06, 8.52740959089715e-06, 3.8937108911341056e-05, 1.4567820016964106e-06], "count": [775]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.008115781471133232, 0.17263051867485046, -0.660834014415741, -1.6807869672775269, 0.176871657371521, -0.2154434472322464, -0.2776469886302948, -0.32908201217651367, -0.49681198596954346, 0.018221000209450722, 0.5157468914985657, -2.112698554992676, 0.744310200214386, 1009.0, 158.0, -0.00041545313433744013, -0.19932915270328522, -0.907562792301178, 1.8862124681472778, -0.9758415818214417, -2.27818927669432e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4257381558418274, 0.6047391295433044, -0.07281513512134552, -1.3431529998779297, 1.3052269220352173, 0.30667179822921753, 0.2252696454524994, -0.22607199847698212, -0.4269160032272339, 0.22846199572086334, 1.9748836755752563, -1.121137022972107, 1.4513578414916992, 1010.0, 1000.0, -0.00041545313433744013, -0.19236984848976135, -0.9075556397438049, 1.8862227201461792, -0.9757345914840698, -1.0441701306262985e-05], "mean": [-0.199513241648674, 0.6046723127365112, 0.45138803124427795, -1.411963701248169, -0.25391486287117004, -0.12053118646144867, 0.028272144496440887, -0.3103322386741638, 0.4675717353820801, 0.22824110090732574, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.1901109516620636, 0.36201581358909607, -0.34052321314811707, -1.4771547317504883, 0.7745310664176941, 0.08264632523059845, -0.04960092529654503, -0.29518407583236694, -0.4680265188217163, 0.15796254575252533, 1.0725871324539185, -1.723785400390625, 1.165679931640625, 1009.918701171875, 672.8425903320312, -0.0004154532216489315, -0.19544896483421326, -0.9075547456741333, 1.8862247467041016, -0.9757866263389587, -1.717587474558968e-05], "std": [2.5168817956000566e-05, 1.655539199418854e-05, 2.289893018314615e-05, 2.3321466869674623e-05, 2.2207710571819916e-05, 1.5224096387100872e-05, 1.9461776901152916e-05, 1.4796016330365092e-05, 8.075878213276155e-06, 1.2165439329692163e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.09530485421419144, 0.11267269402742386, 0.1685250848531723, 0.08133484423160553, 0.41360238194465637, 0.17722339928150177, 0.1463371068239212, 0.025707373395562172, 0.022253798320889473, 0.05656867474317551, 0.5049615502357483, 0.35303428769111633, 0.26611003279685974, 0.27328112721443176, 399.4541320800781, 8.731149137020111e-11, 0.002160231815651059, 4.725414328277111e-06, 8.640084161015693e-06, 3.888969513354823e-05, 1.4571072597391321e-06], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [775]}, "index": {"min": [94237], "max": [95011], "mean": [94624.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.6728425795801224], "std": [0.0, 0.3994538878431537], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.6728425795801224], "std": [0.0, 0.3994538878431537], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.514838709677419], "std": [0.0, 2.033772707457333], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.5238709677419355], "std": [0.0, 0.5916716472752296], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.39225806451612905], "std": [0.0, 0.706425393533185], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.514838709677419], "std": [0.0, 2.033772707457333], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.5238709677419355], "std": [0.0, 0.5916716472752296], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.39225806451612905], "std": [0.0, 0.706425393533185], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.31033217906951904, 0.46757206320762634, 0.22824126482009888, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29516175389289856, -0.46807876229286194, 0.15807849168777466, 1.0728881359100342, -1.7235628366470337, 1.165410041809082], "std": [1.4795739843975753e-05, 8.070890544331633e-06, 1.2206711289763916e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025686612352728844, 0.02220529317855835, 0.056620463728904724, 0.5051904916763306, 0.3533569872379303, 0.2664281129837036], "min": [-0.3103789985179901, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32908201217651367, -0.49681198596954346, 0.018221000209450722, 0.5157468914985657, -2.112698554992676, 0.744310200214386], "max": [-0.3102869987487793, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22607199847698212, -0.4269160032272339, 0.22846199572086334, 1.9748836755752563, -1.121137022972107, 1.4513578414916992], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.3103322386741638, 0.4675717353820801, 0.22824107110500336, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2951616942882538, -0.4680786430835724, 0.15807858109474182, 1.072887897491455, -1.7235647439956665, 1.1654108762741089], "std": [1.4795850802329369e-05, 8.077279744611587e-06, 1.220800095325103e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.025686608627438545, 0.022205304354429245, 0.056620463728904724, 0.5051906704902649, 0.35335689783096313, 0.266428142786026], "min": [-0.3103789985179901, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32908201217651367, -0.49681198596954346, 0.018221000209450722, 0.5157468914985657, -2.112698554992676, 0.744310200214386], "max": [-0.3102869987487793, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22607199847698212, -0.4269160032272339, 0.22846199572086334, 1.9748836755752563, -1.121137022972107, 1.4513578414916992], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.3832258064516129], "std": [0.0, 0.48617259046672606], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.8864516129032258], "std": [0.0, 0.4219887507069407], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.3832258064516129], "std": [0.0, 0.48617259046672606], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.8864516129032258], "std": [0.0, 0.4219887507069407], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"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.4324362449290061]], [[0.4153748239238224]], [[0.4135562091503268]]], "std": [[[0.2018479516154299]], [[0.2000932877473387]], [[0.20903361067487175]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40852127563669144]], [[0.39855738815641195]], [[0.3920308640410187]]], "std": [[[0.23164074148083635]], [[0.22249368909279696]], [[0.22285837469057485]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4966340615844039]], [[0.48466885564570655]], [[0.47983572656073925]]], "std": [[[0.2142960176960041]], [[0.21418769037987434]], [[0.2208714524558509]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626237731011945]], [[0.4413932950191571]], [[0.447535491322966]]], "std": [[[0.27192466389284037]], [[0.2610430729270869]], [[0.26608052714953817]]], "count": [145]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03364994749426842, 0.28820621967315674, -0.6155252456665039, -1.6046383380889893, 0.2056870460510254, -0.18769270181655884, -0.22917917370796204, -0.3196290135383606, -0.5163559913635254, 0.028426000848412514, 0.5447697639465332, -2.1955299377441406, 0.6491670608520508, 1009.0, 171.0, -0.00041545313433744013, -0.1993441879749298, -0.9075619578361511, 1.8862131834030151, -0.9763225317001343, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4167846143245697, 0.6047391295433044, -0.10925761610269547, -1.2249418497085571, 1.3807648420333862, 0.3648611009120941, 0.5004033446311951, -0.22057899832725525, -0.43578100204467773, 0.2283480018377304, 2.059356451034546, -1.0926823616027832, 1.4775723218917847, 1010.0, 1000.0, -0.00041545313433744013, -0.19233974814414978, -0.9075556397438049, 1.8862227201461792, -0.9755904078483582, -1.3289437447383534e-05], "mean": [-0.19951379299163818, 0.6046739816665649, 0.4513886868953705, -1.411965250968933, -0.2539082467556, -0.12053292244672775, 0.028272172436118126, -0.31033170223236084, 0.4675719141960144, 0.2282416820526123, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.25433528423309326, 0.40650662779808044, -0.35991689562797546, -1.388645887374878, 0.7990880012512207, 0.07887347042560577, 0.10108638554811478, -0.29471662640571594, -0.480893075466156, 0.17002573609352112, 1.1689151525497437, -1.775770664215088, 1.1060283184051514, 1009.9058837890625, 621.0692749023438, -0.00041545333806425333, -0.19517388939857483, -0.9075539708137512, 1.8862277269363403, -0.9757335186004639, -1.8058051864500158e-05], "std": [2.591115298855584e-05, 1.6551239241380244e-05, 2.3473978217225522e-05, 2.4874289010767825e-05, 2.1647592802764848e-05, 1.4543556972057559e-05, 1.98344550881302e-05, 1.5342797269113362e-05, 8.327981049660593e-06, 1.2424708984326571e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.0786733403801918, 0.10562289506196976, 0.17386837303638458, 0.09327786415815353, 0.4333636462688446, 0.17867040634155273, 0.21122632920742035, 0.02927325665950775, 0.022728733718395233, 0.056153107434511185, 0.5316351056098938, 0.4228364825248718, 0.310761034488678, 0.2919921278953552, 402.87518310546875, 2.0372681319713593e-10, 0.0025943040382117033, 4.394010829855688e-06, 9.369528015668038e-06, 0.00013330044748727232, 1.10122823571146e-06], "count": [765]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03364994749426842, 0.28820621967315674, -0.6155252456665039, -1.6046383380889893, 0.2056870460510254, -0.18769270181655884, -0.22917917370796204, -0.3196290135383606, -0.5163559913635254, 0.028426000848412514, 0.5447697639465332, -2.1955299377441406, 0.6491670608520508, 1009.0, 171.0, -0.00041545313433744013, -0.1993441879749298, -0.9075619578361511, 1.8862131834030151, -0.9763225317001343, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4167846143245697, 0.6047391295433044, -0.10925761610269547, -1.2249418497085571, 1.3807648420333862, 0.3648611009120941, 0.5004033446311951, -0.22057899832725525, -0.43578100204467773, 0.2283480018377304, 2.059356451034546, -1.0926823616027832, 1.4775723218917847, 1010.0, 1000.0, -0.00041545313433744013, -0.19233974814414978, -0.9075556397438049, 1.8862227201461792, -0.9755904078483582, -1.3289437447383534e-05], "mean": [-0.1995137333869934, 0.6046739816665649, 0.45138871669769287, -1.4119654893875122, -0.2539082169532776, -0.12053295224905014, 0.028272194787859917, -0.31033170223236084, 0.46757185459136963, 0.2282416671514511, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2543906569480896, 0.4064103960990906, -0.3601294159889221, -1.388711929321289, 0.7990409135818481, 0.0789998397231102, 0.10082828253507614, -0.2947249412536621, -0.4808843433856964, 0.16993208229541779, 1.1688786745071411, -1.775747537612915, 1.1060423851013184, 1009.9058837890625, 621.0692749023438, -0.00041545333806425333, -0.19517026841640472, -0.9075539708137512, 1.8862277269363403, -0.9757335186004639, -1.8058051864500158e-05], "std": [2.5859788365778513e-05, 1.6545605831197463e-05, 2.346521978324745e-05, 2.485466029611416e-05, 2.16065800486831e-05, 1.455544406780973e-05, 1.9826911739073694e-05, 1.5322806575568393e-05, 8.311224519275129e-06, 1.242428788827965e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.07864970713853836, 0.10547572374343872, 0.17407932877540588, 0.09331213682889938, 0.43342462182044983, 0.1785634309053421, 0.21150465309619904, 0.029278581961989403, 0.022735118865966797, 0.05611569061875343, 0.5316089987754822, 0.4228728711605072, 0.31074491143226624, 0.2919921278953552, 402.87518310546875, 2.0372681319713593e-10, 0.002592315897345543, 4.394010829855688e-06, 9.367066013510339e-06, 0.00013333225797396153, 1.10122823571146e-06], "count": [765]}, "timestamp": {"min": [0.0], "max": [25.466666666666665], "mean": [12.733333333333333], "std": [7.361209642946424], "count": [765]}, "frame_index": {"min": [0], "max": [764], "mean": [382.0], "std": [220.8362892883927], "count": [765]}, "episode_index": {"min": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [765]}, "index": {"min": [95012], "max": [95776], "mean": [95394.0], "std": [220.8362892883927], "count": [765]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [765]}, "gripper_open_scale_state": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.6210692817673964], "std": [0.0, 0.4028742687944462], "count": [765]}, "gripper_open_scale_action": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.6210692817673964], "std": [0.0, 0.40287426879444616], "count": [765]}, "eef_direction_state": {"mean": [6.0, 4.57516339869281], "std": [0.0, 1.9706765715792776], "min": [6, 0], "max": [6, 6], "count": [765]}, "eef_velocity_state": {"mean": [0.0, 0.5228758169934641], "std": [0.0, 0.6015770920260138], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_acc_mag_state": {"mean": [0.0, 0.36470588235294116], "std": [0.0, 0.69286471608966], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_direction_action": {"mean": [6.0, 4.57516339869281], "std": [0.0, 1.9706765715792776], "min": [6, 0], "max": [6, 6], "count": [765]}, "eef_velocity_action": {"mean": [0.0, 0.5228758169934641], "std": [0.0, 0.6015770920260138], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_acc_mag_action": {"mean": [0.0, 0.36470588235294116], "std": [0.0, 0.69286471608966], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_sim_pose_state": {"mean": [-0.3103315532207489, 0.4675719738006592, 0.22824178636074066, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.29471662640571594, -0.48089340329170227, 0.17002567648887634, 1.168917179107666, -1.775768518447876, 1.1060264110565186], "std": [1.5342146070906892e-05, 8.32753812574083e-06, 1.2424304259184282e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.02927325665950775, 0.022728733718395233, 0.05615309998393059, 0.5316355228424072, 0.42283666133880615, 0.31076115369796753], "min": [-0.31037598848342896, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3196290135383606, -0.5163559913635254, 0.028426000848412514, 0.5447697639465332, -2.1955299377441406, 0.6491670608520508], "max": [-0.3102859854698181, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22057899832725525, -0.43578100204467773, 0.2283480018377304, 2.059356451034546, -1.0926823616027832, 1.4775723218917847], "count": [765]}, "eef_sim_pose_action": {"mean": [-0.31033170223236084, 0.4675719141960144, 0.2282416820526123, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.29471662640571594, -0.480893075466156, 0.17002573609352112, 1.1689151525497437, -1.775770664215088, 1.1060283184051514], "std": [1.5342797269113362e-05, 8.327981049660593e-06, 1.2424708984326571e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.02927325665950775, 0.022728733718395233, 0.056153107434511185, 0.5316351056098938, 0.4228364825248718, 0.310761034488678], "min": [-0.31037598848342896, 0.46754398941993713, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3196290135383606, -0.5163559913635254, 0.028426000848412514, 0.5447697639465332, -2.1955299377441406, 0.6491670608520508], "max": [-0.3102859854698181, 0.46760499477386475, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22057899832725525, -0.43578100204467773, 0.2283480018377304, 2.059356451034546, -1.0926823616027832, 1.4775723218917847], "count": [765]}, "gripper_mode_state": {"mean": [0.0, 0.45098039215686275], "std": [0.0, 0.4975912760960624], "min": [0, 0], "max": [0, 1], "count": [765]}, "gripper_activity_state": {"mean": [2.0, 1.8849673202614379], "std": [0.0, 0.4245368474935317], "min": [2, 0], "max": [2, 2], "count": [765]}, "gripper_mode_action": {"mean": [0.0, 0.45098039215686275], "std": [0.0, 0.4975912760960624], "min": [0, 0], "max": [0, 1], "count": [765]}, "gripper_activity_action": {"mean": [2.0, 1.8849673202614379], "std": [0.0, 0.4245368474935317], "min": [2, 0], "max": [2, 2], "count": [765]}}} +{"episode_index": 118, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43343229791916765]], [[0.41555909447112177]], [[0.41408067393624115]]], "std": [[[0.20139764551486986]], [[0.1999320355151991]], [[0.2092631661821433]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40501160464185676]], [[0.3952468612444978]], [[0.38842648587212664]]], "std": [[[0.22926324151749117]], [[0.2199148579804818]], [[0.22058282985978403]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4974991649437553]], [[0.48535160314125647]], [[0.4804245364812592]]], "std": [[[0.2145774041883419]], [[0.21432345879333012]], [[0.22100483338792373]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707619367191321]], [[0.44681178860433063]], [[0.4537160016784491]]], "std": [[[0.2743775993921234]], [[0.25948935057468714]], [[0.26509958539051315]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.009285151958465576, 0.2767568528652191, -0.5495867133140564, -1.7026559114456177, 0.1829279512166977, -0.1921432912349701, -0.03810054063796997, -0.3296869993209839, -0.49609899520874023, 0.0588110014796257, 0.6234497427940369, -2.292457342147827, 0.49813684821128845, 1009.0, 175.0, -0.00041545313433744013, -0.19541899859905243, -0.907562792301178, 1.8862124681472778, -0.9758138060569763, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34725069999694824, 0.6047391295433044, -0.11634364724159241, -1.2206833362579346, 1.2574747800827026, 0.2929011583328247, 0.4858996570110321, -0.22292600572109222, -0.3986639976501465, 0.22828400135040283, 2.136629581451416, -1.121137022972107, 1.417883038520813, 1010.0, 1000.0, -0.00041545313433744013, -0.19530998170375824, -0.9075572490692139, 1.8862203359603882, -0.9757504463195801, -1.13909463834716e-05], "mean": [-0.19951559603214264, 0.6046754717826843, 0.45138806104660034, -1.4119651317596436, -0.2538992762565613, -0.1205316036939621, 0.028272518888115883, -0.31033018231391907, 0.4675724506378174, 0.22824262082576752, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.20125988125801086, 0.42914313077926636, -0.3441351354122162, -1.4202961921691895, 0.6568425297737122, 0.04033849760890007, 0.1653563678264618, -0.3017067313194275, -0.4653792977333069, 0.1731797307729721, 1.3048315048217773, -1.698027491569519, 1.0059401988983154, 1009.91943359375, 655.0882568359375, -0.00041545313433744013, -0.19537675380706787, -0.9075542092323303, 1.8862278461456299, -0.9757763743400574, -1.863414581748657e-05], "std": [2.725275953707751e-05, 1.55489360622596e-05, 2.325760397070553e-05, 2.4675720851519145e-05, 2.336958823434543e-05, 1.3875161130272318e-05, 1.7276288417633623e-05, 1.510844231233932e-05, 8.350380085175857e-06, 1.1822892702184618e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.06515482068061829, 0.10523007810115814, 0.14811773598194122, 0.10985711961984634, 0.42226991057395935, 0.1751377433538437, 0.18692171573638916, 0.03267684951424599, 0.023592259734869003, 0.04894322529435158, 0.503170371055603, 0.43319666385650635, 0.32008180022239685, 0.2721637785434723, 396.7454833984375, 0.0, 3.315474896226078e-05, 5.148882337380201e-06, 1.0762259989860468e-05, 1.9711460481630638e-05, 1.39223345740902e-06], "count": [782]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.009285151958465576, 0.2767568528652191, -0.5495867133140564, -1.7026559114456177, 0.1829279512166977, -0.1921432912349701, -0.03810054063796997, -0.3296869993209839, -0.49609899520874023, 0.0588110014796257, 0.6234497427940369, -2.292457342147827, 0.49813684821128845, 1009.0, 175.0, -0.00041545313433744013, -0.19541899859905243, -0.907562792301178, 1.8862124681472778, -0.9758138060569763, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34725069999694824, 0.6047391295433044, -0.11634364724159241, -1.2206833362579346, 1.2574747800827026, 0.2929011583328247, 0.4858996570110321, -0.22292600572109222, -0.3986639976501465, 0.22828400135040283, 2.136629581451416, -1.121137022972107, 1.417883038520813, 1010.0, 1000.0, -0.00041545313433744013, -0.19530998170375824, -0.9075572490692139, 1.8862203359603882, -0.9757504463195801, -1.13909463834716e-05], "mean": [-0.19951553642749786, 0.6046754717826843, 0.45138806104660034, -1.4119651317596436, -0.2538992166519165, -0.1205316036939621, 0.028272518888115883, -0.31033018231391907, 0.467572420835495, 0.22824259102344513, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.20120865106582642, 0.429023414850235, -0.34417206048965454, -1.420344591140747, 0.6568177342414856, 0.04037880152463913, 0.1653495579957962, -0.30172914266586304, -0.4653577208518982, 0.17310988903045654, 1.3048231601715088, -1.6981714963912964, 1.0059493780136108, 1009.9207153320312, 655.0882568359375, -0.00041545313433744013, -0.19537688791751862, -0.9075542092323303, 1.8862278461456299, -0.9757763147354126, -1.863414581748657e-05], "std": [2.7291976948617958e-05, 1.55489360622596e-05, 2.3243042960530147e-05, 2.4675720851519145e-05, 2.3315224098041654e-05, 1.3875161130272318e-05, 1.7276288417633623e-05, 1.5107028957572766e-05, 8.354729288839735e-06, 1.1807339433289599e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.06517177820205688, 0.10508309304714203, 0.1481480896472931, 0.10986178368330002, 0.4222935140132904, 0.17510414123535156, 0.18692870438098907, 0.03268875926733017, 0.02359798550605774, 0.048903465270996094, 0.5031653046607971, 0.43302401900291443, 0.32007336616516113, 0.2701819837093353, 396.7455139160156, 0.0, 3.310085230623372e-05, 5.1500005611160304e-06, 1.0764378203020897e-05, 1.9669594621518627e-05, 1.39223345740902e-06], "count": [782]}, "timestamp": {"min": [0.0], "max": [26.033333333333335], "mean": [13.016666666666666], "std": [7.524792355939132], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [782]}, "index": {"min": [95777], "max": [96558], "mean": [96167.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [782]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6550882349500571], "std": [0.0, 0.3967438651399797], "count": [782]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6550882349500571], "std": [0.0, 0.3967438651399797], "count": [782]}, "eef_direction_state": {"mean": [6.0, 4.410485933503836], "std": [0.0, 2.1411908437460165], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.0, 0.47570332480818417], "std": [0.0, 0.5777617576101083], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_state": {"mean": [0.0, 0.3631713554987212], "std": [0.0, 0.6867948232223838], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_direction_action": {"mean": [6.0, 4.410485933503836], "std": [0.0, 2.1411908437460165], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.0, 0.47570332480818417], "std": [0.0, 0.5777617576101083], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_action": {"mean": [0.0, 0.3631713554987212], "std": [0.0, 0.6867948232223838], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [-0.3103300929069519, 0.4675724506378174, 0.22824248671531677, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3017067015171051, -0.4653795659542084, 0.1731797456741333, 1.304828405380249, -1.698026418685913, 1.0059417486190796], "std": [1.5108154002518859e-05, 8.350398275069892e-06, 1.1822239684988745e-05, 0.0, 0.0, 0.0, 0.032676856964826584, 0.023592259734869003, 0.0489431731402874, 0.5031702518463135, 0.433197557926178, 0.3200811743736267], "min": [-0.31037798523902893, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3296869993209839, -0.49609899520874023, 0.0588110014796257, 0.6234497427940369, -2.292457342147827, 0.49813684821128845], "max": [-0.3102790117263794, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22292600572109222, -0.3986639976501465, 0.22828400135040283, 2.136629581451416, -1.121137022972107, 1.417883038520813], "count": [782]}, "eef_sim_pose_action": {"mean": [-0.31033018231391907, 0.4675724506378174, 0.22824262082576752, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.3017067313194275, -0.4653792977333069, 0.1731797307729721, 1.3048315048217773, -1.698027491569519, 1.0059401988983154], "std": [1.510844231233932e-05, 8.350380085175857e-06, 1.1822892702184618e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.03267684951424599, 0.023592259734869003, 0.04894322529435158, 0.503170371055603, 0.43319666385650635, 0.32008180022239685], "min": [-0.31037798523902893, 0.46754100918769836, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3296869993209839, -0.49609899520874023, 0.0588110014796257, 0.6234497427940369, -2.292457342147827, 0.49813684821128845], "max": [-0.3102790117263794, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22292600572109222, -0.3986639976501465, 0.22828400135040283, 2.136629581451416, -1.121137022972107, 1.417883038520813], "count": [782]}, "gripper_mode_state": {"mean": [0.0, 0.41048593350383633], "std": [0.0, 0.4919219774510157], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_state": {"mean": [2.0, 1.8887468030690537], "std": [0.0, 0.41598644335789786], "min": [2, 0], "max": [2, 2], "count": [782]}, "gripper_mode_action": {"mean": [0.0, 0.41048593350383633], "std": [0.0, 0.4919219774510157], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_action": {"mean": [2.0, 1.8887468030690537], "std": [0.0, 0.41598644335789786], "min": [2, 0], "max": [2, 2], "count": [782]}}} +{"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.43324224695585994]], [[0.41510239138463606]], [[0.41439927617736594]]], "std": [[[0.20156276043291468]], [[0.1999213891548278]], [[0.20883784317345025]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049766275517056]], [[0.39466786557659594]], [[0.3884928638978422]]], "std": [[[0.22825625885434173]], [[0.21926903448279297]], [[0.2195343140850023]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4980432139179873]], [[0.48607552433073686]], [[0.48204919307905814]]], "std": [[[0.21424886626392517]], [[0.21418835033102304]], [[0.22096395821165768]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46476712608559406]], [[0.44558333053541055]], [[0.4484624686632644]]], "std": [[[0.2588081438584697]], [[0.2502203816193654]], [[0.2555435926256796]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.050108402967453, 0.1615825891494751, -0.5626766681671143, -1.6657946109771729, 0.12850859761238098, -0.18647097051143646, -0.2771408259868622, -0.32444900274276733, -0.5354689955711365, 0.03660700097680092, 0.599487841129303, -2.115435838699341, 0.7117887139320374, 1009.0, 176.0, -0.00041545313433744013, -0.1993686407804489, -0.9075643420219421, 1.88620924949646, -0.976410448551178, -0.00020788477559108287], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40594613552093506, 0.6047216653823853, -0.06187192350625992, -1.148950219154358, 1.1882201433181763, 0.30836474895477295, 0.31381019949913025, -0.22223299741744995, -0.4143980145454407, 0.22827200591564178, 1.9870240688323975, -1.121137022972107, 1.5656468868255615, 1010.0, 1000.0, -0.00041545313433744013, -0.19236232340335846, -0.9075540900230408, 1.8862227201461792, -0.9754018187522888, -0.00016706722090020776], "mean": [-0.19951441884040833, 0.6046722531318665, 0.4513877034187317, -1.4119709730148315, -0.25389161705970764, -0.12053464353084564, 0.028276389464735985, -0.3103276789188385, 0.46757251024246216, 0.2282395213842392, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22217030823230743, 0.3402571976184845, -0.3147936463356018, -1.4018582105636597, 0.7143893837928772, 0.05779733136296272, 0.07265257835388184, -0.29553481936454773, -0.4793602228164673, 0.16270321607589722, 1.1575112342834473, -1.7223385572433472, 1.168233871459961, 1009.923583984375, 631.3419799804688, -0.00041545325075276196, -0.19535385072231293, -0.9075533151626587, 1.8862274885177612, -0.9757949113845825, -0.0001899356284411624], "std": [2.7169220629730262e-05, 1.581444485054817e-05, 2.2551106667378917e-05, 2.4560316887800582e-05, 2.2995927793090232e-05, 1.4566495337930974e-05, 1.9254270227975212e-05, 1.555582093715202e-05, 8.49699426908046e-06, 1.1609628018049989e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.11193548887968063, 0.12133917212486267, 0.14430059492588043, 0.1453925520181656, 0.4008007347583771, 0.1523103415966034, 0.16244347393512726, 0.029621660709381104, 0.03426903858780861, 0.05485829710960388, 0.4749355912208557, 0.3775152564048767, 0.2805521786212921, 0.2656777501106262, 399.8497314453125, 1.1641532182693481e-10, 0.0012181971687823534, 4.859825821768027e-06, 1.1103749784524553e-05, 0.00018185566295869648, 9.74195427261293e-06], "count": [772]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.050108402967453, 0.1615825891494751, -0.5626766681671143, -1.6657946109771729, 0.12850859761238098, -0.18647097051143646, -0.2771408259868622, -0.32444900274276733, -0.5354689955711365, 0.03660700097680092, 0.599487841129303, -2.115435838699341, 0.7117887139320374, 1009.0, 176.0, -0.00041545313433744013, -0.1993686407804489, -0.9075643420219421, 1.88620924949646, -0.976410448551178, -0.00020788477559108287], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40594613552093506, 0.6047216653823853, -0.06187192350625992, -1.148950219154358, 1.1882201433181763, 0.30836474895477295, 0.31381019949913025, -0.22223299741744995, -0.4143980145454407, 0.22827200591564178, 1.9870240688323975, -1.121137022972107, 1.5656468868255615, 1010.0, 1000.0, -0.00041545313433744013, -0.19236232340335846, -0.9075540900230408, 1.8862227201461792, -0.9754018187522888, -0.00016706722090020776], "mean": [-0.19951434433460236, 0.6046722531318665, 0.4513876736164093, -1.4119709730148315, -0.25389161705970764, -0.12053466588258743, 0.028276389464735985, -0.3103277087211609, 0.4675724506378174, 0.2282395362854004, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22200988233089447, 0.34000030159950256, -0.3147311508655548, -1.4020345211029053, 0.7143868803977966, 0.057940538972616196, 0.07233181595802307, -0.2955409586429596, -0.47932517528533936, 0.16262942552566528, 1.1571872234344482, -1.722395658493042, 1.168563723564148, 1009.923583984375, 631.3419799804688, -0.00041545325075276196, -0.19535386562347412, -0.9075533151626587, 1.8862274885177612, -0.9757949709892273, -0.00018998111772816628], "std": [2.7119216611026786e-05, 1.5822753994143568e-05, 2.257328924315516e-05, 2.4560316887800582e-05, 2.2995927793090232e-05, 1.4548822036886122e-05, 1.9254270227975212e-05, 1.552083995193243e-05, 8.479513780912384e-06, 1.1632840141828638e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.11205658316612244, 0.12098848819732666, 0.14425189793109894, 0.1454872339963913, 0.40080368518829346, 0.1521945744752884, 0.16288632154464722, 0.029625214636325836, 0.03429494425654411, 0.05480833351612091, 0.47473710775375366, 0.37742769718170166, 0.28020551800727844, 0.2656777501106262, 399.8497314453125, 1.1641532182693481e-10, 0.0012181970523670316, 4.8627548494550865e-06, 1.1102247299277224e-05, 0.00018186084344051778, 9.717025022837333e-06], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [772]}, "index": {"min": [96559], "max": [97330], "mean": [96944.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6313419686775134], "std": [0.0, 0.39984921010625823], "count": [772]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6313419686775134], "std": [0.0, 0.39984921010625823], "count": [772]}, "eef_direction_state": {"mean": [6.0, 4.330310880829016], "std": [0.0, 2.0982260967527], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.0, 0.5077720207253886], "std": [0.0, 0.5632913177452786], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_state": {"mean": [0.0, 0.39896373056994816], "std": [0.0, 0.7026220055067656], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_direction_action": {"mean": [6.0, 4.330310880829016], "std": [0.0, 2.0982260967527], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.0, 0.5077720207253886], "std": [0.0, 0.5632913177452786], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_action": {"mean": [0.0, 0.39896373056994816], "std": [0.0, 0.7026220055067656], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [-0.31032758951187134, 0.4675726294517517, 0.228239506483078, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2955348491668701, -0.4793604016304016, 0.16270321607589722, 1.1575109958648682, -1.722335696220398, 1.1682333946228027], "std": [1.555564085720107e-05, 8.496330337948166e-06, 1.1609652574406937e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.02962164580821991, 0.03426903486251831, 0.05485827103257179, 0.47493523359298706, 0.3775152564048767, 0.2805522680282593], "min": [-0.3103730082511902, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32444900274276733, -0.5354689955711365, 0.03660700097680092, 0.599487841129303, -2.115435838699341, 0.7117887139320374], "max": [-0.3102859854698181, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22223299741744995, -0.4143980145454407, 0.22827200591564178, 1.9870240688323975, -1.121137022972107, 1.5656468868255615], "count": [772]}, "eef_sim_pose_action": {"mean": [-0.3103276789188385, 0.46757251024246216, 0.2282395213842392, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29553481936454773, -0.4793602228164673, 0.16270321607589722, 1.1575112342834473, -1.7223385572433472, 1.168233871459961], "std": [1.555582093715202e-05, 8.49699426908046e-06, 1.1609628018049989e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.029621660709381104, 0.03426903858780861, 0.05485829710960388, 0.4749355912208557, 0.3775152564048767, 0.2805521786212921], "min": [-0.3103730082511902, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32444900274276733, -0.5354689955711365, 0.03660700097680092, 0.599487841129303, -2.115435838699341, 0.7117887139320374], "max": [-0.3102859854698181, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22223299741744995, -0.4143980145454407, 0.22827200591564178, 1.9870240688323975, -1.121137022972107, 1.5656468868255615], "count": [772]}, "gripper_mode_state": {"mean": [0.0, 0.43911917098445596], "std": [0.0, 0.4962796839065427], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_state": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.4129402842792464], "min": [2, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.0, 0.43911917098445596], "std": [0.0, 0.4962796839065427], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_action": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.4129402842792464], "min": [2, 0], "max": [2, 2], "count": [772]}}} +{"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.4329185519328345]], [[0.41697021870700035]], [[0.4152405844190747]]], "std": [[[0.20437058809746914]], [[0.20185307856453158]], [[0.2105855119068935]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40652152804652564]], [[0.39616977339181286]], [[0.3900178677008084]]], "std": [[[0.2303854359742368]], [[0.22113467483187205]], [[0.22119842230419012]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4946330678104575]], [[0.4834069460569315]], [[0.4791514971942724]]], "std": [[[0.21345596577310944]], [[0.21400957831106665]], [[0.22078704683013356]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4509870114164086]], [[0.4356669300395597]], [[0.44007079624613005]]], "std": [[[0.27140744505991304]], [[0.26435322359027136]], [[0.2681827645294611]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.46754199266433716, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.037367500364780426, 0.15931366384029388, -0.629697322845459, -1.6520414352416992, 0.24813346564769745, -0.3269001543521881, -0.053267449140548706, -0.32421600818634033, -0.5127609968185425, 0.005520999897271395, 0.5746162533760071, -2.0769104957580566, 0.5267596244812012, 1009.0, 173.0, -0.00041545313433744013, -0.19539456069469452, -0.9075596332550049, 1.8862131834030151, -0.9766759276390076, -0.00020883401157334447], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5456771850585938, 0.6047391295433044, -0.1212654784321785, -1.0497108697891235, 1.218117594718933, 0.23019148409366608, 0.7170336246490479, -0.20384100079536438, -0.4259350001811981, 0.22840100526809692, 2.187532663345337, -1.121137022972107, 1.520796298980713, 1010.0, 1000.0, -0.00041545313433744013, -0.19536636769771576, -0.9075437784194946, 1.8862409591674805, -0.9755626320838928, -0.00019364609033800662], "mean": [-0.1995142251253128, 0.604669988155365, 0.45138734579086304, -1.411974310874939, -0.25389108061790466, -0.1205344945192337, 0.02827351540327072, -0.31032803654670715, 0.4675719738006592, 0.22823776304721832, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.26742884516716003, 0.3496740162372589, -0.3504473865032196, -1.3613899946212769, 0.7182512879371643, -0.037393685430288315, 0.23369018733501434, -0.2834080755710602, -0.4794524312019348, 0.148174449801445, 1.3668041229248047, -1.773476243019104, 1.0913435220718384, 1009.9177856445312, 578.5779418945312, -0.00041545278509147465, -0.19538012146949768, -0.9075512290000916, 1.8862277269363403, -0.9757691025733948, -0.00020214960386510938], "std": [2.670695357664954e-05, 1.6626119759166613e-05, 2.2824508050689474e-05, 2.450629290251527e-05, 2.3426511688739993e-05, 1.5845602320041507e-05, 2.0027748178108595e-05, 1.4413823009817861e-05, 7.977830136951525e-06, 1.2073282960045617e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.14119161665439606, 0.12629477679729462, 0.1585012972354889, 0.11763322353363037, 0.3453967571258545, 0.14780418574810028, 0.2735085189342499, 0.03842764347791672, 0.022286249324679375, 0.07805626094341278, 0.5549157857894897, 0.3353290259838104, 0.36579009890556335, 0.2746829688549042, 404.15972900390625, 3.4924596548080444e-10, 7.413547336909687e-06, 5.304340902512195e-06, 8.887212970876135e-06, 0.00019167641585227102, 1.9706683360709576e-06], "count": [815]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.46754199266433716, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.037367500364780426, 0.15931366384029388, -0.629697322845459, -1.6520414352416992, 0.24813346564769745, -0.3269001543521881, -0.053267449140548706, -0.32421600818634033, -0.5127609968185425, 0.005520999897271395, 0.5746162533760071, -2.0769104957580566, 0.5267596244812012, 1009.0, 173.0, -0.00041545313433744013, -0.19539456069469452, -0.9075596332550049, 1.8862131834030151, -0.9766759276390076, -0.00020883401157334447], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5456771850585938, 0.6047391295433044, -0.1212654784321785, -1.0497108697891235, 1.218117594718933, 0.23019148409366608, 0.7170336246490479, -0.20384100079536438, -0.4259350001811981, 0.22840100526809692, 2.187532663345337, -1.121137022972107, 1.520796298980713, 1010.0, 1000.0, -0.00041545313433744013, -0.19536636769771576, -0.9075437784194946, 1.8862409591674805, -0.9755626320838928, -0.00019364609033800662], "mean": [-0.19951428472995758, 0.604669988155365, 0.4513873755931854, -1.4119744300842285, -0.2538910508155823, -0.1205345094203949, 0.02827351540327072, -0.31032800674438477, 0.4675719738006592, 0.2282378077507019, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.26730579137802124, 0.3494877517223358, -0.3503609299659729, -1.3614468574523926, 0.7182582020759583, -0.03747140243649483, 0.23365958034992218, -0.283418744802475, -0.4794263243675232, 0.1481211930513382, 1.366749882698059, -1.7736093997955322, 1.0915979146957397, 1009.9177856445312, 578.5779418945312, -0.00041545278509147465, -0.19538016617298126, -0.9075512290000916, 1.8862279653549194, -0.9757688641548157, -0.00020214845426380634], "std": [2.666931504791137e-05, 1.663821421971079e-05, 2.282397326780483e-05, 2.4475179088767618e-05, 2.3426877305610105e-05, 1.583050652698148e-05, 2.0027748178108595e-05, 1.4406600712391082e-05, 7.977532732184045e-06, 1.2073170182702597e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.14129430055618286, 0.12603029608726501, 0.1584654152393341, 0.11766882985830307, 0.34538769721984863, 0.14786453545093536, 0.27353912591934204, 0.03843633085489273, 0.022312620654702187, 0.07801639288663864, 0.5548975467681885, 0.3350912034511566, 0.365622341632843, 0.2746829688549042, 404.15972900390625, 3.4924596548080444e-10, 7.413887942675501e-06, 5.299279564496828e-06, 8.978595360531472e-06, 0.00019171899475622922, 1.9709227672137786e-06], "count": [815]}, "timestamp": {"min": [0.0], "max": [27.133333333333333], "mean": [13.566666666666665], "std": [7.842335253113209], "count": [815]}, "frame_index": {"min": [0], "max": [814], "mean": [407.0], "std": [235.27005759339627], "count": [815]}, "episode_index": {"min": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [815]}, "index": {"min": [97331], "max": [98145], "mean": [97738.0], "std": [235.27005759339627], "count": [815]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [815]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5785779111041613], "std": [0.0, 0.4041584500453432], "count": [815]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5785779111041613], "std": [0.0, 0.4041584500453432], "count": [815]}, "eef_direction_state": {"mean": [6.0, 4.095705521472393], "std": [0.0, 2.1798111499574166], "min": [6, 0], "max": [6, 6], "count": [815]}, "eef_velocity_state": {"mean": [0.0, 0.6], "std": [0.0, 0.6103403455641103], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_acc_mag_state": {"mean": [0.0, 0.39631901840490796], "std": [0.0, 0.7101274032890917], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_direction_action": {"mean": [6.0, 4.095705521472393], "std": [0.0, 2.1798111499574166], "min": [6, 0], "max": [6, 6], "count": [815]}, "eef_velocity_action": {"mean": [0.0, 0.6], "std": [0.0, 0.6103403455641103], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_acc_mag_action": {"mean": [0.0, 0.39631901840490796], "std": [0.0, 0.7101274032890917], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_sim_pose_state": {"mean": [-0.31032800674438477, 0.4675721228122711, 0.22823788225650787, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2834080755710602, -0.4794524610042572, 0.148174449801445, 1.3668025732040405, -1.7734737396240234, 1.0913437604904175], "std": [1.4413801181945018e-05, 7.97610391600756e-06, 1.2072729987266939e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03842763602733612, 0.022286254912614822, 0.0780562311410904, 0.5549154877662659, 0.3353291153907776, 0.36579015851020813], "min": [-0.31037798523902893, 0.46754199266433716, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32421600818634033, -0.5127609968185425, 0.005520999897271395, 0.5746162533760071, -2.0769104957580566, 0.5267596244812012], "max": [-0.31028100848197937, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20384100079536438, -0.4259350001811981, 0.22840100526809692, 2.187532663345337, -1.121137022972107, 1.520796298980713], "count": [815]}, "eef_sim_pose_action": {"mean": [-0.31032803654670715, 0.4675719738006592, 0.22823776304721832, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.2834080755710602, -0.4794524312019348, 0.148174449801445, 1.3668041229248047, -1.773476243019104, 1.0913435220718384], "std": [1.4413823009817861e-05, 7.977830136951525e-06, 1.2073282960045617e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.03842764347791672, 0.022286249324679375, 0.07805626094341278, 0.5549157857894897, 0.3353290259838104, 0.36579009890556335], "min": [-0.31037798523902893, 0.46754199266433716, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32421600818634033, -0.5127609968185425, 0.005520999897271395, 0.5746162533760071, -2.0769104957580566, 0.5267596244812012], "max": [-0.31028100848197937, 0.4675939977169037, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20384100079536438, -0.4259350001811981, 0.22840100526809692, 2.187532663345337, -1.121137022972107, 1.520796298980713], "count": [815]}, "gripper_mode_state": {"mean": [0.0, 0.5042944785276073], "std": [0.0, 0.499981557114033], "min": [0, 0], "max": [0, 1], "count": [815]}, "gripper_activity_state": {"mean": [2.0, 1.8969325153374232], "std": [0.0, 0.40144269168789687], "min": [2, 0], "max": [2, 2], "count": [815]}, "gripper_mode_action": {"mean": [0.0, 0.5042944785276073], "std": [0.0, 0.499981557114033], "min": [0, 0], "max": [0, 1], "count": [815]}, "gripper_activity_action": {"mean": [2.0, 1.8969325153374232], "std": [0.0, 0.4014426916878969], "min": [2, 0], "max": [2, 2], "count": [815]}}} +{"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.43276634124007546]], [[0.4152823822761767]], [[0.4129914489845155]]], "std": [[[0.20144739833113848]], [[0.1997189494276087]], [[0.20852503249086177]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40468761377593543]], [[0.3948361667653638]], [[0.388418917511076]]], "std": [[[0.2291040467524569]], [[0.21976478959095322]], [[0.2202637359142561]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49708414347282537]], [[0.48534655190375925]], [[0.4812286197197]]], "std": [[[0.2137726307824943]], [[0.21377469624012702]], [[0.22053261680941202]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4600999103500461]], [[0.44465489291354127]], [[0.44877721438127827]]], "std": [[[0.2633039784377164]], [[0.2552948039588135]], [[0.25970013294537647]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.014974924735724926, 0.17153096199035645, -0.5405808091163635, -1.708747148513794, 0.06080726906657219, -0.3500257730484009, -0.1612509787082672, -0.3303129971027374, -0.5225800275802612, 0.04601500183343887, 0.5932269096374512, -2.1067817211151123, 0.6159895658493042, 1009.0, 1.0, -0.00041545313433744013, -0.19927087426185608, -0.9075572490692139, 1.8862203359603882, -0.9759612083435059, -0.00020883401157334447], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.368177205324173, 0.6047391295433044, -0.07702138274908066, -1.2097225189208984, 1.1954982280731201, 0.27495917677879333, 0.4464028477668762, -0.21413399279117584, -0.38568100333213806, 0.22840000689029694, 2.1902315616607666, -1.121137022972107, 1.5130789279937744, 1010.0, 1000.0, -0.00041545313433744013, -0.19232848286628723, -0.9075168371200562, 1.8862394094467163, -0.9756268262863159, -0.0001870013657025993], "mean": [-0.19951610267162323, 0.6046659350395203, 0.4513886570930481, -1.4119772911071777, -0.25389373302459717, -0.12053362280130386, 0.028269173577427864, -0.3103265166282654, 0.467572420835495, 0.22823427617549896, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.20915034413337708, 0.37615272402763367, -0.3146686553955078, -1.4079669713974, 0.6220276951789856, -0.02665812149643898, 0.13390852510929108, -0.2936985492706299, -0.47134536504745483, 0.16861610114574432, 1.3221797943115234, -1.6314798593521118, 1.0918915271759033, 1009.9130859375, 501.3299865722656, -0.0004154530179221183, -0.19542329013347626, -0.9075410962104797, 1.8862297534942627, -0.9757934808731079, -0.00020047294674441218], "std": [2.6539346436038613e-05, 1.6473773939651437e-05, 2.291297096235212e-05, 2.4157072402886115e-05, 2.2415517378249206e-05, 1.5017869372968562e-05, 1.833106580306776e-05, 1.5017470104794484e-05, 7.858850949560292e-06, 1.1878585610247683e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.08595583587884903, 0.12613534927368164, 0.1371525079011917, 0.12765097618103027, 0.4240163266658783, 0.20352110266685486, 0.1829904466867447, 0.036581430584192276, 0.033867839723825455, 0.05658715218305588, 0.5786392688751221, 0.39063242077827454, 0.3179146647453308, 0.28168967366218567, 485.1357116699219, 1.1641532182693481e-10, 0.002078915247693658, 1.05169647213188e-05, 4.427009571372764e-06, 0.0001384985080221668, 1.6215162759181112e-06], "count": [794]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.014974924735724926, 0.17153096199035645, -0.5405808091163635, -1.708747148513794, 0.06080726906657219, -0.3500257730484009, -0.1612509787082672, -0.3303129971027374, -0.5225800275802612, 0.04601500183343887, 0.5932269096374512, -2.1067817211151123, 0.6159895658493042, 1009.0, 1.0, -0.00041545313433744013, -0.19927087426185608, -0.9075572490692139, 1.8862203359603882, -0.9759612083435059, -0.00020883401157334447], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.368177205324173, 0.6047391295433044, -0.07702138274908066, -1.2097225189208984, 1.1954982280731201, 0.27495917677879333, 0.4464028477668762, -0.21413399279117584, -0.38568100333213806, 0.22840000689029694, 2.1902315616607666, -1.121137022972107, 1.5130789279937744, 1010.0, 1000.0, -0.00041545313433744013, -0.19232848286628723, -0.9075168371200562, 1.8862394094467163, -0.9756268262863159, -0.0001870013657025993], "mean": [-0.19951598346233368, 0.6046659350395203, 0.4513886570930481, -1.4119774103164673, -0.25389376282691956, -0.12053367495536804, 0.028269218280911446, -0.3103265166282654, 0.467572420835495, 0.22823427617549896, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.20903201401233673, 0.3759360909461975, -0.3145962059497833, -1.4080003499984741, 0.6219327449798584, -0.026670290157198906, 0.13374114036560059, -0.29372262954711914, -0.471322238445282, 0.16856549680233002, 1.32204008102417, -1.6314845085144043, 1.0921128988265991, 1009.9130859375, 501.3299865722656, -0.0004154530179221183, -0.1954231560230255, -0.907541036605835, 1.8862297534942627, -0.9757938981056213, -0.00020047294674441218], "std": [2.6536445147939958e-05, 1.648089528316632e-05, 2.291297096235212e-05, 2.413747824903112e-05, 2.2422940674005076e-05, 1.5012962649052497e-05, 1.834340946516022e-05, 1.5017214536783285e-05, 7.851565896999091e-06, 1.1876161806867458e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.08603362739086151, 0.12589019536972046, 0.13709549605846405, 0.12765546143054962, 0.4241073429584503, 0.20352713763713837, 0.1831994652748108, 0.036598674952983856, 0.033876702189445496, 0.05655175819993019, 0.5785916447639465, 0.3906261920928955, 0.31773510575294495, 0.28168967366218567, 485.1357116699219, 1.1641532182693481e-10, 0.0020789208356291056, 1.0524944627832156e-05, 4.428580268722726e-06, 0.00013842394400853664, 1.6215162759181112e-06], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [794]}, "index": {"min": [98146], "max": [98939], "mean": [98542.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.0010000000474974513], "max": [1.0, 1.0], "mean": [1.0, 0.501329974860618], "std": [0.0, 0.4851365222475274], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.0010000000474974513], "max": [1.0, 1.0], "mean": [1.0, 0.501329974860618], "std": [0.0, 0.4851365222475274], "count": [794]}, "eef_direction_state": {"mean": [6.0, 4.03904282115869], "std": [0.0, 2.1910597117912762], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.5982367758186398], "std": [0.0, 0.6072997710746207], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.49496221662468515], "std": [0.0, 0.7664894695198067], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 4.03904282115869], "std": [0.0, 2.1910597117912762], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.5982367758186398], "std": [0.0, 0.6072997710746207], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.49496221662468515], "std": [0.0, 0.7664894695198067], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.3103266656398773, 0.4675724506378174, 0.2282344549894333, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29369843006134033, -0.47134533524513245, 0.16861604154109955, 1.3221790790557861, -1.6314817667007446, 1.0918920040130615], "std": [1.5016550605650991e-05, 7.858759090595413e-06, 1.1877318684128113e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03658143803477287, 0.03386784717440605, 0.05658715218305588, 0.5786392092704773, 0.39063236117362976, 0.3179147243499756], "min": [-0.3103710114955902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3303129971027374, -0.5225800275802612, 0.04601500183343887, 0.5932269096374512, -2.1067817211151123, 0.6159895658493042], "max": [-0.3102779984474182, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21413399279117584, -0.38568100333213806, 0.22840000689029694, 2.1902315616607666, -1.121137022972107, 1.5130789279937744], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.3103265166282654, 0.467572420835495, 0.22823427617549896, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2936985492706299, -0.47134536504745483, 0.16861610114574432, 1.3221797943115234, -1.6314798593521118, 1.0918915271759033], "std": [1.5017470104794484e-05, 7.858850949560292e-06, 1.1878585610247683e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.036581430584192276, 0.033867839723825455, 0.05658715218305588, 0.5786392688751221, 0.39063242077827454, 0.3179146647453308], "min": [-0.3103710114955902, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3303129971027374, -0.5225800275802612, 0.04601500183343887, 0.5932269096374512, -2.1067817211151123, 0.6159895658493042], "max": [-0.3102779984474182, 0.4675939977169037, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21413399279117584, -0.38568100333213806, 0.22840000689029694, 2.1902315616607666, -1.121137022972107, 1.5130789279937744], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8664987405541562], "std": [0.0, 0.4542672934824676], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.5], "std": [0.0, 0.5], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8664987405541562], "std": [0.0, 0.45426729348246764], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"episode_index": 122, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4343416449913299]], [[0.41582868841981235]], [[0.41337599206349207]]], "std": [[[0.2011687812591216]], [[0.1994999357222183]], [[0.20869111119098488]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40335704420657154]], [[0.39453150843670803]], [[0.38894401788493177]]], "std": [[[0.23086647434448934]], [[0.22156440698297725]], [[0.22126950050134048]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4976557150638033]], [[0.4857525023898448]], [[0.48132071439686985]]], "std": [[[0.21375744368673766]], [[0.2136314839094488]], [[0.22038815969946954]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4495289713107465]], [[0.4291236841959006]], [[0.43528608943577435]]], "std": [[[0.27690329039352235]], [[0.2659677901335717]], [[0.26880512286761243]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.01384046021848917, 0.30602604150772095, -0.6376909017562866, -1.6747132539749146, 0.2529331147670746, -0.16690583527088165, -0.028326693922281265, -0.3242970108985901, -0.5097320079803467, 0.06537999957799911, 0.6392934918403625, -2.23942232131958, 0.3504846394062042, 1009.0, 176.0, -0.00041545313433744013, -0.1993911862373352, -0.9075500965118408, 1.8862195014953613, -0.9759160280227661, -0.00020693552505690604], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32410764694213867, 0.7045370936393738, -0.12215559929609299, -1.26365327835083, 1.2977221012115479, 0.29167941212654114, 0.8744797706604004, -0.21626199781894684, -0.3785179853439331, 0.22827599942684174, 2.0804805755615234, -1.121137022972107, 1.4789645671844482, 1010.0, 1000.0, -0.00041545313433744013, -0.192356675863266, -0.9075382351875305, 1.8862305879592896, -0.975858211517334, -0.00019459534087218344], "mean": [-0.19951528310775757, 0.6046744585037231, 0.4513872265815735, -1.4119807481765747, -0.2538968324661255, -0.12053379416465759, 0.02827324904501438, -0.31032538414001465, 0.46757251024246216, 0.2282373011112213, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.20883727073669434, 0.4830775856971741, -0.3726581335067749, -1.4384008646011353, 0.8616405129432678, 0.009765885770320892, 0.2813553214073181, -0.29112952947616577, -0.4561851918697357, 0.17491286993026733, 1.3128494024276733, -1.8907182216644287, 1.029205560684204, 1009.92041015625, 588.85107421875, -0.0004154531634412706, -0.19535399973392487, -0.9075372815132141, 1.8862298727035522, -0.9758853316307068, -0.00019910391711164266], "std": [2.5463979909545742e-05, 1.7739354007062502e-05, 2.379235957050696e-05, 2.4069782739388756e-05, 2.218268855358474e-05, 1.6371230231015943e-05, 2.012689583352767e-05, 1.4761659258510917e-05, 8.040866305236705e-06, 1.2293915460759308e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.0627877488732338, 0.118207648396492, 0.1315571665763855, 0.11454527080059052, 0.33730748295783997, 0.13696134090423584, 0.31423258781433105, 0.031428124755620956, 0.03970622271299362, 0.044484540820121765, 0.5223386883735657, 0.3664264380931854, 0.38005250692367554, 0.2706576883792877, 402.4019775390625, 2.9103830456733704e-11, 0.0012366954470053315, 7.2024695327854715e-06, 4.400615580379963e-06, 1.4252063920139335e-05, 1.3824162579112453e-06], "count": [779]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.01384046021848917, 0.30602604150772095, -0.6376909017562866, -1.6747132539749146, 0.2529331147670746, -0.16690583527088165, -0.028326693922281265, -0.3242970108985901, -0.5097320079803467, 0.06537999957799911, 0.6392934918403625, -2.23942232131958, 0.3504846394062042, 1009.0, 176.0, -0.00041545313433744013, -0.1993911862373352, -0.9075500965118408, 1.8862195014953613, -0.9759160280227661, -0.00020693552505690604], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32410764694213867, 0.7045370936393738, -0.12215559929609299, -1.26365327835083, 1.2977221012115479, 0.29167941212654114, 0.8744797706604004, -0.21626199781894684, -0.3785179853439331, 0.22827599942684174, 2.0804805755615234, -1.121137022972107, 1.4789645671844482, 1010.0, 1000.0, -0.00041545313433744013, -0.192356675863266, -0.9075382351875305, 1.8862305879592896, -0.975858211517334, -0.00019459534087218344], "mean": [-0.19951532781124115, 0.6046744585037231, 0.45138728618621826, -1.4119807481765747, -0.2538968026638031, -0.12053380906581879, 0.02827318198978901, -0.31032541394233704, 0.46757248044013977, 0.2282373011112213, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.20878110826015472, 0.4830218553543091, -0.3727172017097473, -1.4385242462158203, 0.8617976903915405, 0.00976521149277687, 0.28138238191604614, -0.29112833738327026, -0.45615583658218384, 0.1748400777578354, 1.3128594160079956, -1.890997290611267, 1.029315710067749, 1009.92041015625, 588.85107421875, -0.0004154531634412706, -0.19535402953624725, -0.9075372815132141, 1.8862298727035522, -0.9758853316307068, -0.00019910026458092034], "std": [2.5512819775030948e-05, 1.7726393707562238e-05, 2.3885160771897063e-05, 2.4038003175519407e-05, 2.2177839127834886e-05, 1.6370851881220005e-05, 2.003547160711605e-05, 1.4747151908522937e-05, 8.039966814976651e-06, 1.2287532626942266e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.06281556934118271, 0.11816047877073288, 0.13160286843776703, 0.11456826329231262, 0.33705249428749084, 0.1369619518518448, 0.3142068088054657, 0.031427446752786636, 0.039706237614154816, 0.044443536549806595, 0.5223437547683716, 0.36592262983322144, 0.37998253107070923, 0.2706576883792877, 402.4019775390625, 2.9103830456733704e-11, 0.0012366954470053315, 7.20513617125107e-06, 4.403497769089881e-06, 1.425499522156315e-05, 1.383041649205552e-06], "count": [779]}, "timestamp": {"min": [0.0], "max": [25.933333333333334], "mean": [12.966666666666667], "std": [7.495924818785798], "count": [779]}, "frame_index": {"min": [0], "max": [778], "mean": [389.0], "std": [224.8777445635739], "count": [779]}, "episode_index": {"min": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [779]}, "index": {"min": [98940], "max": [99718], "mean": [99329.0], "std": [224.8777445635739], "count": [779]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [779]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5888510906306097], "std": [0.0, 0.4024016489934632], "count": [779]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5888510906306097], "std": [0.0, 0.4024016489934632], "count": [779]}, "eef_direction_state": {"mean": [6.0, 4.225930680359435], "std": [0.0, 2.1197270757838007], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_state": {"mean": [0.0, 0.5699614890885751], "std": [0.0, 0.5809746788495027], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_state": {"mean": [0.0, 0.4146341463414634], "std": [0.0, 0.7246557951734358], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_direction_action": {"mean": [6.0, 4.225930680359435], "std": [0.0, 2.1197270757838007], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_action": {"mean": [0.0, 0.5699614890885751], "std": [0.0, 0.5809746788495027], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_action": {"mean": [0.0, 0.4146341463414634], "std": [0.0, 0.7246557951734358], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_sim_pose_state": {"mean": [-0.3103255033493042, 0.46757248044013977, 0.22823743522167206, -1.573226809501648, -1.1211367845535278, -0.7462756037712097, -0.29112958908081055, -0.45618537068367004, 0.17491276562213898, 1.312848687171936, -1.890720009803772, 1.029205322265625], "std": [1.4761199963686522e-05, 8.040778084250633e-06, 1.2292986866668798e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 0.0, 0.03142813220620155, 0.03970622643828392, 0.04448452219367027, 0.5223388671875, 0.36642634868621826, 0.3800523281097412], "min": [-0.31036901473999023, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3242970108985901, -0.5097320079803467, 0.06537999957799911, 0.6392934918403625, -2.23942232131958, 0.3504846394062042], "max": [-0.31028300523757935, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21626199781894684, -0.3785179853439331, 0.22827599942684174, 2.0804805755615234, -1.121137022972107, 1.4789645671844482], "count": [779]}, "eef_sim_pose_action": {"mean": [-0.31032538414001465, 0.46757251024246216, 0.2282373011112213, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.29112952947616577, -0.4561851918697357, 0.17491286993026733, 1.3128494024276733, -1.8907182216644287, 1.029205560684204], "std": [1.4761659258510917e-05, 8.040866305236705e-06, 1.2293915460759308e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.031428124755620956, 0.03970622271299362, 0.044484540820121765, 0.5223386883735657, 0.3664264380931854, 0.38005250692367554], "min": [-0.31036901473999023, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3242970108985901, -0.5097320079803467, 0.06537999957799911, 0.6392934918403625, -2.23942232131958, 0.3504846394062042], "max": [-0.31028300523757935, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21626199781894684, -0.3785179853439331, 0.22827599942684174, 2.0804805755615234, -1.121137022972107, 1.4789645671844482], "count": [779]}, "gripper_mode_state": {"mean": [0.0, 0.49165596919127086], "std": [0.0, 0.4999303723018442], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_state": {"mean": [2.0, 1.8908857509627728], "std": [0.0, 0.4112120673741081], "min": [2, 0], "max": [2, 2], "count": [779]}, "gripper_mode_action": {"mean": [0.0, 0.49165596919127086], "std": [0.0, 0.4999303723018442], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_action": {"mean": [2.0, 1.8908857509627728], "std": [0.0, 0.4112120673741081], "min": [2, 0], "max": [2, 2], "count": [779]}}} +{"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.4324823926716806]], [[0.4144629596987197]], [[0.4136055712239234]]], "std": [[[0.2002630885726136]], [[0.1987323779638118]], [[0.20762428632376165]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40028577843808755]], [[0.3974966019227326]], [[0.39585574329617695]]], "std": [[[0.2281731803899314]], [[0.22110732685197174]], [[0.22050705629440318]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49802289260453037]], [[0.4856830638933656]], [[0.4798372168502104]]], "std": [[[0.21072069983732622]], [[0.2112298846309488]], [[0.21803993848932368]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45803134512937593]], [[0.4386634420606142]], [[0.44089150354776613]]], "std": [[[0.2644236134029632]], [[0.25280567406813625]], [[0.25700060313094353]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03277728334069252, 0.28071874380111694, -0.536985456943512, -1.5118740797042847, 0.25357890129089355, -0.19198621809482574, -0.028274333104491234, -0.32555800676345825, -0.5036699771881104, 0.045944999903440475, 0.6488962769508362, -2.260417938232422, 0.7122059464454651, 1009.0, 176.0, -0.00041545313433744013, -0.19933290779590607, -0.9075532555580139, 1.8862155675888062, -0.975914478302002, -0.0001300466392422095], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45179593563079834, 0.6047216653823853, -0.13702580332756042, -1.2189029455184937, 1.3158560991287231, 0.281067818403244, 0.6521073579788208, -0.2312760055065155, -0.4339900016784668, 0.2285269945859909, 1.989193320274353, -1.121137022972107, 1.5054901838302612, 1010.0, 1000.0, -0.00041545313433744013, -0.19237546622753143, -0.9075390100479126, 1.8862322568893433, -0.9757266640663147, -0.00011675720452331007], "mean": [-0.1995174139738083, 0.6046635508537292, 0.4513857066631317, -1.4119786024093628, -0.25392773747444153, -0.12053368240594864, 0.028265222907066345, -0.3103245794773102, 0.46757376194000244, 0.22823384404182434, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22159995138645172, 0.4351865351200104, -0.3610164225101471, -1.3687199354171753, 0.7529151439666748, -0.007862537167966366, 0.20444408059120178, -0.3032638728618622, -0.4719301760196686, 0.1778591424226761, 1.2912306785583496, -1.7723839282989502, 1.077792763710022, 1009.9290161132812, 699.7767944335938, -0.0004154532216489315, -0.19517619907855988, -0.9075393080711365, 1.8862284421920776, -0.9758027791976929, -0.00012244701792951673], "std": [2.666949512786232e-05, 1.65250530699268e-05, 2.3357712052529678e-05, 2.6321336918044835e-05, 2.4932354790507816e-05, 1.6447354937554337e-05, 2.162136479455512e-05, 1.468109076085966e-05, 7.755822480248753e-06, 1.2163298379164189e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.09843062609434128, 0.11531949788331985, 0.12344659119844437, 0.09558532387018204, 0.3709649443626404, 0.15928378701210022, 0.22153128683567047, 0.027570145204663277, 0.02346964180469513, 0.0476493202149868, 0.42644768953323364, 0.40852364897727966, 0.2846667468547821, 0.25677159428596497, 386.0758972167969, 8.731149137020111e-11, 0.0026168804615736008, 8.991351023723837e-06, 6.389696864061989e-06, 6.847605982329696e-05, 3.4667634736251784e-06], "count": [775]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03277728334069252, 0.28071874380111694, -0.536985456943512, -1.5118740797042847, 0.25357890129089355, -0.19198621809482574, -0.028274333104491234, -0.32555800676345825, -0.5036699771881104, 0.045944999903440475, 0.6488962769508362, -2.260417938232422, 0.7122059464454651, 1009.0, 176.0, -0.00041545313433744013, -0.19933290779590607, -0.9075532555580139, 1.8862155675888062, -0.975914478302002, -0.0001300466392422095], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45179593563079834, 0.6047216653823853, -0.13702580332756042, -1.2189029455184937, 1.3158560991287231, 0.281067818403244, 0.6521073579788208, -0.2312760055065155, -0.4339900016784668, 0.2285269945859909, 1.989193320274353, -1.121137022972107, 1.5054901838302612, 1010.0, 1000.0, -0.00041545313433744013, -0.19237546622753143, -0.9075390100479126, 1.8862322568893433, -0.9757266640663147, -0.00011675720452331007], "mean": [-0.1995173841714859, 0.604663610458374, 0.45138558745384216, -1.4119786024093628, -0.2539275884628296, -0.12053366750478745, 0.028265247121453285, -0.31032460927963257, 0.46757376194000244, 0.22823385894298553, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22150516510009766, 0.43511974811553955, -0.3610297739505768, -1.368801236152649, 0.7531142830848694, -0.00789751298725605, 0.20448413491249084, -0.30328020453453064, -0.4718968868255615, 0.1778060793876648, 1.2911652326583862, -1.7726929187774658, 1.0779531002044678, 1009.927734375, 699.7767944335938, -0.0004154532216489315, -0.19517335295677185, -0.9075393080711365, 1.8862284421920776, -0.9758025407791138, -0.00012243354285601526], "std": [2.666992622835096e-05, 1.651970887905918e-05, 2.3358505131909624e-05, 2.6321336918044835e-05, 2.5027098672580905e-05, 1.646135569899343e-05, 2.1639925762428902e-05, 1.4693749108118936e-05, 7.753935278742574e-06, 1.2166613487352151e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.0984875038266182, 0.11523620039224625, 0.12345674633979797, 0.09564859420061111, 0.37073835730552673, 0.15931172668933868, 0.22149232029914856, 0.027578061446547508, 0.02349400706589222, 0.047616101801395416, 0.4264082908630371, 0.40812236070632935, 0.2845146059989929, 0.2589147388935089, 386.075927734375, 8.731149137020111e-11, 0.0026151337660849094, 8.991351023723837e-06, 6.392428076651413e-06, 6.838788249297068e-05, 3.4574720757518662e-06], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [775]}, "index": {"min": [99719], "max": [100493], "mean": [100106.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6997767747794428], "std": [0.0, 0.3860747312491239], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.6997767747794428], "std": [0.0, 0.3860747312491239], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.650322580645161], "std": [0.0, 1.9942619038388767], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.472258064516129], "std": [0.0, 0.582711734617359], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.34580645161290324], "std": [0.0, 0.6828062313979], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.650322580645161], "std": [0.0, 1.9942619038388767], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.472258064516129], "std": [0.0, 0.582711734617359], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.34580645161290324], "std": [0.0, 0.6828062313979], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.3103245794773102, 0.46757346391677856, 0.2282339632511139, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30326393246650696, -0.47193077206611633, 0.17785918712615967, 1.2912325859069824, -1.7723867893218994, 1.0777957439422607], "std": [1.4681103493785486e-05, 7.750816621410195e-06, 1.2162749044364318e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.027570150792598724, 0.023469647392630577, 0.0476493202149868, 0.4264463186264038, 0.4085238575935364, 0.28466635942459106], "min": [-0.31036901473999023, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32555800676345825, -0.5036699771881104, 0.045944999903440475, 0.6488962769508362, -2.260417938232422, 0.7122059464454651], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2312760055065155, -0.4339900016784668, 0.2285269945859909, 1.989193320274353, -1.121137022972107, 1.5054901838302612], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.3103245794773102, 0.46757376194000244, 0.22823384404182434, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.3032638728618622, -0.4719301760196686, 0.1778591424226761, 1.2912306785583496, -1.7723839282989502, 1.077792763710022], "std": [1.468109076085966e-05, 7.755822480248753e-06, 1.2163298379164189e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.027570145204663277, 0.02346964180469513, 0.0476493202149868, 0.42644768953323364, 0.40852364897727966, 0.2846667468547821], "min": [-0.31036901473999023, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32555800676345825, -0.5036699771881104, 0.045944999903440475, 0.6488962769508362, -2.260417938232422, 0.7122059464454651], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2312760055065155, -0.4339900016784668, 0.2285269945859909, 1.989193320274353, -1.121137022972107, 1.5054901838302612], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.3574193548387097], "std": [0.0, 0.4792397725829831], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.889032258064516], "std": [0.0, 0.41341500541386744], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.3574193548387097], "std": [0.0, 0.4792397725829831], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.889032258064516], "std": [0.0, 0.41341500541386744], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"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.424704404636575]], [[0.40631354728692376]], [[0.4066135620915033]]], "std": [[[0.19850775823833192]], [[0.19655842960984277]], [[0.20557763114340843]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4005173720774663]], [[0.3969489050094311]], [[0.39560879035618723]]], "std": [[[0.22876575326328388]], [[0.22122213820869818]], [[0.2207639541421598]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49664887238452426]], [[0.4844101965170856]], [[0.4784220100232487]]], "std": [[[0.2105006194431219]], [[0.21109354885013953]], [[0.21799635513612853]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45824108298240995]], [[0.435426432205992]], [[0.44114811159363077]]], "std": [[[0.2715393704666335]], [[0.25928143491520506]], [[0.2638721076289805]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038999557495117, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12335986644029617, 0.30141836404800415, -0.5780355930328369, -1.477264165878296, 0.25389304757118225, -0.25268876552581787, -0.10674434155225754, -0.3303140103816986, -0.5130059719085693, 0.07816299796104431, 0.5673702359199524, -2.2782561779022217, 0.40998536348342896, 1009.0, 162.0, -0.00041545313433744013, -0.1993987113237381, -0.9075500965118408, 1.886221170425415, -0.9757900834083557, -0.000124351165140979], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5326570272445679, 0.6047216653823853, -0.09779080003499985, -1.1168537139892578, 1.3931043148040771, 0.3687182366847992, 0.9004852175712585, -0.2213989943265915, -0.44633400440216064, 0.22825899720191956, 2.1845693588256836, -1.121137022972107, 1.4603750705718994, 1010.0, 1000.0, -0.00041545313433744013, -0.19236797094345093, -0.9075334668159485, 1.8862353563308716, -0.975688636302948, -0.00011390946747269481], "mean": [-0.1995200663805008, 0.6046653985977173, 0.4513839781284332, -1.4119459390640259, -0.2538905739784241, -0.1205342635512352, 0.028279470279812813, -0.3103339672088623, 0.46757403016090393, 0.2282441258430481, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2738068401813507, 0.4638979434967041, -0.4128601551055908, -1.3386518955230713, 0.8087327480316162, 0.005549006629735231, 0.23752544820308685, -0.3002234101295471, -0.47697556018829346, 0.17683812975883484, 1.3043367862701416, -1.8129631280899048, 1.024035930633545, 1009.9070434570312, 636.13818359375, -0.00041545298881828785, -0.19557061791419983, -0.9075373411178589, 1.8862284421920776, -0.9757466316223145, -0.00011712057312252], "std": [2.6156045350944623e-05, 1.5811481716809794e-05, 2.280910121044144e-05, 2.482367563061416e-05, 2.4179649699362926e-05, 1.592331136635039e-05, 1.9155480913468637e-05, 1.4940035725885537e-05, 8.111613169603515e-06, 1.1908831766049843e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10311663150787354, 0.09580808132886887, 0.14573977887630463, 0.10626918077468872, 0.4076588451862335, 0.18779605627059937, 0.32017552852630615, 0.029658589512109756, 0.020914580672979355, 0.041918203234672546, 0.5037488341331482, 0.44253402948379517, 0.3248100280761719, 0.290382981300354, 405.1386413574219, 1.4551915228366852e-10, 0.0026945406571030617, 6.8762606133532245e-06, 4.198255737719592e-06, 3.0504206733894534e-05, 1.3441749615594745e-06], "count": [796]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038999557495117, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12335986644029617, 0.30141836404800415, -0.5780355930328369, -1.477264165878296, 0.25389304757118225, -0.25268876552581787, -0.10674434155225754, -0.3303140103816986, -0.5130059719085693, 0.07816299796104431, 0.5673702359199524, -2.2782561779022217, 0.40998536348342896, 1009.0, 162.0, -0.00041545313433744013, -0.1993987113237381, -0.9075500965118408, 1.886221170425415, -0.9757900834083557, -0.000124351165140979], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5326570272445679, 0.6047216653823853, -0.09779080003499985, -1.1168537139892578, 1.3931043148040771, 0.3687182366847992, 0.9004852175712585, -0.2213989943265915, -0.44633400440216064, 0.22825899720191956, 2.1845693588256836, -1.121137022972107, 1.4603750705718994, 1010.0, 1000.0, -0.00041545313433744013, -0.19236797094345093, -0.9075334668159485, 1.8862353563308716, -0.975688636302948, -0.00011390946747269481], "mean": [-0.1995200365781784, 0.6046653985977173, 0.4513839781284332, -1.4119459390640259, -0.2538905739784241, -0.12053428590297699, 0.028279447928071022, -0.3103339970111847, 0.46757400035858154, 0.2282441258430481, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.27380383014678955, 0.4638339579105377, -0.4129998981952667, -1.3387045860290527, 0.8089219331741333, 0.005535281263291836, 0.23743045330047607, -0.30023840069770813, -0.47695639729499817, 0.1767658293247223, 1.3042606115341187, -1.8132004737854004, 1.024187684059143, 1009.9070434570312, 636.13818359375, -0.00041545298881828785, -0.1955665946006775, -0.9075373411178589, 1.8862284421920776, -0.9757466316223145, -0.0001171158000943251], "std": [2.615878838696517e-05, 1.5793895727256313e-05, 2.280910121044144e-05, 2.4808818125166e-05, 2.4206787202274427e-05, 1.5908235582173802e-05, 1.9171255189576186e-05, 1.4937871128495317e-05, 8.114485353871714e-06, 1.19089118015836e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10311871767044067, 0.09573131054639816, 0.145829975605011, 0.10631608963012695, 0.4074361026287079, 0.1878056824207306, 0.32026514410972595, 0.02966671995818615, 0.020930208265781403, 0.041879087686538696, 0.5037122964859009, 0.4422121047973633, 0.32470765709877014, 0.290382981300354, 405.1386413574219, 1.4551915228366852e-10, 0.0026968393940478563, 6.868693162687123e-06, 4.192298092675628e-06, 3.0470984711428173e-05, 1.3420848290479626e-06], "count": [796]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.659507526959913], "count": [796]}, "frame_index": {"min": [0], "max": [795], "mean": [397.5], "std": [229.78522580879738], "count": [796]}, "episode_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [796]}, "index": {"min": [100494], "max": [101289], "mean": [100891.5], "std": [229.78522580879738], "count": [796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [796]}, "gripper_open_scale_state": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.6361381919053032], "std": [0.0, 0.4051406449731864], "count": [796]}, "gripper_open_scale_action": {"min": [1.0, 0.16200000047683716], "max": [1.0, 1.0], "mean": [1.0, 0.6361381919053032], "std": [0.0, 0.4051406449731863], "count": [796]}, "eef_direction_state": {"mean": [6.0, 4.525125628140704], "std": [0.0, 2.156122953416109], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.0, 0.4271356783919598], "std": [0.0, 0.5567920830996359], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.0, 0.33040201005025127], "std": [0.0, 0.6650880012774255], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_direction_action": {"mean": [6.0, 4.525125628140704], "std": [0.0, 2.156122953416109], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.0, 0.4271356783919598], "std": [0.0, 0.5567920830996359], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.0, 0.33040201005025127], "std": [0.0, 0.6650880012774255], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [-0.31033387780189514, 0.46757444739341736, 0.2282441109418869, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.30022335052490234, -0.476976215839386, 0.17683809995651245, 1.304335355758667, -1.8129520416259766, 1.0240339040756226], "std": [1.4939782886358444e-05, 8.10036090115318e-06, 1.1908839042007457e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.029658585786819458, 0.020914580672979355, 0.04191821441054344, 0.5037495493888855, 0.4425331950187683, 0.3248094916343689], "min": [-0.31038999557495117, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3303140103816986, -0.5130059719085693, 0.07816299796104431, 0.5673702359199524, -2.2782561779022217, 0.40998536348342896], "max": [-0.31029099225997925, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2213989943265915, -0.44633400440216064, 0.22825899720191956, 2.1845693588256836, -1.121137022972107, 1.4603750705718994], "count": [796]}, "eef_sim_pose_action": {"mean": [-0.3103339672088623, 0.46757403016090393, 0.2282441258430481, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.3002234101295471, -0.47697556018829346, 0.17683812975883484, 1.3043367862701416, -1.8129631280899048, 1.024035930633545], "std": [1.4940035725885537e-05, 8.111613169603515e-06, 1.1908831766049843e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.029658589512109756, 0.020914580672979355, 0.041918203234672546, 0.5037488341331482, 0.44253402948379517, 0.3248100280761719], "min": [-0.31038999557495117, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3303140103816986, -0.5130059719085693, 0.07816299796104431, 0.5673702359199524, -2.2782561779022217, 0.40998536348342896], "max": [-0.31029099225997925, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2213989943265915, -0.44633400440216064, 0.22825899720191956, 2.1845693588256836, -1.121137022972107, 1.4603750705718994], "count": [796]}, "gripper_mode_state": {"mean": [0.0, 0.4271356783919598], "std": [0.0, 0.4946622995909456], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_state": {"mean": [2.0, 1.8894472361809045], "std": [0.0, 0.41678259878882096], "min": [2, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.0, 0.4271356783919598], "std": [0.0, 0.4946622995909456], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_action": {"mean": [2.0, 1.8894472361809045], "std": [0.0, 0.41678259878882096], "min": [2, 0], "max": [2, 2], "count": [796]}}} +{"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.4257988653503359]], [[0.4075313742629919]], [[0.40819718822843826]]], "std": [[[0.19787967894623318]], [[0.19592488670976455]], [[0.2048616255638614]]], "count": [143]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4058448312308607]], [[0.4016231217720188]], [[0.39999898732803146]]], "std": [[[0.2307615747391062]], [[0.22356365168310657]], [[0.22230440961640616]]], "count": [143]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49622928807303807]], [[0.48411137106357693]], [[0.4782305535559212]]], "std": [[[0.21033388620784252]], [[0.21099844583089666]], [[0.21787870777510315]]], "count": [143]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4598438456967868]], [[0.4374543240664564]], [[0.44248586115681704]]], "std": [[[0.2660035640933626]], [[0.25429481362784795]], [[0.2597165227081137]]], "count": [143]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07339109480381012, 0.27689647674560547, -0.5532344579696655, -1.5798895359039307, 0.2537883222103119, -0.1270076036453247, -0.13870131969451904, -0.33074599504470825, -0.4939590096473694, 0.06502699851989746, 0.573900043964386, -2.3175928592681885, 0.7456113696098328, 1009.0, 153.0, -0.00041545313433744013, -0.19935734570026398, -0.9075493216514587, 1.886223554611206, -0.9757670760154724, -0.0001196049342979677], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30839967727661133, 0.6047391295433044, -0.13864895701408386, -1.2335463762283325, 1.4323742389678955, 0.2597050070762634, 0.4746597409248352, -0.23664399981498718, -0.42497798800468445, 0.2284650057554245, 1.7450755834579468, -1.121137022972107, 1.5101720094680786, 1010.0, 1000.0, -0.00041545313433744013, -0.19234539568424225, -0.9075406193733215, 1.8862290382385254, -0.9757290482521057, -0.00010821399337146431], "mean": [-0.19951830804347992, 0.6046708822250366, 0.45138493180274963, -1.4119435548782349, -0.25388357043266296, -0.12053385376930237, 0.028278442099690437, -0.31033435463905334, 0.46757441759109497, 0.22824685275554657, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.20611436665058136, 0.43204784393310547, -0.36621972918510437, -1.4029477834701538, 0.8500515818595886, 0.035358067601919174, 0.15581652522087097, -0.3037934899330139, -0.4672979414463043, 0.17398221790790558, 1.1716469526290894, -1.843881368637085, 1.1411325931549072, 1009.9066772460938, 610.5413208007812, -0.00041545351268723607, -0.1952381581068039, -0.9075368642807007, 1.8862301111221313, -0.9757457971572876, -0.00011369816638762131], "std": [2.7139269150211476e-05, 1.7601903891772963e-05, 2.2193207769305445e-05, 2.567163755884394e-05, 2.3263870389200747e-05, 1.550524575577583e-05, 1.9014796635019593e-05, 1.4695794561703224e-05, 8.089891707641073e-06, 1.2513254660007078e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.043474458158016205, 0.11330962181091309, 0.14488425850868225, 0.09144464135169983, 0.4027235209941864, 0.14493076503276825, 0.20875956118106842, 0.027939729392528534, 0.01866900362074375, 0.050460316240787506, 0.44891610741615295, 0.4249674081802368, 0.29390421509742737, 0.29089874029159546, 411.6006774902344, 3.7834979593753815e-10, 0.002737573580816388, 6.768924322386738e-06, 3.2225016184384003e-06, 1.1188854841748253e-05, 1.6852098951858352e-06], "count": [750]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07339109480381012, 0.27689647674560547, -0.5532344579696655, -1.5798895359039307, 0.2537883222103119, -0.1270076036453247, -0.13870131969451904, -0.33074599504470825, -0.4939590096473694, 0.06502699851989746, 0.573900043964386, -2.3175928592681885, 0.7456113696098328, 1009.0, 153.0, -0.00041545313433744013, -0.19935734570026398, -0.9075493216514587, 1.886223554611206, -0.9757670760154724, -0.0001196049342979677], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30839967727661133, 0.6047391295433044, -0.13864895701408386, -1.2335463762283325, 1.4323742389678955, 0.2597050070762634, 0.4746597409248352, -0.23664399981498718, -0.42497798800468445, 0.2284650057554245, 1.7450755834579468, -1.121137022972107, 1.5101720094680786, 1010.0, 1000.0, -0.00041545313433744013, -0.19234539568424225, -0.9075406193733215, 1.8862290382385254, -0.9757290482521057, -0.00010821399337146431], "mean": [-0.19951830804347992, 0.6046708822250366, 0.45138490200042725, -1.4119436740875244, -0.2538836598396301, -0.12053385376930237, 0.028278421610593796, -0.31033435463905334, 0.4675743877887726, 0.22824685275554657, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.2060922384262085, 0.4319922626018524, -0.36635538935661316, -1.4030182361602783, 0.8503656387329102, 0.035357505083084106, 0.15567271411418915, -0.3038122057914734, -0.46727532148361206, 0.1739177256822586, 1.171445369720459, -1.8441871404647827, 1.1413763761520386, 1009.9053344726562, 610.5413208007812, -0.00041545351268723607, -0.19523416459560394, -0.9075368642807007, 1.8862301111221313, -0.9757458567619324, -0.00011369310959707946], "std": [2.7139267331222072e-05, 1.7588296032045037e-05, 2.2174852347234264e-05, 2.558186861278955e-05, 2.321315332665108e-05, 1.550524575577583e-05, 1.9030407202080823e-05, 1.4695003301312681e-05, 8.086074558377732e-06, 1.2454869647626765e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.04348200187087059, 0.1132349893450737, 0.14501157402992249, 0.0914715826511383, 0.4023500382900238, 0.1449313461780548, 0.20892339944839478, 0.027948815375566483, 0.018678929656744003, 0.05042177066206932, 0.4487698972225189, 0.42452993988990784, 0.2936519384384155, 0.29275304079055786, 411.6006774902344, 3.7834979593753815e-10, 0.002735118381679058, 6.772730102966307e-06, 3.2252139590127626e-06, 1.1218266081414185e-05, 1.684570065663138e-06], "count": [750]}, "timestamp": {"min": [0.0], "max": [24.966666666666665], "mean": [12.483333333333333], "std": [7.21687194986448], "count": [750]}, "frame_index": {"min": [0], "max": [749], "mean": [374.5], "std": [216.5061584959344], "count": [750]}, "episode_index": {"min": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [750]}, "index": {"min": [101290], "max": [102039], "mean": [101664.5], "std": [216.5061584959344], "count": [750]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [750]}, "gripper_open_scale_state": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.6105413319269816], "std": [0.0, 0.4116000568203222], "count": [750]}, "gripper_open_scale_action": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.6105413319269816], "std": [0.0, 0.4116000568203222], "count": [750]}, "eef_direction_state": {"mean": [6.0, 4.6226666666666665], "std": [0.0, 2.0643690453878505], "min": [6, 0], "max": [6, 6], "count": [750]}, "eef_velocity_state": {"mean": [0.0, 0.44266666666666665], "std": [0.0, 0.5854168505337826], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_acc_mag_state": {"mean": [0.0, 0.336], "std": [0.0, 0.664658308205549], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_direction_action": {"mean": [6.0, 4.6226666666666665], "std": [0.0, 2.0643690453878505], "min": [6, 0], "max": [6, 6], "count": [750]}, "eef_velocity_action": {"mean": [0.0, 0.44266666666666665], "std": [0.0, 0.5854168505337826], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_acc_mag_action": {"mean": [0.0, 0.336], "std": [0.0, 0.664658308205549], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_sim_pose_state": {"mean": [-0.310334175825119, 0.46757441759109497, 0.22824662923812866, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3037934899330139, -0.4672979414463043, 0.17398223280906677, 1.1716492176055908, -1.8438808917999268, 1.141133427619934], "std": [1.4694814126414713e-05, 8.089908078545704e-06, 1.2511236491263844e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.027939729392528534, 0.01866900734603405, 0.05046030879020691, 0.4489162862300873, 0.4249674677848816, 0.29390403628349304], "min": [-0.3103730082511902, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33074599504470825, -0.4939590096473694, 0.06502699851989746, 0.573900043964386, -2.3175928592681885, 0.7456113696098328], "max": [-0.31029000878334045, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23664399981498718, -0.42497798800468445, 0.2284650057554245, 1.7450755834579468, -1.121137022972107, 1.5101720094680786], "count": [750]}, "eef_sim_pose_action": {"mean": [-0.31033435463905334, 0.46757441759109497, 0.22824685275554657, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, -0.3037934899330139, -0.4672979414463043, 0.17398221790790558, 1.1716469526290894, -1.843881368637085, 1.1411325931549072], "std": [1.4695794561703224e-05, 8.089891707641073e-06, 1.2513254660007078e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.027939729392528534, 0.01866900362074375, 0.050460316240787506, 0.44891610741615295, 0.4249674081802368, 0.29390421509742737], "min": [-0.3103730082511902, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33074599504470825, -0.4939590096473694, 0.06502699851989746, 0.573900043964386, -2.3175928592681885, 0.7456113696098328], "max": [-0.31029000878334045, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23664399981498718, -0.42497798800468445, 0.2284650057554245, 1.7450755834579468, -1.121137022972107, 1.5101720094680786], "count": [750]}, "gripper_mode_state": {"mean": [0.0, 0.452], "std": [0.0, 0.4976906669810091], "min": [0, 0], "max": [0, 1], "count": [750]}, "gripper_activity_state": {"mean": [2.0, 1.884], "std": [0.0, 0.4241194800210566], "min": [2, 0], "max": [2, 2], "count": [750]}, "gripper_mode_action": {"mean": [0.0, 0.452], "std": [0.0, 0.4976906669810091], "min": [0, 0], "max": [0, 1], "count": [750]}, "gripper_activity_action": {"mean": [2.0, 1.884], "std": [0.0, 0.4241194800210566], "min": [2, 0], "max": [2, 2], "count": [750]}}} +{"episode_index": 126, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4248664353691927]], [[0.4063479219108815]], [[0.4067773872217806]]], "std": [[[0.19804722037437095]], [[0.19607489893679506]], [[0.20520041495748512]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40365252108726374]], [[0.4001599582118884]], [[0.39846701802905843]]], "std": [[[0.23025435550578213]], [[0.2227374452419823]], [[0.22204692454510488]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4957534777424484]], [[0.4835031147875817]], [[0.4774647740571454]]], "std": [[[0.21029112145164555]], [[0.21062446025850015]], [[0.21746737545967385]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46794250270491083]], [[0.4443982304915209]], [[0.44932566849938177]]], "std": [[[0.2698231940118383]], [[0.2560097522376336]], [[0.261745856066442]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07682939618825912, 0.294402152299881, -0.5835508704185486, -1.5418587923049927, 0.21971949934959412, -0.14353588223457336, -0.17320647835731506, -0.33555299043655396, -0.48711898922920227, 0.08304499834775925, 0.5654968023300171, -2.3536946773529053, 0.6557823419570923, 1009.0, 152.0, -0.00041545313433744013, -0.19932350516319275, -0.9075484871864319, 1.886223554611206, -0.9757670760154724, -0.00011865569103974849], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30112165212631226, 0.6047391295433044, -0.10756464302539825, -1.2172274589538574, 1.398654580116272, 0.3234443962574005, 0.6013532280921936, -0.24149499833583832, -0.4349859952926636, 0.22830800712108612, 1.9637430906295776, -1.121137022972107, 1.49551260471344, 1010.0, 1000.0, -0.00041545313433744013, -0.19234727323055267, -0.9075421690940857, 1.8862282037734985, -0.975745677947998, -0.00010726474283728749], "mean": [-0.19952040910720825, 0.6046668291091919, 0.4513840973377228, -1.411941409111023, -0.2538873255252838, -0.12053453922271729, 0.028275679796934128, -0.31033405661582947, 0.4675750434398651, 0.22824519872665405, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.1955869048833847, 0.4660506844520569, -0.379227876663208, -1.4147257804870605, 0.7358868718147278, 0.02190670371055603, 0.15356633067131042, -0.3060891032218933, -0.46082228422164917, 0.17963145673274994, 1.2719980478286743, -1.734509825706482, 1.0445172786712646, 1009.9312133789062, 663.2127685546875, -0.0004154531052336097, -0.19552408158779144, -0.9075372815132141, 1.8862298727035522, -0.9757542610168457, -0.00011180683213751763], "std": [2.6495854399399832e-05, 1.6258507457678206e-05, 2.2760610590921715e-05, 2.5338626073789783e-05, 2.3044080080580898e-05, 1.49815696204314e-05, 1.9724515368579887e-05, 1.4515970178763382e-05, 8.103593245323282e-06, 1.1724103387678042e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.042239539325237274, 0.10536734014749527, 0.16084697842597961, 0.09265206754207611, 0.46218493580818176, 0.16652774810791016, 0.2535267174243927, 0.026645485311746597, 0.01838722452521324, 0.04239799454808235, 0.4886874854564667, 0.49359554052352905, 0.3277597725391388, 0.2530956566333771, 404.62786865234375, 2.9103830456733704e-11, 0.0025254604406654835, 7.978012945386581e-06, 4.203386197332293e-06, 6.820760972914286e-06, 1.4352557400343358e-06], "count": [785]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07682939618825912, 0.294402152299881, -0.5835508704185486, -1.5418587923049927, 0.21971949934959412, -0.14353588223457336, -0.17320647835731506, -0.33555299043655396, -0.48711898922920227, 0.08304499834775925, 0.5654968023300171, -2.3536946773529053, 0.6557823419570923, 1009.0, 152.0, -0.00041545313433744013, -0.19932350516319275, -0.9075484871864319, 1.886223554611206, -0.9757670760154724, -0.00011865569103974849], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30112165212631226, 0.6047391295433044, -0.10756464302539825, -1.2172274589538574, 1.398654580116272, 0.3234443962574005, 0.6013532280921936, -0.24149499833583832, -0.4349859952926636, 0.22830800712108612, 1.9637430906295776, -1.121137022972107, 1.49551260471344, 1010.0, 1000.0, -0.00041545313433744013, -0.19234727323055267, -0.9075421690940857, 1.8862282037734985, -0.975745677947998, -0.00010726474283728749], "mean": [-0.19952045381069183, 0.6046668291091919, 0.4513840973377228, -1.4119412899017334, -0.2538873255252838, -0.12053454667329788, 0.028275614604353905, -0.31033408641815186, 0.4675751030445099, 0.22824522852897644, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19554860889911652, 0.46600738167762756, -0.3793927729129791, -1.4148308038711548, 0.7358707785606384, 0.02191450260579586, 0.15339021384716034, -0.30610567331314087, -0.46078771352767944, 0.17955181002616882, 1.2720239162445068, -1.7345622777938843, 1.0445488691329956, 1009.9312133789062, 663.2127685546875, -0.0004154531052336097, -0.19552388787269592, -0.9075372815132141, 1.8862298727035522, -0.9757543206214905, -0.00011180440924363211], "std": [2.653657975315582e-05, 1.6258507457678206e-05, 2.2760610590921715e-05, 2.5257642846554518e-05, 2.3080649043549784e-05, 1.4981396816438064e-05, 1.9640137907117605e-05, 1.4478365301329177e-05, 8.116670869640075e-06, 1.1717422239598818e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.04224942624568939, 0.10531725734472275, 0.16098742187023163, 0.0926954597234726, 0.4622018337249756, 0.16652169823646545, 0.25370046496391296, 0.0266521405428648, 0.018399976193904877, 0.04236524552106857, 0.48870399594306946, 0.4935331642627716, 0.3277316689491272, 0.2530956566333771, 404.62786865234375, 2.9103830456733704e-11, 0.0025254676584154367, 7.978012945386581e-06, 4.2046972339448985e-06, 6.825239779573167e-06, 1.4365076594913262e-06], "count": [785]}, "timestamp": {"min": [0.0], "max": [26.133333333333333], "mean": [13.066666666666668], "std": [7.5536598929113685], "count": [785]}, "frame_index": {"min": [0], "max": [784], "mean": [392.0], "std": [226.60979678734103], "count": [785]}, "episode_index": {"min": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [785]}, "index": {"min": [102040], "max": [102824], "mean": [102432.0], "std": [226.60979678734103], "count": [785]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [785]}, "gripper_open_scale_state": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.6632127372512392], "std": [0.0, 0.40462860996287775], "count": [785]}, "gripper_open_scale_action": {"min": [1.0, 0.15199999511241913], "max": [1.0, 1.0], "mean": [1.0, 0.6632127372512392], "std": [0.0, 0.4046286099628777], "count": [785]}, "eef_direction_state": {"mean": [6.0, 4.9566878980891715], "std": [0.0, 1.866406809969215], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_state": {"mean": [0.0, 0.3643312101910828], "std": [0.0, 0.5595736250862502], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_state": {"mean": [0.0, 0.29426751592356687], "std": [0.0, 0.6434621758482216], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_direction_action": {"mean": [6.0, 4.9566878980891715], "std": [0.0, 1.866406809969215], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_action": {"mean": [0.0, 0.3643312101910828], "std": [0.0, 0.5595736250862502], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_action": {"mean": [0.0, 0.29426751592356687], "std": [0.0, 0.6434621758482216], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_sim_pose_state": {"mean": [-0.31033405661582947, 0.46757492423057556, 0.22824519872665405, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.306088924407959, -0.46082180738449097, 0.17963151633739471, 1.272002935409546, -1.734507441520691, 1.0445142984390259], "std": [1.4515974726236891e-05, 8.10302844911348e-06, 1.1724106116162147e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.026645485311746597, 0.018387220799922943, 0.04239797592163086, 0.48868706822395325, 0.4935966432094574, 0.3277597725391388], "min": [-0.3103809952735901, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33555299043655396, -0.48711898922920227, 0.08304499834775925, 0.5654968023300171, -2.3536946773529053, 0.6557823419570923], "max": [-0.3102880120277405, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24149499833583832, -0.4349859952926636, 0.22830800712108612, 1.9637430906295776, -1.121137022972107, 1.49551260471344], "count": [785]}, "eef_sim_pose_action": {"mean": [-0.31033405661582947, 0.4675750434398651, 0.22824519872665405, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3060891032218933, -0.46082228422164917, 0.17963145673274994, 1.2719980478286743, -1.734509825706482, 1.0445172786712646], "std": [1.4515970178763382e-05, 8.103593245323282e-06, 1.1724103387678042e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.026645485311746597, 0.01838722452521324, 0.04239799454808235, 0.4886874854564667, 0.49359554052352905, 0.3277597725391388], "min": [-0.3103809952735901, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33555299043655396, -0.48711898922920227, 0.08304499834775925, 0.5654968023300171, -2.3536946773529053, 0.6557823419570923], "max": [-0.3102880120277405, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24149499833583832, -0.4349859952926636, 0.22830800712108612, 1.9637430906295776, -1.121137022972107, 1.49551260471344], "count": [785]}, "gripper_mode_state": {"mean": [0.0, 0.38980891719745225], "std": [0.0, 0.487706802567689], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_state": {"mean": [2.0, 1.8878980891719745], "std": [0.0, 0.4164377777474094], "min": [2, 0], "max": [2, 2], "count": [785]}, "gripper_mode_action": {"mean": [0.0, 0.38980891719745225], "std": [0.0, 0.487706802567689], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_action": {"mean": [2.0, 1.8878980891719745], "std": [0.0, 0.4164377777474094], "min": [2, 0], "max": [2, 2], "count": [785]}}} +{"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.4247038536698463]], [[0.4082503215531708]], [[0.40701857556085497]]], "std": [[[0.19981575066267152]], [[0.19780010858827288]], [[0.20634768753237193]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4004747408253842]], [[0.3973191615328564]], [[0.3956673553148737]]], "std": [[[0.23121261324146528]], [[0.22340115176302888]], [[0.22205901993071228]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4908821887144498]], [[0.47917425283739623]], [[0.4729715059728846]]], "std": [[[0.20871421855255734]], [[0.2090789112691664]], [[0.2158509862347059]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45175194725975976]], [[0.43073472277424485]], [[0.43525745920552905]]], "std": [[[0.2758915491719232]], [[0.26384545995642295]], [[0.26775610405125966]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07264060527086258, 0.2850646376609802, -0.5962044596672058, -1.511123538017273, 0.25385814905166626, -0.12861330807209015, -0.05825909227132797, -0.33111199736595154, -0.5020560026168823, 0.051325999200344086, 0.5434322357177734, -2.308607339859009, 0.5251532793045044, 1009.0, 165.0, -0.00041545313433744013, -0.19934041798114777, -0.9075500965118408, 1.886221170425415, -0.9758011698722839, -0.00011485871073091403], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.414690226316452, 0.6047216653823853, -0.13273228704929352, -1.1555300951004028, 1.4371216297149658, 0.25328218936920166, 0.6961245536804199, -0.21448400616645813, -0.4395360052585602, 0.2284580022096634, 1.9542118310928345, -1.121137022972107, 1.51250422000885, 1010.0, 1000.0, -0.00041545313433744013, -0.1923416405916214, -0.9075406193733215, 1.8862305879592896, -0.9757575988769531, 0.0003967846278101206], "mean": [-0.1995180994272232, 0.604666531085968, 0.45138663053512573, -1.4119452238082886, -0.2538905739784241, -0.12053535878658295, 0.028272226452827454, -0.3103351294994354, 0.46757349371910095, 0.228242427110672, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.2693029046058655, 0.44068267941474915, -0.39331549406051636, -1.3573784828186035, 0.8777765035629272, 0.03396947309374809, 0.2871180474758148, -0.29488620162010193, -0.4748998284339905, 0.16704124212265015, 1.2646570205688477, -1.9135644435882568, 1.0614705085754395, 1009.9093017578125, 557.3448486328125, -0.00041545313433744013, -0.19533909857273102, -0.9075372815132141, 1.8862289190292358, -0.9757751822471619, 2.5094970624195412e-05], "std": [2.540240529924631e-05, 1.597814480192028e-05, 2.3006739866104908e-05, 2.488098107278347e-05, 2.358879464736674e-05, 1.5180818081717007e-05, 1.8900718714576215e-05, 1.4399167412193492e-05, 7.739559805486351e-06, 1.1908138731087092e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08523832261562347, 0.09652261435985565, 0.14573366940021515, 0.10080944001674652, 0.40076109766960144, 0.12399638444185257, 0.2629217505455017, 0.03335244953632355, 0.01902647875249386, 0.056759145110845566, 0.5224717855453491, 0.39734089374542236, 0.37661027908325195, 0.2871476113796234, 406.94097900390625, 0.0, 0.0018230417044833302, 7.277356417034753e-06, 3.140975422866177e-06, 1.3605987987830304e-05, 0.00010564803960733116], "count": [783]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07264060527086258, 0.2850646376609802, -0.5962044596672058, -1.511123538017273, 0.25385814905166626, -0.12861330807209015, -0.05825909227132797, -0.33111199736595154, -0.5020560026168823, 0.051325999200344086, 0.5434322357177734, -2.308607339859009, 0.5251532793045044, 1009.0, 165.0, -0.00041545313433744013, -0.19934041798114777, -0.9075500965118408, 1.886221170425415, -0.9758011698722839, -0.00011485871073091403], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.414690226316452, 0.6047216653823853, -0.13273228704929352, -1.1555300951004028, 1.4371216297149658, 0.25328218936920166, 0.6961245536804199, -0.21448400616645813, -0.4395360052585602, 0.2284580022096634, 1.9542118310928345, -1.121137022972107, 1.51250422000885, 1010.0, 1000.0, -0.00041545313433744013, -0.1923416405916214, -0.9075406193733215, 1.8862305879592896, -0.9757575988769531, 0.0003967846278101206], "mean": [-0.1995180994272232, 0.6046664714813232, 0.45138663053512573, -1.4119453430175781, -0.2538905739784241, -0.12053541094064713, 0.02827218547463417, -0.31033509969711304, 0.46757349371910095, 0.22824238240718842, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.26936259865760803, 0.44063863158226013, -0.393466591835022, -1.357403039932251, 0.8779178261756897, 0.03397968411445618, 0.28708207607269287, -0.29488933086395264, -0.47489696741104126, 0.16697438061237335, 1.264656901359558, -1.9137555360794067, 1.0615311861038208, 1009.9105834960938, 557.3448486328125, -0.00041545313433744013, -0.19534291326999664, -0.9075372815132141, 1.8862289190292358, -0.9757751226425171, 2.5213774279109202e-05], "std": [2.540240529924631e-05, 1.5986415746738203e-05, 2.3006739866104908e-05, 2.4859540644683875e-05, 2.358879464736674e-05, 1.527309177618008e-05, 1.8895645553129725e-05, 1.4395161997526884e-05, 7.740227374597453e-06, 1.1912349691556301e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08520577847957611, 0.09645555168390274, 0.14585505425930023, 0.10082504153251648, 0.40056031942367554, 0.12398398667573929, 0.2629668414592743, 0.033354051411151886, 0.019027743488550186, 0.05671783164143562, 0.5224717259407043, 0.39699557423591614, 0.3765627443790436, 0.28532031178474426, 406.94097900390625, 0.0, 0.0018201495986431837, 7.273489700310165e-06, 3.1380820928461617e-06, 1.3575049706560094e-05, 0.00010555158223723993], "count": [783]}, "timestamp": {"min": [0.0], "max": [26.066666666666666], "mean": [13.033333333333333], "std": [7.53441486828323], "count": [783]}, "frame_index": {"min": [0], "max": [782], "mean": [391.0], "std": [226.0324460484969], "count": [783]}, "episode_index": {"min": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [783]}, "index": {"min": [102825], "max": [103607], "mean": [103216.0], "std": [226.0324460484969], "count": [783]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [783]}, "gripper_open_scale_state": {"min": [1.0, 0.16500000655651093], "max": [1.0, 1.0], "mean": [1.0, 0.5573448302607275], "std": [0.0, 0.4069398854367317], "count": [783]}, "gripper_open_scale_action": {"min": [1.0, 0.16500000655651093], "max": [1.0, 1.0], "mean": [1.0, 0.5573448302607275], "std": [0.0, 0.40693988543673176], "count": [783]}, "eef_direction_state": {"mean": [6.0, 4.545338441890166], "std": [0.0, 2.1082276593730933], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_state": {"mean": [0.0, 0.4661558109833972], "std": [0.0, 0.5859717333410063], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_state": {"mean": [0.0, 0.38058748403575987], "std": [0.0, 0.6971799881186617], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_direction_action": {"mean": [6.0, 4.545338441890166], "std": [0.0, 2.1082276593730933], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_action": {"mean": [0.0, 0.4661558109833972], "std": [0.0, 0.5859717333410063], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_action": {"mean": [0.0, 0.38058748403575987], "std": [0.0, 0.6971799881186617], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_sim_pose_state": {"mean": [-0.31033506989479065, 0.4675736129283905, 0.2282424122095108, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2948860824108124, -0.4748994708061218, 0.16704118251800537, 1.264657974243164, -1.9135639667510986, 1.0614701509475708], "std": [1.4399171050172299e-05, 7.738795829936862e-06, 1.190810689877253e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03335244953632355, 0.019026463851332664, 0.05675916373729706, 0.5224714279174805, 0.3973407447338104, 0.3766099810600281], "min": [-0.3103800117969513, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33111199736595154, -0.5020560026168823, 0.051325999200344086, 0.5434322357177734, -2.308607339859009, 0.5251532793045044], "max": [-0.3102790117263794, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21448400616645813, -0.4395360052585602, 0.2284580022096634, 1.9542118310928345, -1.121137022972107, 1.51250422000885], "count": [783]}, "eef_sim_pose_action": {"mean": [-0.3103351294994354, 0.46757349371910095, 0.228242427110672, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.29488620162010193, -0.4748998284339905, 0.16704124212265015, 1.2646570205688477, -1.9135644435882568, 1.0614705085754395], "std": [1.4399167412193492e-05, 7.739559805486351e-06, 1.1908138731087092e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.03335244953632355, 0.01902647875249386, 0.056759145110845566, 0.5224717855453491, 0.39734089374542236, 0.37661027908325195], "min": [-0.3103800117969513, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33111199736595154, -0.5020560026168823, 0.051325999200344086, 0.5434322357177734, -2.308607339859009, 0.5251532793045044], "max": [-0.3102790117263794, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21448400616645813, -0.4395360052585602, 0.2284580022096634, 1.9542118310928345, -1.121137022972107, 1.51250422000885], "count": [783]}, "gripper_mode_state": {"mean": [0.0, 0.5236270753512133], "std": [0.0, 0.49944144933149653], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_state": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41573970964155077], "min": [2, 0], "max": [2, 2], "count": [783]}, "gripper_mode_action": {"mean": [0.0, 0.5236270753512133], "std": [0.0, 0.49944144933149653], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_action": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.4157397096415508], "min": [2, 0], "max": [2, 2], "count": [783]}}} +{"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.43415679699391174]], [[0.4175210333848151]], [[0.41492100204807947]]], "std": [[[0.20214678200143985]], [[0.20041548690926175]], [[0.2092517846419131]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.400550720744919]], [[0.397427497425911]], [[0.395461813949324]]], "std": [[[0.23097323159932112]], [[0.22294954330471173]], [[0.2219375330093472]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49111937337720474]], [[0.4792714866483123]], [[0.4731140699144955]]], "std": [[[0.20914907095588184]], [[0.20944554321424072]], [[0.21621660564656944]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4611940079684842]], [[0.4383442858022204]], [[0.442766670024174]]], "std": [[[0.27716323903333545]], [[0.26430329910105027]], [[0.26775179136532923]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0126710906624794, 0.2499835044145584, -0.5635318756103516, -1.6682206392288208, 0.19542451202869415, -0.1719498485326767, -0.22101104259490967, -0.3350439965724945, -0.4916659891605377, 0.03686700016260147, 0.5865645408630371, -2.3480443954467773, 0.6290987133979797, 1009.0, 174.0, -0.00041545313433744013, -0.19948141276836395, -0.907558023929596, 1.886214017868042, -0.9758685231208801, -0.0002838244254235178], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45582765340805054, 0.611284077167511, -0.08677776902914047, -1.1997393369674683, 1.3940643072128296, 0.35758307576179504, 0.6098878383636475, -0.21851100027561188, -0.4119749963283539, 0.22828200459480286, 2.0439906120300293, -1.1045804023742676, 1.4548259973526, 1010.0, 1000.0, -0.00041545313433744013, -0.1923416405916214, -0.9075366258621216, 1.8862329721450806, -0.9756783246994019, -2.27818927669432e-05], "mean": [-0.19951732456684113, 0.6046574115753174, 0.4513873755931854, -1.411943793296814, -0.2538963556289673, -0.12053552269935608, 0.02827230468392372, -0.31033560633659363, 0.46757379174232483, 0.22823970019817352, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2062310427427292, 0.44950994849205017, -0.36384132504463196, -1.4047203063964844, 0.7838982939720154, 0.03521120548248291, 0.2198794037103653, -0.29921895265579224, -0.46242019534111023, 0.17328403890132904, 1.28090238571167, -1.811110258102417, 1.0459991693496704, 1009.8967895507812, 585.077392578125, -0.0004154532216489315, -0.19538359344005585, -0.9075373411178589, 1.8862296342849731, -0.9757587313652039, -0.00021565702627412975], "std": [2.6596924726618454e-05, 1.6864611097844318e-05, 2.253789898531977e-05, 2.4451173885609023e-05, 2.2883314159116708e-05, 1.5758032532176003e-05, 1.8798926248564385e-05, 1.495400647399947e-05, 7.884794285928365e-06, 1.1727415767381899e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10462544858455658, 0.10693548619747162, 0.1451217383146286, 0.1283794343471527, 0.4508567750453949, 0.17340345680713654, 0.2634144127368927, 0.03402455151081085, 0.020146870985627174, 0.05772724375128746, 0.5067163109779358, 0.4592669904232025, 0.3050595223903656, 0.3042522072792053, 403.1285400390625, 8.731149137020111e-11, 0.002540928078815341, 9.213094017468393e-06, 5.474978024722077e-06, 5.105764284962788e-05, 7.938085764180869e-05], "count": [775]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0126710906624794, 0.2499835044145584, -0.5635318756103516, -1.6682206392288208, 0.19542451202869415, -0.1719498485326767, -0.22101104259490967, -0.3350439965724945, -0.4916659891605377, 0.03686700016260147, 0.5865645408630371, -2.3480443954467773, 0.6290987133979797, 1009.0, 174.0, -0.00041545313433744013, -0.19948141276836395, -0.907558023929596, 1.886214017868042, -0.9758685231208801, -0.0002838244254235178], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45582765340805054, 0.611284077167511, -0.08677776902914047, -1.1997393369674683, 1.3940643072128296, 0.35758307576179504, 0.6098878383636475, -0.21851100027561188, -0.4119749963283539, 0.22828200459480286, 2.0439906120300293, -1.1045804023742676, 1.4548259973526, 1010.0, 1000.0, -0.00041545313433744013, -0.1923416405916214, -0.9075366258621216, 1.8862329721450806, -0.9756783246994019, -2.27818927669432e-05], "mean": [-0.19951726496219635, 0.6046574115753174, 0.4513873755931854, -1.4119436740875244, -0.25389644503593445, -0.12053549289703369, 0.02827225998044014, -0.31033560633659363, 0.46757379174232483, 0.2282397300004959, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.20617130398750305, 0.44943472743034363, -0.3639853894710541, -1.4048136472702026, 0.7838337421417236, 0.03522288799285889, 0.2196328490972519, -0.29924076795578003, -0.46238479018211365, 0.1732078343629837, 1.2808836698532104, -1.8110965490341187, 1.046069622039795, 1009.8967895507812, 585.077392578125, -0.0004154532216489315, -0.19538359344005585, -0.9075373411178589, 1.8862296342849731, -0.9757587909698486, -0.00021593384735751897], "std": [2.6642032025847584e-05, 1.6892183339223266e-05, 2.2517269826494157e-05, 2.4464117814204656e-05, 2.2845788407721557e-05, 1.57506947289221e-05, 1.870999221864622e-05, 1.4945176189939957e-05, 7.886666935519315e-06, 1.1727440323738847e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10464275628328323, 0.10684674233198166, 0.1452639102935791, 0.1284109354019165, 0.45093634724617004, 0.17339301109313965, 0.2637356221675873, 0.03403707966208458, 0.02016192302107811, 0.057693637907505035, 0.5067055225372314, 0.4592874050140381, 0.3049970865249634, 0.3042522072792053, 403.1285400390625, 8.731149137020111e-11, 0.0025409278459846973, 9.223689630744047e-06, 5.484650500875432e-06, 5.114197119837627e-05, 7.909532723715529e-05], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [775]}, "index": {"min": [103608], "max": [104382], "mean": [103995.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5850774176274577], "std": [0.0, 0.403129158426419], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5850774176274577], "std": [0.0, 0.403129158426419], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.374193548387097], "std": [0.0, 2.0695905379560307], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.5587096774193548], "std": [0.0, 0.6170467746973559], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.40516129032258064], "std": [0.0, 0.7173241988414307], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.374193548387097], "std": [0.0, 2.0695905379560307], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.5587096774193548], "std": [0.0, 0.6170467746973559], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.40516129032258064], "std": [0.0, 0.7173241988414307], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.3103357255458832, 0.46757370233535767, 0.22823947668075562, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29921871423721313, -0.4624200761318207, 0.17328402400016785, 1.2809010744094849, -1.8111085891723633, 1.0459978580474854], "std": [1.4953548088669777e-05, 7.88445868238341e-06, 1.1724820069503039e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03402455523610115, 0.020146863535046577, 0.057727254927158356, 0.5067160725593567, 0.4592668116092682, 0.30505988001823425], "min": [-0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3350439965724945, -0.4916659891605377, 0.03686700016260147, 0.5865645408630371, -2.3480443954467773, 0.6290987133979797], "max": [-0.31029099225997925, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21851100027561188, -0.4119749963283539, 0.22828200459480286, 2.0439906120300293, -1.1045804023742676, 1.4548259973526], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.31033560633659363, 0.46757379174232483, 0.22823970019817352, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29921895265579224, -0.46242019534111023, 0.17328403890132904, 1.28090238571167, -1.811110258102417, 1.0459991693496704], "std": [1.495400647399947e-05, 7.884794285928365e-06, 1.1727415767381899e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03402455151081085, 0.020146870985627174, 0.05772724375128746, 0.5067163109779358, 0.4592669904232025, 0.3050595223903656], "min": [-0.31037700176239014, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3350439965724945, -0.4916659891605377, 0.03686700016260147, 0.5865645408630371, -2.3480443954467773, 0.6290987133979797], "max": [-0.31029099225997925, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21851100027561188, -0.4119749963283539, 0.22828200459480286, 2.0439906120300293, -1.1045804023742676, 1.4548259973526], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.49548387096774194], "std": [0.0, 0.4999796041625781], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.887741935483871], "std": [0.0, 0.4177258684168857], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.49548387096774194], "std": [0.0, 0.49997960416257814], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.887741935483871], "std": [0.0, 0.4177258684168857], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"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.43474923057122394]], [[0.4177161647193124]], [[0.4152242856903035]]], "std": [[[0.20188390535310768]], [[0.20020555315642707]], [[0.20891807373816948]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40591457941624143]], [[0.4019725369885397]], [[0.39949740772450537]]], "std": [[[0.23200517506820453]], [[0.2242254823483247]], [[0.22328838716592844]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49143066747246844]], [[0.47946395436028294]], [[0.4732424903751455]]], "std": [[[0.20909458822633176]], [[0.20931271158496337]], [[0.21606771003707287]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655447499776166]], [[0.437776335448563]], [[0.44387095700152207]]], "std": [[[0.27320406021644067]], [[0.25438043854753206]], [[0.25959489536616104]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029618237167596817, 0.2638588845729828, -0.5677555799484253, -1.5538840293884277, 0.250507116317749, -0.12058479338884354, -0.16142550110816956, -0.33727899193763733, -0.49383100867271423, 0.040001001209020615, 0.627210795879364, -2.3331658840179443, 0.5675672292709351, 1009.0, 161.0, -0.00041545313433744013, -0.1992802619934082, -0.9075556397438049, 1.8862179517745972, -0.9758455157279968, -0.000248702330281958], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44366270303726196, 0.6047391295433044, -0.12889257073402405, -1.200227975845337, 1.2424474954605103, 0.27956682443618774, 0.513737678527832, -0.2275169938802719, -0.42682400345802307, 0.2282869964838028, 1.942126989364624, -1.121137022972107, 1.4072462320327759, 1010.0, 1000.0, -0.00041545313433744013, -0.1923811137676239, -0.9075397849082947, 1.8862305879592896, -0.9757773876190186, -0.00023446364502888173], "mean": [-0.19951851665973663, 0.6046732068061829, 0.45138657093048096, -1.4119447469711304, -0.2538990378379822, -0.12053459137678146, 0.028272366151213646, -0.3103339970111847, 0.46757423877716064, 0.2282463014125824, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.19247618317604065, 0.4221344292163849, -0.37393343448638916, -1.4128551483154297, 0.6724748611450195, 0.03566384315490723, 0.1481824666261673, -0.3084549307823181, -0.46208417415618896, 0.16560184955596924, 1.2837167978286743, -1.7168983221054077, 1.0181430578231812, 1009.9380493164062, 668.0851440429688, -0.0004154532216489315, -0.19541846215724945, -0.9075390100479126, 1.886228322982788, -0.9758177399635315, -0.00023970584152266383], "std": [2.6848119887290522e-05, 1.6247809980995953e-05, 2.3040440282784402e-05, 2.4463071895297617e-05, 2.1758942239102907e-05, 1.4805107639404014e-05, 1.9168457583873533e-05, 1.476146553613944e-05, 7.901601748017129e-06, 1.1699230526573956e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.09833276271820068, 0.10093657672405243, 0.13502849638462067, 0.10067559778690338, 0.411212295293808, 0.13033436238765717, 0.24517260491847992, 0.029100285843014717, 0.01707153581082821, 0.05324774608016014, 0.42576783895492554, 0.44811850786209106, 0.28975650668144226, 0.24103786051273346, 400.01953125, 8.731149137020111e-11, 0.0017422452801838517, 1.0260050657961983e-05, 6.090274837333709e-06, 1.987756695598364e-05, 1.8498867575544864e-06], "count": [775]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029618237167596817, 0.2638588845729828, -0.5677555799484253, -1.5538840293884277, 0.250507116317749, -0.12058479338884354, -0.16142550110816956, -0.33727899193763733, -0.49383100867271423, 0.040001001209020615, 0.627210795879364, -2.3331658840179443, 0.5675672292709351, 1009.0, 161.0, -0.00041545313433744013, -0.1992802619934082, -0.9075556397438049, 1.8862179517745972, -0.9758455157279968, -0.000248702330281958], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44366270303726196, 0.6047391295433044, -0.12889257073402405, -1.200227975845337, 1.2424474954605103, 0.27956682443618774, 0.513737678527832, -0.2275169938802719, -0.42682400345802307, 0.2282869964838028, 1.942126989364624, -1.121137022972107, 1.4072462320327759, 1010.0, 1000.0, -0.00041545313433744013, -0.1923811137676239, -0.9075397849082947, 1.8862305879592896, -0.9757773876190186, -0.00023446364502888173], "mean": [-0.19951854646205902, 0.6046732664108276, 0.45138657093048096, -1.4119446277618408, -0.2538990080356598, -0.12053462862968445, 0.028272388502955437, -0.3103340268135071, 0.46757423877716064, 0.2282463163137436, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.1923745572566986, 0.4219975173473358, -0.3739784359931946, -1.4129678010940552, 0.6724950671195984, 0.035747334361076355, 0.14802150428295135, -0.30847856402397156, -0.4620494544506073, 0.1655261367559433, 1.2835806608200073, -1.7170286178588867, 1.018263816833496, 1009.9380493164062, 668.0851440429688, -0.0004154532216489315, -0.1954180896282196, -0.9075390696525574, 1.886228322982788, -0.9758177399635315, -0.00023970215988811105], "std": [2.6846742912312038e-05, 1.625524237169884e-05, 2.3040440282784402e-05, 2.4388149540754966e-05, 2.1756442947662435e-05, 1.479748789279256e-05, 1.916046858241316e-05, 1.4755183656234294e-05, 7.902986908447929e-06, 1.1698249181790743e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.09836605936288834, 0.10076063871383667, 0.13505995273590088, 0.10072322934865952, 0.4111926555633545, 0.13025498390197754, 0.2453293353319168, 0.029109235852956772, 0.01708761416375637, 0.05320030078291893, 0.42569395899772644, 0.4479590952396393, 0.28966253995895386, 0.24103786051273346, 400.01953125, 8.731149137020111e-11, 0.0017428381834179163, 1.0206531442236155e-05, 6.08893651588005e-06, 1.9868248273269273e-05, 1.849925752139825e-06], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [775]}, "index": {"min": [104383], "max": [105157], "mean": [104770.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.6680851607553421], "std": [0.0, 0.4000190588772651], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.6680851607553421], "std": [0.0, 0.4000190588772651], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.709677419354839], "std": [0.0, 2.010834337943177], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.44903225806451613], "std": [0.0, 0.5986401516917194], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.3225806451612903], "std": [0.0, 0.6519002879519592], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.709677419354839], "std": [0.0, 2.010834337943177], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.44903225806451613], "std": [0.0, 0.5986401516917194], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.3225806451612903], "std": [0.0, 0.6519002879519592], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.31033405661582947, 0.46757426857948303, 0.2282463163137436, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3084549009799957, -0.4620838463306427, 0.165601909160614, 1.2837209701538086, -1.7168915271759033, 1.0181388854980469], "std": [1.476132183597656e-05, 7.901512617536355e-06, 1.1699221431626938e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.029100287705659866, 0.01707153394818306, 0.053247757256031036, 0.4257686734199524, 0.4481184184551239, 0.2897562086582184], "min": [-0.3103800117969513, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33727899193763733, -0.49383100867271423, 0.040001001209020615, 0.627210795879364, -2.3331658840179443, 0.5675672292709351], "max": [-0.3102869987487793, 0.46759501099586487, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2275169938802719, -0.42682400345802307, 0.2282869964838028, 1.942126989364624, -1.121137022972107, 1.4072462320327759], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.3103339970111847, 0.46757423877716064, 0.2282463014125824, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.3084549307823181, -0.46208417415618896, 0.16560184955596924, 1.2837167978286743, -1.7168983221054077, 1.0181430578231812], "std": [1.476146553613944e-05, 7.901601748017129e-06, 1.1699230526573956e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.029100285843014717, 0.01707153581082821, 0.05324774608016014, 0.42576783895492554, 0.44811850786209106, 0.28975650668144226], "min": [-0.3103800117969513, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33727899193763733, -0.49383100867271423, 0.040001001209020615, 0.627210795879364, -2.3331658840179443, 0.5675672292709351], "max": [-0.3102869987487793, 0.46759501099586487, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2275169938802719, -0.42682400345802307, 0.2282869964838028, 1.942126989364624, -1.121137022972107, 1.4072462320327759], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.3896774193548387], "std": [0.0, 0.48767707368687496], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.887741935483871], "std": [0.0, 0.4177258684168857], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.3896774193548387], "std": [0.0, 0.48767707368687496], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.887741935483871], "std": [0.0, 0.4177258684168857], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"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.43435316712622546]], [[0.41739667841094774]], [[0.4149964601205065]]], "std": [[[0.20158096908304182]], [[0.20024495740499246]], [[0.20874150753591872]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4017316610498366]], [[0.3982169245302288]], [[0.3958645092933007]]], "std": [[[0.23132711203273332]], [[0.22389515513115946]], [[0.2220851562622229]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49133488562091504]], [[0.47950957669526145]], [[0.4734710299223856]]], "std": [[[0.209060069856413]], [[0.20930969046850564]], [[0.21603769840436993]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46018921951593134]], [[0.43788526475694445]], [[0.44243151807598036]]], "std": [[[0.26439558692534443]], [[0.2523638746465254]], [[0.2565324725938706]]], "count": [160]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675459861755371, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07335618883371353, 0.18544122576713562, -0.5289046168327332, -1.555978536605835, 0.2531251013278961, -0.15604989230632782, -0.15189599990844727, -0.3263469934463501, -0.5009030103683472, 0.04661199823021889, 0.6412844657897949, -2.2649433612823486, 0.7462756037712097, 1009.0, 168.0, -0.00041545313433744013, -0.19933480024337769, -0.9075500965118408, 1.8862218856811523, -0.9758217334747314, -0.00024585460778325796], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46760401129722595, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3436902165412903, 0.6047391295433044, -0.0760439932346344, -1.218937873840332, 1.301003336906433, 0.27141615748405457, 0.4513246715068817, -0.23415899276733398, -0.4443030059337616, 0.22910000383853912, 1.8150204420089722, -1.121137022972107, 1.5377064943313599, 1010.0, 1000.0, -0.00041545313433744013, -0.19235104322433472, -0.9075429439544678, 1.8862298727035522, -0.9757884740829468, -0.00022876817092765123], "mean": [-0.19951793551445007, 0.6046781539916992, 0.4513857066631317, -1.4119434356689453, -0.2538987994194031, -0.12053311616182327, 0.02827812172472477, -0.3103334605693817, 0.4675745666027069, 0.22824913263320923, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.2042977660894394, 0.3812941908836365, -0.34276512265205383, -1.4093127250671387, 0.834466278553009, 0.04202631488442421, 0.1170177236199379, -0.30138617753982544, -0.47173258662223816, 0.1631910353899002, 1.131292462348938, -1.8378257751464844, 1.172537088394165, 1009.9242553710938, 639.6153564453125, -0.000415452232118696, -0.19541789591312408, -0.9075389504432678, 1.8862295150756836, -0.9758066534996033, -0.00023687291832175106], "std": [2.6084186174557544e-05, 1.6868199963937514e-05, 2.3525730284745805e-05, 2.60683118540328e-05, 2.1842090063728392e-05, 1.4380080756382085e-05, 1.950176556420047e-05, 1.5089223779796157e-05, 7.941454896354116e-06, 1.2169875844847411e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.07094831019639969, 0.11757061630487442, 0.12626011669635773, 0.08689030259847641, 0.38785120844841003, 0.14425045251846313, 0.18382221460342407, 0.02470500022172928, 0.014592899940907955, 0.054334286600351334, 0.44274771213531494, 0.3814331293106079, 0.26994648575782776, 0.26463782787323, 403.3889465332031, 9.022187441587448e-10, 0.0020485541317611933, 8.194182555598672e-06, 5.29447879671352e-06, 9.732329090184066e-06, 1.447898739570519e-06], "count": [871]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.4675459861755371, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07335618883371353, 0.18544122576713562, -0.5289046168327332, -1.555978536605835, 0.2531251013278961, -0.15604989230632782, -0.15189599990844727, -0.3263469934463501, -0.5009030103683472, 0.04661199823021889, 0.6412844657897949, -2.2649433612823486, 0.7462756037712097, 1009.0, 168.0, -0.00041545313433744013, -0.19933480024337769, -0.9075500965118408, 1.8862218856811523, -0.9758217334747314, -0.00024585460778325796], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46760401129722595, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3436902165412903, 0.6047391295433044, -0.0760439932346344, -1.218937873840332, 1.301003336906433, 0.27141615748405457, 0.4513246715068817, -0.23415899276733398, -0.4443030059337616, 0.22910000383853912, 1.8150204420089722, -1.121137022972107, 1.5377064943313599, 1010.0, 1000.0, -0.00041545313433744013, -0.19235104322433472, -0.9075429439544678, 1.8862298727035522, -0.9757884740829468, -0.00022876817092765123], "mean": [-0.19951793551445007, 0.604678213596344, 0.4513857066631317, -1.4119434356689453, -0.2538987398147583, -0.12053314596414566, 0.028278078883886337, -0.3103334605693817, 0.4675745666027069, 0.22824914753437042, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.2042326033115387, 0.381128191947937, -0.34282833337783813, -1.4094127416610718, 0.8346803784370422, 0.042061783373355865, 0.11688333004713058, -0.3013983964920044, -0.47170624136924744, 0.1630992889404297, 1.131088137626648, -1.8381372690200806, 1.172814965248108, 1009.9242553710938, 639.6153564453125, -0.000415452232118696, -0.19541122019290924, -0.907538890838623, 1.8862295150756836, -0.9758066534996033, -0.0002368707355344668], "std": [2.6084186174557544e-05, 1.684683775238227e-05, 2.3525730284745805e-05, 2.6053448891616426e-05, 2.1787562218378298e-05, 1.4365653441927861e-05, 1.9509503545123152e-05, 1.5086282473930623e-05, 7.94075367593905e-06, 1.2156104276073165e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.07097862660884857, 0.11735708266496658, 0.12632814049720764, 0.08694346249103546, 0.38758209347724915, 0.14421424269676208, 0.1839710921049118, 0.02471206709742546, 0.01462102122604847, 0.054291799664497375, 0.44258448481559753, 0.38095808029174805, 0.26963186264038086, 0.26463782787323, 403.3889465332031, 9.022187441587448e-10, 0.0020488009322434664, 8.252613042714074e-06, 5.29332464793697e-06, 9.731493264553137e-06, 1.4486683994618943e-06], "count": [871]}, "timestamp": {"min": [0.0], "max": [29.0], "mean": [14.5], "std": [8.381195883908479], "count": [871]}, "frame_index": {"min": [0], "max": [870], "mean": [435.0], "std": [251.4358765172544], "count": [871]}, "episode_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [871]}, "index": {"min": [105158], "max": [106028], "mean": [105593.0], "std": [251.4358765172544], "count": [871]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [871]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6396153840898235], "std": [0.0, 0.40338798953974625], "count": [871]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6396153840898235], "std": [0.0, 0.4033879895397463], "count": [871]}, "eef_direction_state": {"mean": [6.0, 4.916188289322617], "std": [0.0, 1.8418784853792831], "min": [6, 0], "max": [6, 6], "count": [871]}, "eef_velocity_state": {"mean": [0.0, 0.39265212399540755], "std": [0.0, 0.5523283079916507], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_acc_mag_state": {"mean": [0.0, 0.32606199770378874], "std": [0.0, 0.6634620196326095], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_direction_action": {"mean": [6.0, 4.916188289322617], "std": [0.0, 1.8418784853792831], "min": [6, 0], "max": [6, 6], "count": [871]}, "eef_velocity_action": {"mean": [0.0, 0.39265212399540755], "std": [0.0, 0.5523283079916507], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_acc_mag_action": {"mean": [0.0, 0.32606199770378874], "std": [0.0, 0.6634620196326095], "min": [0, 0], "max": [0, 2], "count": [871]}, "eef_sim_pose_state": {"mean": [-0.3103336691856384, 0.46757420897483826, 0.22824916243553162, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3013862073421478, -0.47173255681991577, 0.16319113969802856, 1.131292462348938, -1.8378257751464844, 1.1725366115570068], "std": [1.5087888641573954e-05, 7.934220775496215e-06, 1.216979308082955e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02470500022172928, 0.014592897146940231, 0.054334286600351334, 0.4427477717399597, 0.3814329504966736, 0.26994645595550537], "min": [-0.31037798523902893, 0.4675459861755371, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3263469934463501, -0.5009030103683472, 0.04661199823021889, 0.6412844657897949, -2.2649433612823486, 0.7462756037712097], "max": [-0.3102850019931793, 0.46760401129722595, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23415899276733398, -0.4443030059337616, 0.22910000383853912, 1.8150204420089722, -1.121137022972107, 1.5377064943313599], "count": [871]}, "eef_sim_pose_action": {"mean": [-0.3103334605693817, 0.4675745666027069, 0.22824913263320923, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.30138617753982544, -0.47173258662223816, 0.1631910353899002, 1.131292462348938, -1.8378257751464844, 1.172537088394165], "std": [1.5089223779796157e-05, 7.941454896354116e-06, 1.2169875844847411e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.02470500022172928, 0.014592899940907955, 0.054334286600351334, 0.44274771213531494, 0.3814331293106079, 0.26994648575782776], "min": [-0.31037798523902893, 0.4675459861755371, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3263469934463501, -0.5009030103683472, 0.04661199823021889, 0.6412844657897949, -2.2649433612823486, 0.7462756037712097], "max": [-0.3102850019931793, 0.46760401129722595, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23415899276733398, -0.4443030059337616, 0.22910000383853912, 1.8150204420089722, -1.121137022972107, 1.5377064943313599], "count": [871]}, "gripper_mode_state": {"mean": [0.0, 0.42824339839265213], "std": [0.0, 0.49482420123288395], "min": [0, 0], "max": [0, 1], "count": [871]}, "gripper_activity_state": {"mean": [2.0, 1.8978185993111367], "std": [0.0, 0.4007826088856415], "min": [2, 0], "max": [2, 2], "count": [871]}, "gripper_mode_action": {"mean": [0.0, 0.42824339839265213], "std": [0.0, 0.49482420123288395], "min": [0, 0], "max": [0, 1], "count": [871]}, "gripper_activity_action": {"mean": [2.0, 1.8978185993111367], "std": [0.0, 0.4007826088856415], "min": [2, 0], "max": [2, 2], "count": [871]}}} +{"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.4332341931350166]], [[0.4174819953666398]], [[0.41500506983615365]]], "std": [[[0.20316201425963912]], [[0.20124941175263525]], [[0.2099588481855132]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4037120265914585]], [[0.40012025752081654]], [[0.3980954133651177]]], "std": [[[0.23152875864782949]], [[0.22352667032247128]], [[0.22271799062986883]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4903954430230997]], [[0.4787140410958904]], [[0.4725508354597547]]], "std": [[[0.2089249043410196]], [[0.2093377530354033]], [[0.21601023070335135]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4592752274711254]], [[0.4376993240218462]], [[0.4427518844010207]]], "std": [[[0.26766842457582085]], [[0.2568719870270244]], [[0.2609985416238491]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037500500679016, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11198032647371292, 0.2373473197221756, -0.5787162780761719, -1.4673855304718018, 0.25242698192596436, -0.21650809049606323, -0.1290147453546524, -0.3327440023422241, -0.5160530209541321, 0.024519000202417374, 0.7219184041023254, -2.283294916152954, 0.5152776837348938, 1009.0, 175.0, -0.00041545313433744013, -0.19933480024337769, -0.9075484871864319, 1.886223554611206, -0.9758106470108032, -0.00024490535724908113], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5281366109848022, 0.6047391295433044, -0.1667836606502533, -1.1211645603179932, 1.3491045236587524, 0.2686934471130371, 0.7020063400268555, -0.22120699286460876, -0.4493510127067566, 0.2283249944448471, 2.128836154937744, -1.121137022972107, 1.5306826829910278, 1010.0, 1000.0, -0.00041545313433744013, -0.19233225286006927, -0.9075342416763306, 1.8862361907958984, -0.9756332039833069, -0.00023066667199600488], "mean": [-0.19952012598514557, 0.6046783924102783, 0.45138636231422424, -1.4119478464126587, -0.2538982927799225, -0.1205344870686531, 0.02828218787908554, -0.31033316254615784, 0.46757370233535767, 0.2282489836215973, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2921583354473114, 0.39787757396698, -0.39975276589393616, -1.3020591735839844, 0.7472454309463501, -0.012820971198379993, 0.23935359716415405, -0.29949602484703064, -0.48569875955581665, 0.15977293252944946, 1.326186180114746, -1.792205572128296, 1.0518255233764648, 1009.916015625, 620.48193359375, -0.0004154532216489315, -0.19525469839572906, -0.9075373411178589, 1.8862298727035522, -0.9757246971130371, -0.00023357653117273003], "std": [2.6644793251762167e-05, 1.7560916603542864e-05, 2.2656708097201772e-05, 2.351372859266121e-05, 2.224126183136832e-05, 1.4371905308507849e-05, 1.8814895156538114e-05, 1.4015482520335354e-05, 7.960328730405308e-06, 1.211982271343004e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10729871690273285, 0.11052251607179642, 0.13686369359493256, 0.09364499896764755, 0.4127289354801178, 0.1673106700181961, 0.26495611667633057, 0.03176798298954964, 0.016573533415794373, 0.06248408183455467, 0.48475897312164307, 0.43731310963630676, 0.3238227963447571, 0.2773568034172058, 400.9697265625, 8.731149137020111e-11, 0.0020182188600301743, 6.520396709674969e-06, 3.820742222160334e-06, 7.063744124025106e-05, 1.354367554995406e-06], "count": [774]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037500500679016, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11198032647371292, 0.2373473197221756, -0.5787162780761719, -1.4673855304718018, 0.25242698192596436, -0.21650809049606323, -0.1290147453546524, -0.3327440023422241, -0.5160530209541321, 0.024519000202417374, 0.7219184041023254, -2.283294916152954, 0.5152776837348938, 1009.0, 175.0, -0.00041545313433744013, -0.19933480024337769, -0.9075484871864319, 1.886223554611206, -0.9758106470108032, -0.00024490535724908113], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5281366109848022, 0.6047391295433044, -0.1667836606502533, -1.1211645603179932, 1.3491045236587524, 0.2686934471130371, 0.7020063400268555, -0.22120699286460876, -0.4493510127067566, 0.2283249944448471, 2.128836154937744, -1.121137022972107, 1.5306826829910278, 1010.0, 1000.0, -0.00041545313433744013, -0.19233225286006927, -0.9075342416763306, 1.8862361907958984, -0.9756332039833069, -0.00023066667199600488], "mean": [-0.19952009618282318, 0.6046783924102783, 0.45138633251190186, -1.4119477272033691, -0.2538982927799225, -0.1205345094203949, 0.02828216552734375, -0.3103331923484802, 0.46757370233535767, 0.2282489538192749, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2922174632549286, 0.3977029621601105, -0.3998945653438568, -1.3020057678222656, 0.7472687363624573, -0.012887602671980858, 0.23922410607337952, -0.299510657787323, -0.48570141196250916, 0.15967817604541779, 1.3261873722076416, -1.7923191785812378, 1.051995038986206, 1009.9172973632812, 620.48193359375, -0.0004154532216489315, -0.19525089859962463, -0.9075373411178589, 1.8862298727035522, -0.9757245779037476, -0.00023357162717729807], "std": [2.6645286197890528e-05, 1.7560916603542864e-05, 2.2657006411463954e-05, 2.354591924813576e-05, 2.224126183136832e-05, 1.4354317499964964e-05, 1.8834682123269886e-05, 1.4019087757333182e-05, 7.961239134601783e-06, 1.2122452972107567e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10726017504930496, 0.1103021427989006, 0.1369740217924118, 0.0935942754149437, 0.41270163655281067, 0.1673637181520462, 0.2651112973690033, 0.03177556395530701, 0.01657082885503769, 0.06243572384119034, 0.48475944995880127, 0.4371504783630371, 0.3236967623233795, 0.27540910243988037, 400.9697265625, 8.731149137020111e-11, 0.002014964586123824, 6.514891083497787e-06, 3.817184733634349e-06, 7.058295159367844e-05, 1.3545834463002393e-06], "count": [774]}, "timestamp": {"min": [0.0], "max": [25.766666666666666], "mean": [12.883333333333331], "std": [7.447812256455408], "count": [774]}, "frame_index": {"min": [0], "max": [773], "mean": [386.5], "std": [223.43436769366227], "count": [774]}, "episode_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [774]}, "index": {"min": [106029], "max": [106802], "mean": [106415.5], "std": [223.43436769366227], "count": [774]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [774]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6204819117097583], "std": [0.0, 0.4009693251686985], "count": [774]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6204819117097583], "std": [0.0, 0.4009693251686985], "count": [774]}, "eef_direction_state": {"mean": [6.0, 4.727390180878553], "std": [0.0, 1.952100613804333], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_state": {"mean": [0.0, 0.4509043927648579], "std": [0.0, 0.5724447401481991], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_state": {"mean": [0.0, 0.34108527131782945], "std": [0.0, 0.6704866222067801], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_direction_action": {"mean": [6.0, 4.727390180878553], "std": [0.0, 1.952100613804333], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_action": {"mean": [0.0, 0.4509043927648579], "std": [0.0, 0.5724447401481991], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_action": {"mean": [0.0, 0.34108527131782945], "std": [0.0, 0.6704866222067801], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_sim_pose_state": {"mean": [-0.31033313274383545, 0.46757397055625916, 0.2282489836215973, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29949599504470825, -0.4856988787651062, 0.15977288782596588, 1.3261876106262207, -1.7922019958496094, 1.0518252849578857], "std": [1.4015471606398933e-05, 7.95583036961034e-06, 1.2119819984945934e-05, 0.0, 0.0, 0.0, 0.03176796808838844, 0.016573531553149223, 0.06248408183455467, 0.48475924134254456, 0.43731364607810974, 0.3238224685192108], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3327440023422241, -0.5160530209541321, 0.024519000202417374, 0.7219184041023254, -2.283294916152954, 0.5152776837348938], "max": [-0.31029000878334045, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22120699286460876, -0.4493510127067566, 0.2283249944448471, 2.128836154937744, -1.121137022972107, 1.5306826829910278], "count": [774]}, "eef_sim_pose_action": {"mean": [-0.31033316254615784, 0.46757370233535767, 0.2282489836215973, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29949602484703064, -0.48569875955581665, 0.15977293252944946, 1.326186180114746, -1.792205572128296, 1.0518255233764648], "std": [1.4015482520335354e-05, 7.960328730405308e-06, 1.211982271343004e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03176798298954964, 0.016573533415794373, 0.06248408183455467, 0.48475897312164307, 0.43731310963630676, 0.3238227963447571], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3327440023422241, -0.5160530209541321, 0.024519000202417374, 0.7219184041023254, -2.283294916152954, 0.5152776837348938], "max": [-0.31029000878334045, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22120699286460876, -0.4493510127067566, 0.2283249944448471, 2.128836154937744, -1.121137022972107, 1.5306826829910278], "count": [774]}, "gripper_mode_state": {"mean": [0.0, 0.45219638242894056], "std": [0.0, 0.49770956806868577], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_state": {"mean": [2.0, 1.8901808785529717], "std": [0.0, 0.4124443031492356], "min": [2, 0], "max": [2, 2], "count": [774]}, "gripper_mode_action": {"mean": [0.0, 0.45219638242894056], "std": [0.0, 0.49770956806868577], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_action": {"mean": [2.0, 1.8901808785529717], "std": [0.0, 0.4124443031492356], "min": [2, 0], "max": [2, 2], "count": [774]}}} +{"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.43206205746187365]], [[0.4171861029411765]], [[0.41423089324618734]]], "std": [[[0.202492571621678]], [[0.20085055312876177]], [[0.20927290304512688]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40273569308278867]], [[0.39947187363834424]], [[0.39747948257080606]]], "std": [[[0.23263158903011877]], [[0.22460250543752958]], [[0.2229780590275341]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49035487064270156]], [[0.4786209763071895]], [[0.47237931781045756]]], "std": [[[0.20870657002306195]], [[0.2090783213297053]], [[0.215814736907522]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45175072984749454]], [[0.4308586574074074]], [[0.43746554466230936]]], "std": [[[0.27100199006349496]], [[0.26083906890270137]], [[0.2649124124369587]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10536552965641022, 0.2693566679954529, -0.5780181288719177, -1.4954853057861328, 0.25359633564949036, -0.1520705372095108, -0.0754680335521698, -0.3249259889125824, -0.5080680251121521, 0.03328400105237961, 0.7084096074104309, -2.325324296951294, 0.6259885430335999, 1009.0, 175.0, -0.00041545313433744013, -0.199374258518219, -0.9075453281402588, 1.886225938796997, -0.975683867931366, -0.00023351440904662013], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4930380582809448, 0.6047565937042236, -0.13281956315040588, -1.1406774520874023, 1.3566268682479858, 0.28756043314933777, 0.6512346863746643, -0.21819500625133514, -0.4585829973220825, 0.22827500104904175, 1.8466057777404785, -1.121137022972107, 1.384995460510254, 1010.0, 1000.0, -0.00041545313433744013, -0.1923660784959793, -0.9075342416763306, 1.8862361907958984, -0.9756355285644531, -0.0002211742103099823], "mean": [-0.19951529800891876, 0.6046643257141113, 0.45138782262802124, -1.4119471311569214, -0.25390639901161194, -0.12053460627794266, 0.02827647514641285, -0.3103361427783966, 0.4675728976726532, 0.22824187576770782, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.30619141459465027, 0.41354483366012573, -0.395907998085022, -1.2996454238891602, 0.8283915519714355, 0.044613439589738846, 0.28434279561042786, -0.2949599027633667, -0.4889333248138428, 0.16359059512615204, 1.2785203456878662, -1.8962656259536743, 1.04868745803833, 1009.9115600585938, 579.6351318359375, -0.0004154529015067965, -0.195688396692276, -0.9075369238853455, 1.8862303495407104, -0.9756580591201782, -0.0002263602800667286], "std": [2.5638060833443888e-05, 1.692663863650523e-05, 2.3019882064545527e-05, 2.405457962595392e-05, 2.2206007997738197e-05, 1.5438652553712018e-05, 1.8996883227373473e-05, 1.4293450476543512e-05, 7.746846677036956e-06, 1.2111890100641176e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.1061910018324852, 0.10229392349720001, 0.12494763731956482, 0.10662022233009338, 0.3731067180633545, 0.1451413929462433, 0.23827975988388062, 0.030253158882260323, 0.016477299854159355, 0.06220521777868271, 0.4223008453845978, 0.41284552216529846, 0.2836396098136902, 0.2839014530181885, 403.0813903808594, 2.3283064365386963e-10, 0.0023760676849633455, 4.502897809288697e-06, 3.4740387491183355e-06, 1.6385909475502558e-05, 1.5888432471911074e-06], "count": [803]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10536552965641022, 0.2693566679954529, -0.5780181288719177, -1.4954853057861328, 0.25359633564949036, -0.1520705372095108, -0.0754680335521698, -0.3249259889125824, -0.5080680251121521, 0.03328400105237961, 0.7084096074104309, -2.325324296951294, 0.6259885430335999, 1009.0, 175.0, -0.00041545313433744013, -0.199374258518219, -0.9075453281402588, 1.886225938796997, -0.975683867931366, -0.00023351440904662013], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4930380582809448, 0.6047565937042236, -0.13281956315040588, -1.1406774520874023, 1.3566268682479858, 0.28756043314933777, 0.6512346863746643, -0.21819500625133514, -0.4585829973220825, 0.22827500104904175, 1.8466057777404785, -1.121137022972107, 1.384995460510254, 1010.0, 1000.0, -0.00041545313433744013, -0.1923660784959793, -0.9075342416763306, 1.8862361907958984, -0.9756355285644531, -0.0002211742103099823], "mean": [-0.19951534271240234, 0.6046643257141113, 0.45138779282569885, -1.4119471311569214, -0.25390633940696716, -0.12053465843200684, 0.02827647514641285, -0.3103361427783966, 0.4675728976726532, 0.22824189066886902, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.3062310516834259, 0.41338658332824707, -0.3960050344467163, -1.299629807472229, 0.8287299275398254, 0.04457606002688408, 0.28428956866264343, -0.2949676811695099, -0.4889357388019562, 0.16350793838500977, 1.2783324718475342, -1.8966528177261353, 1.0490267276763916, 1009.9115600585938, 579.6351318359375, -0.0004154529015067965, -0.1956844925880432, -0.9075369238853455, 1.8862303495407104, -0.9756580591201782, -0.0002263579226564616], "std": [2.559459608164616e-05, 1.6944281014730223e-05, 2.3020536900730804e-05, 2.4059583665803075e-05, 2.2168460418470204e-05, 1.543062535347417e-05, 1.899688140838407e-05, 1.4299660506367218e-05, 7.748541065666359e-06, 1.2124186469009146e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10615698993206024, 0.1020960807800293, 0.125020831823349, 0.10660457611083984, 0.3727085292339325, 0.14518778026103973, 0.23835425078868866, 0.030257930979132652, 0.016474325209856033, 0.06216331571340561, 0.4222031533718109, 0.41226398944854736, 0.28344061970710754, 0.2839014530181885, 403.0813903808594, 2.3283064365386963e-10, 0.0023789226543158293, 4.495012490224326e-06, 3.4718984807113884e-06, 1.6370173398172483e-05, 1.5880785895205918e-06], "count": [803]}, "timestamp": {"min": [0.0], "max": [26.733333333333334], "mean": [13.366666666666665], "std": [7.726865111055353], "count": [803]}, "frame_index": {"min": [0], "max": [802], "mean": [401.0], "std": [231.80595333166056], "count": [803]}, "episode_index": {"min": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [803]}, "index": {"min": [106803], "max": [107605], "mean": [107204.0], "std": [231.80595333166056], "count": [803]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [803]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5796351169663972], "std": [0.0, 0.40308284748667234], "count": [803]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5796351169663972], "std": [0.0, 0.40308284748667234], "count": [803]}, "eef_direction_state": {"mean": [6.0, 4.518057285180573], "std": [0.0, 2.1414745008554914], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.0, 0.4669987546699875], "std": [0.0, 0.5818717029580547], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.0, 0.3412204234122042], "std": [0.0, 0.66067779452291], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_direction_action": {"mean": [6.0, 4.518057285180573], "std": [0.0, 2.1414745008554914], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.0, 0.4669987546699875], "std": [0.0, 0.5818717029580547], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.0, 0.3412204234122042], "std": [0.0, 0.66067779452291], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [-0.31033584475517273, 0.46757304668426514, 0.22824202477931976, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2949597239494324, -0.4889335632324219, 0.16359062492847443, 1.2785203456878662, -1.8962655067443848, 1.04868745803833], "std": [1.4290200851974078e-05, 7.745615221210755e-06, 1.2111061550967861e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03025316633284092, 0.016477301716804504, 0.06220520660281181, 0.4223007261753082, 0.41284552216529846, 0.283639520406723], "min": [-0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3249259889125824, -0.5080680251121521, 0.03328400105237961, 0.7084096074104309, -2.325324296951294, 0.6259885430335999], "max": [-0.3102940022945404, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21819500625133514, -0.4585829973220825, 0.22827500104904175, 1.8466057777404785, -1.121137022972107, 1.384995460510254], "count": [803]}, "eef_sim_pose_action": {"mean": [-0.3103361427783966, 0.4675728976726532, 0.22824187576770782, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2949599027633667, -0.4889333248138428, 0.16359059512615204, 1.2785203456878662, -1.8962656259536743, 1.04868745803833], "std": [1.4293450476543512e-05, 7.746846677036956e-06, 1.2111890100641176e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.030253158882260323, 0.016477299854159355, 0.06220521777868271, 0.4223008453845978, 0.41284552216529846, 0.2836396098136902], "min": [-0.31038299202919006, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3249259889125824, -0.5080680251121521, 0.03328400105237961, 0.7084096074104309, -2.325324296951294, 0.6259885430335999], "max": [-0.3102940022945404, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21819500625133514, -0.4585829973220825, 0.22827500104904175, 1.8466057777404785, -1.121137022972107, 1.384995460510254], "count": [803]}, "gripper_mode_state": {"mean": [0.0, 0.50186799501868], "std": [0.0, 0.4999965105824355], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_state": {"mean": [2.0, 1.8941469489414695], "std": [0.0, 0.40544625209454505], "min": [2, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.0, 0.50186799501868], "std": [0.0, 0.4999965105824355], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_action": {"mean": [2.0, 1.8941469489414695], "std": [0.0, 0.40544625209454505], "min": [2, 0], "max": [2, 2], "count": [803]}}} +{"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.43289747982526344]], [[0.41762899743230625]], [[0.41516450885909917]]], "std": [[[0.2036681907445845]], [[0.2017924571133878]], [[0.20995102748132313]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4030191326530612]], [[0.39863905562224894]], [[0.39578038437597257]]], "std": [[[0.23200544061539083]], [[0.22379552263464414]], [[0.22202721642522227]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4894188342003468]], [[0.47762330765639593]], [[0.47134724028500286]]], "std": [[[0.20857637866812023]], [[0.20904542451425057]], [[0.2158031544474322]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4515224228580321]], [[0.42874498271530836]], [[0.4371283805188742]]], "std": [[[0.2696841990977515]], [[0.2571350224640603]], [[0.2617320118642036]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07553785294294357, 0.2344326227903366, -0.7085513472557068, -1.6033815145492554, 0.25195571780204773, -0.12061969935894012, -0.23458971083164215, -0.32077398896217346, -0.5166879892349243, -0.009812000207602978, 0.6466460824012756, -2.281484603881836, 0.45710960030555725, 1009.0, 174.0, -0.00041545313433744013, -0.1993366777896881, -0.9075429439544678, 1.8862274885177612, -0.9758265018463135, -0.00022971742146182805], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102929890155792, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6003234386444092, 0.6047216653823853, -0.16168729960918427, -1.1489677429199219, 1.3451251983642578, 0.31524136662483215, 0.6263288855552673, -0.20057900249958038, -0.44068899750709534, 0.22830000519752502, 1.9457670450210571, -1.121137022972107, 1.4586840867996216, 1010.0, 1000.0, -0.00041545313433744013, -0.19235292077064514, -0.9075152277946472, 1.8862409591674805, -0.975629985332489, -0.00021737722272519022], "mean": [-0.19951683282852173, 0.6046624779701233, 0.4513886272907257, -1.411952257156372, -0.25390559434890747, -0.12053357809782028, 0.028264813125133514, -0.3103339672088623, 0.467572957277298, 0.2282385528087616, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2949158847332001, 0.4033462107181549, -0.4180850088596344, -1.3585307598114014, 0.8126545548439026, 0.0810004249215126, 0.18500474095344543, -0.29101860523223877, -0.4824226498603821, 0.14863701164722443, 1.2347701787948608, -1.8657182455062866, 1.0220192670822144, 1009.9215698242188, 625.6786499023438, -0.00041545319254510105, -0.19548749923706055, -0.9075309038162231, 1.88623046875, -0.9756860136985779, -0.00022195890778675675], "std": [2.6833778974832967e-05, 1.7590178686077707e-05, 2.250613943033386e-05, 2.4258073608507402e-05, 2.1520163500099443e-05, 1.5248849194904324e-05, 1.8945758711197414e-05, 1.5065019397297874e-05, 8.30732096801512e-06, 1.1518517567310482e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.14785023033618927, 0.10950098931789398, 0.1582324206829071, 0.11393078416585922, 0.36819392442703247, 0.14062422513961792, 0.2641582787036896, 0.03389868140220642, 0.018905997276306152, 0.0722712054848671, 0.43042200803756714, 0.41992104053497314, 0.32294169068336487, 0.2688109278678894, 401.27825927734375, 5.820766091346741e-11, 0.002473359229043126, 8.815352884994354e-06, 4.9162658797285985e-06, 6.149864930193871e-05, 1.916578412419767e-06], "count": [778]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07553785294294357, 0.2344326227903366, -0.7085513472557068, -1.6033815145492554, 0.25195571780204773, -0.12058479338884354, -0.23458971083164215, -0.32077398896217346, -0.5166879892349243, -0.009812000207602978, 0.6466460824012756, -2.281484603881836, 0.45710960030555725, 1009.0, 174.0, -0.00041545313433744013, -0.1993366777896881, -0.9075429439544678, 1.8862274885177612, -0.9758265018463135, -0.00022971742146182805], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102929890155792, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6003234386444092, 0.6047216653823853, -0.16168729960918427, -1.1489677429199219, 1.3451251983642578, 0.31524136662483215, 0.6263288855552673, -0.20057900249958038, -0.44068899750709534, 0.22830000519752502, 1.9457670450210571, -1.121137022972107, 1.4586840867996216, 1010.0, 1000.0, -0.00041545313433744013, -0.19235292077064514, -0.9075152277946472, 1.8862409591674805, -0.975629985332489, -0.00021737722272519022], "mean": [-0.1995168775320053, 0.6046624779701233, 0.4513885974884033, -1.411952257156372, -0.25390559434890747, -0.12053357809782028, 0.028264813125133514, -0.3103339672088623, 0.467572957277298, 0.2282385528087616, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.29491370916366577, 0.4031711518764496, -0.41819602251052856, -1.3586270809173584, 0.8128729462623596, 0.08106641471385956, 0.18474611639976501, -0.29101675748825073, -0.48241207003593445, 0.1485396772623062, 1.2345274686813354, -1.8659533262252808, 1.022349238395691, 1009.9215698242188, 625.6786499023438, -0.00041545319254510105, -0.19548891484737396, -0.9075309038162231, 1.88623046875, -0.9756863713264465, -0.00022195158817339689], "std": [2.687781488930341e-05, 1.7610056602279656e-05, 2.2529466150444932e-05, 2.4258073608507402e-05, 2.1520163500099443e-05, 1.5248848285409622e-05, 1.894575689220801e-05, 1.5080011507961899e-05, 8.317148967762478e-06, 1.1517190614540596e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.14785175025463104, 0.10928766429424286, 0.1582859605550766, 0.11400746554136276, 0.367912620306015, 0.140541672706604, 0.26446542143821716, 0.033897675573825836, 0.018916577100753784, 0.07221484929323196, 0.4302844703197479, 0.419555127620697, 0.32279011607170105, 0.2688109278678894, 401.27825927734375, 5.820766091346741e-11, 0.002472849329933524, 8.807559424894862e-06, 4.916044417768717e-06, 6.167890387587249e-05, 1.9159349449182628e-06], "count": [778]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.950000000000001], "std": [7.486302306360746], "count": [778]}, "frame_index": {"min": [0], "max": [777], "mean": [388.5], "std": [224.58906919082239], "count": [778]}, "episode_index": {"min": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [778]}, "index": {"min": [107606], "max": [108383], "mean": [107994.5], "std": [224.58906919082239], "count": [778]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [778]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6256786613775402], "std": [0.0, 0.40127715603992886], "count": [778]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6256786613775402], "std": [0.0, 0.40127715603992886], "count": [778]}, "eef_direction_state": {"mean": [6.0, 4.474293059125964], "std": [0.0, 2.1276687041526237], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_state": {"mean": [0.0, 0.5347043701799485], "std": [0.0, 0.6488698718128754], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_state": {"mean": [0.0, 0.38431876606683807], "std": [0.0, 0.6934217983443035], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_direction_action": {"mean": [6.0, 4.474293059125964], "std": [0.0, 2.1276687041526237], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_action": {"mean": [0.0, 0.5347043701799485], "std": [0.0, 0.6488698718128754], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_action": {"mean": [0.0, 0.38431876606683807], "std": [0.0, 0.6934217983443035], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_sim_pose_state": {"mean": [-0.31033411622047424, 0.46757271885871887, 0.22823847830295563, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29101836681365967, -0.4824228882789612, 0.14863702654838562, 1.23477041721344, -1.8657151460647583, 1.022019386291504], "std": [1.5064346371218562e-05, 8.304793482238892e-06, 1.1518272003741004e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03389867767691612, 0.0189059991389513, 0.07227117568254471, 0.4304220676422119, 0.41992083191871643, 0.3229413330554962], "min": [-0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32077398896217346, -0.5166879892349243, -0.009812000207602978, 0.6466460824012756, -2.281484603881836, 0.45710960030555725], "max": [-0.3102929890155792, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20057900249958038, -0.44068899750709534, 0.22830000519752502, 1.9457670450210571, -1.121137022972107, 1.4586840867996216], "count": [778]}, "eef_sim_pose_action": {"mean": [-0.3103339672088623, 0.467572957277298, 0.2282385528087616, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29101860523223877, -0.4824226498603821, 0.14863701164722443, 1.2347701787948608, -1.8657182455062866, 1.0220192670822144], "std": [1.5065019397297874e-05, 8.30732096801512e-06, 1.1518517567310482e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03389868140220642, 0.018905997276306152, 0.0722712054848671, 0.43042200803756714, 0.41992104053497314, 0.32294169068336487], "min": [-0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32077398896217346, -0.5166879892349243, -0.009812000207602978, 0.6466460824012756, -2.281484603881836, 0.45710960030555725], "max": [-0.3102929890155792, 0.4675999879837036, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20057900249958038, -0.44068899750709534, 0.22830000519752502, 1.9457670450210571, -1.121137022972107, 1.4586840867996216], "count": [778]}, "gripper_mode_state": {"mean": [0.0, 0.44473007712082263], "std": [0.0, 0.49693584658879936], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_state": {"mean": [2.0, 1.8907455012853471], "std": [0.0, 0.411457637761853], "min": [2, 0], "max": [2, 2], "count": [778]}, "gripper_mode_action": {"mean": [0.0, 0.44473007712082263], "std": [0.0, 0.49693584658879936], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_action": {"mean": [2.0, 1.8907455012853471], "std": [0.0, 0.411457637761853], "min": [2, 0], "max": [2, 2], "count": [778]}}} +{"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.4344586305499211]], [[0.41886199430921794]], [[0.41765255944331753]]], "std": [[[0.20406739288328066]], [[0.20185679956987113]], [[0.21057286586701646]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3992118562654947]], [[0.3953787130944332]], [[0.3931692514649538]]], "std": [[[0.2312600815717875]], [[0.2235271421730386]], [[0.22231462203592697]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49012785102546763]], [[0.4787085361730899]], [[0.47243595898129365]]], "std": [[[0.20850290262408602]], [[0.20925565751582817]], [[0.21609918821603882]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45325263409961686]], [[0.43263478983547443]], [[0.43733891846968675]]], "std": [[[0.27322387239731827]], [[0.26132875968659053]], [[0.26515277671249915]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07417649030685425, 0.2004685252904892, -0.6157695651054382, -1.5758229494094849, 0.22256438434123993, -0.20097467303276062, -0.23692844808101654, -0.3396100103855133, -0.49065500497817993, -0.00133200001437217, 0.6434236764907837, -2.261601448059082, 0.4529392719268799, 1009.0, 171.0, -0.00041545313433744013, -0.19928590953350067, -0.9075350165367126, 1.8862274885177612, -0.9758328199386597, -0.00022497119789477438], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31028398871421814, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48286280035972595, 0.6047391295433044, -0.1670803725719452, -1.1723376512527466, 1.3873273134231567, 0.2439446747303009, 0.6805737018585205, -0.21199700236320496, -0.43352100253105164, 0.22828899323940277, 2.1380701065063477, -1.121137022972107, 1.5084699392318726, 1010.0, 1000.0, -0.00041545313433744013, -0.1924130767583847, -0.9075215458869934, 1.8862377405166626, -0.9757733941078186, -0.0002097832621075213], "mean": [-0.1995161771774292, 0.6046634316444397, 0.45138370990753174, -1.4119538068771362, -0.2539081573486328, -0.12053456157445908, 0.028279969468712807, -0.31033238768577576, 0.4675731956958771, 0.2282412052154541, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2452416867017746, 0.38726547360420227, -0.40678831934928894, -1.3810936212539673, 0.7531018257141113, -0.006252981722354889, 0.2007276713848114, -0.29649585485458374, -0.46866410970687866, 0.14336609840393066, 1.3218003511428833, -1.8142974376678467, 1.0571001768112183, 1009.9072875976562, 585.2349853515625, -0.0004154533089604229, -0.19546879827976227, -0.90753173828125, 1.88623046875, -0.9758009314537048, -0.0002173968096030876], "std": [2.687473715923261e-05, 1.5823527064640075e-05, 2.3545802832813933e-05, 2.495754961273633e-05, 2.320272324141115e-05, 1.5135598005144857e-05, 2.2074953449191526e-05, 1.4236674360290635e-05, 7.633778295712546e-06, 1.1852443094539922e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.10946280509233475, 0.1117086410522461, 0.15716691315174103, 0.08812226355075836, 0.411613404750824, 0.13707999885082245, 0.28706350922584534, 0.03546851500868797, 0.01776408776640892, 0.07249852269887924, 0.5079026818275452, 0.4160292446613312, 0.34973740577697754, 0.28999611735343933, 404.0496826171875, 1.7462298274040222e-10, 0.0012198565527796745, 5.13640588906128e-06, 3.58936631528195e-06, 1.856464041338768e-05, 2.0867137209279463e-06], "count": [766]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07417649030685425, 0.2004685252904892, -0.6157695651054382, -1.5758229494094849, 0.22256438434123993, -0.20097467303276062, -0.23692844808101654, -0.3396100103855133, -0.49065500497817993, -0.00133200001437217, 0.6434236764907837, -2.261601448059082, 0.4529392719268799, 1009.0, 171.0, -0.00041545313433744013, -0.19928590953350067, -0.9075350165367126, 1.8862274885177612, -0.9758328199386597, -0.00022497119789477438], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31028398871421814, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48286280035972595, 0.6047391295433044, -0.1670803725719452, -1.1723376512527466, 1.3873273134231567, 0.2439446747303009, 0.6805737018585205, -0.21199700236320496, -0.43352100253105164, 0.22828899323940277, 2.1380701065063477, -1.121137022972107, 1.5084699392318726, 1010.0, 1000.0, -0.00041545313433744013, -0.1924130767583847, -0.9075215458869934, 1.8862377405166626, -0.9757733941078186, -0.0002097832621075213], "mean": [-0.19951610267162323, 0.6046634316444397, 0.45138368010520935, -1.4119540452957153, -0.2539081275463104, -0.12053453177213669, 0.02828006073832512, -0.31033238768577576, 0.46757325530052185, 0.2282412201166153, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.24519065022468567, 0.3871014416217804, -0.4069724678993225, -1.3811492919921875, 0.7530642151832581, -0.006256717257201672, 0.20046088099479675, -0.29653242230415344, -0.46862533688545227, 0.14325207471847534, 1.3217447996139526, -1.8143794536590576, 1.0572282075881958, 1009.9072875976562, 585.2349853515625, -0.0004154533089604229, -0.1954651027917862, -0.90753173828125, 1.88623046875, -0.9758009314537048, -0.00021738935902249068], "std": [2.6917061404674314e-05, 1.581944707140792e-05, 2.3527680241386406e-05, 2.4946170015027747e-05, 2.3203007003758103e-05, 1.515275926067261e-05, 2.1979289158480242e-05, 1.4234928130463231e-05, 7.634589564986527e-06, 1.1832152267743368e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.1094932109117508, 0.11148115247488022, 0.15730150043964386, 0.08815506845712662, 0.41166046261787415, 0.1370832324028015, 0.2873706519603729, 0.035497162491083145, 0.01779874786734581, 0.07243353128433228, 0.5078781247138977, 0.41589856147766113, 0.3496420979499817, 0.28999611735343933, 404.0497131347656, 1.7462298274040222e-10, 0.0012245115358382463, 5.137086645845557e-06, 3.590234427974792e-06, 1.8579930838313885e-05, 2.090147972921841e-06], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [766]}, "index": {"min": [108384], "max": [109149], "mean": [108766.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5852349890157698], "std": [0.0, 0.4040498286181077], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5852349890157698], "std": [0.0, 0.4040498286181077], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.37467362924282], "std": [0.0, 2.123309854172049], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.5522193211488251], "std": [0.0, 0.6167920325589993], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.43994778067885115], "std": [0.0, 0.7340449096533698], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.37467362924282], "std": [0.0, 2.123309854172049], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.5522193211488251], "std": [0.0, 0.6167920325589993], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.43994778067885115], "std": [0.0, 0.7340449096533698], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.31033238768577576, 0.46757379174232483, 0.2282412052154541, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2964954376220703, -0.4686644375324249, 0.14336614310741425, 1.3217997550964355, -1.8142935037612915, 1.0571011304855347], "std": [1.4236679817258846e-05, 7.612825811520452e-06, 1.185244218504522e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03546852245926857, 0.01776409149169922, 0.07249855995178223, 0.5079032778739929, 0.416029155254364, 0.3497377932071686], "min": [-0.3103800117969513, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3396100103855133, -0.49065500497817993, -0.00133200001437217, 0.6434236764907837, -2.261601448059082, 0.4529392719268799], "max": [-0.31028398871421814, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21199700236320496, -0.43352100253105164, 0.22828899323940277, 2.1380701065063477, -1.121137022972107, 1.5084699392318726], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.31033238768577576, 0.4675731956958771, 0.2282412052154541, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.29649585485458374, -0.46866410970687866, 0.14336609840393066, 1.3218003511428833, -1.8142974376678467, 1.0571001768112183], "std": [1.4236674360290635e-05, 7.633778295712546e-06, 1.1852443094539922e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03546851500868797, 0.01776408776640892, 0.07249852269887924, 0.5079026818275452, 0.4160292446613312, 0.34973740577697754], "min": [-0.3103800117969513, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3396100103855133, -0.49065500497817993, -0.00133200001437217, 0.6434236764907837, -2.261601448059082, 0.4529392719268799], "max": [-0.31028398871421814, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21199700236320496, -0.43352100253105164, 0.22828899323940277, 2.1380701065063477, -1.121137022972107, 1.5084699392318726], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.4934725848563969], "std": [0.0, 0.49995739103602127], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.8903394255874673], "std": [0.0, 0.41320961077932244], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.4934725848563969], "std": [0.0, 0.4999573910360212], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.8903394255874673], "std": [0.0, 0.41320961077932244], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"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.4399129248921791]], [[0.4192764327953404]], [[0.4199835045129163]]], "std": [[[0.20317050302814657]], [[0.20091918099384523]], [[0.20979793529412621]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.399056366991241]], [[0.39628973672802453]], [[0.39406766595527104]]], "std": [[[0.2304387778647422]], [[0.22230577210572075]], [[0.22020989518413753]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4906730080921258]], [[0.4819502036925882]], [[0.47748870937263793]]], "std": [[[0.2084812656358059]], [[0.20982777458119636]], [[0.21748459683890237]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4591182653617002]], [[0.4416559234805033]], [[0.44683432261793604]]], "std": [[[0.27518196848110865]], [[0.26543784039496116]], [[0.2684431860615319]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25394541025161743, -0.12061969935894012, 0.028204521164298058, -0.3103660047054291, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05930628627538681, 0.3591887652873993, -0.531295657157898, -1.6554447412490845, 0.25382325053215027, -0.3035825490951538, -0.07564257085323334, -0.32290899753570557, -0.5361940264701843, 0.06442400068044662, 0.39965325593948364, -2.4346890449523926, 0.6006575226783752, 1009.0, 172.0, -0.0004173330089543015, -0.19934982061386108, -0.9075413942337036, 1.886225938796997, -0.9758613705635071, -2.8477365958679e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4675990045070648, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45556584000587463, 0.6047216653823853, -0.0956440418958664, -1.019726037979126, 1.4749078750610352, 0.5005255341529846, 0.556602954864502, -0.19068099558353424, -0.4143199920654297, 0.25657498836517334, 2.0143489837646484, -1.121137022972107, 1.394370198249817, 1010.0, 1000.0, -0.00041545313433744013, -0.19236420094966888, -0.9075223803520203, 1.8862385749816895, -0.9757868647575378, 2.7528119971975684e-05], "mean": [-0.199514240026474, 0.6046625375747681, 0.4513910710811615, -1.4119759798049927, -0.25388139486312866, -0.12055613100528717, 0.0282699353992939, -0.3103266656398773, 0.46757087111473083, 0.22823117673397064, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2544562518596649, 0.469121515750885, -0.3704451620578766, -1.3722540140151978, 0.8453997373580933, 0.05886147916316986, 0.20697177946567535, -0.2902052700519562, -0.4731368124485016, 0.18227647244930267, 1.2383148670196533, -1.8575752973556519, 1.0726211071014404, 1009.9228515625, 622.2776489257812, -0.00041653431253507733, -0.19535209238529205, -0.9075326919555664, 1.8862305879592896, -0.9758244156837463, 9.273999239667319e-06], "std": [2.572371158748865e-05, 1.6929621779127046e-05, 2.2396563508664258e-05, 2.568468698882498e-05, 2.2448470190283842e-05, 2.199724804086145e-05, 2.246658186777495e-05, 1.4896311768097803e-05, 7.821931831131224e-06, 1.1748162251024041e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10414767265319824, 0.07559972256422043, 0.12533074617385864, 0.18624566495418549, 0.40052926540374756, 0.26379695534706116, 0.221872940659523, 0.039959024637937546, 0.03641115874052048, 0.05061604082584381, 0.5008437633514404, 0.4431800842285156, 0.2494417130947113, 0.2667819559574127, 402.54486083984375, 9.290651519222592e-07, 0.0028251309413462877, 3.282914349256316e-06, 3.5309196846355917e-06, 1.7598871636437252e-05, 6.091841441957513e-06], "count": [778]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25394541025161743, -0.12061969935894012, 0.028204521164298058, -0.3103660047054291, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05930628627538681, 0.3591887652873993, -0.531295657157898, -1.6554447412490845, 0.25384068489074707, -0.3035825490951538, -0.07564257085323334, -0.32290899753570557, -0.5361940264701843, 0.06442400068044662, 0.39965325593948364, -2.4346890449523926, 0.6006575226783752, 1009.0, 172.0, -0.0004173330089543015, -0.19934982061386108, -0.9075413942337036, 1.886225938796997, -0.9758613705635071, -2.8477365958679e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4675990045070648, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45556584000587463, 0.6047216653823853, -0.0956440418958664, -1.019726037979126, 1.4749078750610352, 0.5005255341529846, 0.556602954864502, -0.19068099558353424, -0.4143199920654297, 0.25657498836517334, 2.0143489837646484, -1.121137022972107, 1.394370198249817, 1010.0, 1000.0, -0.00041545313433744013, -0.19236420094966888, -0.9075223803520203, 1.8862385749816895, -0.9757868647575378, 2.7528119971975684e-05], "mean": [-0.1995142102241516, 0.6046624779701233, 0.4513910710811615, -1.4119762182235718, -0.2538813650608063, -0.12055614590644836, 0.028270024806261063, -0.3103266656398773, 0.4675709009170532, 0.22823114693164825, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2543942928314209, 0.4689665138721466, -0.3704858422279358, -1.3722569942474365, 0.8457016944885254, 0.0586555115878582, 0.2069137543439865, -0.2902196943759918, -0.47311460971832275, 0.1822097897529602, 1.2381805181503296, -1.8579018115997314, 1.0730843544006348, 1009.9215698242188, 622.2776489257812, -0.00041653672815300524, -0.19535212218761444, -0.9075326919555664, 1.8862305879592896, -0.9758245348930359, 9.247157322533894e-06], "std": [2.572415723989252e-05, 1.6933539882302284e-05, 2.2396563508664258e-05, 2.5662704501883127e-05, 2.2428121155826375e-05, 2.199720620410517e-05, 2.2414327759179287e-05, 1.4897930668666959e-05, 7.821418876119424e-06, 1.173335658677388e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10419473797082901, 0.07544510811567307, 0.12536203861236572, 0.18624632060527802, 0.4001717269420624, 0.2639997601509094, 0.22193996608257294, 0.03996829316020012, 0.03641977906227112, 0.05058959499001503, 0.5007693767547607, 0.44273117184638977, 0.24916988611221313, 0.26881060004234314, 402.54486083984375, 9.286905537919665e-07, 0.002825109288096428, 3.2810776247060858e-06, 3.5319542348588584e-06, 1.7580005078343675e-05, 6.074045359127922e-06], "count": [778]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.950000000000001], "std": [7.486302306360746], "count": [778]}, "frame_index": {"min": [0], "max": [777], "mean": [388.5], "std": [224.58906919082239], "count": [778]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [778]}, "index": {"min": [109150], "max": [109927], "mean": [109538.5], "std": [224.58906919082239], "count": [778]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [778]}, "gripper_open_scale_state": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.622277637163134], "std": [0.0, 0.40254584538994437], "count": [778]}, "gripper_open_scale_action": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.622277637163134], "std": [0.0, 0.40254584538994437], "count": [778]}, "eef_direction_state": {"mean": [6.0, 4.23521850899743], "std": [0.0, 2.166570926488033], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_state": {"mean": [0.0, 0.6053984575835476], "std": [0.0, 0.6667433480217881], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_state": {"mean": [0.0, 0.4781491002570694], "std": [0.0, 0.7572516049459973], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_direction_action": {"mean": [6.0, 4.23521850899743], "std": [0.0, 2.166570926488033], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_action": {"mean": [0.0, 0.6053984575835476], "std": [0.0, 0.6667433480217881], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_action": {"mean": [0.0, 0.4781491002570694], "std": [0.0, 0.7572516049459973], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_sim_pose_state": {"mean": [-0.3103264272212982, 0.4675712585449219, 0.22823108732700348, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2902053892612457, -0.47313645482063293, 0.18227635324001312, 1.2383153438568115, -1.85757315158844, 1.0726194381713867], "std": [1.4894204468873795e-05, 7.81197286414681e-06, 1.1747805729100946e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03995901718735695, 0.036411162465810776, 0.05061602592468262, 0.5008442997932434, 0.4431801736354828, 0.24944187700748444], "min": [-0.3103660047054291, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32290899753570557, -0.5361940264701843, 0.06442400068044662, 0.39965325593948364, -2.4346890449523926, 0.6006575226783752], "max": [-0.3102790117263794, 0.4675990045070648, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19068099558353424, -0.4143199920654297, 0.25657498836517334, 2.0143489837646484, -1.121137022972107, 1.394370198249817], "count": [778]}, "eef_sim_pose_action": {"mean": [-0.3103266656398773, 0.46757087111473083, 0.22823117673397064, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2902052700519562, -0.4731368124485016, 0.18227647244930267, 1.2383148670196533, -1.8575752973556519, 1.0726211071014404], "std": [1.4896311768097803e-05, 7.821931831131224e-06, 1.1748162251024041e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.039959024637937546, 0.03641115874052048, 0.05061604082584381, 0.5008437633514404, 0.4431800842285156, 0.2494417130947113], "min": [-0.3103660047054291, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32290899753570557, -0.5361940264701843, 0.06442400068044662, 0.39965325593948364, -2.4346890449523926, 0.6006575226783752], "max": [-0.3102790117263794, 0.4675990045070648, 0.22826699912548065, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19068099558353424, -0.4143199920654297, 0.25657498836517334, 2.0143489837646484, -1.121137022972107, 1.394370198249817], "count": [778]}, "gripper_mode_state": {"mean": [0.0, 0.448586118251928], "std": [0.0, 0.49734958808025054], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_state": {"mean": [2.0, 1.8881748071979434], "std": [0.0, 0.4169777543125629], "min": [2, 0], "max": [2, 2], "count": [778]}, "gripper_mode_action": {"mean": [0.0, 0.448586118251928], "std": [0.0, 0.4973495880802505], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_action": {"mean": [2.0, 1.8881748071979434], "std": [0.0, 0.4169777543125629], "min": [2, 0], "max": [2, 2], "count": [778]}}} +{"episode_index": 136, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.43549481209150326]], [[0.4169193510737628]], [[0.4170006915266106]]], "std": [[[0.2036514697543377]], [[0.2020841895069863]], [[0.2109178309452095]]], "count": [140]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.398214120856676]], [[0.39522428367180207]], [[0.39306487219887953]]], "std": [[[0.23007979285530586]], [[0.22213539188212822]], [[0.21955482510626373]]], "count": [140]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4904167614962652]], [[0.48199894812091504]], [[0.4774151391806723]]], "std": [[[0.20796204574461033]], [[0.20985860280491514]], [[0.21756277479313285]]], "count": [140]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45331259045284783]], [[0.43721106880252103]], [[0.4422968720821662]]], "std": [[[0.2809193665228571]], [[0.27100284628192595]], [[0.2737857348248664]]], "count": [140]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.031154125928878784, 0.30110421776771545, -0.5578595995903015, -1.8898075819015503, 0.25384068489074707, -0.257505863904953, -0.05284857004880905, -0.31911998987197876, -0.5368109941482544, 0.05707300081849098, 0.37267005443573, -2.3390398025512695, 0.5314487814903259, 1009.0, 172.0, -0.0004173330089543015, -0.1993422955274582, -0.9075406193733215, 1.8862203359603882, -0.9758772253990173, -1.8984910639119335e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12053243815898895, 0.02834414690732956, -0.31027600169181824, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4216715395450592, 0.6046867966651917, -0.10011208802461624, -1.1478855609893799, 1.4078524112701416, 0.5484173893928528, 0.5093045234680176, -0.1813029944896698, -0.357464998960495, 0.24500200152397156, 2.1036412715911865, -1.121137022972107, 1.3863089084625244, 1010.0, 1000.0, -0.00041545313433744013, -0.19227959215641022, -0.907511293888092, 1.8862409591674805, -0.9757155776023865, 1.0441701306262985e-05], "mean": [-0.19951340556144714, 0.6046796441078186, 0.4513929784297943, -1.4119861125946045, -0.2538844048976898, -0.12057283520698547, 0.028282424435019493, -0.31032073497772217, 0.4675707519054413, 0.22823679447174072, -1.573238730430603, -1.1211402416229248, -0.7462766766548157, 0.19016040861606598, 0.46021655201911926, -0.3210955858230591, -1.5141476392745972, 0.7778335213661194, 0.11005610227584839, 0.1645795702934265, -0.2714179754257202, -0.45306748151779175, 0.16789761185646057, 1.2849786281585693, -1.8250144720077515, 1.0239500999450684, 1009.8892211914062, 577.2271118164062, -0.00041569265886209905, -0.19544929265975952, -0.9075311422348022, 1.88623046875, -0.9758404493331909, -2.012767026826623e-06], "std": [2.5305065719294362e-05, 1.8444336092215963e-05, 2.2069849364925176e-05, 2.6191935830865987e-05, 2.1992362235323526e-05, 2.13840958167566e-05, 2.0082497940165922e-05, 1.4881016795698088e-05, 7.90645026427228e-06, 1.2341376532276627e-05, 1.1801719665527344e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.12711307406425476, 0.0974726527929306, 0.13423742353916168, 0.23015402257442474, 0.3979378640651703, 0.261025995016098, 0.17644476890563965, 0.04500921443104744, 0.05434514209628105, 0.06028134748339653, 0.5690065026283264, 0.3895389437675476, 0.267349511384964, 0.31389373540878296, 403.1640319824219, 6.264157832447381e-07, 0.002573934383690357, 5.759784926340217e-06, 5.306955245032441e-06, 3.082980401813984e-05, 5.1044198698946275e-06], "count": [731]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12061969935894012, 0.02822197414934635, -0.31036698818206787, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.031154125928878784, 0.30110421776771545, -0.5578595995903015, -1.8898075819015503, 0.25384068489074707, -0.257505863904953, -0.05284857004880905, -0.31911998987197876, -0.5368109941482544, 0.05707300081849098, 0.37267005443573, -2.3390398025512695, 0.5314487814903259, 1009.0, 172.0, -0.0004173330089543015, -0.1993422955274582, -0.9075406193733215, 1.8862203359603882, -0.9758772253990173, -1.8984910639119335e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12053243815898895, 0.02834414690732956, -0.31027600169181824, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4216715395450592, 0.6046867966651917, -0.10011208802461624, -1.1478855609893799, 1.4078524112701416, 0.5484173893928528, 0.5093045234680176, -0.1813029944896698, -0.357464998960495, 0.24500200152397156, 2.1036412715911865, -1.121137022972107, 1.3863089084625244, 1010.0, 1000.0, -0.00041545313433744013, -0.19227959215641022, -0.907511293888092, 1.8862409591674805, -0.9757155776023865, 1.0441701306262985e-05], "mean": [-0.19951340556144714, 0.6046797037124634, 0.4513930082321167, -1.4119861125946045, -0.25388437509536743, -0.12057282030582428, 0.028282400220632553, -0.31032073497772217, 0.4675707221031189, 0.22823680937290192, -1.573238730430603, -1.1211402416229248, -0.7462766766548157, 0.18995292484760284, 0.4600638151168823, -0.3209759294986725, -1.514317274093628, 0.7781592607498169, 0.11000056564807892, 0.16463959217071533, -0.2714201807975769, -0.45301759243011475, 0.16784091293811798, 1.2847968339920044, -1.8254590034484863, 1.0243682861328125, 1009.8892211914062, 577.2271118164062, -0.00041569521999917924, -0.19544848799705505, -0.9075311422348022, 1.88623046875, -0.9758405089378357, -2.030946916420362e-06], "std": [2.5305065719294362e-05, 1.842212805058807e-05, 2.20354395423783e-05, 2.6186949980910867e-05, 2.203045369242318e-05, 2.138414311048109e-05, 2.0081699403817765e-05, 1.4880057278787717e-05, 7.906911378086079e-06, 1.2337742191448342e-05, 1.1801719665527344e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.12722133100032806, 0.09733353555202484, 0.13416019082069397, 0.23012416064739227, 0.39760610461235046, 0.2610795199871063, 0.17638668417930603, 0.04501120001077652, 0.054348547011613846, 0.06024407595396042, 0.5689361095428467, 0.38892003893852234, 0.26715385913848877, 0.31389373540878296, 403.1640319824219, 6.292822263276321e-07, 0.0025739790871739388, 5.766846697952133e-06, 5.314424925018102e-06, 3.086131255258806e-05, 5.110736765345791e-06], "count": [731]}, "timestamp": {"min": [0.0], "max": [24.333333333333332], "mean": [12.166666666666668], "std": [7.034044197883447], "count": [731]}, "frame_index": {"min": [0], "max": [730], "mean": [365.0], "std": [211.0213259365034], "count": [731]}, "episode_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [731]}, "index": {"min": [109928], "max": [110658], "mean": [110293.0], "std": [211.0213259365034], "count": [731]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [731]}, "gripper_open_scale_state": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.577227084585319], "std": [0.0, 0.40316430551684], "count": [731]}, "gripper_open_scale_action": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.577227084585319], "std": [0.0, 0.40316430551684], "count": [731]}, "eef_direction_state": {"mean": [6.0, 4.042407660738714], "std": [0.0, 2.252126328459274], "min": [6, 0], "max": [6, 6], "count": [731]}, "eef_velocity_state": {"mean": [0.0, 0.6333789329685362], "std": [0.0, 0.7169489561985639], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_acc_mag_state": {"mean": [0.0, 0.5923392612859097], "std": [0.0, 0.8005787064384953], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_direction_action": {"mean": [6.0, 4.042407660738714], "std": [0.0, 2.252126328459274], "min": [6, 0], "max": [6, 6], "count": [731]}, "eef_velocity_action": {"mean": [0.0, 0.6333789329685362], "std": [0.0, 0.7169489561985639], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_acc_mag_action": {"mean": [0.0, 0.5923392612859097], "std": [0.0, 0.8005787064384953], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_sim_pose_state": {"mean": [-0.31032079458236694, 0.46757087111473083, 0.2282366305589676, -1.573226809501648, -1.1211369037628174, -0.7462755441665649, -0.27141785621643066, -0.4530670642852783, 0.16789761185646057, 1.2849785089492798, -1.8250106573104858, 1.023952603340149], "std": [1.4880953131068964e-05, 7.9050241765799e-06, 1.2340125977061689e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04500923305749893, 0.05434514209628105, 0.06028139218688011, 0.5690068602561951, 0.3895387351512909, 0.26734983921051025], "min": [-0.31036698818206787, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31911998987197876, -0.5368109941482544, 0.05707300081849098, 0.37267005443573, -2.3390398025512695, 0.5314487814903259], "max": [-0.31027600169181824, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1813029944896698, -0.357464998960495, 0.24500200152397156, 2.1036412715911865, -1.121137022972107, 1.3863089084625244], "count": [731]}, "eef_sim_pose_action": {"mean": [-0.31032073497772217, 0.4675707519054413, 0.22823679447174072, -1.573238730430603, -1.1211402416229248, -0.7462766766548157, -0.2714179754257202, -0.45306748151779175, 0.16789761185646057, 1.2849786281585693, -1.8250144720077515, 1.0239500999450684], "std": [1.4881016795698088e-05, 7.90645026427228e-06, 1.2341376532276627e-05, 1.1801719665527344e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.04500921443104744, 0.05434514209628105, 0.06028134748339653, 0.5690065026283264, 0.3895389437675476, 0.267349511384964], "min": [-0.31036698818206787, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31911998987197876, -0.5368109941482544, 0.05707300081849098, 0.37267005443573, -2.3390398025512695, 0.5314487814903259], "max": [-0.31027600169181824, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1813029944896698, -0.357464998960495, 0.24500200152397156, 2.1036412715911865, -1.121137022972107, 1.3863089084625244], "count": [731]}, "gripper_mode_state": {"mean": [0.0, 0.5034199726402189], "std": [0.0, 0.4999883036503307], "min": [0, 0], "max": [0, 1], "count": [731]}, "gripper_activity_state": {"mean": [2.0, 1.8837209302325582], "std": [0.0, 0.4235158023525922], "min": [2, 0], "max": [2, 2], "count": [731]}, "gripper_mode_action": {"mean": [0.0, 0.5034199726402189], "std": [0.0, 0.49998830365033065], "min": [0, 0], "max": [0, 1], "count": [731]}, "gripper_activity_action": {"mean": [2.0, 1.8837209302325582], "std": [0.0, 0.4235158023525922], "min": [2, 0], "max": [2, 2], "count": [731]}}} +{"episode_index": 137, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4373567004143705]], [[0.4175990404331667]], [[0.41879074287667134]]], "std": [[[0.20425470258657963]], [[0.2022541502883158]], [[0.21111261310141435]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3998402403989918]], [[0.3966658990665983]], [[0.3942250816993464]]], "std": [[[0.22927826032527387]], [[0.22108021523905036]], [[0.21867686531415614]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.491042144581144]], [[0.48242636379170406]], [[0.4780582761971891]]], "std": [[[0.20844804930028193]], [[0.20997303436634565]], [[0.21769174829761134]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4566844469541629]], [[0.43920518417061816]], [[0.44286627739331025]]], "std": [[[0.26805509949568723]], [[0.2588630039813319]], [[0.26307236122130934]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103890120983124, 0.46754300594329834, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.020751964300870895, 0.26541221141815186, -0.5867099165916443, -1.8242530822753906, 0.25382325053215027, -0.19025833904743195, -0.16510814428329468, -0.32403698563575745, -0.5352050065994263, 0.06446599960327148, 0.3763373792171478, -2.2869513034820557, 0.7341403365135193, 1009.0, 161.0, -0.0004173330089543015, -0.19931787252426147, -0.9075445532798767, 1.8862203359603882, -0.9758986234664917, -0.0007669904152862728], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31026598811149597, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3940255343914032, 0.6480233073234558, -0.04370304197072983, -1.1583925485610962, 1.4030178785324097, 0.4608367383480072, 0.3753330409526825, -0.17441800236701965, -0.3799000084400177, 0.2613759934902191, 1.8770519495010376, -1.121137022972107, 1.4780324697494507, 1010.0, 1000.0, -0.00041545313433744013, -0.1922307312488556, -0.907501757144928, 1.8862409591674805, -0.9757227301597595, 0.0007394622662104666], "mean": [-0.19951628148555756, 0.6046665906906128, 0.45138922333717346, -1.4119728803634644, -0.2538861632347107, -0.12057187408208847, 0.028272924944758415, -0.3103237748146057, 0.46757227182388306, 0.22823411226272583, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.1997486650943756, 0.44714120030403137, -0.3490835428237915, -1.4999080896377563, 0.8165345191955566, 0.08827796578407288, 0.07205048203468323, -0.27607306838035583, -0.46055009961128235, 0.1677732616662979, 1.1978267431259155, -1.7978582382202148, 1.1045405864715576, 1009.88037109375, 577.5323486328125, -0.0004171356849838048, -0.19540229439735413, -0.9075320959091187, 1.886229395866394, -0.9758144021034241, -0.00011771120625780895], "std": [2.6249927032040432e-05, 1.8058603018289432e-05, 2.2939793780096807e-05, 2.7024983864976093e-05, 2.3095726646715775e-05, 2.1238773115328513e-05, 2.064912587229628e-05, 1.5431565770995803e-05, 7.800039384164847e-06, 1.2073023754055612e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.11844268441200256, 0.10919175297021866, 0.14270710945129395, 0.21784541010856628, 0.42264172434806824, 0.2120337039232254, 0.17425978183746338, 0.045670028775930405, 0.047841254621744156, 0.05613264441490173, 0.5256463885307312, 0.40521347522735596, 0.25821027159690857, 0.32456302642822266, 410.0732727050781, 5.733345460612327e-07, 0.0023989046458154917, 8.746700586925726e-06, 4.0672102841199376e-06, 4.390140384202823e-05, 0.0002534921804908663], "count": [819]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103890120983124, 0.46754300594329834, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.020751964300870895, 0.26541221141815186, -0.5867099165916443, -1.8242530822753906, 0.25382325053215027, -0.19025833904743195, -0.16510814428329468, -0.32403698563575745, -0.5352050065994263, 0.06446599960327148, 0.3763373792171478, -2.2869513034820557, 0.7341403365135193, 1009.0, 161.0, -0.0004173330089543015, -0.19931787252426147, -0.9075445532798767, 1.8862203359603882, -0.9758986234664917, -0.0007669904152862728], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31026598811149597, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3940255343914032, 0.6480233073234558, -0.04370304197072983, -1.1583925485610962, 1.4030178785324097, 0.4608367383480072, 0.3753330409526825, -0.17441800236701965, -0.3799000084400177, 0.2613759934902191, 1.8770519495010376, -1.121137022972107, 1.4780324697494507, 1010.0, 1000.0, -0.00041545313433744013, -0.1922307312488556, -0.907501757144928, 1.8862409591674805, -0.9757227301597595, 0.0007394622662104666], "mean": [-0.19951634109020233, 0.6046665906906128, 0.45138922333717346, -1.4119728803634644, -0.2538861930370331, -0.12057185173034668, 0.028272882103919983, -0.3103238344192505, 0.46757227182388306, 0.22823411226272583, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.19961236417293549, 0.44701018929481506, -0.3490869104862213, -1.500013828277588, 0.8167509436607361, 0.08820030838251114, 0.0718996599316597, -0.27608901262283325, -0.460511177778244, 0.1677151620388031, 1.1976239681243896, -1.7981022596359253, 1.1049145460128784, 1009.88037109375, 577.5323486328125, -0.0004171356849838048, -0.19540242850780487, -0.9075320959091187, 1.886229395866394, -0.9758144021034241, -0.00011814120080089197], "std": [2.620793202368077e-05, 1.805152714950964e-05, 2.2952803192310967e-05, 2.701691300899256e-05, 2.307592330907937e-05, 2.1269590433803387e-05, 2.0646024495363235e-05, 1.5499819710385054e-05, 7.84725125413388e-06, 1.2083050023647957e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.11850712448358536, 0.10906708240509033, 0.1427096128463745, 0.21782417595386505, 0.4223988950252533, 0.2121218740940094, 0.1744002401828766, 0.04568426311016083, 0.04784843698143959, 0.05609464645385742, 0.5255346298217773, 0.4048660695552826, 0.2579125165939331, 0.32456302642822266, 410.0732727050781, 5.733346029046515e-07, 0.0023988892789930105, 8.752303074288648e-06, 4.068180714966729e-06, 4.389577225083485e-05, 0.0002536085667088628], "count": [819]}, "timestamp": {"min": [0.0], "max": [27.266666666666666], "mean": [13.63333333333333], "std": [7.880825299891339], "count": [819]}, "frame_index": {"min": [0], "max": [818], "mean": [409.0], "std": [236.42475899674017], "count": [819]}, "episode_index": {"min": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [819]}, "index": {"min": [110659], "max": [111477], "mean": [111068.0], "std": [236.42475899674017], "count": [819]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [819]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5775323558384974], "std": [0.0, 0.4100736292984433], "count": [819]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5775323558384974], "std": [0.0, 0.4100736292984433], "count": [819]}, "eef_direction_state": {"mean": [6.0, 4.0989010989010985], "std": [0.0, 2.2755774565306175], "min": [6, 0], "max": [6, 6], "count": [819]}, "eef_velocity_state": {"mean": [0.0, 0.5970695970695971], "std": [0.0, 0.6945039489326124], "min": [0, 0], "max": [0, 2], "count": [819]}, "eef_acc_mag_state": {"mean": [0.0, 0.4981684981684982], "std": [0.0, 0.7725030694860607], "min": [0, 0], "max": [0, 2], "count": [819]}, "eef_direction_action": {"mean": [6.0, 4.0989010989010985], "std": [0.0, 2.2755774565306175], "min": [6, 0], "max": [6, 6], "count": [819]}, "eef_velocity_action": {"mean": [0.0, 0.5970695970695971], "std": [0.0, 0.6945039489326124], "min": [0, 0], "max": [0, 2], "count": [819]}, "eef_acc_mag_action": {"mean": [0.0, 0.4981684981684982], "std": [0.0, 0.7725030694860607], "min": [0, 0], "max": [0, 2], "count": [819]}, "eef_sim_pose_state": {"mean": [-0.3103238344192505, 0.467572420835495, 0.2282342165708542, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.27607300877571106, -0.46054989099502563, 0.16777345538139343, 1.197826623916626, -1.7978630065917969, 1.1045435667037964], "std": [1.543140569992829e-05, 7.799061677360442e-06, 1.2072604476998094e-05, 0.0, 0.0, 5.960464477539063e-08, 0.04567002132534981, 0.047841232270002365, 0.056132636964321136, 0.525646448135376, 0.4052138030529022, 0.2582101821899414], "min": [-0.3103890120983124, 0.46754300594329834, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32403698563575745, -0.5352050065994263, 0.06446599960327148, 0.3763373792171478, -2.2869513034820557, 0.7341403365135193], "max": [-0.31026598811149597, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17441800236701965, -0.3799000084400177, 0.2613759934902191, 1.8770519495010376, -1.121137022972107, 1.4780324697494507], "count": [819]}, "eef_sim_pose_action": {"mean": [-0.3103237748146057, 0.46757227182388306, 0.22823411226272583, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.27607306838035583, -0.46055009961128235, 0.1677732616662979, 1.1978267431259155, -1.7978582382202148, 1.1045405864715576], "std": [1.5431565770995803e-05, 7.800039384164847e-06, 1.2073023754055612e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.045670028775930405, 0.047841254621744156, 0.05613264441490173, 0.5256463885307312, 0.40521347522735596, 0.25821027159690857], "min": [-0.3103890120983124, 0.46754300594329834, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32403698563575745, -0.5352050065994263, 0.06446599960327148, 0.3763373792171478, -2.2869513034820557, 0.7341403365135193], "max": [-0.31026598811149597, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17441800236701965, -0.3799000084400177, 0.2613759934902191, 1.8770519495010376, -1.121137022972107, 1.4780324697494507], "count": [819]}, "gripper_mode_state": {"mean": [0.0, 0.49572649572649574], "std": [0.0, 0.4999817368276826], "min": [0, 0], "max": [0, 1], "count": [819]}, "gripper_activity_state": {"mean": [2.0, 1.894993894993895], "std": [0.0, 0.40595306839045164], "min": [2, 0], "max": [2, 2], "count": [819]}, "gripper_mode_action": {"mean": [0.0, 0.49572649572649574], "std": [0.0, 0.4999817368276826], "min": [0, 0], "max": [0, 1], "count": [819]}, "gripper_activity_action": {"mean": [2.0, 1.894993894993895], "std": [0.0, 0.40595306839045164], "min": [2, 0], "max": [2, 2], "count": [819]}}} +{"episode_index": 138, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.44083048071018116]], [[0.4205887424880467]], [[0.4217896886103435]]], "std": [[[0.20305235300924068]], [[0.20105940599764038]], [[0.21007029510721575]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4008015226784226]], [[0.39723178625477035]], [[0.39451513082861783]]], "std": [[[0.23080213885345646]], [[0.22227408247602223]], [[0.21987247575817914]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4917231612163881]], [[0.48290119588103697]], [[0.478469270901873]]], "std": [[[0.20855755328069162]], [[0.2099561417546814]], [[0.21761504612065966]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45324226049480193]], [[0.43717572350528583]], [[0.4414974160525508]]], "std": [[[0.2662151069660101]], [[0.2569690426684155]], [[0.26092476129061054]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675459861755371, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06431537866592407, 0.3243868947029114, -0.5843886137008667, -1.734036922454834, 0.25385814905166626, -0.32386329770088196, -0.2807536721229553, -0.3300830125808716, -0.5328969955444336, 0.06866999715566635, 0.4118863046169281, -2.3635733127593994, 0.6090001463890076, 1009.0, 168.0, -0.0004210927872918546, -0.19948706030845642, -0.9075286984443665, 1.8862203359603882, -0.9758843183517456, -0.0012824307195842266], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102949857711792, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42413246631622314, 0.6107081770896912, -0.15474089980125427, -1.021069884300232, 1.591286540031433, 0.30602604150772095, 0.506232738494873, -0.20458100736141205, -0.39360201358795166, 0.24469000101089478, 1.8473351001739502, -1.121137022972107, 1.498404622077942, 1010.0, 1000.0, -0.000411693355999887, -0.192373588681221, -0.9075049161911011, 1.8862377405166626, -0.9757417440414429, 0.00020883401157334447], "mean": [-0.19951803982257843, 0.6046755313873291, 0.45138928294181824, -1.411932110786438, -0.25388669967651367, -0.12056498974561691, 0.02827852964401245, -0.31033656001091003, 0.4675728678703308, 0.2282494157552719, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.24727575480937958, 0.4945860803127289, -0.41633424162864685, -1.401566743850708, 0.9083930253982544, 0.0360676608979702, 0.13301388919353485, -0.291759192943573, -0.4691213071346283, 0.18014639616012573, 1.1794291734695435, -1.8552733659744263, 1.1211658716201782, 1009.9165649414062, 607.0960693359375, -0.00041686315671540797, -0.1954554170370102, -0.9075180888175964, 1.8862301111221313, -0.975804328918457, -0.0001695106184342876], "std": [2.7647176466416568e-05, 1.7087759260903113e-05, 2.187165773648303e-05, 2.5645467758295126e-05, 2.2331405489239842e-05, 2.174833571189083e-05, 2.3251692255144008e-05, 1.552951471239794e-05, 8.146450454660226e-06, 1.2921244888275396e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10632829368114471, 0.08928931504487991, 0.12956884503364563, 0.21675217151641846, 0.42778313159942627, 0.20312689244747162, 0.2526834309101105, 0.03885241597890854, 0.04319297522306442, 0.04957200959324837, 0.4736979305744171, 0.4533015489578247, 0.27859026193618774, 0.27654480934143066, 405.5140380859375, 8.96608753464534e-07, 0.0024259716738015413, 5.28263899468584e-06, 3.3671838082227623e-06, 3.668076897156425e-05, 0.00034073865390382707], "count": [791]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675459861755371, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06431537866592407, 0.3243868947029114, -0.5843886137008667, -1.734036922454834, 0.25385814905166626, -0.32386329770088196, -0.2807536721229553, -0.3300830125808716, -0.5328969955444336, 0.06866999715566635, 0.4118863046169281, -2.3635733127593994, 0.6090001463890076, 1009.0, 168.0, -0.0004210927872918546, -0.19948706030845642, -0.9075286984443665, 1.8862203359603882, -0.9758843183517456, -0.0012824307195842266], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102949857711792, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42413246631622314, 0.6107081770896912, -0.15474089980125427, -1.021069884300232, 1.591286540031433, 0.30602604150772095, 0.506232738494873, -0.20458100736141205, -0.39360201358795166, 0.24469000101089478, 1.8473351001739502, -1.121137022972107, 1.498404622077942, 1010.0, 1000.0, -0.000411693355999887, -0.192373588681221, -0.9075049161911011, 1.8862377405166626, -0.9757417440414429, 0.00020883401157334447], "mean": [-0.19951803982257843, 0.6046754717826843, 0.45138925313949585, -1.4119317531585693, -0.25388669967651367, -0.12056499719619751, 0.02827855385839939, -0.31033656001091003, 0.4675729274749756, 0.2282494157552719, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.24720817804336548, 0.4945474863052368, -0.41646596789360046, -1.4016743898391724, 0.9087480306625366, 0.035936541855335236, 0.13279905915260315, -0.29176831245422363, -0.4690861999988556, 0.18008826673030853, 1.1792243719100952, -1.8555537462234497, 1.1215740442276, 1009.9178466796875, 607.0960693359375, -0.00041686315671540797, -0.19545197486877441, -0.9075180888175964, 1.8862301111221313, -0.975804328918457, -0.00017004944675136358], "std": [2.7647176466416568e-05, 1.701375367701985e-05, 2.185815537814051e-05, 2.5625007765484042e-05, 2.2331405489239842e-05, 2.174828841816634e-05, 2.3255943233380094e-05, 1.553283436805941e-05, 8.141787475324236e-06, 1.2921565939905122e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10637546330690384, 0.0892484039068222, 0.12965701520442963, 0.21677829325199127, 0.42735743522644043, 0.20326127111911774, 0.2528916299343109, 0.03885762766003609, 0.04320552572607994, 0.049542561173439026, 0.4735618531703949, 0.45291632413864136, 0.2782769203186035, 0.2746298313140869, 405.5140380859375, 8.96608753464534e-07, 0.0024282510858029127, 5.281236099108355e-06, 3.3665755836409517e-06, 3.66724852938205e-05, 0.0003410923236515373], "count": [791]}, "timestamp": {"min": [0.0], "max": [26.333333333333332], "mean": [13.166666666666668], "std": [7.611394966320781], "count": [791]}, "frame_index": {"min": [0], "max": [790], "mean": [395.0], "std": [228.34184898962346], "count": [791]}, "episode_index": {"min": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [791]}, "index": {"min": [111478], "max": [112268], "mean": [111873.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [791]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6070960804575162], "std": [0.0, 0.4055129187492612], "count": [791]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6070960804575162], "std": [0.0, 0.4055129187492612], "count": [791]}, "eef_direction_state": {"mean": [6.0, 4.265486725663717], "std": [0.0, 2.164606628324505], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.0, 0.5651074589127687], "std": [0.0, 0.6674639872632036], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_state": {"mean": [0.0, 0.43742098609355246], "std": [0.0, 0.7429843287602719], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_direction_action": {"mean": [6.0, 4.265486725663717], "std": [0.0, 2.164606628324505], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.0, 0.5651074589127687], "std": [0.0, 0.6674639872632036], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_action": {"mean": [0.0, 0.43742098609355246], "std": [0.0, 0.7429843287602719], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [-0.31033656001091003, 0.4675731360912323, 0.228249654173851, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2917592227458954, -0.46912214159965515, 0.18014630675315857, 1.179430603981018, -1.8552734851837158, 1.1211628913879395], "std": [1.552951471239794e-05, 8.141902981151361e-06, 1.2919352229801007e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03885240480303764, 0.04319297894835472, 0.04957200214266777, 0.47369834780693054, 0.4533022940158844, 0.2785901725292206], "min": [-0.31038498878479004, 0.4675459861755371, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300830125808716, -0.5328969955444336, 0.06866999715566635, 0.4118863046169281, -2.3635733127593994, 0.6090001463890076], "max": [-0.3102949857711792, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20458100736141205, -0.39360201358795166, 0.24469000101089478, 1.8473351001739502, -1.121137022972107, 1.498404622077942], "count": [791]}, "eef_sim_pose_action": {"mean": [-0.31033656001091003, 0.4675728678703308, 0.2282494157552719, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.291759192943573, -0.4691213071346283, 0.18014639616012573, 1.1794291734695435, -1.8552733659744263, 1.1211658716201782], "std": [1.552951471239794e-05, 8.146450454660226e-06, 1.2921244888275396e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.03885241597890854, 0.04319297522306442, 0.04957200959324837, 0.4736979305744171, 0.4533015489578247, 0.27859026193618774], "min": [-0.31038498878479004, 0.4675459861755371, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300830125808716, -0.5328969955444336, 0.06866999715566635, 0.4118863046169281, -2.3635733127593994, 0.6090001463890076], "max": [-0.3102949857711792, 0.46759700775146484, 0.2282949984073639, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20458100736141205, -0.39360201358795166, 0.24469000101089478, 1.8473351001739502, -1.121137022972107, 1.498404622077942], "count": [791]}, "gripper_mode_state": {"mean": [0.0, 0.46523388116308473], "std": [0.0, 0.49878985252410746], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_state": {"mean": [2.0, 1.8849557522123894], "std": [0.0, 0.4244889445374798], "min": [2, 0], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.0, 0.46523388116308473], "std": [0.0, 0.49878985252410746], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_action": {"mean": [2.0, 1.8849557522123894], "std": [0.0, 0.4244889445374798], "min": [2, 0], "max": [2, 2], "count": [791]}}} +{"episode_index": 139, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43878345615288056]], [[0.4185557733303034]], [[0.4192766753776566]]], "std": [[[0.20382876272138642]], [[0.20157893082930162]], [[0.210331880136237]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40083336173873524]], [[0.3972821576202225]], [[0.395333979894386]]], "std": [[[0.23225251933064014]], [[0.22338915475791504]], [[0.22073502683931798]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.491640989535991]], [[0.482799441630957]], [[0.4780837255984071]]], "std": [[[0.20846287968911884]], [[0.20990083500291587]], [[0.21749590911925226]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4419268222741636]], [[0.42597927758299786]], [[0.43190319980089165]]], "std": [[[0.2792824799726317]], [[0.26862713933795984]], [[0.2707294194992053]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02816961333155632, -0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13644984364509583, 0.3701145052909851, -0.6196093559265137, -1.643140196800232, 0.25384068489074707, -0.3044377863407135, -0.21924826502799988, -0.32337498664855957, -0.5466740131378174, 0.07183700054883957, 0.5279443860054016, -2.5033915042877197, 0.4595473110675812, 1009.0, 175.0, -0.0004173330089543015, -0.19938930869102478, -0.9075176119804382, 1.8862282037734985, -0.9758368134498596, -0.0004841152112931013], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5317145586013794, 0.6767863035202026, -0.17381733655929565, -0.9199455976486206, 1.5388219356536865, 0.37116172909736633, 0.6015102863311768, -0.18763500452041626, -0.42678698897361755, 0.24448400735855103, 1.782569408416748, -1.121137022972107, 1.51231050491333, 1010.0, 1000.0, -0.00041545313433744013, -0.1923491507768631, -0.9074795842170715, 1.8862481117248535, -0.9756870269775391, 0.0003948861558455974], "mean": [-0.19951806962490082, 0.604674220085144, 0.4513912796974182, -1.4119586944580078, -0.2538883686065674, -0.120551697909832, 0.02826620824635029, -0.3103286027908325, 0.46757349371910095, 0.2282409816980362, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.3394814729690552, 0.5256214141845703, -0.4546892046928406, -1.360864520072937, 0.9359655380249023, 0.10961207747459412, 0.3062922954559326, -0.27294233441352844, -0.4783688187599182, 0.17371374368667603, 1.2920950651168823, -1.9731394052505493, 0.9810079336166382, 1009.9133911132812, 520.2277221679688, -0.0004171914479229599, -0.19536906480789185, -0.9074945449829102, 1.8862305879592896, -0.9757491946220398, -0.0001482361985836178], "std": [2.7371685064281337e-05, 1.613481799722649e-05, 2.1760775780421682e-05, 2.6879301003646106e-05, 2.300770574947819e-05, 2.001522261707578e-05, 2.0668458091677167e-05, 1.5608466128469445e-05, 8.191223969333805e-06, 1.2131695257266983e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.1275513917207718, 0.0859314501285553, 0.12441353499889374, 0.24985677003860474, 0.3779681622982025, 0.20185458660125732, 0.25420933961868286, 0.05031093582510948, 0.04122823476791382, 0.05636466294527054, 0.42872121930122375, 0.43903130292892456, 0.32626834511756897, 0.28129667043685913, 397.1361389160156, 4.928871248921496e-07, 0.0028567363042384386, 1.1106444617325906e-05, 6.905059308337513e-06, 5.152297671884298e-05, 0.0001850978151196614], "count": [808]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12060225009918213, 0.02816961333155632, -0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13644984364509583, 0.3701145052909851, -0.6196093559265137, -1.643140196800232, 0.25384068489074707, -0.3044377863407135, -0.21924826502799988, -0.32337498664855957, -0.5466740131378174, 0.07183700054883957, 0.5279443860054016, -2.5033915042877197, 0.4595473110675812, 1009.0, 175.0, -0.0004173330089543015, -0.19938930869102478, -0.9075176119804382, 1.8862282037734985, -0.9758368134498596, -0.0004841152112931013], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5317145586013794, 0.6767863035202026, -0.17381733655929565, -0.9199455976486206, 1.5388219356536865, 0.37116172909736633, 0.6015102863311768, -0.18763500452041626, -0.42678698897361755, 0.24448400735855103, 1.782569408416748, -1.121137022972107, 1.51231050491333, 1010.0, 1000.0, -0.00041545313433744013, -0.1923491507768631, -0.9074795842170715, 1.8862481117248535, -0.9756870269775391, 0.0003948861558455974], "mean": [-0.19951806962490082, 0.604674220085144, 0.4513912796974182, -1.411958932876587, -0.25388842821121216, -0.1205516830086708, 0.028266189619898796, -0.3103286027908325, 0.46757349371910095, 0.2282409518957138, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.3394046723842621, 0.5255916118621826, -0.45479616522789, -1.3609402179718018, 0.9362776279449463, 0.10944762080907822, 0.3061630427837372, -0.27295660972595215, -0.47833266854286194, 0.1736641526222229, 1.2919666767120361, -1.973413109779358, 0.9813593626022339, 1009.9133911132812, 520.2277221679688, -0.0004171914479229599, -0.19537754356861115, -0.9074944257736206, 1.8862305879592896, -0.9757492542266846, -0.00014863444084767252], "std": [2.7371685064281337e-05, 1.612966661923565e-05, 2.1760775780421682e-05, 2.6912202883977443e-05, 2.2982463633525185e-05, 2.0015359041281044e-05, 2.0668976503657177e-05, 1.560359487484675e-05, 8.191966117010452e-06, 1.2132701158407144e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.12765425443649292, 0.08590827882289886, 0.12444789707660675, 0.24988122284412384, 0.37750864028930664, 0.2020961195230484, 0.2544063925743103, 0.05032319203019142, 0.04125049337744713, 0.05633430927991867, 0.4286527633666992, 0.4385683834552765, 0.3261677622795105, 0.28129667043685913, 397.1361389160156, 4.928871248921496e-07, 0.0028581840451806784, 1.1179568900843151e-05, 6.904844212840544e-06, 5.150260403752327e-05, 0.00018519019067753106], "count": [808]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.450000000000001], "std": [7.774977670564578], "count": [808]}, "frame_index": {"min": [0], "max": [807], "mean": [403.5], "std": [233.2493301169373], "count": [808]}, "episode_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [808]}, "index": {"min": [112269], "max": [113076], "mean": [112672.5], "std": [233.2493301169373], "count": [808]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [808]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5202277220490545], "std": [0.0, 0.3971348942897765], "count": [808]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5202277220490545], "std": [0.0, 0.39713489428977644], "count": [808]}, "eef_direction_state": {"mean": [6.0, 4.217821782178218], "std": [0.0, 2.0871078117201765], "min": [6, 0], "max": [6, 6], "count": [808]}, "eef_velocity_state": {"mean": [0.0, 0.620049504950495], "std": [0.0, 0.6584891178609826], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_acc_mag_state": {"mean": [0.0, 0.4975247524752475], "std": [0.0, 0.7642985601133075], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_direction_action": {"mean": [6.0, 4.217821782178218], "std": [0.0, 2.0871078117201765], "min": [6, 0], "max": [6, 6], "count": [808]}, "eef_velocity_action": {"mean": [0.0, 0.620049504950495], "std": [0.0, 0.6584891178609826], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_acc_mag_action": {"mean": [0.0, 0.4975247524752475], "std": [0.0, 0.7642985601133075], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_sim_pose_state": {"mean": [-0.3103284239768982, 0.46757325530052185, 0.22824090719223022, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.272942453622818, -0.4783685505390167, 0.17371375858783722, 1.2920951843261719, -1.9731351137161255, 0.9810081124305725], "std": [1.5607316527166404e-05, 8.18743046693271e-06, 1.2131501534895506e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05031093582510948, 0.04122823849320412, 0.056364696472883224, 0.42872104048728943, 0.439031183719635, 0.32626819610595703], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32337498664855957, -0.5466740131378174, 0.07183700054883957, 0.5279443860054016, -2.5033915042877197, 0.4595473110675812], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18763500452041626, -0.42678698897361755, 0.24448400735855103, 1.782569408416748, -1.121137022972107, 1.51231050491333], "count": [808]}, "eef_sim_pose_action": {"mean": [-0.3103286027908325, 0.46757349371910095, 0.2282409816980362, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.27294233441352844, -0.4783688187599182, 0.17371374368667603, 1.2920950651168823, -1.9731394052505493, 0.9810079336166382], "std": [1.5608466128469445e-05, 8.191223969333805e-06, 1.2131695257266983e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.05031093582510948, 0.04122823476791382, 0.05636466294527054, 0.42872121930122375, 0.43903130292892456, 0.32626834511756897], "min": [-0.31037798523902893, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32337498664855957, -0.5466740131378174, 0.07183700054883957, 0.5279443860054016, -2.5033915042877197, 0.4595473110675812], "max": [-0.31027600169181824, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18763500452041626, -0.42678698897361755, 0.24448400735855103, 1.782569408416748, -1.121137022972107, 1.51231050491333], "count": [808]}, "gripper_mode_state": {"mean": [0.0, 0.5754950495049505], "std": [0.0, 0.4942676375206523], "min": [0, 0], "max": [0, 1], "count": [808]}, "gripper_activity_state": {"mean": [2.0, 1.8948019801980198], "std": [0.0, 0.40427506369400423], "min": [2, 0], "max": [2, 2], "count": [808]}, "gripper_mode_action": {"mean": [0.0, 0.5754950495049505], "std": [0.0, 0.4942676375206523], "min": [0, 0], "max": [0, 1], "count": [808]}, "gripper_activity_action": {"mean": [2.0, 1.8948019801980198], "std": [0.0, 0.40427506369400423], "min": [2, 0], "max": [2, 2], "count": [808]}}} +{"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.4385435233410494]], [[0.4190814156681191]], [[0.4199991546387073]]], "std": [[[0.20410971810148115]], [[0.2015883910215837]], [[0.21003659497978622]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40608796012618015]], [[0.402056251985748]], [[0.39957502723311544]]], "std": [[[0.2323149184467036]], [[0.2238243478831479]], [[0.22124898655185316]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4914366418731844]], [[0.48275949045706246]], [[0.4784429423679194]]], "std": [[[0.20866326719905648]], [[0.21020297337254037]], [[0.21781229902457108]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46493481356663036]], [[0.45068078249818444]], [[0.45263666626951704]]], "std": [[[0.2587621553842537]], [[0.25307557537410463]], [[0.2568022028308526]]], "count": [144]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0008377580670639873, 0.2108183354139328, -0.5966408252716064, -1.8831405639648438, 0.25389304757118225, -0.12058479338884354, -0.1837657243013382, -0.31035900115966797, -0.5382040143013, 0.03144599869847298, 0.471449077129364, -2.2415640354156494, 0.7462756037712097, 1009.0, 173.0, -0.00042297266190871596, -0.19949081540107727, -0.9075009822845459, 1.886223554611206, -0.9758986234664917, -0.0008191989036276937], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028361599892377853, -0.3102729916572571, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40453240275382996, 0.6079331040382385, 0.04490732029080391, -1.1133978366851807, 1.3614091873168945, 0.3874630928039551, 0.28562313318252563, -0.15080499649047852, -0.41547098755836487, 0.24488599598407745, 1.8701468706130981, -1.121137022972107, 1.5260401964187622, 1010.0, 1000.0, -0.000411693355999887, -0.19236420094966888, -0.9074772000312805, 1.8862520456314087, -0.9757242798805237, 0.0010565102566033602], "mean": [-0.19951879978179932, 0.6046764850616455, 0.45139145851135254, -1.4119890928268433, -0.25389474630355835, -0.12053222954273224, 0.028274405747652054, -0.31032222509384155, 0.4675729274749756, 0.2282361537218094, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.20668721199035645, 0.4126594662666321, -0.31233587861061096, -1.526173710823059, 0.762177050113678, 0.11223195493221283, 0.05592946708202362, -0.25950586795806885, -0.4682423770427704, 0.16805465519428253, 1.2211917638778687, -1.749998927116394, 1.1573253870010376, 1009.9119873046875, 604.3613891601562, -0.0004168675222899765, -0.19545787572860718, -0.9074888229370117, 1.8862310647964478, -0.9758288860321045, -0.00013559384387917817], "std": [2.785296965157613e-05, 1.799824894987978e-05, 2.1671377908205613e-05, 2.786729237413965e-05, 2.2092383005656302e-05, 2.7308426069794223e-05, 1.9654229618026875e-05, 1.55064099089941e-05, 8.395169970754068e-06, 1.3072718502371572e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.10192109644412994, 0.12020545452833176, 0.15412630140781403, 0.20166173577308655, 0.35510730743408203, 0.18111084401607513, 0.14712020754814148, 0.03951482102274895, 0.036699116230010986, 0.06397721916437149, 0.4541185200214386, 0.36364197731018066, 0.2321450412273407, 0.2833572030067444, 402.8218078613281, 8.925645715862629e-07, 0.0027373468037694693, 6.823119747423334e-06, 5.435686034616083e-06, 5.203075852477923e-05, 0.00042145512998104095], "count": [761]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0008377580670639873, 0.2108183354139328, -0.5966408252716064, -1.8831405639648438, 0.25389304757118225, -0.12058479338884354, -0.1837657243013382, -0.31035900115966797, -0.5382040143013, 0.03144599869847298, 0.471449077129364, -2.2415640354156494, 0.7462756037712097, 1009.0, 173.0, -0.00042297266190871596, -0.19949081540107727, -0.9075009822845459, 1.886223554611206, -0.9758986234664917, -0.0008191989036276937], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.028361599892377853, -0.3102729916572571, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40453240275382996, 0.6079331040382385, 0.04490732029080391, -1.1133978366851807, 1.3614091873168945, 0.3874630928039551, 0.28562313318252563, -0.15080499649047852, -0.41547098755836487, 0.24488599598407745, 1.8701468706130981, -1.121137022972107, 1.5260401964187622, 1010.0, 1000.0, -0.000411693355999887, -0.19236420094966888, -0.9074772000312805, 1.8862520456314087, -0.9757242798805237, 0.0010565102566033602], "mean": [-0.19951879978179932, 0.6046764850616455, 0.45139139890670776, -1.4119892120361328, -0.25389474630355835, -0.12053216993808746, 0.028274383395910263, -0.31032219529151917, 0.467572957277298, 0.2282361537218094, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.2065654844045639, 0.41256454586982727, -0.31226834654808044, -1.5264915227890015, 0.7625483870506287, 0.11229387670755386, 0.055803317576646805, -0.25944066047668457, -0.4682108759880066, 0.16798806190490723, 1.220999836921692, -1.750354290008545, 1.157815933227539, 1009.9119873046875, 604.3613891601562, -0.0004168675222899765, -0.19545400142669678, -0.9074888229370117, 1.8862313032150269, -0.9758291244506836, -0.00013556638441514224], "std": [2.785296965157613e-05, 1.799824894987978e-05, 2.170227890019305e-05, 2.7845044314744882e-05, 2.2092383005656302e-05, 2.7373971533961594e-05, 1.9664377759909257e-05, 1.550537854200229e-05, 8.396375051233917e-06, 1.3075223250780255e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.10198497772216797, 0.12008221447467804, 0.15407651662826538, 0.2016717791557312, 0.35472309589385986, 0.1810392439365387, 0.1472335159778595, 0.0394718274474144, 0.03671001270413399, 0.06394083797931671, 0.4539998769760132, 0.36316028237342834, 0.2316702902317047, 0.2833572030067444, 402.8218078613281, 8.925645715862629e-07, 0.0027394595090299845, 6.827059678471414e-06, 5.260644229565514e-06, 5.207807771512307e-05, 0.00042145015322603285], "count": [761]}, "timestamp": {"min": [0.0], "max": [25.333333333333332], "mean": [12.666666666666668], "std": [7.322719591942751], "count": [761]}, "frame_index": {"min": [0], "max": [760], "mean": [380.0], "std": [219.68158775828255], "count": [761]}, "episode_index": {"min": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [761]}, "index": {"min": [113077], "max": [113837], "mean": [113457.0], "std": [219.68158775828255], "count": [761]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [761]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6043613641161799], "std": [0.0, 0.40282269011844296], "count": [761]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6043613641161799], "std": [0.0, 0.40282269011844296], "count": [761]}, "eef_direction_state": {"mean": [6.0, 4.432325886990801], "std": [0.0, 2.1251156830782834], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_state": {"mean": [0.0, 0.5703022339027596], "std": [0.0, 0.7199876171425775], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_state": {"mean": [0.0, 0.47174770039421815], "std": [0.0, 0.7600769166749602], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_direction_action": {"mean": [6.0, 4.432325886990801], "std": [0.0, 2.1251156830782834], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_action": {"mean": [0.0, 0.5703022339027596], "std": [0.0, 0.7199876171425775], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_action": {"mean": [0.0, 0.47174770039421815], "std": [0.0, 0.7600769166749602], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_sim_pose_state": {"mean": [-0.31032225489616394, 0.46757304668426514, 0.2282363325357437, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.259505957365036, -0.4682418704032898, 0.16805477440357208, 1.2211942672729492, -1.7500057220458984, 1.157326102256775], "std": [1.5506437193835154e-05, 8.394327778660227e-06, 1.3071326065983158e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.039514824748039246, 0.03669910877943039, 0.0639772117137909, 0.45411673188209534, 0.36364254355430603, 0.23214583098888397], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31035900115966797, -0.5382040143013, 0.03144599869847298, 0.471449077129364, -2.2415640354156494, 0.7462756037712097], "max": [-0.3102729916572571, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15080499649047852, -0.41547098755836487, 0.24488599598407745, 1.8701468706130981, -1.121137022972107, 1.5260401964187622], "count": [761]}, "eef_sim_pose_action": {"mean": [-0.31032222509384155, 0.4675729274749756, 0.2282361537218094, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.25950586795806885, -0.4682423770427704, 0.16805465519428253, 1.2211917638778687, -1.749998927116394, 1.1573253870010376], "std": [1.55064099089941e-05, 8.395169970754068e-06, 1.3072718502371572e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.03951482102274895, 0.036699116230010986, 0.06397721916437149, 0.4541185200214386, 0.36364197731018066, 0.2321450412273407], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31035900115966797, -0.5382040143013, 0.03144599869847298, 0.471449077129364, -2.2415640354156494, 0.7462756037712097], "max": [-0.3102729916572571, 0.46760499477386475, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15080499649047852, -0.41547098755836487, 0.24488599598407745, 1.8701468706130981, -1.121137022972107, 1.5260401964187622], "count": [761]}, "gripper_mode_state": {"mean": [0.0, 0.4704336399474376], "std": [0.0, 0.49912506484171504], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_state": {"mean": [2.0, 1.8896189224704336], "std": [0.0, 0.414468913517875], "min": [2, 0], "max": [2, 2], "count": [761]}, "gripper_mode_action": {"mean": [0.0, 0.4704336399474376], "std": [0.0, 0.4991250648417151], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_action": {"mean": [2.0, 1.8896189224704336], "std": [0.0, 0.414468913517875], "min": [2, 0], "max": [2, 2], "count": [761]}}} +{"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.4405945360874613]], [[0.42124189187736494]], [[0.42191705097609217]]], "std": [[[0.20370292893786168]], [[0.2010783120149144]], [[0.20981909462714837]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40017552459580324]], [[0.39622939375859995]], [[0.3932454124742002]]], "std": [[[0.22937880020044568]], [[0.22066655286399836]], [[0.21847253103616235]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49185436554007567]], [[0.4830254074217406]], [[0.47852271725576195]]], "std": [[[0.20871558536288037]], [[0.21015097502580937]], [[0.21774696678583086]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46171152874527005]], [[0.4421453576496388]], [[0.4445352288119195]]], "std": [[[0.2704968885902265]], [[0.2571892536620018]], [[0.2610549560010848]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12065461277961731, 0.028204521164298058, -0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04530874639749527, 0.316253662109375, -0.5800950527191162, -1.7409136295318604, 0.25384068489074707, -0.14533355832099915, -0.1768542230129242, -0.3150230050086975, -0.5261729955673218, 0.03406799957156181, 0.4693032503128052, -2.305140733718872, 0.6884565949440002, 1009.0, 172.0, -0.00042297266190871596, -0.19946637749671936, -0.9075002074241638, 1.8862282037734985, -0.9758993983268738, -0.0006749135791324079], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12046262621879578, 0.028361599892377853, -0.3102790117263794, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3839200735092163, 0.6705031394958496, -0.048118725419044495, -1.0998541116714478, 1.4088298082351685, 0.3963642716407776, 0.45462337136268616, -0.1642480045557022, -0.4177820086479187, 0.24606600403785706, 1.936639428138733, -1.121137022972107, 1.502713680267334, 1010.0, 1000.0, -0.000411693355999887, -0.1921198070049286, -0.9074835181236267, 1.8862535953521729, -0.975744903087616, 0.0004062771040480584], "mean": [-0.1995203047990799, 0.6046633720397949, 0.4513905644416809, -1.4119458198547363, -0.25389420986175537, -0.12055967003107071, 0.02827206626534462, -0.3103318214416504, 0.46757370233535767, 0.2282390594482422, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.2087235003709793, 0.4721285104751587, -0.3692772090435028, -1.4798682928085327, 0.7363587021827698, 0.06261134147644043, 0.10833702236413956, -0.2780521512031555, -0.46194133162498474, 0.1715884953737259, 1.3018995523452759, -1.7357527017593384, 1.0464760065078735, 1009.9205322265625, 665.9474487304688, -0.0004162286058999598, -0.19544155895709991, -0.9074881076812744, 1.8862359523773193, -0.9758298397064209, -9.492869139648974e-05], "std": [2.856437276932411e-05, 1.7473286789027043e-05, 2.2962345610721968e-05, 3.0467357646557502e-05, 2.237041735497769e-05, 3.059500886593014e-05, 2.884497916966211e-05, 1.6568132195970975e-05, 8.206659913412295e-06, 1.2550602150440682e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.12979549169540405, 0.11373000591993332, 0.14247827231884003, 0.16960474848747253, 0.3815877437591553, 0.19426299631595612, 0.23394092917442322, 0.043928783386945724, 0.03750064596533775, 0.059942252933979034, 0.45877379179000854, 0.3997960090637207, 0.24360720813274384, 0.27045705914497375, 396.7642517089844, 1.0147234661417315e-06, 0.0029332595877349377, 8.196856470021885e-06, 8.09807806945173e-06, 5.645294368150644e-05, 0.00015513450489379466], "count": [818]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12065461277961731, 0.028204521164298058, -0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04530874639749527, 0.316253662109375, -0.5800950527191162, -1.7409136295318604, 0.25384068489074707, -0.14533355832099915, -0.1768542230129242, -0.3150230050086975, -0.5261729955673218, 0.03406799957156181, 0.4693032503128052, -2.305140733718872, 0.6884565949440002, 1009.0, 172.0, -0.00042297266190871596, -0.19946637749671936, -0.9075002074241638, 1.8862282037734985, -0.9758993983268738, -0.0006749135791324079], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12046262621879578, 0.028361599892377853, -0.3102790117263794, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3839200735092163, 0.6705031394958496, -0.048118725419044495, -1.0998541116714478, 1.4088298082351685, 0.3963642716407776, 0.45462337136268616, -0.1642480045557022, -0.4177820086479187, 0.24606600403785706, 1.936639428138733, -1.121137022972107, 1.502713680267334, 1010.0, 1000.0, -0.000411693355999887, -0.1921198070049286, -0.9074835181236267, 1.8862535953521729, -0.975744903087616, 0.0004062771040480584], "mean": [-0.19952024519443512, 0.6046633720397949, 0.4513905346393585, -1.4119459390640259, -0.25389420986175537, -0.12055967003107071, 0.028271999210119247, -0.3103318214416504, 0.4675736427307129, 0.22823908925056458, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.20854103565216064, 0.47209587693214417, -0.3693007528781891, -1.480104923248291, 0.7366083860397339, 0.06260287016630173, 0.10821536183357239, -0.2780532240867615, -0.46188148856163025, 0.17152637243270874, 1.3017512559890747, -1.736048936843872, 1.046742558479309, 1009.9193115234375, 665.9474487304688, -0.0004162286058999598, -0.19544872641563416, -0.9074881076812744, 1.8862359523773193, -0.9758298993110657, -9.462581510888413e-05], "std": [2.8530381314340048e-05, 1.749122930050362e-05, 2.2963076844462194e-05, 3.0442053684964776e-05, 2.237041735497769e-05, 3.059500886593014e-05, 2.889794996008277e-05, 1.6550618965993635e-05, 8.20351760921767e-06, 1.2556560250231996e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.1299130916595459, 0.1136956438422203, 0.1424936205148697, 0.16964508593082428, 0.3813384473323822, 0.1942714899778366, 0.23403795063495636, 0.043929573148489, 0.03753072768449783, 0.0599098727107048, 0.45870649814605713, 0.3994303047657013, 0.2433980256319046, 0.27235087752342224, 396.7642517089844, 1.0147234661417315e-06, 0.0029330456163734198, 8.200733645935543e-06, 8.101681487460155e-06, 5.648630394716747e-05, 0.00015515857376158237], "count": [818]}, "timestamp": {"min": [0.0], "max": [27.233333333333334], "mean": [13.616666666666664], "std": [7.871202788223242], "count": [818]}, "frame_index": {"min": [0], "max": [817], "mean": [408.5], "std": [236.13608364669724], "count": [818]}, "episode_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [818]}, "index": {"min": [113838], "max": [114655], "mean": [114246.5], "std": [236.13608364669724], "count": [818]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [818]}, "gripper_open_scale_state": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.6659474347178393], "std": [0.0, 0.3967638516674725], "count": [818]}, "gripper_open_scale_action": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.6659474347178393], "std": [0.0, 0.3967638516674725], "count": [818]}, "eef_direction_state": {"mean": [6.0, 4.52322738386308], "std": [0.0, 2.130824730913161], "min": [6, 0], "max": [6, 6], "count": [818]}, "eef_velocity_state": {"mean": [0.0, 0.5550122249388753], "std": [0.0, 0.7417224138549722], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_acc_mag_state": {"mean": [0.0, 0.40464547677261614], "std": [0.0, 0.7191600193851014], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_direction_action": {"mean": [6.0, 4.52322738386308], "std": [0.0, 2.130824730913161], "min": [6, 0], "max": [6, 6], "count": [818]}, "eef_velocity_action": {"mean": [0.0, 0.5550122249388753], "std": [0.0, 0.7417224138549722], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_acc_mag_action": {"mean": [0.0, 0.40464547677261614], "std": [0.0, 0.7191600193851014], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_sim_pose_state": {"mean": [-0.3103317618370056, 0.4675736129283905, 0.2282390147447586, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.27805212140083313, -0.4619417190551758, 0.17158858478069305, 1.30189847946167, -1.7357556819915771, 1.0464744567871094], "std": [1.6568004866712727e-05, 8.206419806811027e-06, 1.255048300663475e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04392877593636513, 0.037500642240047455, 0.05994229018688202, 0.45877352356910706, 0.3997957408428192, 0.24360699951648712], "min": [-0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3150230050086975, -0.5261729955673218, 0.03406799957156181, 0.4693032503128052, -2.305140733718872, 0.6884565949440002], "max": [-0.3102790117263794, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1642480045557022, -0.4177820086479187, 0.24606600403785706, 1.936639428138733, -1.121137022972107, 1.502713680267334], "count": [818]}, "eef_sim_pose_action": {"mean": [-0.3103318214416504, 0.46757370233535767, 0.2282390594482422, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.2780521512031555, -0.46194133162498474, 0.1715884953737259, 1.3018995523452759, -1.7357527017593384, 1.0464760065078735], "std": [1.6568132195970975e-05, 8.206659913412295e-06, 1.2550602150440682e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.043928783386945724, 0.03750064596533775, 0.059942252933979034, 0.45877379179000854, 0.3997960090637207, 0.24360720813274384], "min": [-0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3150230050086975, -0.5261729955673218, 0.03406799957156181, 0.4693032503128052, -2.305140733718872, 0.6884565949440002], "max": [-0.3102790117263794, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1642480045557022, -0.4177820086479187, 0.24606600403785706, 1.936639428138733, -1.121137022972107, 1.502713680267334], "count": [818]}, "gripper_mode_state": {"mean": [0.0, 0.3973105134474328], "std": [0.0, 0.4893412606265383], "min": [0, 0], "max": [0, 1], "count": [818]}, "gripper_activity_state": {"mean": [2.0, 1.8973105134474328], "std": [0.0, 0.40075430578579246], "min": [2, 0], "max": [2, 2], "count": [818]}, "gripper_mode_action": {"mean": [0.0, 0.3973105134474328], "std": [0.0, 0.4893412606265383], "min": [0, 0], "max": [0, 1], "count": [818]}, "gripper_activity_action": {"mean": [2.0, 1.8973105134474328], "std": [0.0, 0.40075430578579246], "min": [2, 0], "max": [2, 2], "count": [818]}}} +{"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.43726093789788645]], [[0.4181330823996265]], [[0.4185878254710975]]], "std": [[[0.20433714284464263]], [[0.20170060202334691]], [[0.21016760271311566]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39815233877641965]], [[0.39420878427128425]], [[0.3913030104087089]]], "std": [[[0.22960238600971017]], [[0.2209436781945366]], [[0.2187087538198106]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.489912605572532]], [[0.4815542252886003]], [[0.476954538823105]]], "std": [[[0.20817864117266444]], [[0.2099519014468306]], [[0.2176520138242464]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46134389323911384]], [[0.43877811465495287]], [[0.446380917897462]]], "std": [[[0.28421125593377655]], [[0.2710794143785796]], [[0.2747355712840695]]], "count": [154]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03792600706219673, 0.356588214635849, -0.6448817253112793, -1.7310349941253662, 0.25382325053215027, -0.23394393920898438, -0.15852825343608856, -0.34100401401519775, -0.5313839912414551, 0.0355059988796711, 0.46848616003990173, -2.4044482707977295, 0.6015996336936951, 1009.0, 174.0, -0.0004173330089543015, -0.19942690432071686, -0.9075025320053101, 1.8862298727035522, -0.9758922457695007, -0.00016896570741664618], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.3102850019931793, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5190260410308838, 0.6114761233329773, -0.13702580332756042, -1.0616488456726074, 1.5027981996536255, 0.4369606077671051, 0.4727049767971039, -0.19019000232219696, -0.4151580035686493, 0.2435079962015152, 1.9220396280288696, -1.121137022972107, 1.3945386409759521, 1010.0, 1000.0, -0.00041545313433744013, -0.1923811137676239, -0.9074875116348267, 1.8862457275390625, -0.9757504463195801, 6.929492519702762e-05], "mean": [-0.19952060282230377, 0.604670524597168, 0.45139190554618835, -1.4119445085525513, -0.2539028227329254, -0.12052332609891891, 0.028268149122595787, -0.31033825874328613, 0.4675734341144562, 0.22824551165103912, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2601620554924011, 0.46962770819664, -0.38937854766845703, -1.4207167625427246, 0.7863178849220276, 0.09209395200014114, 0.19048821926116943, -0.27743321657180786, -0.468616783618927, 0.16835835576057434, 1.3053905963897705, -1.825790286064148, 1.005418062210083, 1009.9105224609375, 555.2998657226562, -0.0004170942702330649, -0.1955091804265976, -0.9074940085411072, 1.8862311840057373, -0.9758168458938599, -1.1456355423433706e-05], "std": [2.7188301828573458e-05, 1.708485979179386e-05, 2.3031934688333422e-05, 3.0378934752661735e-05, 2.1576644940068945e-05, 1.6571888409089297e-05, 2.6490881282370538e-05, 1.6562331438763067e-05, 8.692862138559576e-06, 1.3840146493748762e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.14410510659217834, 0.07514026761054993, 0.13722920417785645, 0.17925716936588287, 0.41826295852661133, 0.23444558680057526, 0.22801126539707184, 0.05187963321805, 0.03980864956974983, 0.07093450427055359, 0.49283793568611145, 0.43646273016929626, 0.267935186624527, 0.2854363024234772, 402.0281066894531, 6.233302087821357e-07, 0.002624493557959795, 4.545297997538e-06, 9.495275662629865e-06, 5.435803177533671e-05, 8.027342846617103e-05], "count": [827]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03792600706219673, 0.356588214635849, -0.6448817253112793, -1.7310349941253662, 0.25382325053215027, -0.23394393920898438, -0.15852825343608856, -0.34100401401519775, -0.5313839912414551, 0.0355059988796711, 0.46848616003990173, -2.4044482707977295, 0.6015996336936951, 1009.0, 174.0, -0.0004173330089543015, -0.19942690432071686, -0.9075025320053101, 1.8862298727035522, -0.9758922457695007, -0.00016896570741664618], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.3102850019931793, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5190260410308838, 0.6114761233329773, -0.13702580332756042, -1.0616488456726074, 1.5027981996536255, 0.4369606077671051, 0.4727049767971039, -0.19019000232219696, -0.4151580035686493, 0.2435079962015152, 1.9220396280288696, -1.121137022972107, 1.3945386409759521, 1010.0, 1000.0, -0.00041545313433744013, -0.1923811137676239, -0.9074875116348267, 1.8862457275390625, -0.9757504463195801, 6.929492519702762e-05], "mean": [-0.199520543217659, 0.604670524597168, 0.45139187574386597, -1.4119445085525513, -0.2539028227329254, -0.1205233559012413, 0.028268128633499146, -0.31033825874328613, 0.4675734043121338, 0.22824551165103912, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2599676549434662, 0.46954312920570374, -0.38938507437705994, -1.4208136796951294, 0.7864744663238525, 0.09195955842733383, 0.19033299386501312, -0.27746954560279846, -0.4685576558113098, 0.168316051363945, 1.305228590965271, -1.8259766101837158, 1.005721926689148, 1009.9117431640625, 555.2998657226562, -0.0004170942702330649, -0.19550561904907227, -0.9074940085411072, 1.8862313032150269, -0.9758168458938599, -1.1692804037011229e-05], "std": [2.7153864721185528e-05, 1.708485979179386e-05, 2.3049220544635318e-05, 3.0441924536717124e-05, 2.1575622668024153e-05, 1.6593545296927914e-05, 2.6478886866243556e-05, 1.6551752196392044e-05, 8.683357918926049e-06, 1.3839373423252255e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.14429499208927155, 0.07502738386392593, 0.13723228871822357, 0.1792738437652588, 0.4180872440338135, 0.2345992922782898, 0.22820377349853516, 0.05191316828131676, 0.039846401661634445, 0.07090917974710464, 0.4927724301815033, 0.43619605898857117, 0.26778313517570496, 0.28368890285491943, 402.0281066894531, 6.233302656255546e-07, 0.0026266942732036114, 4.548963715933496e-06, 9.399474038218614e-06, 5.437525760498829e-05, 8.04013543529436e-05], "count": [827]}, "timestamp": {"min": [0.0], "max": [27.533333333333335], "mean": [13.766666666666666], "std": [7.957805392610871], "count": [827]}, "frame_index": {"min": [0], "max": [826], "mean": [413.0], "std": [238.73416177832615], "count": [827]}, "episode_index": {"min": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [827]}, "index": {"min": [114656], "max": [115482], "mean": [115069.0], "std": [238.73416177832615], "count": [827]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [827]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5552998778141107], "std": [0.0, 0.4020283105872106], "count": [827]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5552998778141107], "std": [0.0, 0.4020283105872106], "count": [827]}, "eef_direction_state": {"mean": [6.0, 4.169286577992745], "std": [0.0, 2.1106913539486625], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_state": {"mean": [0.0, 0.6336154776299879], "std": [0.0, 0.6796270847094875], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_state": {"mean": [0.0, 0.5235792019347038], "std": [0.0, 0.7855174940438551], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_direction_action": {"mean": [6.0, 4.169286577992745], "std": [0.0, 2.1106913539486625], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_action": {"mean": [0.0, 0.6336154776299879], "std": [0.0, 0.6796270847094875], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_acc_mag_action": {"mean": [0.0, 0.5235792019347038], "std": [0.0, 0.7855174940438551], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_sim_pose_state": {"mean": [-0.3103378713130951, 0.46757349371910095, 0.22824543714523315, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2774331271648407, -0.4686167240142822, 0.16835853457450867, 1.3053890466690063, -1.8257946968078613, 1.0054149627685547], "std": [1.655779851716943e-05, 8.692546543898061e-06, 1.3839900020684581e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.0518796443939209, 0.039808645844459534, 0.07093450427055359, 0.4928392171859741, 0.4364633858203888, 0.267934650182724], "min": [-0.3103789985179901, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34100401401519775, -0.5313839912414551, 0.0355059988796711, 0.46848616003990173, -2.4044482707977295, 0.6015996336936951], "max": [-0.3102850019931793, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19019000232219696, -0.4151580035686493, 0.2435079962015152, 1.9220396280288696, -1.121137022972107, 1.3945386409759521], "count": [827]}, "eef_sim_pose_action": {"mean": [-0.31033825874328613, 0.4675734341144562, 0.22824551165103912, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.27743321657180786, -0.468616783618927, 0.16835835576057434, 1.3053905963897705, -1.825790286064148, 1.005418062210083], "std": [1.6562331438763067e-05, 8.692862138559576e-06, 1.3840146493748762e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.05187963321805, 0.03980864956974983, 0.07093450427055359, 0.49283793568611145, 0.43646273016929626, 0.267935186624527], "min": [-0.3103789985179901, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34100401401519775, -0.5313839912414551, 0.0355059988796711, 0.46848616003990173, -2.4044482707977295, 0.6015996336936951], "max": [-0.3102850019931793, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19019000232219696, -0.4151580035686493, 0.2435079962015152, 1.9220396280288696, -1.121137022972107, 1.3945386409759521], "count": [827]}, "gripper_mode_state": {"mean": [0.0, 0.532043530834341], "std": [0.0, 0.4989721556676986], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_state": {"mean": [2.0, 1.8948004836759371], "std": [0.0, 0.4052969145847952], "min": [2, 0], "max": [2, 2], "count": [827]}, "gripper_mode_action": {"mean": [0.0, 0.532043530834341], "std": [0.0, 0.4989721556676986], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_action": {"mean": [2.0, 1.8948004836759371], "std": [0.0, 0.4052969145847952], "min": [2, 0], "max": [2, 2], "count": [827]}}} +{"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.43864713442195064]], [[0.4191323595726169]], [[0.42008790770095916]]], "std": [[[0.20395775715062714]], [[0.20164491607937285]], [[0.21004289420340658]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40622700083821406]], [[0.40141262944571765]], [[0.39820930948136835]]], "std": [[[0.23161055161185173]], [[0.22287360281804136]], [[0.22120954799007045]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4906858050038197]], [[0.48217210577412783]], [[0.47768188714879894]]], "std": [[[0.20824565095191622]], [[0.20988339301544306]], [[0.21752275979932206]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622794117647059]], [[0.44308501241405657]], [[0.44811352230286056]]], "std": [[[0.270831101036045]], [[0.2605174697752377]], [[0.26453460962934144]]], "count": [154]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103660047054291, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06412339955568314, 0.2987305521965027, -0.6461034417152405, -1.7373530864715576, 0.25389304757118225, -0.2724982500076294, -0.17062339186668396, -0.3315559923648834, -0.5511940121650696, 0.026924999430775642, 0.4513522684574127, -2.4114253520965576, 0.5369911193847656, 1009.0, 148.0, -0.0004173330089543015, -0.19955849647521973, -0.9075057506561279, 1.8862314224243164, -0.9758922457695007, -0.0001917476038215682], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.3102790117263794, 0.46759700775146484, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49809950590133667, 0.6047216653823853, -0.09684831649065018, -0.9540144205093384, 1.3504310846328735, 0.5057964324951172, 0.42465606331825256, -0.19399000704288483, -0.4216879904270172, 0.23100100457668304, 1.8780043125152588, -1.121137022972107, 1.3835684061050415, 1010.0, 1000.0, -0.00041545313433744013, -0.19233974814414978, -0.9074819684028625, 1.8862520456314087, -0.9756989479064941, 0.00018510287918616086], "mean": [-0.19951842725276947, 0.6046683192253113, 0.4513893127441406, -1.4119837284088135, -0.2539111375808716, -0.1205252856016159, 0.028270529583096504, -0.3103260397911072, 0.4675719141960144, 0.22823414206504822, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.26469314098358154, 0.4292532503604889, -0.3743506371974945, -1.3815170526504517, 0.702714741230011, 0.08644064515829086, 0.13570325076580048, -0.28724461793899536, -0.47335076332092285, 0.16799010336399078, 1.268291711807251, -1.7540669441223145, 1.0204756259918213, 1009.9348754882812, 632.5693359375, -0.0004171403998043388, -0.19528809189796448, -0.9074872136116028, 1.8862346410751343, -0.9758079051971436, -6.492091051768512e-05], "std": [2.6846171749639325e-05, 1.6059293557191268e-05, 2.1292980818543583e-05, 2.5808894861256704e-05, 2.337718069611583e-05, 1.6514612070750445e-05, 2.7652258722810075e-05, 1.5641688150935806e-05, 8.194949259632267e-06, 1.2360759683360811e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.15528453886508942, 0.09103188663721085, 0.1399495154619217, 0.23277629911899567, 0.41983363032341003, 0.281301349401474, 0.22007466852664948, 0.04735647514462471, 0.04486898332834244, 0.06754734367132187, 0.471754789352417, 0.4930562674999237, 0.268049418926239, 0.24677157402038574, 412.19171142578125, 5.672785619026399e-07, 0.0027592359110713005, 9.781171684153378e-06, 8.631880518805701e-06, 6.692645547445863e-05, 4.696755422628485e-05], "count": [829]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103660047054291, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06412339955568314, 0.2987305521965027, -0.6461034417152405, -1.7373530864715576, 0.25389304757118225, -0.2724982500076294, -0.17062339186668396, -0.3315559923648834, -0.5511940121650696, 0.026924999430775642, 0.4513522684574127, -2.4114253520965576, 0.5369911193847656, 1009.0, 148.0, -0.0004173330089543015, -0.19955849647521973, -0.9075057506561279, 1.8862314224243164, -0.9758922457695007, -0.0001917476038215682], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.3102790117263794, 0.46759700775146484, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49809950590133667, 0.6047216653823853, -0.09684831649065018, -0.9540144205093384, 1.3504310846328735, 0.5057964324951172, 0.42465606331825256, -0.19399000704288483, -0.4216879904270172, 0.23100100457668304, 1.8780043125152588, -1.121137022972107, 1.3835684061050415, 1010.0, 1000.0, -0.00041545313433744013, -0.19233974814414978, -0.9074819684028625, 1.8862520456314087, -0.9756989479064941, 0.00018510287918616086], "mean": [-0.19951842725276947, 0.6046683192253113, 0.45138928294181824, -1.4119837284088135, -0.2539110779762268, -0.1205252856016159, 0.02827048860490322, -0.3103260099887848, 0.4675719141960144, 0.22823408246040344, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.26453229784965515, 0.42903053760528564, -0.37430116534233093, -1.381561517715454, 0.7027907371520996, 0.08625749498605728, 0.13554567098617554, -0.28726905584335327, -0.4733099639415741, 0.16792678833007812, 1.268141746520996, -1.754214882850647, 1.0209134817123413, 1009.9348754882812, 632.5693359375, -0.0004171403998043388, -0.19528824090957642, -0.9074870944023132, 1.8862346410751343, -0.9758079051971436, -6.481097807409242e-05], "std": [2.6846171749639325e-05, 1.6069416233222e-05, 2.1293993995641358e-05, 2.5800000003073364e-05, 2.3308324671234004e-05, 1.6514612070750445e-05, 2.7646441594697535e-05, 1.5656189134460874e-05, 8.210316082113422e-06, 1.2349500138952862e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.15542049705982208, 0.09082811325788498, 0.13992907106876373, 0.23278561234474182, 0.419758141040802, 0.28148549795150757, 0.22023893892765045, 0.047373633831739426, 0.04488956555724144, 0.06751545518636703, 0.4716782569885254, 0.49288448691368103, 0.26789698004722595, 0.24677157402038574, 412.19171142578125, 5.672785619026399e-07, 0.0027590803802013397, 9.863977538770996e-06, 8.632277967990376e-06, 6.691206363029778e-05, 4.68793477921281e-05], "count": [829]}, "timestamp": {"min": [0.0], "max": [27.6], "mean": [13.799999999999997], "std": [7.977050415619381], "count": [829]}, "frame_index": {"min": [0], "max": [828], "mean": [414.0], "std": [239.3115124685814], "count": [829]}, "episode_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [829]}, "index": {"min": [115483], "max": [116311], "mean": [115897.0], "std": [239.3115124685814], "count": [829]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [829]}, "gripper_open_scale_state": {"min": [1.0, 0.14800000190734863], "max": [1.0, 1.0], "mean": [1.0, 0.6325693615634709], "std": [0.0, 0.41219033125660803], "count": [829]}, "gripper_open_scale_action": {"min": [1.0, 0.14800000190734863], "max": [1.0, 1.0], "mean": [1.0, 0.6325693615634709], "std": [0.0, 0.41219033125660803], "count": [829]}, "eef_direction_state": {"mean": [6.0, 4.434258142340169], "std": [0.0, 2.0179134647490207], "min": [6, 0], "max": [6, 6], "count": [829]}, "eef_velocity_state": {"mean": [0.0, 0.5971049457177322], "std": [0.0, 0.7197314301653192], "min": [0, 0], "max": [0, 2], "count": [829]}, "eef_acc_mag_state": {"mean": [0.0, 0.47406513872135103], "std": [0.0, 0.7535140038644982], "min": [0, 0], "max": [0, 2], "count": [829]}, "eef_direction_action": {"mean": [6.0, 4.434258142340169], "std": [0.0, 2.0179134647490207], "min": [6, 0], "max": [6, 6], "count": [829]}, "eef_velocity_action": {"mean": [0.0, 0.5971049457177322], "std": [0.0, 0.7197314301653192], "min": [0, 0], "max": [0, 2], "count": [829]}, "eef_acc_mag_action": {"mean": [0.0, 0.47406513872135103], "std": [0.0, 0.7535140038644982], "min": [0, 0], "max": [0, 2], "count": [829]}, "eef_sim_pose_state": {"mean": [-0.3103257119655609, 0.4675726890563965, 0.22823432087898254, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2872447371482849, -0.47335076332092285, 0.16799013316631317, 1.2682925462722778, -1.7540735006332397, 1.0204757452011108], "std": [1.5638572222087532e-05, 8.156747753673699e-06, 1.2359520951576997e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04735647514462471, 0.04486895725131035, 0.06754736602306366, 0.47175487875938416, 0.49305596947669983, 0.2680492699146271], "min": [-0.3103660047054291, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3315559923648834, -0.5511940121650696, 0.026924999430775642, 0.4513522684574127, -2.4114253520965576, 0.5369911193847656], "max": [-0.3102790117263794, 0.46759700775146484, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19399000704288483, -0.4216879904270172, 0.23100100457668304, 1.8780043125152588, -1.121137022972107, 1.3835684061050415], "count": [829]}, "eef_sim_pose_action": {"mean": [-0.3103260397911072, 0.4675719141960144, 0.22823414206504822, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.28724461793899536, -0.47335076332092285, 0.16799010336399078, 1.268291711807251, -1.7540669441223145, 1.0204756259918213], "std": [1.5641688150935806e-05, 8.194949259632267e-06, 1.2360759683360811e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.04735647514462471, 0.04486898332834244, 0.06754734367132187, 0.471754789352417, 0.4930562674999237, 0.268049418926239], "min": [-0.3103660047054291, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3315559923648834, -0.5511940121650696, 0.026924999430775642, 0.4513522684574127, -2.4114253520965576, 0.5369911193847656], "max": [-0.3102790117263794, 0.46759700775146484, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19399000704288483, -0.4216879904270172, 0.23100100457668304, 1.8780043125152588, -1.121137022972107, 1.3835684061050415], "count": [829]}, "gripper_mode_state": {"mean": [0.0, 0.42581423401688784], "std": [0.0, 0.49446584525677895], "min": [0, 0], "max": [0, 1], "count": [829]}, "gripper_activity_state": {"mean": [2.0, 1.8962605548854041], "std": [0.0, 0.40066050370376677], "min": [2, 0], "max": [2, 2], "count": [829]}, "gripper_mode_action": {"mean": [0.0, 0.42581423401688784], "std": [0.0, 0.49446584525677895], "min": [0, 0], "max": [0, 1], "count": [829]}, "gripper_activity_action": {"mean": [2.0, 1.8962605548854041], "std": [0.0, 0.40066050370376677], "min": [2, 0], "max": [2, 2], "count": [829]}}} +{"episode_index": 144, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.44014462413288424]], [[0.41954892437547614]], [[0.4197715463230282]]], "std": [[[0.20351060481770733]], [[0.20118482366173046]], [[0.20995279684539014]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39861209100204503]], [[0.39411724983960866]], [[0.3911324030634749]]], "std": [[[0.23057233235320274]], [[0.2212230562244189]], [[0.21982271943028076]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4917344407855167]], [[0.4828125538814708]], [[0.47815587408276194]]], "std": [[[0.2084961530852594]], [[0.20988601813227956]], [[0.21748925230609728]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45291813023778016]], [[0.43297571699947873]], [[0.4393364484341794]]], "std": [[[0.2780783961023994]], [[0.2674734917631285]], [[0.2700205396990359]]], "count": [163]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675450026988983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13789846003055573, 0.3439869284629822, -0.5610186457633972, -1.6203112602233887, 0.25382325053215027, -0.4968428611755371, -0.028291787952184677, -0.331275999546051, -0.5436800122261047, 0.08802100270986557, 0.48409542441368103, -2.436643123626709, 0.6607195138931274, 1009.0, 169.0, -0.0004267323820386082, -0.19933854043483734, -0.9074978232383728, 1.8862346410751343, -0.975860595703125, -0.00042241427581757307], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49377110600471497, 0.6047391295433044, -0.04761258140206337, -1.0330079793930054, 1.5424522161483765, 0.5086936354637146, 0.6155776381492615, -0.19499899446964264, -0.4192889928817749, 0.25535500049591064, 1.8689998388290405, -1.121137022972107, 1.3800790309906006, 1010.0, 1000.0, -0.0004079336067661643, -0.19212733209133148, -0.9074811935424805, 1.8862504959106445, -0.9757060408592224, 4.651303243008442e-05], "mean": [-0.19951587915420532, 0.6046701073646545, 0.45139145851135254, -1.4119863510131836, -0.2539125978946686, -0.1205255538225174, 0.028272822499275208, -0.3103255331516266, 0.46757251024246216, 0.22823438048362732, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.2791013717651367, 0.49869126081466675, -0.3868723511695862, -1.3636060953140259, 0.8549031615257263, 0.05904970318078995, 0.26934048533439636, -0.2834452688694, -0.47492966055870056, 0.18575908243656158, 1.3017427921295166, -1.8837890625, 1.0154069662094116, 1009.9094848632812, 586.8357543945312, -0.0004175208741798997, -0.1954197883605957, -0.9074872732162476, 1.8862310647964478, -0.9758003354072571, -0.00018788916349876672], "std": [2.5496874513919465e-05, 1.5182253264356405e-05, 2.2323698431137018e-05, 2.5629953597672284e-05, 2.239151763205882e-05, 1.649521800572984e-05, 2.6453415557625704e-05, 1.5128105587791651e-05, 7.881608325988054e-06, 1.2163110113760922e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.10867422819137573, 0.07367748767137527, 0.1172964870929718, 0.19110052287578583, 0.3927696943283081, 0.25653812289237976, 0.21338671445846558, 0.042025256901979446, 0.039585988968610764, 0.054677221924066544, 0.48395052552223206, 0.44466716051101685, 0.24543209373950958, 0.28690147399902344, 407.0589904785156, 8.791634513727331e-07, 0.0028949324041604996, 6.9928505581629e-06, 1.0519371244299691e-05, 4.5092343498254195e-05, 8.276930020656437e-05], "count": [895]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675450026988983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13789846003055573, 0.3439869284629822, -0.5610186457633972, -1.6203112602233887, 0.25382325053215027, -0.4968428611755371, -0.028291787952184677, -0.331275999546051, -0.5436800122261047, 0.08802100270986557, 0.48409542441368103, -2.436643123626709, 0.6607195138931274, 1009.0, 169.0, -0.0004267323820386082, -0.19933854043483734, -0.9074978232383728, 1.8862346410751343, -0.975860595703125, -0.00042241427581757307], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102720081806183, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.49377110600471497, 0.6047391295433044, -0.04761258140206337, -1.0330079793930054, 1.5424522161483765, 0.5086936354637146, 0.6155776381492615, -0.19499899446964264, -0.4192889928817749, 0.25535500049591064, 1.8689998388290405, -1.121137022972107, 1.3800790309906006, 1010.0, 1000.0, -0.0004079336067661643, -0.19212733209133148, -0.9074811935424805, 1.8862504959106445, -0.9757060408592224, 4.651303243008442e-05], "mean": [-0.1995159089565277, 0.6046701073646545, 0.45139145851135254, -1.411986231803894, -0.2539125382900238, -0.1205255314707756, 0.028272785246372223, -0.3103255033493042, 0.46757251024246216, 0.2282344400882721, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.2790636718273163, 0.498585969209671, -0.38685500621795654, -1.3635462522506714, 0.8552504777908325, 0.05892208591103554, 0.2694401144981384, -0.28346800804138184, -0.47491931915283203, 0.18573139607906342, 1.3015894889831543, -1.8841657638549805, 1.0157443284988403, 1009.9094848632812, 586.8357543945312, -0.0004175229696556926, -0.1954229772090912, -0.9074872732162476, 1.8862310647964478, -0.9758003354072571, -0.00018800476391334087], "std": [2.5458324671490118e-05, 1.5180261470959522e-05, 2.2323698431137018e-05, 2.5622704924899153e-05, 2.237428998341784e-05, 1.6498206605319865e-05, 2.6451145458850078e-05, 1.5139935385377612e-05, 7.874637049098965e-06, 1.2165266525698826e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.10870762169361115, 0.07359340041875839, 0.11728812009096146, 0.19109398126602173, 0.39237499237060547, 0.2566556930541992, 0.21326877176761627, 0.04204528033733368, 0.039589107036590576, 0.05466197803616524, 0.4838842749595642, 0.4441635310649872, 0.2452690601348877, 0.28690147399902344, 407.0589904785156, 8.809475389170984e-07, 0.0028932043351233006, 6.9903439907648135e-06, 1.0520760042709298e-05, 4.5073527871863917e-05, 8.26571776997298e-05], "count": [895]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.61213613970941], "count": [895]}, "frame_index": {"min": [0], "max": [894], "mean": [447.0], "std": [258.3640841912823], "count": [895]}, "episode_index": {"min": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [895]}, "index": {"min": [116312], "max": [117206], "mean": [116759.0], "std": [258.3640841912823], "count": [895]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [895]}, "gripper_open_scale_state": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5868357540675382], "std": [0.0, 0.4070597816232197], "count": [895]}, "gripper_open_scale_action": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5868357540675382], "std": [0.0, 0.4070597816232197], "count": [895]}, "eef_direction_state": {"mean": [6.0, 4.581005586592179], "std": [0.0, 1.9870747413979524], "min": [6, 0], "max": [6, 6], "count": [895]}, "eef_velocity_state": {"mean": [0.0, 0.5396648044692738], "std": [0.0, 0.6804056458842882], "min": [0, 0], "max": [0, 2], "count": [895]}, "eef_acc_mag_state": {"mean": [0.0, 0.4692737430167598], "std": [0.0, 0.7540616485125753], "min": [0, 0], "max": [0, 2], "count": [895]}, "eef_direction_action": {"mean": [6.0, 4.581005586592179], "std": [0.0, 1.9870747413979524], "min": [6, 0], "max": [6, 6], "count": [895]}, "eef_velocity_action": {"mean": [0.0, 0.5396648044692738], "std": [0.0, 0.6804056458842882], "min": [0, 0], "max": [0, 2], "count": [895]}, "eef_acc_mag_action": {"mean": [0.0, 0.4692737430167598], "std": [0.0, 0.7540616485125753], "min": [0, 0], "max": [0, 2], "count": [895]}, "eef_sim_pose_state": {"mean": [-0.3103252351284027, 0.4675726294517517, 0.22823433578014374, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2834453880786896, -0.47492972016334534, 0.1857590675354004, 1.3017414808273315, -1.883782148361206, 1.0154069662094116], "std": [1.5125071513466537e-05, 7.880500561441295e-06, 1.216298551298678e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04202524572610855, 0.039585988968610764, 0.05467721074819565, 0.4839496314525604, 0.4446675181388855, 0.2454320788383484], "min": [-0.3103730082511902, 0.4675450026988983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.331275999546051, -0.5436800122261047, 0.08802100270986557, 0.48409542441368103, -2.436643123626709, 0.6607195138931274], "max": [-0.3102720081806183, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19499899446964264, -0.4192889928817749, 0.25535500049591064, 1.8689998388290405, -1.121137022972107, 1.3800790309906006], "count": [895]}, "eef_sim_pose_action": {"mean": [-0.3103255331516266, 0.46757251024246216, 0.22823438048362732, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, -0.2834452688694, -0.47492966055870056, 0.18575908243656158, 1.3017427921295166, -1.8837890625, 1.0154069662094116], "std": [1.5128105587791651e-05, 7.881608325988054e-06, 1.2163110113760922e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.042025256901979446, 0.039585988968610764, 0.054677221924066544, 0.48395052552223206, 0.44466716051101685, 0.24543209373950958], "min": [-0.3103730082511902, 0.4675450026988983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.331275999546051, -0.5436800122261047, 0.08802100270986557, 0.48409542441368103, -2.436643123626709, 0.6607195138931274], "max": [-0.3102720081806183, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19499899446964264, -0.4192889928817749, 0.25535500049591064, 1.8689998388290405, -1.121137022972107, 1.3800790309906006], "count": [895]}, "gripper_mode_state": {"mean": [0.0, 0.49050279329608937], "std": [0.0, 0.4999097949278697], "min": [0, 0], "max": [0, 1], "count": [895]}, "gripper_activity_state": {"mean": [2.0, 1.905027932960894], "std": [0.0, 0.3853857884297985], "min": [2, 0], "max": [2, 2], "count": [895]}, "gripper_mode_action": {"mean": [0.0, 0.49050279329608937], "std": [0.0, 0.4999097949278697], "min": [0, 0], "max": [0, 1], "count": [895]}, "gripper_activity_action": {"mean": [2.0, 1.905027932960894], "std": [0.0, 0.3853857884297984], "min": [2, 0], "max": [2, 2], "count": [895]}}} +{"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.43507123502178646]], [[0.41663072984749455]], [[0.4166544253812636]]], "std": [[[0.20313381211742154]], [[0.20048624634750156]], [[0.20878038420848843]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4008450340413943]], [[0.39612131399782136]], [[0.39268504221132894]]], "std": [[[0.23076527332889157]], [[0.22232078687615411]], [[0.22018194138451602]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.488853491285403]], [[0.4802644566993464]], [[0.47560897875816993]]], "std": [[[0.20784192387069417]], [[0.20948613309593728]], [[0.21704271503243938]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46061712962962964]], [[0.4484640522875817]], [[0.45214719498910677]]], "std": [[[0.27595081807559924]], [[0.2701332736034394]], [[0.27357845550219606]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038698554039, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05297074466943741, 0.270089715719223, -0.5783672332763672, -1.745713233947754, 0.2537708580493927, -0.2508910894393921, -0.28935813903808594, -0.3297159969806671, -0.543317973613739, 0.03922000154852867, 0.5180098414421082, -2.399291753768921, 0.7427628040313721, 1009.0, 175.0, -0.00042485250742174685, -0.19936299324035645, -0.90750652551651, 1.886225938796997, -0.9760158658027649, -0.00026483950205147266], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48054152727127075, 0.6128724217414856, 0.0067544239573180676, -0.8896466493606567, 1.3777629137039185, 0.355488657951355, 0.504173219203949, -0.17867299914360046, -0.4014970064163208, 0.24950100481510162, 1.9313876628875732, -1.121137022972107, 1.6351144313812256, 1010.0, 1000.0, -0.0004135732597205788, -0.19240179657936096, -0.9074859023094177, 1.8862481117248535, -0.9757345914840698, 0.0005382222007028759], "mean": [-0.19951851665973663, 0.6046675443649292, 0.4513905644416809, -1.4119603633880615, -0.2539098262786865, -0.12052373588085175, 0.028276821598410606, -0.31033191084861755, 0.4675733149051666, 0.22823989391326904, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.19783912599086761, 0.419236421585083, -0.3377322554588318, -1.4339416027069092, 0.7467670440673828, 0.020187344402074814, 0.16355422139167786, -0.28211116790771484, -0.45981067419052124, 0.17014211416244507, 1.2932970523834229, -1.780643343925476, 1.1302584409713745, 1009.9027709960938, 565.1433715820312, -0.00041885595419444144, -0.1954098343849182, -0.9075009822845459, 1.886234164237976, -0.9758375287055969, -6.619992927880958e-05], "std": [2.591274278529454e-05, 1.7153581211459823e-05, 2.289720214321278e-05, 2.5609009753679857e-05, 2.1609546820400283e-05, 1.542483369121328e-05, 2.0573652363964356e-05, 1.519931811344577e-05, 7.981673661561217e-06, 1.2279138900339603e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.159636452794075, 0.10190030187368393, 0.1371152698993683, 0.21691615879535675, 0.41012731194496155, 0.20914767682552338, 0.29699942469596863, 0.045593805611133575, 0.0433061420917511, 0.07049853354692459, 0.4836795926094055, 0.46850085258483887, 0.27003005146980286, 0.2963064908981323, 402.5589904785156, 8.411559520027367e-07, 0.001976028783246875, 8.257326044258662e-06, 7.672908395761624e-06, 8.037685620365664e-05, 0.00015924984472803771], "count": [802]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038698554039, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05297074466943741, 0.270089715719223, -0.5783672332763672, -1.745713233947754, 0.2537708580493927, -0.2508910894393921, -0.28935813903808594, -0.3297159969806671, -0.543317973613739, 0.03922000154852867, 0.5180098414421082, -2.399291753768921, 0.7427628040313721, 1009.0, 175.0, -0.00042485250742174685, -0.19936299324035645, -0.90750652551651, 1.886225938796997, -0.9760158658027649, -0.00026483950205147266], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48054152727127075, 0.6128724217414856, 0.0067544239573180676, -0.8896466493606567, 1.3777629137039185, 0.355488657951355, 0.504173219203949, -0.17867299914360046, -0.4014970064163208, 0.24950100481510162, 1.9313876628875732, -1.121137022972107, 1.6351144313812256, 1010.0, 1000.0, -0.0004135732597205788, -0.19240179657936096, -0.9074859023094177, 1.8862481117248535, -0.9757345914840698, 0.0005382222007028759], "mean": [-0.19951854646205902, 0.6046675443649292, 0.4513905644416809, -1.4119603633880615, -0.25390979647636414, -0.12052373588085175, 0.028276843950152397, -0.31033194065093994, 0.4675733149051666, 0.22823989391326904, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.19752928614616394, 0.41912510991096497, -0.3376503586769104, -1.4341434240341187, 0.7468739748001099, 0.02002706378698349, 0.1632336974143982, -0.2821323573589325, -0.45972976088523865, 0.17011602222919464, 1.2930406332015991, -1.7806951999664307, 1.130729079246521, 1009.9027709960938, 565.1433715820312, -0.000418855925090611, -0.19540737569332123, -0.9075010418891907, 1.886234164237976, -0.9758377075195312, -6.631947326241061e-05], "std": [2.591229713289067e-05, 1.7153581211459823e-05, 2.2885160433361307e-05, 2.556067738623824e-05, 2.161790689569898e-05, 1.542483369121328e-05, 2.0580269847414456e-05, 1.5149671526160091e-05, 7.949907740112394e-06, 1.2278956091904547e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.1598736196756363, 0.10174637287855148, 0.1370670199394226, 0.2169714719057083, 0.41001003980636597, 0.20930472016334534, 0.29734525084495544, 0.04561082646250725, 0.04335208982229233, 0.07048088312149048, 0.48358410596847534, 0.4684291183948517, 0.26968905329704285, 0.2963064908981323, 402.5589904785156, 8.411549856646161e-07, 0.0019773778039962053, 8.300581612274982e-06, 7.675909728277475e-06, 8.048610470723361e-05, 0.00015935434203129262], "count": [802]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.349999999999998], "std": [7.717242599098031], "count": [802]}, "frame_index": {"min": [0], "max": [801], "mean": [400.5], "std": [231.51727797294092], "count": [802]}, "episode_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [802]}, "index": {"min": [117207], "max": [118008], "mean": [117607.5], "std": [231.51727797294092], "count": [802]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [802]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5651433901893825], "std": [0.0, 0.40255838542010497], "count": [802]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5651433901893825], "std": [0.0, 0.40255838542010497], "count": [802]}, "eef_direction_state": {"mean": [6.0, 3.9825436408977555], "std": [0.0, 2.252666917923705], "min": [6, 0], "max": [6, 6], "count": [802]}, "eef_velocity_state": {"mean": [0.0, 0.6645885286783042], "std": [0.0, 0.7069077707009558], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_acc_mag_state": {"mean": [0.0, 0.5773067331670823], "std": [0.0, 0.801889121245965], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_direction_action": {"mean": [6.0, 3.9825436408977555], "std": [0.0, 2.252666917923705], "min": [6, 0], "max": [6, 6], "count": [802]}, "eef_velocity_action": {"mean": [0.0, 0.6645885286783042], "std": [0.0, 0.7069077707009558], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_acc_mag_action": {"mean": [0.0, 0.5773067331670823], "std": [0.0, 0.801889121245965], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_sim_pose_state": {"mean": [-0.3103316128253937, 0.46757346391677856, 0.22823993861675262, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.28211119771003723, -0.4598105549812317, 0.17014211416244507, 1.2932965755462646, -1.7806370258331299, 1.1302599906921387], "std": [1.5196473214018624e-05, 7.980373993632384e-06, 1.2279087968636304e-05, 0.0, 0.0, 5.960464477539063e-08, 0.04559379816055298, 0.043306153267621994, 0.070498526096344, 0.4836784601211548, 0.4685010612010956, 0.2700301706790924], "min": [-0.31038698554039, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3297159969806671, -0.543317973613739, 0.03922000154852867, 0.5180098414421082, -2.399291753768921, 0.7427628040313721], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17867299914360046, -0.4014970064163208, 0.24950100481510162, 1.9313876628875732, -1.121137022972107, 1.6351144313812256], "count": [802]}, "eef_sim_pose_action": {"mean": [-0.31033191084861755, 0.4675733149051666, 0.22823989391326904, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.28211116790771484, -0.45981067419052124, 0.17014211416244507, 1.2932970523834229, -1.780643343925476, 1.1302584409713745], "std": [1.519931811344577e-05, 7.981673661561217e-06, 1.2279138900339603e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.045593805611133575, 0.0433061420917511, 0.07049853354692459, 0.4836795926094055, 0.46850085258483887, 0.27003005146980286], "min": [-0.31038698554039, 0.46754300594329834, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3297159969806671, -0.543317973613739, 0.03922000154852867, 0.5180098414421082, -2.399291753768921, 0.7427628040313721], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17867299914360046, -0.4014970064163208, 0.24950100481510162, 1.9313876628875732, -1.121137022972107, 1.6351144313812256], "count": [802]}, "gripper_mode_state": {"mean": [0.0, 0.5199501246882793], "std": [0.0, 0.499601833988749], "min": [0, 0], "max": [0, 1], "count": [802]}, "gripper_activity_state": {"mean": [2.0, 1.8915211970074812], "std": [0.0, 0.4111330128910119], "min": [2, 0], "max": [2, 2], "count": [802]}, "gripper_mode_action": {"mean": [0.0, 0.5199501246882793], "std": [0.0, 0.499601833988749], "min": [0, 0], "max": [0, 1], "count": [802]}, "gripper_activity_action": {"mean": [2.0, 1.8915211970074812], "std": [0.0, 0.4111330128910119], "min": [2, 0], "max": [2, 2], "count": [802]}}} +{"episode_index": 146, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.43898312658396693]], [[0.41931695733849095]], [[0.4188769827375395]]], "std": [[[0.20139761896862063]], [[0.19958665640729858]], [[0.20868607424034233]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3962086278956027]], [[0.39216914126761815]], [[0.3878206032412965]]], "std": [[[0.22896729690268613]], [[0.22047862370027405]], [[0.21841054167492527]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49143149343070563]], [[0.4820095329798586]], [[0.4767746167911609]]], "std": [[[0.20845102191979703]], [[0.2094374627798248]], [[0.21702686153927964]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46679761487928506]], [[0.44463478030100934]], [[0.4506978291316527]]], "std": [[[0.26873904286552636]], [[0.2554301648837921]], [[0.26020168576857816]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14868460595607758, 0.28324949741363525, -0.5242096185684204, -1.905847191810608, 0.2537883222103119, -0.22457151114940643, -0.1607273668050766, -0.3428899943828583, -0.4770120084285736, 0.133542999625206, 0.6991244554519653, -2.3186941146850586, 0.6056550741195679, 1009.0, 153.0, -0.0004192128835711628, -0.19932915270328522, -0.9075722694396973, 1.886218786239624, -0.9758970141410828, -0.00024015911913011223], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31029701232910156, 0.4675999879837036, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21867230534553528, 0.6161710619926453, -0.11358602344989777, -1.2176638841629028, 1.3806251287460327, 0.23233823478221893, 0.46848127245903015, -0.23223699629306793, -0.3467850089073181, 0.228301003575325, 1.8930400609970093, -1.121137022972107, 1.4833570718765259, 1010.0, 1000.0, -0.0004173330089543015, -0.1923660784959793, -0.9075619578361511, 1.8862338066101074, -0.9756720066070557, -0.00022592043387703598], "mean": [-0.19951413571834564, 0.6046637892723083, 0.4513886272907257, -1.411934494972229, -0.2539140284061432, -0.12052564322948456, 0.028274796903133392, -0.3103400766849518, 0.4675731956958771, 0.22824469208717346, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.1128116250038147, 0.4609195590019226, -0.3190608620643616, -1.4643161296844482, 0.7995362877845764, 0.0006825439631938934, 0.20950789749622345, -0.307946115732193, -0.4438270032405853, 0.18465003371238708, 1.235567331314087, -1.8139911890029907, 1.123911738395691, 1009.924560546875, 601.3018188476562, -0.0004181518452242017, -0.1954108029603958, -0.9075707793235779, 1.88623046875, -0.9757793545722961, -0.00023191847139969468], "std": [2.5683186322567053e-05, 1.7581796782906167e-05, 2.3630611394764856e-05, 2.4354141714866273e-05, 2.3841286747483537e-05, 1.56303485709941e-05, 2.028731796599459e-05, 1.4869693586661015e-05, 8.232220352510922e-06, 1.1798151717812289e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09781137853860855, 0.10233324766159058, 0.12032172828912735, 0.18068525195121765, 0.41124191880226135, 0.1424952894449234, 0.20638343691825867, 0.031130937859416008, 0.03618237376213074, 0.02722601592540741, 0.4222874343395233, 0.42332857847213745, 0.2968440055847168, 0.26411280035972595, 412.6504821777344, 9.322258733845956e-07, 0.0024899765849113464, 5.86070200370159e-06, 3.2883413041417953e-06, 8.869880548445508e-05, 1.6235867406066973e-06], "count": [782]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14868460595607758, 0.28324949741363525, -0.5242096185684204, -1.905847191810608, 0.2537883222103119, -0.22457151114940643, -0.1607273668050766, -0.3428899943828583, -0.4770120084285736, 0.133542999625206, 0.6991244554519653, -2.3186941146850586, 0.6056550741195679, 1009.0, 153.0, -0.0004192128835711628, -0.19932915270328522, -0.9075722694396973, 1.886218786239624, -0.9758970141410828, -0.00024015911913011223], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31029701232910156, 0.4675999879837036, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21867230534553528, 0.6161710619926453, -0.11358602344989777, -1.2176638841629028, 1.3806251287460327, 0.23233823478221893, 0.46848127245903015, -0.23223699629306793, -0.3467850089073181, 0.228301003575325, 1.8930400609970093, -1.121137022972107, 1.4833570718765259, 1010.0, 1000.0, -0.0004173330089543015, -0.1923660784959793, -0.9075619578361511, 1.8862338066101074, -0.9756720066070557, -0.00022592043387703598], "mean": [-0.19951409101486206, 0.6046638488769531, 0.45138856768608093, -1.411934494972229, -0.253913938999176, -0.12052562087774277, 0.02827479876577854, -0.3103400766849518, 0.4675731956958771, 0.22824473679065704, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.11270585656166077, 0.460774689912796, -0.3191501796245575, -1.4643832445144653, 0.7996573448181152, 0.000564138637855649, 0.20934465527534485, -0.3079743981361389, -0.4437842071056366, 0.18456314504146576, 1.2354739904403687, -1.8142058849334717, 1.1242021322250366, 1009.924560546875, 601.3018188476562, -0.0004181494587101042, -0.1954059600830078, -0.9075707793235779, 1.88623046875, -0.97577965259552, -0.000231916070333682], "std": [2.568123090895824e-05, 1.7576388927409425e-05, 2.365373984503094e-05, 2.4328186555067077e-05, 2.3827364202588797e-05, 1.5633719158358872e-05, 2.0287296138121746e-05, 1.4855802874080837e-05, 8.231093488575425e-06, 1.178580441774102e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09776222705841064, 0.10220964252948761, 0.12044571340084076, 0.18067550659179688, 0.41109520196914673, 0.1426343023777008, 0.20662179589271545, 0.031143154948949814, 0.036174044013023376, 0.02719511277973652, 0.4222208261489868, 0.4230199158191681, 0.29658564925193787, 0.26411280035972595, 412.6504821777344, 9.319041964772623e-07, 0.0024862566497176886, 5.854869868926471e-06, 3.293755298727774e-06, 8.867464930517599e-05, 1.6240384184129653e-06], "count": [782]}, "timestamp": {"min": [0.0], "max": [26.033333333333335], "mean": [13.016666666666666], "std": [7.524792355939132], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [782]}, "index": {"min": [118009], "max": [118790], "mean": [118399.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [782]}, "gripper_open_scale_state": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.6013017888073726], "std": [0.0, 0.41264986055131214], "count": [782]}, "gripper_open_scale_action": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.6013017888073726], "std": [0.0, 0.4126498605513122], "count": [782]}, "eef_direction_state": {"mean": [6.0, 4.32225063938619], "std": [0.0, 2.1529711935364624], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.0, 0.4680306905370844], "std": [0.0, 0.583994498694692], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_state": {"mean": [0.0, 0.3631713554987212], "std": [0.0, 0.692358117939095], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_direction_action": {"mean": [6.0, 4.32225063938619], "std": [0.0, 2.1529711935364624], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.0, 0.4680306905370844], "std": [0.0, 0.583994498694692], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_action": {"mean": [0.0, 0.3631713554987212], "std": [0.0, 0.692358117939095], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [-0.31034016609191895, 0.467573344707489, 0.22824470698833466, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30794623494148254, -0.44382667541503906, 0.18465007841587067, 1.235566258430481, -1.8139902353286743, 1.123910903930664], "std": [1.4869559890939854e-05, 8.230780622398015e-06, 1.1798128070950042e-05, 0.0, 0.0, 0.0, 0.031130943447351456, 0.03618236258625984, 0.02722601592540741, 0.42228707671165466, 0.42332884669303894, 0.2968442440032959], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3428899943828583, -0.4770120084285736, 0.133542999625206, 0.6991244554519653, -2.3186941146850586, 0.6056550741195679], "max": [-0.31029701232910156, 0.4675999879837036, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23223699629306793, -0.3467850089073181, 0.228301003575325, 1.8930400609970093, -1.121137022972107, 1.4833570718765259], "count": [782]}, "eef_sim_pose_action": {"mean": [-0.3103400766849518, 0.4675731956958771, 0.22824469208717346, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.307946115732193, -0.4438270032405853, 0.18465003371238708, 1.235567331314087, -1.8139911890029907, 1.123911738395691], "std": [1.4869693586661015e-05, 8.232220352510922e-06, 1.1798151717812289e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.031130937859416008, 0.03618237376213074, 0.02722601592540741, 0.4222874343395233, 0.42332857847213745, 0.2968440055847168], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3428899943828583, -0.4770120084285736, 0.133542999625206, 0.6991244554519653, -2.3186941146850586, 0.6056550741195679], "max": [-0.31029701232910156, 0.4675999879837036, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23223699629306793, -0.3467850089073181, 0.228301003575325, 1.8930400609970093, -1.121137022972107, 1.4833570718765259], "count": [782]}, "gripper_mode_state": {"mean": [0.0, 0.4641943734015345], "std": [0.0, 0.49871630924192584], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_state": {"mean": [2.0, 1.8874680306905371], "std": [0.0, 0.41717780759139295], "min": [2, 0], "max": [2, 2], "count": [782]}, "gripper_mode_action": {"mean": [0.0, 0.4641943734015345], "std": [0.0, 0.49871630924192584], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_action": {"mean": [2.0, 1.8874680306905371], "std": [0.0, 0.41717780759139295], "min": [2, 0], "max": [2, 2], "count": [782]}}} +{"episode_index": 147, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4368168913398693]], [[0.41707318946414185]], [[0.41614431126331813]]], "std": [[[0.20173320475817214]], [[0.19953751899107736]], [[0.2081649569025999]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3966601489054526]], [[0.39191869935759693]], [[0.38729848800250694]]], "std": [[[0.22876312108076874]], [[0.21986367433107637]], [[0.21761740335488858]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48902113690795956]], [[0.48003834553227687]], [[0.47528475999418035]]], "std": [[[0.20801972873602018]], [[0.2089597593171402]], [[0.21651262883114564]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4628071895424837]], [[0.440153466066792]], [[0.4469128586937058]]], "std": [[[0.27126250414643205]], [[0.2566734038547475]], [[0.26098273727686105]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.009075711481273174, 0.29647907614707947, -0.5982290506362915, -1.7328851222991943, 0.2534392476081848, -0.15636403858661652, -0.09306095540523529, -0.3458870053291321, -0.49114400148391724, 0.13004599511623383, 0.5639901757240295, -2.4327096939086914, 0.5724559426307678, 1009.0, 163.0, -0.0004192128835711628, -0.19936487078666687, -0.90756756067276, 1.886223554611206, -0.9758732318878174, -0.00023636213154532015], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029200553894043, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27895596623420715, 0.6371847987174988, -0.12208577990531921, -1.1565947532653809, 1.5402705669403076, 0.25450390577316284, 0.5417501926422119, -0.23579999804496765, -0.3873879909515381, 0.22828300297260284, 1.7723571062088013, -1.121137022972107, 1.519068956375122, 1010.0, 1000.0, -0.0004173330089543015, -0.19238299131393433, -0.907561182975769, 1.8862329721450806, -0.9758161902427673, -0.00020218930148985237], "mean": [-0.19951565563678741, 0.6046614646911621, 0.4513885974884033, -1.4119371175765991, -0.25390708446502686, -0.12052639573812485, 0.028268324211239815, -0.31034034490585327, 0.46757248044013977, 0.22824208438396454, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.18264532089233398, 0.4971884489059448, -0.3860898017883301, -1.426348328590393, 0.918155312538147, 0.034387655556201935, 0.1957920342683792, -0.3073450028896332, -0.45642784237861633, 0.18370351195335388, 1.1623648405075073, -1.8917858600616455, 1.1146560907363892, 1009.8980712890625, 648.6038818359375, -0.00041882964433170855, -0.19561994075775146, -0.9075709581375122, 1.8862303495407104, -0.975843608379364, -0.00022715437808074057], "std": [2.5643954359111376e-05, 1.7354721421725117e-05, 2.2941809220355935e-05, 2.520077941881027e-05, 2.3229267753777094e-05, 1.478625836170977e-05, 1.927928315126337e-05, 1.4518203897750936e-05, 7.950253348099068e-06, 1.1570963579288218e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.061069659888744354, 0.10423339903354645, 0.13420605659484863, 0.15539945662021637, 0.41201505064964294, 0.1443285495042801, 0.21414636075496674, 0.030145585536956787, 0.02716061845421791, 0.027634741738438606, 0.43330812454223633, 0.4257284104824066, 0.29812079668045044, 0.3025647699832916, 403.0289611816406, 7.555735237474437e-07, 0.002372624585404992, 6.05554578214651e-06, 2.460314135532826e-06, 1.2160633559687994e-05, 3.4208535453217337e-06], "count": [775]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.009075711481273174, 0.29647907614707947, -0.5982290506362915, -1.7328851222991943, 0.2534392476081848, -0.15636403858661652, -0.09306095540523529, -0.3458870053291321, -0.49114400148391724, 0.13004599511623383, 0.5639901757240295, -2.4327096939086914, 0.5724559426307678, 1009.0, 163.0, -0.0004192128835711628, -0.19936487078666687, -0.90756756067276, 1.886223554611206, -0.9758732318878174, -0.00023636213154532015], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029200553894043, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.27895596623420715, 0.6371847987174988, -0.12208577990531921, -1.1565947532653809, 1.5402705669403076, 0.25450390577316284, 0.5417501926422119, -0.23579999804496765, -0.3873879909515381, 0.22828300297260284, 1.7723571062088013, -1.121137022972107, 1.519068956375122, 1010.0, 1000.0, -0.0004173330089543015, -0.19238299131393433, -0.907561182975769, 1.8862329721450806, -0.9758161902427673, -0.00020218930148985237], "mean": [-0.19951565563678741, 0.6046614646911621, 0.45138856768608093, -1.4119372367858887, -0.25390708446502686, -0.12052636593580246, 0.028268324211239815, -0.3103403151035309, 0.46757254004478455, 0.22824211418628693, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.18264640867710114, 0.49713799357414246, -0.386276513338089, -1.4264262914657593, 0.9185753464698792, 0.03434167057275772, 0.195714071393013, -0.3073592185974121, -0.45640161633491516, 0.18361717462539673, 1.162191390991211, -1.892232894897461, 1.114931583404541, 1009.8980712890625, 648.6038818359375, -0.00041883205994963646, -0.195616215467453, -0.907571017742157, 1.8862303495407104, -0.975843608379364, -0.00022714455553796142], "std": [2.5645405912655406e-05, 1.7354721421725117e-05, 2.2950416678213514e-05, 2.5187691790051758e-05, 2.3229267753777094e-05, 1.4791456123930402e-05, 1.927928315126337e-05, 1.4516473129333463e-05, 7.950671715661883e-06, 1.1576651559153106e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.061069924384355545, 0.10419073700904846, 0.13439728319644928, 0.15540745854377747, 0.41150274872779846, 0.144383504986763, 0.21423888206481934, 0.030149580910801888, 0.027159644290804863, 0.027599861845374107, 0.43317195773124695, 0.42510050535202026, 0.297880083322525, 0.3025647699832916, 403.0289611816406, 7.537643682553608e-07, 0.002375420881435275, 6.114286861702567e-06, 2.45937485487957e-06, 1.215168504131725e-05, 3.4243601021444192e-06], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [775]}, "index": {"min": [118791], "max": [119565], "mean": [119178.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.6486038715416386], "std": [0.0, 0.40302903219973774], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.6486038715416386], "std": [0.0, 0.40302903219973774], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.372903225806452], "std": [0.0, 2.19772051049437], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.4296774193548387], "std": [0.0, 0.5563909270321212], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.3741935483870968], "std": [0.0, 0.7015962178216262], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.372903225806452], "std": [0.0, 2.19772051049437], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.4296774193548387], "std": [0.0, 0.5563909270321212], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.3741935483870968], "std": [0.0, 0.7015962178216262], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.3103403151035309, 0.4675725996494293, 0.22824199497699738, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30734488368034363, -0.45642736554145813, 0.1837036907672882, 1.1623644828796387, -1.8917815685272217, 1.114654779434204], "std": [1.4518189345835708e-05, 7.949462997203227e-06, 1.157067254098365e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.030145585536956787, 0.027160625904798508, 0.027634751051664352, 0.4333086907863617, 0.42572808265686035, 0.2981213629245758], "min": [-0.31038299202919006, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3458870053291321, -0.49114400148391724, 0.13004599511623383, 0.5639901757240295, -2.4327096939086914, 0.5724559426307678], "max": [-0.31029200553894043, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23579999804496765, -0.3873879909515381, 0.22828300297260284, 1.7723571062088013, -1.121137022972107, 1.519068956375122], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.31034034490585327, 0.46757248044013977, 0.22824208438396454, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.3073450028896332, -0.45642784237861633, 0.18370351195335388, 1.1623648405075073, -1.8917858600616455, 1.1146560907363892], "std": [1.4518203897750936e-05, 7.950253348099068e-06, 1.1570963579288218e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.030145585536956787, 0.02716061845421791, 0.027634741738438606, 0.43330812454223633, 0.4257284104824066, 0.29812079668045044], "min": [-0.31038299202919006, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3458870053291321, -0.49114400148391724, 0.13004599511623383, 0.5639901757240295, -2.4327096939086914, 0.5724559426307678], "max": [-0.31029200553894043, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23579999804496765, -0.3873879909515381, 0.22828300297260284, 1.7723571062088013, -1.121137022972107, 1.519068956375122], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.4129032258064516], "std": [0.0, 0.49235571686036084], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.8838709677419354], "std": [0.0, 0.4243376426427139], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.4129032258064516], "std": [0.0, 0.49235571686036084], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.8838709677419354], "std": [0.0, 0.42433764264271384], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"episode_index": 148, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43872559029130415]], [[0.41796103049387523]], [[0.4166471223975241]]], "std": [[[0.20164217576709997]], [[0.19907079084745413]], [[0.2077803081721428]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39519001320174874]], [[0.3909565505562049]], [[0.3865863321321906]]], "std": [[[0.23005465906016165]], [[0.22093075697012662]], [[0.21829124041780693]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4888492484742241]], [[0.4800906741007661]], [[0.47570795729991777]]], "std": [[[0.20819598509930823]], [[0.20898543102622116]], [[0.21658813534248833]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655129109314808]], [[0.441282671622733]], [[0.4476109893736744]]], "std": [[[0.2754080690094122]], [[0.26005000471150225]], [[0.2649201528582346]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038999557495117, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14782939851284027, 0.3297799825668335, -0.6117379069328308, -1.8837164640426636, 0.2474178671836853, -0.12072442471981049, -0.20580922067165375, -0.3489820063114166, -0.504306972026825, 0.1417829990386963, 0.6035464406013489, -2.425971269607544, 0.6433148980140686, 1009.0, 158.0, -0.0004210927872918546, -0.1995716542005539, -0.9075714945793152, 1.8862195014953613, -0.975914478302002, -0.00022876817092765123], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027400493621826, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34670963883399963, 0.6977651715278625, -0.11246901005506516, -1.0627484321594238, 1.470823884010315, 0.2986607253551483, 0.49017569422721863, -0.23022599518299103, -0.3591490089893341, 0.2282799929380417, 1.818539023399353, -1.121137022972107, 1.4469804763793945, 1010.0, 1000.0, -0.00041545313433744013, -0.19236984848976135, -0.907560408115387, 1.8862361907958984, -0.9757956266403198, -0.00020124005095567554], "mean": [-0.1995132863521576, 0.6046733856201172, 0.45138803124427795, -1.4119583368301392, -0.25390470027923584, -0.12052649259567261, 0.02827245183289051, -0.3103347718715668, 0.4675721526145935, 0.2282441109418869, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.16631574928760529, 0.4923284351825714, -0.34653154015541077, -1.4159852266311646, 0.9516708254814148, 0.07858014851808548, 0.22909994423389435, -0.30901262164115906, -0.45432236790657043, 0.19154497981071472, 1.1098617315292358, -1.9364378452301025, 1.1280732154846191, 1009.9007568359375, 560.1923217773438, -0.00041912629967555404, -0.19540971517562866, -0.9075694680213928, 1.8862299919128418, -0.9758471846580505, -0.00021590669348370284], "std": [2.69793308689259e-05, 1.7527376257930882e-05, 2.3603099180036224e-05, 2.7596021027420647e-05, 2.161833253921941e-05, 1.629132020752877e-05, 1.922970659506973e-05, 1.5999487004592083e-05, 8.364187124243472e-06, 1.2019327186862938e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.13070468604564667, 0.11088838428258896, 0.13578590750694275, 0.23349682986736298, 0.43896615505218506, 0.14690758287906647, 0.21099074184894562, 0.03206455707550049, 0.041397932916879654, 0.0252675898373127, 0.45693475008010864, 0.4487171471118927, 0.29388853907585144, 0.299005389213562, 409.9680480957031, 4.208388304505206e-07, 0.002121947007253766, 4.874056685366668e-06, 3.5158304854121525e-06, 2.4520824808860198e-05, 4.1405837691854686e-06], "count": [806]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038999557495117, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14782939851284027, 0.3297799825668335, -0.6117379069328308, -1.8837164640426636, 0.2474178671836853, -0.12072442471981049, -0.20580922067165375, -0.3489820063114166, -0.504306972026825, 0.1417829990386963, 0.6035464406013489, -2.425971269607544, 0.6433148980140686, 1009.0, 158.0, -0.0004210927872918546, -0.1995716542005539, -0.9075714945793152, 1.8862195014953613, -0.975914478302002, -0.00022876817092765123], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027400493621826, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34670963883399963, 0.6977651715278625, -0.11246901005506516, -1.0627484321594238, 1.470823884010315, 0.2986607253551483, 0.49017569422721863, -0.23022599518299103, -0.3591490089893341, 0.2282799929380417, 1.818539023399353, -1.121137022972107, 1.4469804763793945, 1010.0, 1000.0, -0.00041545313433744013, -0.19236984848976135, -0.907560408115387, 1.8862361907958984, -0.9757956266403198, -0.00020124005095567554], "mean": [-0.19951321184635162, 0.6046733856201172, 0.45138803124427795, -1.4119583368301392, -0.2539047300815582, -0.1205265149474144, 0.02827245369553566, -0.3103347718715668, 0.46757209300994873, 0.2282441109418869, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.16629844903945923, 0.492276668548584, -0.3467303514480591, -1.4160898923873901, 0.9518497586250305, 0.07860124856233597, 0.22888164222240448, -0.30903151631355286, -0.4542904496192932, 0.1914597451686859, 1.109743595123291, -1.93663489818573, 1.1282249689102173, 1009.9007568359375, 560.1923217773438, -0.00041912629967555404, -0.1954096406698227, -0.9075694680213928, 1.8862299919128418, -0.9758471846580505, -0.00021589726384263486], "std": [2.6928597435471602e-05, 1.7533158825244755e-05, 2.3617038095835596e-05, 2.7630139811662957e-05, 2.161497286579106e-05, 1.6309944840031676e-05, 1.922967567224987e-05, 1.6007679732865654e-05, 8.366204383492004e-06, 1.2020614121865947e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.13070113956928253, 0.11084572225809097, 0.13605640828609467, 0.23351368308067322, 0.4387110769748688, 0.1468801498413086, 0.21134760975837708, 0.03206980228424072, 0.04139762371778488, 0.025259530171751976, 0.45682743191719055, 0.4483937919139862, 0.29372280836105347, 0.299005389213562, 409.9680480957031, 4.208388304505206e-07, 0.002122058067470789, 4.872285899182316e-06, 3.5163720895070583e-06, 2.4522274543414824e-05, 4.137221367273014e-06], "count": [806]}, "timestamp": {"min": [0.0], "max": [26.833333333333332], "mean": [13.416666666666664], "std": [7.755732646816089], "count": [806]}, "frame_index": {"min": [0], "max": [805], "mean": [402.5], "std": [232.67197940448264], "count": [806]}, "episode_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [806]}, "index": {"min": [119566], "max": [120371], "mean": [119968.5], "std": [232.67197940448264], "count": [806]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [806]}, "gripper_open_scale_state": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.560192306195536], "std": [0.0, 0.4099689241012149], "count": [806]}, "gripper_open_scale_action": {"min": [1.0, 0.15800000727176666], "max": [1.0, 1.0], "mean": [1.0, 0.560192306195536], "std": [0.0, 0.4099689241012149], "count": [806]}, "eef_direction_state": {"mean": [6.0, 4.375930521091812], "std": [0.0, 2.124269850362189], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_state": {"mean": [0.0, 0.47518610421836227], "std": [0.0, 0.6049872566838387], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_state": {"mean": [0.0, 0.34491315136476425], "std": [0.0, 0.6758086268683012], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_direction_action": {"mean": [6.0, 4.375930521091812], "std": [0.0, 2.124269850362189], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_action": {"mean": [0.0, 0.47518610421836227], "std": [0.0, 0.6049872566838387], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_action": {"mean": [0.0, 0.34491315136476425], "std": [0.0, 0.6758086268683012], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_sim_pose_state": {"mean": [-0.31033462285995483, 0.46757209300994873, 0.22824406623840332, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3090127110481262, -0.45432236790657043, 0.1915450543165207, 1.1098610162734985, -1.9364384412765503, 1.1280734539031982], "std": [1.599856113898568e-05, 8.364193490706384e-06, 1.2019238965876866e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03206454962491989, 0.04139793664216995, 0.025267595425248146, 0.45693472027778625, 0.44871747493743896, 0.2938884496688843], "min": [-0.31038999557495117, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3489820063114166, -0.504306972026825, 0.1417829990386963, 0.6035464406013489, -2.425971269607544, 0.6433148980140686], "max": [-0.31027400493621826, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23022599518299103, -0.3591490089893341, 0.2282799929380417, 1.818539023399353, -1.121137022972107, 1.4469804763793945], "count": [806]}, "eef_sim_pose_action": {"mean": [-0.3103347718715668, 0.4675721526145935, 0.2282441109418869, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.30901262164115906, -0.45432236790657043, 0.19154497981071472, 1.1098617315292358, -1.9364378452301025, 1.1280732154846191], "std": [1.5999487004592083e-05, 8.364187124243472e-06, 1.2019327186862938e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.03206455707550049, 0.041397932916879654, 0.0252675898373127, 0.45693475008010864, 0.4487171471118927, 0.29388853907585144], "min": [-0.31038999557495117, 0.46754300594329834, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3489820063114166, -0.504306972026825, 0.1417829990386963, 0.6035464406013489, -2.425971269607544, 0.6433148980140686], "max": [-0.31027400493621826, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23022599518299103, -0.3591490089893341, 0.2282799929380417, 1.818539023399353, -1.121137022972107, 1.4469804763793945], "count": [806]}, "gripper_mode_state": {"mean": [0.0, 0.5173697270471465], "std": [0.0, 0.499698201499974], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_state": {"mean": [2.0, 1.8908188585607941], "std": [0.0, 0.41136470140252596], "min": [2, 0], "max": [2, 2], "count": [806]}, "gripper_mode_action": {"mean": [0.0, 0.5173697270471465], "std": [0.0, 0.499698201499974], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_action": {"mean": [2.0, 1.8908188585607941], "std": [0.0, 0.41136470140252596], "min": [2, 0], "max": [2, 2], "count": [806]}}} +{"episode_index": 149, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.996078431372549]]], "mean": [[[0.43622300195416003]], [[0.4162933213544427]], [[0.415694547948684]]], "std": [[[0.201431975405936]], [[0.19917862054320312]], [[0.20819693486779137]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3971293471780604]], [[0.3928941565646529]], [[0.388606602466437]]], "std": [[[0.2291165932530975]], [[0.21987663641338484]], [[0.2178544866892886]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48810154041909554]], [[0.4793958581743508]], [[0.47480711087926164]]], "std": [[[0.2079042200013005]], [[0.20896670223772368]], [[0.21652378020991958]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46839540827592296]], [[0.4453759356783254]], [[0.4531386818804098]]], "std": [[[0.2773299703381054]], [[0.2623390055822325]], [[0.2670096077819318]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.025132741779088974, 0.3403741121292114, -0.5600935816764832, -1.7966419458389282, 0.25324729084968567, -0.15533429384231567, -0.13224360346794128, -0.32833001017570496, -0.5016850233078003, 0.12319499999284744, 0.6910622119903564, -2.3468739986419678, 0.39504581689834595, 1009.0, 177.0, -0.0004192128835711628, -0.199374258518219, -0.9075691103935242, 1.8862242698669434, -0.9758724570274353, -0.0008030617027543485], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.310459166765213, 0.7496538162231445, -0.14512412250041962, -1.1612548828125, 1.3702231645584106, 0.2704562246799469, 0.727034330368042, -0.22633400559425354, -0.36413100361824036, 0.2282859981060028, 2.0121636390686035, -1.121137022972107, 1.4104881286621094, 1010.0, 1000.0, -0.0004173330089543015, -0.19238299131393433, -0.9075572490692139, 1.8862361907958984, -0.9758003354072571, 0.0010925816604867578], "mean": [-0.1995147168636322, 0.6046708226203918, 0.45138755440711975, -1.411972165107727, -0.25390997529029846, -0.1205282062292099, 0.028276365250349045, -0.31032851338386536, 0.4675726294517517, 0.22823894023895264, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.18367452919483185, 0.5378133058547974, -0.39238089323043823, -1.4740270376205444, 0.7311603426933289, 0.008044921793043613, 0.22770582139492035, -0.29258283972740173, -0.4493553340435028, 0.18131162226200104, 1.3901861906051636, -1.7501380443572998, 0.9339095950126648, 1009.8917236328125, 619.2675170898438, -0.0004191149491816759, -0.19523753225803375, -0.9075703620910645, 1.88623046875, -0.9758380055427551, -0.00017761897470336407], "std": [2.6338677344028838e-05, 1.5559793610009365e-05, 2.3158665499067865e-05, 2.4743672838667408e-05, 2.230954669357743e-05, 1.614471329958178e-05, 1.9318158592795953e-05, 1.4655302948085591e-05, 8.215704838221427e-06, 1.1796810213127173e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.07687197625637054, 0.12159578502178192, 0.1208745539188385, 0.16217325627803802, 0.37320607900619507, 0.15460333228111267, 0.2940765619277954, 0.0312242042273283, 0.03945839777588844, 0.029400723055005074, 0.4536297619342804, 0.4277399182319641, 0.32949933409690857, 0.31073394417762756, 400.72601318359375, 4.134023754431837e-07, 0.0021984311752021313, 5.824041181767825e-06, 2.1994526377966395e-06, 1.4760057638341095e-05, 0.0002570759679656476], "count": [785]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.025132741779088974, 0.3403741121292114, -0.5600935816764832, -1.7966419458389282, 0.25324729084968567, -0.15533429384231567, -0.13224360346794128, -0.32833001017570496, -0.5016850233078003, 0.12319499999284744, 0.6910622119903564, -2.3468739986419678, 0.39504581689834595, 1009.0, 177.0, -0.0004192128835711628, -0.199374258518219, -0.9075691103935242, 1.8862242698669434, -0.9758724570274353, -0.0008030617027543485], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.310459166765213, 0.7496538162231445, -0.14512412250041962, -1.1612548828125, 1.3702231645584106, 0.2704562246799469, 0.727034330368042, -0.22633400559425354, -0.36413100361824036, 0.2282859981060028, 2.0121636390686035, -1.121137022972107, 1.4104881286621094, 1010.0, 1000.0, -0.0004173330089543015, -0.19238299131393433, -0.9075572490692139, 1.8862361907958984, -0.9758003354072571, 0.0010925816604867578], "mean": [-0.1995147168636322, 0.6046708822250366, 0.451387494802475, -1.411972165107727, -0.2539098858833313, -0.12052817642688751, 0.028276344761252403, -0.31032848358154297, 0.4675726890563965, 0.22823898494243622, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.18364857137203217, 0.5377707481384277, -0.3925092816352844, -1.4741333723068237, 0.731325089931488, 0.008007192984223366, 0.22759094834327698, -0.2925831377506256, -0.4493297040462494, 0.18123924732208252, 1.3901598453521729, -1.7503366470336914, 0.9340876340866089, 1009.8917236328125, 619.2675170898438, -0.0004191149491816759, -0.19524145126342773, -0.9075703620910645, 1.88623046875, -0.9758379459381104, -0.0001759550505084917], "std": [2.6340867407270707e-05, 1.5556079233647324e-05, 2.3180009520729072e-05, 2.471374682500027e-05, 2.2350768631440587e-05, 1.615174005564768e-05, 1.9310398784000427e-05, 1.4660189663118217e-05, 8.217969480028842e-06, 1.1798544619523454e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.07687009871006012, 0.12157806754112244, 0.1209905818104744, 0.1621599793434143, 0.3730241358280182, 0.15463830530643463, 0.2941938042640686, 0.03122434951364994, 0.03945305570960045, 0.02935500629246235, 0.45361822843551636, 0.4274854362010956, 0.329435259103775, 0.31073394417762756, 400.72601318359375, 4.134023754431837e-07, 0.002196079585701227, 5.825876542076003e-06, 2.1994526377966395e-06, 1.476286070101196e-05, 0.00026103429263457656], "count": [785]}, "timestamp": {"min": [0.0], "max": [26.133333333333333], "mean": [13.066666666666668], "std": [7.5536598929113685], "count": [785]}, "frame_index": {"min": [0], "max": [784], "mean": [392.0], "std": [226.60979678734103], "count": [785]}, "episode_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [785]}, "index": {"min": [120372], "max": [121156], "mean": [120764.0], "std": [226.60979678734103], "count": [785]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [785]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6192675169106502], "std": [0.0, 0.4007253160336299], "count": [785]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6192675169106502], "std": [0.0, 0.4007253160336299], "count": [785]}, "eef_direction_state": {"mean": [6.0, 4.4356687898089175], "std": [0.0, 2.0512544783341364], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_state": {"mean": [0.0, 0.4636942675159236], "std": [0.0, 0.5768520840820565], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_state": {"mean": [0.0, 0.36050955414012736], "std": [0.0, 0.6929819219692837], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_direction_action": {"mean": [6.0, 4.4356687898089175], "std": [0.0, 2.0512544783341364], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_action": {"mean": [0.0, 0.4636942675159236], "std": [0.0, 0.5768520840820565], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_action": {"mean": [0.0, 0.36050955414012736], "std": [0.0, 0.6929819219692837], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_sim_pose_state": {"mean": [-0.3103283643722534, 0.4675728380680084, 0.22823894023895264, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2925828695297241, -0.44935497641563416, 0.18131163716316223, 1.3901842832565308, -1.7501333951950073, 0.9339063167572021], "std": [1.4654390724899713e-05, 8.213026376324706e-06, 1.1796812032116577e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.031224200502038002, 0.039458390325307846, 0.02940072864294052, 0.4536288380622864, 0.4277406334877014, 0.3294987082481384], "min": [-0.31037500500679016, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32833001017570496, -0.5016850233078003, 0.12319499999284744, 0.6910622119903564, -2.3468739986419678, 0.39504581689834595], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22633400559425354, -0.36413100361824036, 0.2282859981060028, 2.0121636390686035, -1.121137022972107, 1.4104881286621094], "count": [785]}, "eef_sim_pose_action": {"mean": [-0.31032851338386536, 0.4675726294517517, 0.22823894023895264, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.29258283972740173, -0.4493553340435028, 0.18131162226200104, 1.3901861906051636, -1.7501380443572998, 0.9339095950126648], "std": [1.4655302948085591e-05, 8.215704838221427e-06, 1.1796810213127173e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.0312242042273283, 0.03945839777588844, 0.029400723055005074, 0.4536297619342804, 0.4277399182319641, 0.32949933409690857], "min": [-0.31037500500679016, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32833001017570496, -0.5016850233078003, 0.12319499999284744, 0.6910622119903564, -2.3468739986419678, 0.39504581689834595], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22633400559425354, -0.36413100361824036, 0.2282859981060028, 2.0121636390686035, -1.121137022972107, 1.4104881286621094], "count": [785]}, "gripper_mode_state": {"mean": [0.0, 0.4547770700636943], "std": [0.0, 0.4979506869238951], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_state": {"mean": [2.0, 1.886624203821656], "std": [0.0, 0.4206600124071423], "min": [2, 0], "max": [2, 2], "count": [785]}, "gripper_mode_action": {"mean": [0.0, 0.4547770700636943], "std": [0.0, 0.4979506869238951], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_action": {"mean": [2.0, 1.886624203821656], "std": [0.0, 0.4206600124071423], "min": [2, 0], "max": [2, 2], "count": [785]}}} +{"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.43396066976903375]], [[0.4158797625750751]], [[0.41505811556041333]]], "std": [[[0.20199159240382164]], [[0.19938351935961626]], [[0.2078668082481628]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4051346631558029]], [[0.39929331997438616]], [[0.39478076974032855]]], "std": [[[0.23046939914244596]], [[0.22095476024044225]], [[0.21941593019935499]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4866916636305423]], [[0.47855740621135845]], [[0.4741102596162339]]], "std": [[[0.20778984291063246]], [[0.20922073106327196]], [[0.216766015082238]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748095908408408]], [[0.4574236566529765]], [[0.46160063372195725]]], "std": [[[0.26809545737518636]], [[0.2589497653283457]], [[0.2638091580923843]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07726572453975677, 0.28098058700561523, -0.5551193952560425, -1.547653317451477, 0.2082701325416565, -0.2919935882091522, -0.13166764378547668, -0.3295460045337677, -0.49949800968170166, 0.04605799913406372, 0.7002553939819336, -2.3447628021240234, 0.5766412615776062, 1009.0, 175.0, -0.0004192128835711628, -0.19550172984600067, -0.9075659513473511, 1.8862282037734985, -0.9758486747741699, -0.0004698765405919403], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102889955043793, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.417570024728775, 0.6047565937042236, -0.14480996131896973, -1.2001233100891113, 1.3560858964920044, 0.27780404686927795, 0.5354146361351013, -0.2196899950504303, -0.4467430114746094, 0.22878000140190125, 2.1559131145477295, -1.121137022972107, 1.4872151613235474, 1010.0, 1000.0, -0.0004173330089543015, -0.1954471915960312, -0.9075596332550049, 1.8862361907958984, -0.9757702350616455, 0.0013346392661333084], "mean": [-0.1995157152414322, 0.6046708822250366, 0.4513871669769287, -1.4119737148284912, -0.25390923023223877, -0.12052816897630692, 0.02827538549900055, -0.3103278875350952, 0.46757251024246216, 0.22823962569236755, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.2467244416475296, 0.42071032524108887, -0.38006359338760376, -1.378653645515442, 0.6523162722587585, -0.022685835137963295, 0.19438627362251282, -0.2924102544784546, -0.47484129667282104, 0.16339999437332153, 1.3935983180999756, -1.6877390146255493, 1.023697853088379, 1009.9068603515625, 607.2333984375, -0.00041907146805897355, -0.1954827457666397, -0.9075692892074585, 1.88623046875, -0.975806474685669, -0.0002093221410177648], "std": [2.6481455279281363e-05, 1.5971918401191942e-05, 2.2648553567705676e-05, 2.403146936558187e-05, 2.2673002604278736e-05, 1.5851874195504934e-05, 1.7346703316434287e-05, 1.4381399523699656e-05, 7.846687367418781e-06, 1.1976299902016763e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.07508410513401031, 0.1029520183801651, 0.14320775866508484, 0.0912494957447052, 0.42912808060646057, 0.20044207572937012, 0.2371833175420761, 0.029504509642720222, 0.01525671873241663, 0.0550985224545002, 0.5000433325767517, 0.44658443331718445, 0.2954358458518982, 0.2905891239643097, 402.37646484375, 4.920390779261652e-07, 1.6074518498498946e-05, 7.038354397082003e-06, 3.0253304430516437e-06, 2.319090890523512e-05, 0.00028696717345155776], "count": [784]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07726572453975677, 0.28098058700561523, -0.5551193952560425, -1.547653317451477, 0.2082701325416565, -0.2919935882091522, -0.13166764378547668, -0.3295460045337677, -0.49949800968170166, 0.04605799913406372, 0.7002553939819336, -2.3447628021240234, 0.5766412615776062, 1009.0, 175.0, -0.0004192128835711628, -0.19550172984600067, -0.9075659513473511, 1.8862282037734985, -0.9758486747741699, -0.0004698765405919403], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102889955043793, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.417570024728775, 0.6047565937042236, -0.14480996131896973, -1.2001233100891113, 1.3560858964920044, 0.27780404686927795, 0.5354146361351013, -0.2196899950504303, -0.4467430114746094, 0.22878000140190125, 2.1559131145477295, -1.121137022972107, 1.4872151613235474, 1010.0, 1000.0, -0.0004173330089543015, -0.1954471915960312, -0.9075596332550049, 1.8862361907958984, -0.9757702350616455, 0.0013346392661333084], "mean": [-0.19951559603214264, 0.6046708226203918, 0.4513871967792511, -1.4119737148284912, -0.2539092004299164, -0.12052816897630692, 0.0282753836363554, -0.3103279769420624, 0.4675724506378174, 0.22823961079120636, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.2467462569475174, 0.420589417219162, -0.3801824748516083, -1.3786855936050415, 0.6523109078407288, -0.022767649963498116, 0.194255530834198, -0.2924051880836487, -0.47483327984809875, 0.16331444680690765, 1.393667459487915, -1.6877995729446411, 1.023869276046753, 1009.9068603515625, 607.2333984375, -0.00041907388367690146, -0.19548282027244568, -0.9075693488121033, 1.88623046875, -0.975806474685669, -0.00020903638505842537], "std": [2.65189228230156e-05, 1.5986141079338267e-05, 2.262795351271052e-05, 2.400348057562951e-05, 2.2636133508058265e-05, 1.5851874195504934e-05, 1.734669967845548e-05, 1.4376557373907417e-05, 7.860247933422215e-06, 1.1983410331595223e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.07507266849279404, 0.10279134660959244, 0.1433057188987732, 0.09126550704240799, 0.42913368344306946, 0.20049510896205902, 0.23733453452587128, 0.029501784592866898, 0.015262141823768616, 0.0550498403608799, 0.5000705122947693, 0.4465119540691376, 0.2953130304813385, 0.2905891239643097, 402.37646484375, 4.881123345512606e-07, 1.603880082257092e-05, 7.09656706021633e-06, 3.0252585929702036e-06, 2.3167418476077728e-05, 0.0002868185401894152], "count": [784]}, "timestamp": {"min": [0.0], "max": [26.1], "mean": [13.05], "std": [7.544037380607283], "count": [784]}, "frame_index": {"min": [0], "max": [783], "mean": [391.5], "std": [226.3211214182185], "count": [784]}, "episode_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [784]}, "index": {"min": [121157], "max": [121940], "mean": [121548.5], "std": [226.3211214182185], "count": [784]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [784]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6072334170873676], "std": [0.0, 0.40237774932853676], "count": [784]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6072334170873676], "std": [0.0, 0.40237774932853676], "count": [784]}, "eef_direction_state": {"mean": [6.0, 4.670918367346939], "std": [0.0, 2.0136957528814685], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_state": {"mean": [0.0, 0.4413265306122449], "std": [0.0, 0.5773145744458137], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_state": {"mean": [0.0, 0.39285714285714285], "std": [0.0, 0.7080081286285301], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_direction_action": {"mean": [6.0, 4.670918367346939], "std": [0.0, 2.0136957528814685], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_action": {"mean": [0.0, 0.4413265306122449], "std": [0.0, 0.5773145744458137], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_action": {"mean": [0.0, 0.39285714285714285], "std": [0.0, 0.7080081286285301], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_sim_pose_state": {"mean": [-0.3103278875350952, 0.4675728976726532, 0.22823968529701233, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2924101650714874, -0.47484105825424194, 0.1634000688791275, 1.3936004638671875, -1.6877365112304688, 1.023697018623352], "std": [1.4381408618646674e-05, 7.837561497581191e-06, 1.1976215319009498e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02950451523065567, 0.015256711281836033, 0.055098529905080795, 0.5000425577163696, 0.4465850591659546, 0.29543522000312805], "min": [-0.31036999821662903, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3295460045337677, -0.49949800968170166, 0.04605799913406372, 0.7002553939819336, -2.3447628021240234, 0.5766412615776062], "max": [-0.3102889955043793, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2196899950504303, -0.4467430114746094, 0.22878000140190125, 2.1559131145477295, -1.121137022972107, 1.4872151613235474], "count": [784]}, "eef_sim_pose_action": {"mean": [-0.3103278875350952, 0.46757251024246216, 0.22823962569236755, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.2924102544784546, -0.47484129667282104, 0.16339999437332153, 1.3935983180999756, -1.6877390146255493, 1.023697853088379], "std": [1.4381399523699656e-05, 7.846687367418781e-06, 1.1976299902016763e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.029504509642720222, 0.01525671873241663, 0.0550985224545002, 0.5000433325767517, 0.44658443331718445, 0.2954358458518982], "min": [-0.31036999821662903, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3295460045337677, -0.49949800968170166, 0.04605799913406372, 0.7002553939819336, -2.3447628021240234, 0.5766412615776062], "max": [-0.3102889955043793, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2196899950504303, -0.4467430114746094, 0.22878000140190125, 2.1559131145477295, -1.121137022972107, 1.4872151613235474], "count": [784]}, "gripper_mode_state": {"mean": [0.0, 0.46938775510204084], "std": [0.0, 0.4990620106382654], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_state": {"mean": [2.0, 1.8915816326530612], "std": [0.0, 0.40999072720896534], "min": [2, 0], "max": [2, 2], "count": [784]}, "gripper_mode_action": {"mean": [0.0, 0.46938775510204084], "std": [0.0, 0.49906201063826544], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_action": {"mean": [2.0, 1.8915816326530612], "std": [0.0, 0.40999072720896534], "min": [2, 0], "max": [2, 2], "count": [784]}}} +{"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.43467907889507157]], [[0.4157533162758347]], [[0.4145070079270447]]], "std": [[[0.20234542166307545]], [[0.19991658636464438]], [[0.2082607484576664]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4001066438681328]], [[0.39510544045884116]], [[0.3905981565204911]]], "std": [[[0.2296739466211577]], [[0.22077937167523298]], [[0.21907427110246724]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48743106479641407]], [[0.4791584139286345]], [[0.47472463180091856]]], "std": [[[0.20805622595408219]], [[0.2094043608290745]], [[0.217042585633771]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686988040430136]], [[0.440585911278926]], [[0.4473358919581346]]], "std": [[[0.2684426607029134]], [[0.2512138473202889]], [[0.2566187892674118]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.010314896702766418, 0.27111944556236267, -0.533355176448822, -1.5833452939987183, 0.1589471399784088, -0.18675023317337036, -0.16163493692874908, -0.3418329954147339, -0.4965220093727112, 0.05929600074887276, 0.761023223400116, -2.265090227127075, 0.6180697083473206, 1009.0, 168.0, -0.0004192128835711628, -0.19874638319015503, -0.90756756067276, 1.8862251043319702, -0.9758772253990173, -2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3473903238773346, 0.6047391295433044, -0.15718434751033783, -1.1734546422958374, 1.1533136367797852, 0.270229309797287, 0.47104692459106445, -0.24008800089359283, -0.42489200830459595, 0.22827699780464172, 2.009500503540039, -1.121137022972107, 1.3753098249435425, 1010.0, 1000.0, -0.0004192128835711628, -0.19239428639411926, -0.907558798789978, 1.8862370252609253, -0.9757845401763916, 4.271604848327115e-05], "mean": [-0.1995203197002411, 0.6046731472015381, 0.451388955116272, -1.4119720458984375, -0.25391075015068054, -0.12052847445011139, 0.0282751452177763, -0.31032630801200867, 0.4675738513469696, 0.2282392978668213, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.19302743673324585, 0.389717698097229, -0.35320377349853516, -1.402562141418457, 0.5823721885681152, 0.014043150469660759, 0.15819481015205383, -0.30731773376464844, -0.46475139260292053, 0.15996970236301422, 1.3438870906829834, -1.6668604612350464, 1.0044879913330078, 1009.9105834960938, 642.2490234375, -0.00041921064257621765, -0.19546164572238922, -0.9075685143470764, 1.88623046875, -0.9758232235908508, -1.0097464837599546e-05], "std": [2.6251929739373736e-05, 1.5969451851560734e-05, 2.2640853785560466e-05, 2.396913623670116e-05, 2.2031783373677172e-05, 1.5925321349641308e-05, 1.9580178559408523e-05, 1.4909142919350415e-05, 7.80254958954174e-06, 1.1821990483440459e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08516289293766022, 0.10192031413316727, 0.11843810230493546, 0.10609892755746841, 0.3927619755268097, 0.15393920242786407, 0.2250966578722, 0.02890203148126602, 0.022426016628742218, 0.05121146887540817, 0.4094957113265991, 0.42386260628700256, 0.25239795446395874, 0.28532031178474426, 401.7559814453125, 2.240994945168495e-09, 0.0011940464610233903, 5.450135176943149e-06, 2.7776454771810677e-06, 2.9803322831867263e-05, 1.366855030937586e-05], "count": [783]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.010314896702766418, 0.27111944556236267, -0.533355176448822, -1.5833452939987183, 0.1589471399784088, -0.18675023317337036, -0.16163493692874908, -0.3418329954147339, -0.4965220093727112, 0.05929600074887276, 0.761023223400116, -2.265090227127075, 0.6180697083473206, 1009.0, 168.0, -0.0004192128835711628, -0.19874638319015503, -0.90756756067276, 1.8862251043319702, -0.9758772253990173, -2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3473903238773346, 0.6047391295433044, -0.15718434751033783, -1.1734546422958374, 1.1533136367797852, 0.270229309797287, 0.47104692459106445, -0.24008800089359283, -0.42489200830459595, 0.22827699780464172, 2.009500503540039, -1.121137022972107, 1.3753098249435425, 1010.0, 1000.0, -0.0004192128835711628, -0.19239428639411926, -0.907558798789978, 1.8862370252609253, -0.9757845401763916, 4.271604848327115e-05], "mean": [-0.1995203047990799, 0.6046731472015381, 0.4513888955116272, -1.4119720458984375, -0.25391077995300293, -0.12052850425243378, 0.028275122866034508, -0.31032630801200867, 0.4675738513469696, 0.2282392978668213, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.19288215041160583, 0.3894461691379547, -0.3531896471977234, -1.4026323556900024, 0.5822550058364868, 0.014102690853178501, 0.15802878141403198, -0.3073577880859375, -0.4647112786769867, 0.15987129509449005, 1.3437377214431763, -1.6669633388519287, 1.0046418905258179, 1009.9105834960938, 642.2490234375, -0.00041921064257621765, -0.19546161592006683, -0.907568633556366, 1.88623046875, -0.9758234024047852, -1.0058671250590123e-05], "std": [2.6254736440023407e-05, 1.5969451851560734e-05, 2.2664906282443553e-05, 2.393794056843035e-05, 2.2066462406655774e-05, 1.5917579730739817e-05, 1.9571176380850375e-05, 1.4909646779415198e-05, 7.80181562731741e-06, 1.1826431546069216e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08524878323078156, 0.10162993520498276, 0.1184270903468132, 0.10612326115369797, 0.3928739130496979, 0.1538962572813034, 0.22528156638145447, 0.028927944600582123, 0.022449061274528503, 0.051154255867004395, 0.40943291783332825, 0.42374035716056824, 0.25227704644203186, 0.28532031178474426, 401.7559814453125, 2.240994945168495e-09, 0.0011940463446080685, 5.561384114116663e-06, 2.7809855964733288e-06, 2.987389780173544e-05, 1.3689063962374348e-05], "count": [783]}, "timestamp": {"min": [0.0], "max": [26.066666666666666], "mean": [13.033333333333333], "std": [7.53441486828323], "count": [783]}, "frame_index": {"min": [0], "max": [782], "mean": [391.0], "std": [226.0324460484969], "count": [783]}, "episode_index": {"min": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [783]}, "index": {"min": [121941], "max": [122723], "mean": [122332.0], "std": [226.0324460484969], "count": [783]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [783]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6422490420469379], "std": [0.0, 0.4017561555818989], "count": [783]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.6422490420469379], "std": [0.0, 0.4017561555818989], "count": [783]}, "eef_direction_state": {"mean": [6.0, 4.601532567049809], "std": [0.0, 2.0107241729709164], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_state": {"mean": [0.0, 0.4623243933588761], "std": [0.0, 0.6071504214217005], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_state": {"mean": [0.0, 0.3665389527458493], "std": [0.0, 0.6927865149174854], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_direction_action": {"mean": [6.0, 4.601532567049809], "std": [0.0, 2.0107241729709164], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_action": {"mean": [0.0, 0.4623243933588761], "std": [0.0, 0.6071504214217005], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_action": {"mean": [0.0, 0.3665389527458493], "std": [0.0, 0.6927865149174854], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_sim_pose_state": {"mean": [-0.3103262484073639, 0.46757397055625916, 0.22823958098888397, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3073177933692932, -0.4647517800331116, 0.15996970236301422, 1.3438862562179565, -1.6668615341186523, 1.0044890642166138], "std": [1.4908915545674972e-05, 7.801739229762461e-06, 1.1818406164820772e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.028902027755975723, 0.022426022216677666, 0.051211487501859665, 0.4094958007335663, 0.42386293411254883, 0.2523975372314453], "min": [-0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3418329954147339, -0.4965220093727112, 0.05929600074887276, 0.761023223400116, -2.265090227127075, 0.6180697083473206], "max": [-0.31028199195861816, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24008800089359283, -0.42489200830459595, 0.22827699780464172, 2.009500503540039, -1.121137022972107, 1.3753098249435425], "count": [783]}, "eef_sim_pose_action": {"mean": [-0.31032630801200867, 0.4675738513469696, 0.2282392978668213, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.30731773376464844, -0.46475139260292053, 0.15996970236301422, 1.3438870906829834, -1.6668604612350464, 1.0044879913330078], "std": [1.4909142919350415e-05, 7.80254958954174e-06, 1.1821990483440459e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.02890203148126602, 0.022426016628742218, 0.05121146887540817, 0.4094957113265991, 0.42386260628700256, 0.25239795446395874], "min": [-0.3103789985179901, 0.4675459861755371, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3418329954147339, -0.4965220093727112, 0.05929600074887276, 0.761023223400116, -2.265090227127075, 0.6180697083473206], "max": [-0.31028199195861816, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24008800089359283, -0.42489200830459595, 0.22827699780464172, 2.009500503540039, -1.121137022972107, 1.3753098249435425], "count": [783]}, "gripper_mode_state": {"mean": [0.0, 0.4227330779054917], "std": [0.0, 0.4939937476831503], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_state": {"mean": [2.0, 1.8901660280970627], "std": [0.0, 0.41454136656434704], "min": [2, 0], "max": [2, 2], "count": [783]}, "gripper_mode_action": {"mean": [0.0, 0.4227330779054917], "std": [0.0, 0.4939937476831503], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_action": {"mean": [2.0, 1.8901660280970627], "std": [0.0, 0.41454136656434704], "min": [2, 0], "max": [2, 2], "count": [783]}}} +{"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.433364827334737]], [[0.4148684201868667]], [[0.41456291123832084]]], "std": [[[0.2021230852708005]], [[0.1996696560644403]], [[0.20809839779005387]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4014042705728824]], [[0.3962582028337062]], [[0.39170498311181295]]], "std": [[[0.22961845910464362]], [[0.220577760350068]], [[0.21824773583306797]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4873272099947361]], [[0.47910049567925606]], [[0.4748918155349388]]], "std": [[[0.20807899272327324]], [[0.20930749463901135]], [[0.21695898900608468]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605994703250427]], [[0.4385002412598149]], [[0.4448804914023775]]], "std": [[[0.26366433962345565]], [[0.2514424515011215]], [[0.25682086131975895]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037500500679016, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06611307710409164, 0.2347467839717865, -0.5416803956031799, -1.6013046503067017, 0.24993114173412323, -0.1206895187497139, -0.15795229375362396, -0.3339860141277313, -0.5010629892349243, 0.06557399779558182, 0.4872317314147949, -2.3580386638641357, 0.6457787156105042, 1009.0, 173.0, -0.0004192128835711628, -0.1993366777896881, -0.9075659513473511, 1.8862274885177612, -0.9758613705635071, -5.6954731917358e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36538466811180115, 0.6047391295433044, -0.06473426520824432, -1.2167562246322632, 1.3976945877075195, 0.33056536316871643, 0.4597371816635132, -0.21255600452423096, -0.44235900044441223, 0.22875499725341797, 1.915208339691162, -1.121137022972107, 1.5549702644348145, 1010.0, 1000.0, -0.0004192128835711628, -0.19234539568424225, -0.907561182975769, 1.8862353563308716, -0.975803554058075, 2.088340261252597e-05], "mean": [-0.19951841235160828, 0.604677140712738, 0.4513876438140869, -1.411973476409912, -0.2539093494415283, -0.12052711099386215, 0.028275996446609497, -0.31032657623291016, 0.46757346391677856, 0.22824163734912872, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.22952772676944733, 0.40920108556747437, -0.3512009382247925, -1.4047226905822754, 0.7482697367668152, 0.06928353011608124, 0.12650546431541443, -0.2960895895957947, -0.4754570722579956, 0.16992732882499695, 1.2115765810012817, -1.7591887712478638, 1.0894473791122437, 1009.9093017578125, 641.9810791015625, -0.00041921049705706537, -0.1953403651714325, -0.907569169998169, 1.88623046875, -0.9758278727531433, 1.0809931154653896e-05], "std": [2.513984145480208e-05, 1.7547390598338097e-05, 2.3316139049711637e-05, 2.3299844542634673e-05, 2.1562373149208724e-05, 1.5655783499823883e-05, 1.9062254068558104e-05, 1.4011281564307865e-05, 7.987573553691618e-06, 1.2143183084845077e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.0597357377409935, 0.10810460895299911, 0.15475952625274658, 0.10142876207828522, 0.42217516899108887, 0.1570485532283783, 0.1954081803560257, 0.03443508967757225, 0.016584010794758797, 0.048711102455854416, 0.47948819398880005, 0.43479806184768677, 0.30397558212280273, 0.28715237975120544, 400.18365478515625, 2.3865140974521637e-09, 0.0027399687096476555, 6.261700036702678e-06, 2.461815483911778e-06, 1.7099764590966515e-05, 2.924122782133054e-06], "count": [794]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037500500679016, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06611307710409164, 0.2347467839717865, -0.5416803956031799, -1.6013046503067017, 0.24993114173412323, -0.1206895187497139, -0.15795229375362396, -0.3339860141277313, -0.5010629892349243, 0.06557399779558182, 0.4872317314147949, -2.3580386638641357, 0.6457787156105042, 1009.0, 173.0, -0.0004192128835711628, -0.1993366777896881, -0.9075659513473511, 1.8862274885177612, -0.9758613705635071, -5.6954731917358e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36538466811180115, 0.6047391295433044, -0.06473426520824432, -1.2167562246322632, 1.3976945877075195, 0.33056536316871643, 0.4597371816635132, -0.21255600452423096, -0.44235900044441223, 0.22875499725341797, 1.915208339691162, -1.121137022972107, 1.5549702644348145, 1010.0, 1000.0, -0.0004192128835711628, -0.19234539568424225, -0.907561182975769, 1.8862353563308716, -0.975803554058075, 2.088340261252597e-05], "mean": [-0.1995183527469635, 0.604677140712738, 0.45138758420944214, -1.4119733572006226, -0.2539093494415283, -0.12052708864212036, 0.028276020660996437, -0.31032657623291016, 0.46757346391677856, 0.22824162244796753, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.22954519093036652, 0.40903615951538086, -0.3513137400150299, -1.4047654867172241, 0.7484032511711121, 0.06936117261648178, 0.12634916603565216, -0.29610008001327515, -0.4754508435726166, 0.16983316838741302, 1.2114231586456299, -1.7594034671783447, 1.0896321535110474, 1009.9080810546875, 641.9810791015625, -0.00041921049705706537, -0.1953352689743042, -0.9075692296028137, 1.88623046875, -0.9758277535438538, 1.0802758879435714e-05], "std": [2.5097684556385502e-05, 1.7547388779348694e-05, 2.337237492611166e-05, 2.3306611183215864e-05, 2.1562373149208724e-05, 1.566130595165305e-05, 1.9050236005568877e-05, 1.4011288840265479e-05, 7.981342605489772e-06, 1.2133926247770432e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.05972903221845627, 0.1079070046544075, 0.15486522018909454, 0.10143892467021942, 0.42203566431999207, 0.15697000920772552, 0.19558152556419373, 0.034440718591213226, 0.01658792980015278, 0.04867104813456535, 0.4793921113014221, 0.4345249533653259, 0.3038119971752167, 0.28894126415252686, 400.1836242675781, 2.3865140974521637e-09, 0.0027364359702914953, 6.3200577642419375e-06, 2.4612957076897146e-06, 1.7088699678424746e-05, 2.92734489448776e-06], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [794]}, "index": {"min": [122724], "max": [123517], "mean": [123120.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6419811054726392], "std": [0.0, 0.40018376234797337], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.6419811054726392], "std": [0.0, 0.40018376234797337], "count": [794]}, "eef_direction_state": {"mean": [6.0, 4.527707808564232], "std": [0.0, 2.1428489323482447], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.4521410579345088], "std": [0.0, 0.6112725300937716], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.3602015113350126], "std": [0.0, 0.6816988407787778], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 4.527707808564232], "std": [0.0, 2.1428489323482447], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.4521410579345088], "std": [0.0, 0.6112725300937716], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.3602015113350126], "std": [0.0, 0.6816988407787778], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.31032663583755493, 0.46757349371910095, 0.22824162244796753, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2960895299911499, -0.475457102060318, 0.16992726922035217, 1.2115745544433594, -1.7591878175735474, 1.089446783065796], "std": [1.4011204257258214e-05, 7.987526259967126e-06, 1.2143180356360972e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03443509712815285, 0.016584014520049095, 0.048711083829402924, 0.47948816418647766, 0.4347984790802002, 0.3039757311344147], "min": [-0.31037500500679016, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3339860141277313, -0.5010629892349243, 0.06557399779558182, 0.4872317314147949, -2.3580386638641357, 0.6457787156105042], "max": [-0.3102869987487793, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21255600452423096, -0.44235900044441223, 0.22875499725341797, 1.915208339691162, -1.121137022972107, 1.5549702644348145], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.31032657623291016, 0.46757346391677856, 0.22824163734912872, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2960895895957947, -0.4754570722579956, 0.16992732882499695, 1.2115765810012817, -1.7591887712478638, 1.0894473791122437], "std": [1.4011281564307865e-05, 7.987573553691618e-06, 1.2143183084845077e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03443508967757225, 0.016584010794758797, 0.048711102455854416, 0.47948819398880005, 0.43479806184768677, 0.30397558212280273], "min": [-0.31037500500679016, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3339860141277313, -0.5010629892349243, 0.06557399779558182, 0.4872317314147949, -2.3580386638641357, 0.6457787156105042], "max": [-0.3102869987487793, 0.46759799122810364, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21255600452423096, -0.44235900044441223, 0.22875499725341797, 1.915208339691162, -1.121137022972107, 1.5549702644348145], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.4269521410579345], "std": [0.0, 0.4946352295419128], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8904282115869018], "std": [0.0, 0.4130540770154946], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.4269521410579345], "std": [0.0, 0.4946352295419128], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8904282115869018], "std": [0.0, 0.4130540770154947], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"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.4337947318007663]], [[0.41463410102546766]], [[0.4159109491210277]]], "std": [[[0.20223780820176787]], [[0.19985666987260822]], [[0.20853111611374375]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4052579516001803]], [[0.3993002972165878]], [[0.395355316091954]]], "std": [[[0.2318906589559577]], [[0.22282215828427893]], [[0.22089261781281969]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48722024453459545]], [[0.4790670131845842]], [[0.4747251817106153]]], "std": [[[0.20796395097745027]], [[0.2094140583918971]], [[0.2170175971809784]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4612129268086545]], [[0.4385649481631733]], [[0.44562390832769894]]], "std": [[[0.2635074935320646]], [[0.2505275117475606]], [[0.2559813764269049]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103629946708679, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03850196301937103, 0.2569299042224884, -0.5293059945106506, -1.6325809955596924, 0.2525491416454315, -0.1206895187497139, -0.27316147089004517, -0.3254919946193695, -0.4973430037498474, 0.04747899994254112, 0.6634511947631836, -2.205526113510132, 0.7456113696098328, 1009.0, 172.0, -0.0004192128835711628, -0.19532877206802368, -0.9075667262077332, 1.8862274885177612, -0.975851833820343, 0.0], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3493101894855499, 0.6047391295433044, -0.1114741787314415, -1.2908804416656494, 1.2075234651565552, 0.3127979338169098, 0.37892845273017883, -0.21647599339485168, -0.43272799253463745, 0.22870199382305145, 1.8077718019485474, -1.121137022972107, 1.4473397731781006, 1010.0, 1000.0, -0.0004173330089543015, -0.19524791836738586, -0.907560408115387, 1.8862346410751343, -0.975801944732666, 1.803566556191072e-05], "mean": [-0.19951650500297546, 0.6046763062477112, 0.45138809084892273, -1.4119739532470703, -0.2539094388484955, -0.1205279529094696, 0.02827298454940319, -0.3103274703025818, 0.4675728678703308, 0.22824029624462128, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.18778802454471588, 0.37823009490966797, -0.3407929241657257, -1.4568551778793335, 0.6849980354309082, 0.09226357936859131, 0.06378184258937836, -0.296446293592453, -0.466095894575119, 0.15884846448898315, 1.2012656927108765, -1.7221784591674805, 1.088599443435669, 1009.927001953125, 645.1525268554688, -0.00041906879050657153, -0.19530467689037323, -0.9075695276260376, 1.8862305879592896, -0.975821852684021, 6.662045507255243e-06], "std": [2.59320113400463e-05, 1.6402636902057566e-05, 2.3030101147014648e-05, 2.4681183276697993e-05, 2.1653049770975485e-05, 1.6782552847871557e-05, 1.878143666544929e-05, 1.5085791346791666e-05, 8.042030458454974e-06, 1.216418604599312e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.07388307899236679, 0.10317181050777435, 0.13980814814567566, 0.09307324141263962, 0.3859250545501709, 0.13873276114463806, 0.20557397603988647, 0.031161800026893616, 0.02196395955979824, 0.053546611219644547, 0.4021743834018707, 0.40977323055267334, 0.24866902828216553, 0.26015645265579224, 399.80908203125, 4.970187319486286e-07, 2.449243766022846e-05, 6.710830803058343e-06, 2.2288927539193537e-06, 1.7264213965972885e-05, 1.7927546878127032e-06], "count": [767]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103629946708679, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03850196301937103, 0.2569299042224884, -0.5293059945106506, -1.6325809955596924, 0.2525491416454315, -0.1206895187497139, -0.27316147089004517, -0.3254919946193695, -0.4973430037498474, 0.04747899994254112, 0.6634511947631836, -2.205526113510132, 0.7456113696098328, 1009.0, 172.0, -0.0004192128835711628, -0.19532877206802368, -0.9075667262077332, 1.8862274885177612, -0.975851833820343, 0.0], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3493101894855499, 0.6047391295433044, -0.1114741787314415, -1.2908804416656494, 1.2075234651565552, 0.3127979338169098, 0.37892845273017883, -0.21647599339485168, -0.43272799253463745, 0.22870199382305145, 1.8077718019485474, -1.121137022972107, 1.4473397731781006, 1010.0, 1000.0, -0.0004173330089543015, -0.19524791836738586, -0.907560408115387, 1.8862346410751343, -0.975801944732666, 1.803566556191072e-05], "mean": [-0.19951654970645905, 0.6046763062477112, 0.45138803124427795, -1.4119740724563599, -0.2539094388484955, -0.12052790820598602, 0.02827298454940319, -0.3103274703025818, 0.4675728678703308, 0.2282402515411377, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.18765294551849365, 0.3779880106449127, -0.3408425450325012, -1.4570212364196777, 0.6850097179412842, 0.09240090847015381, 0.06346336007118225, -0.2964654266834259, -0.4660525619983673, 0.15873956680297852, 1.2010027170181274, -1.7223049402236938, 1.088852047920227, 1009.927001953125, 645.1525268554688, -0.00041906879050657153, -0.1953047811985016, -0.9075695872306824, 1.8862305879592896, -0.9758217930793762, 6.660808139713481e-06], "std": [2.5886942239594646e-05, 1.6402636902057566e-05, 2.3016275008558296e-05, 2.466143087076489e-05, 2.165305158996489e-05, 1.6771404261817224e-05, 1.878143666544929e-05, 1.5080308003234677e-05, 8.040815373533405e-06, 1.2144891115895007e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.07395628094673157, 0.102857805788517, 0.1398543119430542, 0.09310641139745712, 0.38591268658638, 0.13857410848140717, 0.20590513944625854, 0.031174849718809128, 0.021993787959218025, 0.05349033698439598, 0.40199732780456543, 0.4096022844314575, 0.24841882288455963, 0.26015645265579224, 399.80908203125, 4.970187319486286e-07, 2.4418013708782382e-05, 6.767256763851037e-06, 2.2305546281131683e-06, 1.7299318642471917e-05, 1.7930816511579906e-06], "count": [767]}, "timestamp": {"min": [0.0], "max": [25.533333333333335], "mean": [12.76666666666667], "std": [7.380454668318958], "count": [767]}, "frame_index": {"min": [0], "max": [766], "mean": [383.0], "std": [221.41364004956876], "count": [767]}, "episode_index": {"min": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [767]}, "index": {"min": [123518], "max": [124284], "mean": [123901.0], "std": [221.41364004956876], "count": [767]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [767]}, "gripper_open_scale_state": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.6451525439300624], "std": [0.0, 0.3998085165252808], "count": [767]}, "gripper_open_scale_action": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.6451525439300624], "std": [0.0, 0.3998085165252809], "count": [767]}, "eef_direction_state": {"mean": [6.0, 4.680573663624511], "std": [0.0, 2.005449078706684], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_state": {"mean": [0.0, 0.44328552803129073], "std": [0.0, 0.609874119216345], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_state": {"mean": [0.0, 0.3546284224250326], "std": [0.0, 0.6750740643130915], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_direction_action": {"mean": [6.0, 4.680573663624511], "std": [0.0, 2.005449078706684], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_action": {"mean": [0.0, 0.44328552803129073], "std": [0.0, 0.609874119216345], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_action": {"mean": [0.0, 0.3546284224250326], "std": [0.0, 0.6750740643130915], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_sim_pose_state": {"mean": [-0.31032735109329224, 0.4675728678703308, 0.22824038565158844, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2964463531970978, -0.4660956561565399, 0.15884852409362793, 1.201263189315796, -1.7221746444702148, 1.0886006355285645], "std": [1.5085424820426852e-05, 8.04204864834901e-06, 1.216382679558592e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.031161796301603317, 0.021963950246572495, 0.05354661867022514, 0.4021746516227722, 0.4097731411457062, 0.24866855144500732], "min": [-0.3103629946708679, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3254919946193695, -0.4973430037498474, 0.04747899994254112, 0.6634511947631836, -2.205526113510132, 0.7456113696098328], "max": [-0.3102850019931793, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21647599339485168, -0.43272799253463745, 0.22870199382305145, 1.8077718019485474, -1.121137022972107, 1.4473397731781006], "count": [767]}, "eef_sim_pose_action": {"mean": [-0.3103274703025818, 0.4675728678703308, 0.22824029624462128, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.296446293592453, -0.466095894575119, 0.15884846448898315, 1.2012656927108765, -1.7221784591674805, 1.088599443435669], "std": [1.5085791346791666e-05, 8.042030458454974e-06, 1.216418604599312e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.031161800026893616, 0.02196395955979824, 0.053546611219644547, 0.4021743834018707, 0.40977323055267334, 0.24866902828216553], "min": [-0.3103629946708679, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3254919946193695, -0.4973430037498474, 0.04747899994254112, 0.6634511947631836, -2.205526113510132, 0.7456113696098328], "max": [-0.3102850019931793, 0.46759599447250366, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21647599339485168, -0.43272799253463745, 0.22870199382305145, 1.8077718019485474, -1.121137022972107, 1.4473397731781006], "count": [767]}, "gripper_mode_state": {"mean": [0.0, 0.4211212516297262], "std": [0.0, 0.49373894221089715], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_state": {"mean": [2.0, 1.8904823989569752], "std": [0.0, 0.41295911436059846], "min": [2, 0], "max": [2, 2], "count": [767]}, "gripper_mode_action": {"mean": [0.0, 0.4211212516297262], "std": [0.0, 0.49373894221089715], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_action": {"mean": [2.0, 1.8904823989569752], "std": [0.0, 0.41295911436059846], "min": [2, 0], "max": [2, 2], "count": [767]}}} +{"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.4323925766283525]], [[0.4143240421455939]], [[0.41387238562091505]]], "std": [[[0.20119645980309697]], [[0.1990052038330441]], [[0.20777709638494082]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40514925766283527]], [[0.39914713911426636]], [[0.39540665708812256]]], "std": [[[0.23129604326280978]], [[0.22211037221804045]], [[0.2206486479870631]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4861993971151679]], [[0.47832624802794677]], [[0.4738755606265495]]], "std": [[[0.2074245100356155]], [[0.20930063676269992]], [[0.21696478997504232]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4716576614266396]], [[0.44982070374126665]], [[0.45469370210727966]]], "std": [[[0.27361744027766355]], [[0.2629653897341824]], [[0.2674452894405242]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02480112947523594, 0.26515042781829834, -0.574475109577179, -1.580727219581604, 0.15622442960739136, -0.22935371100902557, -0.1843765825033188, -0.3330860137939453, -0.49579301476478577, 0.040077000856399536, 0.6501234173774719, -2.3112990856170654, 0.5455520153045654, 1009.0, 176.0, -0.0004192128835711628, -0.19534192979335785, -0.90756756067276, 1.8862242698669434, -0.9758621454238892, -3.702057438204065e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.4675990045070648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3346319794654846, 0.6047391295433044, -0.13014920055866241, -1.2105952501296997, 1.3099219799041748, 0.23979079723358154, 0.5527806878089905, -0.22617000341415405, -0.4237329959869385, 0.22830599546432495, 2.130941152572632, -1.121137022972107, 1.4846630096435547, 1010.0, 1000.0, -0.0004173330089543015, -0.19533252716064453, -0.907560408115387, 1.8862338066101074, -0.9758138060569763, 1.0441701306262985e-05], "mean": [-0.1995181143283844, 0.6046714782714844, 0.45138847827911377, -1.411972165107727, -0.2539103329181671, -0.12052805721759796, 0.02827218733727932, -0.3103272020816803, 0.4675736427307129, 0.22823943197727203, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.21065889298915863, 0.4003710448741913, -0.3586021959781647, -1.4093371629714966, 0.6501178741455078, -0.014233251102268696, 0.21934089064598083, -0.2963069975376129, -0.46363604068756104, 0.1559247374534607, 1.3852529525756836, -1.7281447649002075, 1.0220340490341187, 1009.8954467773438, 572.6836547851562, -0.00041912973392754793, -0.1953398436307907, -0.9075647592544556, 1.88623046875, -0.9758302569389343, 9.988928013626719e-07], "std": [2.498572393960785e-05, 1.61974076036131e-05, 2.2441303372033872e-05, 2.5278899556724355e-05, 2.3134343791753054e-05, 1.5195592823147308e-05, 1.8655078747542575e-05, 1.4882227333146147e-05, 7.896403985796496e-06, 1.1603802704485133e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.062358565628528595, 0.09909041970968246, 0.13869896531105042, 0.10013958811759949, 0.41785335540771484, 0.18194080889225006, 0.23330408334732056, 0.03110302798449993, 0.023668935522437096, 0.05958594009280205, 0.5226499438285828, 0.4219682812690735, 0.3313642740249634, 0.3060063123703003, 401.72412109375, 3.8192933971004095e-07, 3.1262693482858595e-06, 2.3149036678660195e-06, 2.0137072169745807e-06, 1.2928494470543228e-05, 6.690546342724701e-06], "count": [765]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02480112947523594, 0.26515042781829834, -0.574475109577179, -1.580727219581604, 0.15622442960739136, -0.22935371100902557, -0.1843765825033188, -0.3330860137939453, -0.49579301476478577, 0.040077000856399536, 0.6501234173774719, -2.3112990856170654, 0.5455520153045654, 1009.0, 176.0, -0.0004192128835711628, -0.19534192979335785, -0.90756756067276, 1.8862242698669434, -0.9758621454238892, -3.702057438204065e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.4675990045070648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3346319794654846, 0.6047391295433044, -0.13014920055866241, -1.2105952501296997, 1.3099219799041748, 0.23979079723358154, 0.5527806878089905, -0.22617000341415405, -0.4237329959869385, 0.22830599546432495, 2.130941152572632, -1.121137022972107, 1.4846630096435547, 1010.0, 1000.0, -0.0004173330089543015, -0.19533252716064453, -0.907560408115387, 1.8862338066101074, -0.9758138060569763, 1.0441701306262985e-05], "mean": [-0.19951817393302917, 0.6046714186668396, 0.45138856768608093, -1.411972165107727, -0.2539103031158447, -0.12052802741527557, 0.02827218733727932, -0.3103272020816803, 0.46757370233535767, 0.22823941707611084, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.21059772372245789, 0.40014657378196716, -0.3586669862270355, -1.4093462228775024, 0.6500062346458435, -0.014365941286087036, 0.21914061903953552, -0.2963254153728485, -0.46361127495765686, 0.15582489967346191, 1.3852747678756714, -1.7281662225723267, 1.0222852230072021, 1009.8954467773438, 572.6836547851562, -0.00041912973392754793, -0.1953398436307907, -0.9075648784637451, 1.88623046875, -0.9758302569389343, 9.7655754416337e-07], "std": [2.503012728993781e-05, 1.6197511286009103e-05, 2.2431553588830866e-05, 2.527031028876081e-05, 2.3203145246952772e-05, 1.5177096429397352e-05, 1.8655078747542575e-05, 1.4886443750583567e-05, 7.905318852863275e-06, 1.1574918062251527e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.06239240616559982, 0.09882143139839172, 0.13875389099121094, 0.10014010965824127, 0.4179705083370209, 0.18205523490905762, 0.23358196020126343, 0.0311154592782259, 0.02367468737065792, 0.05952862650156021, 0.52265864610672, 0.42193812131881714, 0.3312276303768158, 0.3060063421726227, 401.72412109375, 3.8192933971004095e-07, 3.115970912404009e-06, 2.4143821519828634e-06, 2.015366817431641e-06, 1.2941507520736195e-05, 6.706508429488167e-06], "count": [765]}, "timestamp": {"min": [0.0], "max": [25.466666666666665], "mean": [12.733333333333333], "std": [7.361209642946424], "count": [765]}, "frame_index": {"min": [0], "max": [764], "mean": [382.0], "std": [220.8362892883927], "count": [765]}, "episode_index": {"min": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [765]}, "index": {"min": [124285], "max": [125049], "mean": [124667.0], "std": [220.8362892883927], "count": [765]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [765]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5726836600334816], "std": [0.0, 0.40172379174057515], "count": [765]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5726836600334816], "std": [0.0, 0.40172379174057515], "count": [765]}, "eef_direction_state": {"mean": [6.0, 4.556862745098039], "std": [0.0, 2.06710193727102], "min": [6, 0], "max": [6, 6], "count": [765]}, "eef_velocity_state": {"mean": [0.0, 0.4823529411764706], "std": [0.0, 0.6060822057595868], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_acc_mag_state": {"mean": [0.0, 0.37777777777777777], "std": [0.0, 0.6952896816917118], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_direction_action": {"mean": [6.0, 4.556862745098039], "std": [0.0, 2.06710193727102], "min": [6, 0], "max": [6, 6], "count": [765]}, "eef_velocity_action": {"mean": [0.0, 0.4823529411764706], "std": [0.0, 0.6060822057595868], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_acc_mag_action": {"mean": [0.0, 0.37777777777777777], "std": [0.0, 0.6952896816917118], "min": [0, 0], "max": [0, 2], "count": [765]}, "eef_sim_pose_state": {"mean": [-0.3103272020816803, 0.4675734043121338, 0.22823932766914368, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2963069677352905, -0.4636359214782715, 0.1559249311685562, 1.3852535486221313, -1.7281441688537598, 1.0220335721969604], "std": [1.4882238247082569e-05, 7.893696420069318e-06, 1.1603372513491195e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.031103024259209633, 0.023668920621275902, 0.05958592891693115, 0.5226501822471619, 0.4219684898853302, 0.3313641846179962], "min": [-0.310373991727829, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3330860137939453, -0.49579301476478577, 0.040077000856399536, 0.6501234173774719, -2.3112990856170654, 0.5455520153045654], "max": [-0.31028199195861816, 0.4675990045070648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22617000341415405, -0.4237329959869385, 0.22830599546432495, 2.130941152572632, -1.121137022972107, 1.4846630096435547], "count": [765]}, "eef_sim_pose_action": {"mean": [-0.3103272020816803, 0.4675736427307129, 0.22823943197727203, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.2963069975376129, -0.46363604068756104, 0.1559247374534607, 1.3852529525756836, -1.7281447649002075, 1.0220340490341187], "std": [1.4882227333146147e-05, 7.896403985796496e-06, 1.1603802704485133e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03110302798449993, 0.023668935522437096, 0.05958594009280205, 0.5226499438285828, 0.4219682812690735, 0.3313642740249634], "min": [-0.310373991727829, 0.4675469994544983, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3330860137939453, -0.49579301476478577, 0.040077000856399536, 0.6501234173774719, -2.3112990856170654, 0.5455520153045654], "max": [-0.31028199195861816, 0.4675990045070648, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22617000341415405, -0.4237329959869385, 0.22830599546432495, 2.130941152572632, -1.121137022972107, 1.4846630096435547], "count": [765]}, "gripper_mode_state": {"mean": [0.0, 0.5111111111111111], "std": [0.0, 0.4998765279645323], "min": [0, 0], "max": [0, 1], "count": [765]}, "gripper_activity_state": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41469030188545764], "min": [2, 0], "max": [2, 2], "count": [765]}, "gripper_mode_action": {"mean": [0.0, 0.5111111111111111], "std": [0.0, 0.4998765279645323], "min": [0, 0], "max": [0, 1], "count": [765]}, "gripper_activity_action": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41469030188545764], "min": [2, 0], "max": [2, 2], "count": [765]}}} +{"episode_index": 155, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4405841097569165]], [[0.42023281096114246]], [[0.4202440614088101]]], "std": [[[0.20220961369889828]], [[0.19979429365342088]], [[0.2089281144252562]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39938355604799]], [[0.3949065507767034]], [[0.390651971976005]]], "std": [[[0.2300779600038117]], [[0.2205985969124588]], [[0.2182279997068697]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4894717731556093]], [[0.48066909946056047]], [[0.47624772528874565]]], "std": [[[0.20855879591626822]], [[0.20937399297995474]], [[0.2169763733375337]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47100711511773663]], [[0.44664319069522784]], [[0.45311474841077987]]], "std": [[[0.2663441058322093]], [[0.25326505027002316]], [[0.2579936266340198]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675480127334595, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18421950936317444, 0.3183654844760895, -0.45144686102867126, -1.8202213048934937, 0.25331708788871765, -0.16002923250198364, -0.21465803682804108, -0.33253800868988037, -0.4973520040512085, 0.156700998544693, 0.8620063662528992, -2.3559415340423584, 0.7340531349182129, 1009.0, 175.0, -0.0004192128835711628, -0.19536824524402618, -0.9075707197189331, 1.886221170425415, -0.9759905338287354, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31027498841285706, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3139323592185974, 0.6109874248504639, -0.12665854394435883, -1.1118794679641724, 1.2110141515731812, 0.24551546573638916, 0.5764124393463135, -0.23897600173950195, -0.3642689883708954, 0.2290550023317337, 1.8468871116638184, -1.121137022972107, 1.3482894897460938, 1010.0, 1000.0, -0.0004192128835711628, -0.19534005224704742, -0.907561182975769, 1.8862338066101074, -0.9756783246994019, -5.6954731917358e-06], "mean": [-0.19951945543289185, 0.6046712398529053, 0.4513867199420929, -1.4119712114334106, -0.2539105713367462, -0.1205286979675293, 0.02827165089547634, -0.3103271424770355, 0.46757370233535767, 0.2282385528087616, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.1365550011396408, 0.44698452949523926, -0.30359166860580444, -1.4377607107162476, 0.6797112226486206, -0.0030985441990196705, 0.22302740812301636, -0.30237531661987305, -0.4531717002391815, 0.18789789080619812, 1.326939344406128, -1.7234078645706177, 1.0610824823379517, 1009.9130859375, 609.8728637695312, -0.0004192108171992004, -0.19535093009471893, -0.9075700640678406, 1.88623046875, -0.9758028984069824, -1.4387675946636591e-05], "std": [2.637004217831418e-05, 1.600824725755956e-05, 2.2441990950028412e-05, 2.5720195480971597e-05, 2.1378882593126036e-05, 1.5159603208303452e-05, 1.8582932170829736e-05, 1.5170156984822825e-05, 8.04703540779883e-06, 1.1716178960341495e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.13862863183021545, 0.09922584146261215, 0.09615173935890198, 0.20494049787521362, 0.3662477731704712, 0.14051124453544617, 0.26262515783309937, 0.027034925296902657, 0.041104674339294434, 0.02011389471590519, 0.33706188201904297, 0.43471312522888184, 0.2266334444284439, 0.28168728947639465, 401.5795593261719, 2.066371962428093e-09, 8.405621883866843e-06, 5.851708920090459e-06, 3.363951918800012e-06, 8.265006181318313e-05, 2.6147488370042993e-06], "count": [771]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675480127334595, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18421950936317444, 0.3183654844760895, -0.45144686102867126, -1.8202213048934937, 0.25331708788871765, -0.16002923250198364, -0.21465803682804108, -0.33253800868988037, -0.4973520040512085, 0.156700998544693, 0.8620063662528992, -2.3559415340423584, 0.7340531349182129, 1009.0, 175.0, -0.0004192128835711628, -0.19536824524402618, -0.9075707197189331, 1.886221170425415, -0.9759905338287354, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31027498841285706, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3139323592185974, 0.6109874248504639, -0.12665854394435883, -1.1118794679641724, 1.2110141515731812, 0.24551546573638916, 0.5764124393463135, -0.23897600173950195, -0.3642689883708954, 0.2290550023317337, 1.8468871116638184, -1.121137022972107, 1.3482894897460938, 1010.0, 1000.0, -0.0004192128835711628, -0.19534005224704742, -0.907561182975769, 1.8862338066101074, -0.9756783246994019, -5.6954731917358e-06], "mean": [-0.19951951503753662, 0.6046712398529053, 0.4513867199420929, -1.4119712114334106, -0.2539105713367462, -0.1205286905169487, 0.028271673247218132, -0.31032708287239075, 0.46757376194000244, 0.2282385528087616, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.13641156256198883, 0.44672641158103943, -0.3035336434841156, -1.4378465414047241, 0.6797451376914978, -0.0031097899191081524, 0.22280281782150269, -0.30239421129226685, -0.45314040780067444, 0.18782514333724976, 1.3266968727111816, -1.7235294580459595, 1.0614583492279053, 1009.9130859375, 609.8728637695312, -0.0004192108171992004, -0.19535097479820251, -0.9075700640678406, 1.88623046875, -0.9758026599884033, -1.4393833225767594e-05], "std": [2.640831735334359e-05, 1.5998588423826732e-05, 2.2441990950028412e-05, 2.5727726097102277e-05, 2.1378882593126036e-05, 1.5159883332671598e-05, 1.859693838923704e-05, 1.5174137843132485e-05, 8.062695997068658e-06, 1.1714531865436584e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.13862073421478271, 0.09907418489456177, 0.09607598930597305, 0.20494332909584045, 0.36620980501174927, 0.14052100479602814, 0.2629137635231018, 0.027045536786317825, 0.041102875024080276, 0.020069146528840065, 0.3369523286819458, 0.4345577359199524, 0.2263503074645996, 0.28168728947639465, 401.5795593261719, 2.066371962428093e-09, 8.407328095927369e-06, 5.848264663654845e-06, 3.366361852386035e-06, 8.268322562798858e-05, 2.6177356176049216e-06], "count": [771]}, "timestamp": {"min": [0.0], "max": [25.666666666666668], "mean": [12.833333333333334], "std": [7.418944718808784], "count": [771]}, "frame_index": {"min": [0], "max": [770], "mean": [385.0], "std": [222.5683415642635], "count": [771]}, "episode_index": {"min": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [771]}, "index": {"min": [125050], "max": [125820], "mean": [125435.0], "std": [222.5683415642635], "count": [771]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [771]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6098728920931018], "std": [0.0, 0.4015790326711813], "count": [771]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6098728920931018], "std": [0.0, 0.4015790326711813], "count": [771]}, "eef_direction_state": {"mean": [6.0, 4.372243839169909], "std": [0.0, 2.111719511966976], "min": [6, 0], "max": [6, 6], "count": [771]}, "eef_velocity_state": {"mean": [0.0, 0.4383916990920882], "std": [0.0, 0.5216749509834876], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_acc_mag_state": {"mean": [0.0, 0.35797665369649806], "std": [0.0, 0.6882358164277483], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_direction_action": {"mean": [6.0, 4.372243839169909], "std": [0.0, 2.111719511966976], "min": [6, 0], "max": [6, 6], "count": [771]}, "eef_velocity_action": {"mean": [0.0, 0.4383916990920882], "std": [0.0, 0.5216749509834876], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_acc_mag_action": {"mean": [0.0, 0.35797665369649806], "std": [0.0, 0.6882358164277483], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_sim_pose_state": {"mean": [-0.31032705307006836, 0.4675735533237457, 0.2282385379076004, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30237552523612976, -0.45317143201828003, 0.18789786100387573, 1.326939344406128, -1.7234153747558594, 1.0610803365707397], "std": [1.516989323135931e-05, 8.046100447245408e-06, 1.1716163498931564e-05, 0.0, 0.0, 0.0, 0.02703491784632206, 0.041104670614004135, 0.020113902166485786, 0.3370625376701355, 0.4347133934497833, 0.2266329973936081], "min": [-0.31037700176239014, 0.4675480127334595, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33253800868988037, -0.4973520040512085, 0.156700998544693, 0.8620063662528992, -2.3559415340423584, 0.7340531349182129], "max": [-0.31027498841285706, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23897600173950195, -0.3642689883708954, 0.2290550023317337, 1.8468871116638184, -1.121137022972107, 1.3482894897460938], "count": [771]}, "eef_sim_pose_action": {"mean": [-0.3103271424770355, 0.46757370233535767, 0.2282385528087616, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.30237531661987305, -0.4531717002391815, 0.18789789080619812, 1.326939344406128, -1.7234078645706177, 1.0610824823379517], "std": [1.5170156984822825e-05, 8.04703540779883e-06, 1.1716178960341495e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.027034925296902657, 0.041104674339294434, 0.02011389471590519, 0.33706188201904297, 0.43471312522888184, 0.2266334444284439], "min": [-0.31037700176239014, 0.4675480127334595, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33253800868988037, -0.4973520040512085, 0.156700998544693, 0.8620063662528992, -2.3559415340423584, 0.7340531349182129], "max": [-0.31027498841285706, 0.467602014541626, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23897600173950195, -0.3642689883708954, 0.2290550023317337, 1.8468871116638184, -1.121137022972107, 1.3482894897460938], "count": [771]}, "gripper_mode_state": {"mean": [0.0, 0.4669260700389105], "std": [0.0, 0.49890491594784914], "min": [0, 0], "max": [0, 1], "count": [771]}, "gripper_activity_state": {"mean": [2.0, 1.8897535667963683], "std": [0.0, 0.4131889415240742], "min": [2, 0], "max": [2, 2], "count": [771]}, "gripper_mode_action": {"mean": [0.0, 0.4669260700389105], "std": [0.0, 0.49890491594784914], "min": [0, 0], "max": [0, 1], "count": [771]}, "gripper_activity_action": {"mean": [2.0, 1.8897535667963683], "std": [0.0, 0.4131889415240742], "min": [2, 0], "max": [2, 2], "count": [771]}}} +{"episode_index": 156, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.43904154856386995]], [[0.41870411081099107]], [[0.4188299069627851]]], "std": [[[0.2026833793191376]], [[0.20007414406470236]], [[0.20948444852056708]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3990551178804855]], [[0.3947035286336757]], [[0.3905805224867725]]], "std": [[[0.23101998097913096]], [[0.22132110840038688]], [[0.21868396131752935]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48931577214219024]], [[0.4804394577275355]], [[0.4759289187897381]]], "std": [[[0.20839801143127312]], [[0.20919448547007585]], [[0.21681300300597542]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4637463513183051]], [[0.44160278555866794]], [[0.44829965041572184]]], "std": [[[0.2645410911819522]], [[0.25217130206585586]], [[0.2570935880844041]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038299202919006, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11472049355506897, 0.3421892821788788, -0.515622615814209, -1.8874164819717407, 0.2537708580493927, -0.15879005193710327, -0.22706733644008636, -0.3391619920730591, -0.5188369750976562, 0.16153599321842194, 0.875903308391571, -2.2797577381134033, 0.611479640007019, 1009.0, 176.0, -0.0004192128835711628, -0.19537201523780823, -0.9075698852539062, 1.8862242698669434, -0.9757258892059326, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759700775146484, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3814242482185364, 0.6742904782295227, -0.16222836077213287, -1.1400490999221802, 1.280914545059204, 0.2096489518880844, 0.4845208525657654, -0.20608699321746826, -0.3616339862346649, 0.22874000668525696, 1.8579570055007935, -1.121137022972107, 1.339156150817871, 1010.0, 1000.0, -0.0004192128835711628, -0.19536449015140533, -0.9075619578361511, 1.8862361907958984, -0.9756292104721069, -1.13909463834716e-05], "mean": [-0.1995178908109665, 0.6046686172485352, 0.4513865113258362, -1.4119737148284912, -0.2539084851741791, -0.12052986025810242, 0.02827444113790989, -0.3103262484073639, 0.46757376194000244, 0.22823847830295563, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.17804576456546783, 0.48416975140571594, -0.328640878200531, -1.4402283430099487, 0.7493896484375, 0.024710219353437424, 0.21542026102542877, -0.2885439395904541, -0.46201351284980774, 0.19030863046646118, 1.3207124471664429, -1.7603554725646973, 1.0624350309371948, 1009.89501953125, 616.0383911132812, -0.0004192106716800481, -0.19536685943603516, -0.907566487789154, 1.8862303495407104, -0.975681722164154, -1.7192163795698434e-05], "std": [2.4531698727514595e-05, 1.6736237739678472e-05, 2.325716741324868e-05, 2.5406685381312855e-05, 2.2894502762937918e-05, 1.457392136217095e-05, 1.8715103578870185e-05, 1.530962072138209e-05, 7.9412411650992e-06, 1.191539104183903e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.14836707711219788, 0.09862170368432999, 0.1097273975610733, 0.22129468619823456, 0.3708861470222473, 0.1278192698955536, 0.23330086469650269, 0.037829212844371796, 0.04627146199345589, 0.01918475329875946, 0.32748574018478394, 0.41525283455848694, 0.23197871446609497, 0.30654552578926086, 401.001220703125, 2.2118911147117615e-09, 1.8668076791072963e-06, 2.9897569220338482e-06, 3.5117959669150878e-06, 2.9960832762299106e-05, 2.0986065010220045e-06], "count": [781]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038299202919006, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11472049355506897, 0.3421892821788788, -0.515622615814209, -1.8874164819717407, 0.2537708580493927, -0.15879005193710327, -0.22706733644008636, -0.3391619920730591, -0.5188369750976562, 0.16153599321842194, 0.875903308391571, -2.2797577381134033, 0.611479640007019, 1009.0, 176.0, -0.0004192128835711628, -0.19537201523780823, -0.9075698852539062, 1.8862242698669434, -0.9757258892059326, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759700775146484, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3814242482185364, 0.6742904782295227, -0.16222836077213287, -1.1400490999221802, 1.280914545059204, 0.2096489518880844, 0.4845208525657654, -0.20608699321746826, -0.3616339862346649, 0.22874000668525696, 1.8579570055007935, -1.121137022972107, 1.339156150817871, 1010.0, 1000.0, -0.0004192128835711628, -0.19536449015140533, -0.9075619578361511, 1.8862361907958984, -0.9756292104721069, -1.13909463834716e-05], "mean": [-0.1995178908109665, 0.6046685576438904, 0.45138660073280334, -1.4119735956192017, -0.25390854477882385, -0.12052986025810242, 0.028274396434426308, -0.3103262484073639, 0.46757376194000244, 0.22823846340179443, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.17792820930480957, 0.4840080142021179, -0.3287147879600525, -1.4402985572814941, 0.7494019269943237, 0.024666802957654, 0.2151913344860077, -0.2885788083076477, -0.461970716714859, 0.19022606313228607, 1.3205897808074951, -1.7604618072509766, 1.0626559257507324, 1009.89501953125, 616.0383911132812, -0.0004192106716800481, -0.19536685943603516, -0.9075666069984436, 1.8862303495407104, -0.975681722164154, -1.71933770616306e-05], "std": [2.4531698727514595e-05, 1.6736259567551315e-05, 2.320319072168786e-05, 2.541462890803814e-05, 2.2931850253371522e-05, 1.457392136217095e-05, 1.8715236365096644e-05, 1.5307545254472643e-05, 7.937414920888841e-06, 1.192995023302501e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.14838646352291107, 0.09852747619152069, 0.10982948541641235, 0.2212943732738495, 0.37087002396583557, 0.12787437438964844, 0.2336273044347763, 0.03786185383796692, 0.04628170654177666, 0.019160021096467972, 0.32740914821624756, 0.4150995910167694, 0.2317599207162857, 0.30654552578926086, 401.001220703125, 2.2118911147117615e-09, 1.868534013738099e-06, 3.060436029045377e-06, 3.5112700516037876e-06, 2.9940696549601853e-05, 2.0988238702557283e-06], "count": [781]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.515169843574912], "count": [781]}, "frame_index": {"min": [0], "max": [780], "mean": [390.0], "std": [225.45509530724738], "count": [781]}, "episode_index": {"min": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [781]}, "index": {"min": [125821], "max": [126601], "mean": [126211.0], "std": [225.45509530724738], "count": [781]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [781]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.61603841267612], "std": [0.0, 0.40100247390973776], "count": [781]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.61603841267612], "std": [0.0, 0.4010024739097378], "count": [781]}, "eef_direction_state": {"mean": [6.0, 3.9833546734955187], "std": [0.0, 2.2445790752475263], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_state": {"mean": [0.0, 0.5249679897567221], "std": [0.0, 0.5575269200504842], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_state": {"mean": [0.0, 0.4327784891165173], "std": [0.0, 0.7295841611795553], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_direction_action": {"mean": [6.0, 3.9833546734955187], "std": [0.0, 2.2445790752475263], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_action": {"mean": [0.0, 0.5249679897567221], "std": [0.0, 0.5575269200504842], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_action": {"mean": [0.0, 0.4327784891165173], "std": [0.0, 0.7295841611795553], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_sim_pose_state": {"mean": [-0.3103261888027191, 0.4675736725330353, 0.2282385677099228, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2885439395904541, -0.4620136320590973, 0.1903086155653, 1.3207110166549683, -1.760350227355957, 1.0624358654022217], "std": [1.5309500668081455e-05, 7.941254807519726e-06, 1.1915173672605306e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03782922029495239, 0.046271465718746185, 0.01918475702404976, 0.3274860382080078, 0.415252685546875, 0.23197881877422333], "min": [-0.31038299202919006, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3391619920730591, -0.5188369750976562, 0.16153599321842194, 0.875903308391571, -2.2797577381134033, 0.611479640007019], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20608699321746826, -0.3616339862346649, 0.22874000668525696, 1.8579570055007935, -1.121137022972107, 1.339156150817871], "count": [781]}, "eef_sim_pose_action": {"mean": [-0.3103262484073639, 0.46757376194000244, 0.22823847830295563, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2885439395904541, -0.46201351284980774, 0.19030863046646118, 1.3207124471664429, -1.7603554725646973, 1.0624350309371948], "std": [1.530962072138209e-05, 7.9412411650992e-06, 1.191539104183903e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.037829212844371796, 0.04627146199345589, 0.01918475329875946, 0.32748574018478394, 0.41525283455848694, 0.23197871446609497], "min": [-0.31038299202919006, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3391619920730591, -0.5188369750976562, 0.16153599321842194, 0.875903308391571, -2.2797577381134033, 0.611479640007019], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20608699321746826, -0.3616339862346649, 0.22874000668525696, 1.8579570055007935, -1.121137022972107, 1.339156150817871], "count": [781]}, "gripper_mode_state": {"mean": [0.0, 0.45966709346991036], "std": [0.0, 0.49837060171205333], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_state": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.41623361340544196], "min": [2, 0], "max": [2, 2], "count": [781]}, "gripper_mode_action": {"mean": [0.0, 0.45966709346991036], "std": [0.0, 0.49837060171205333], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_action": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.41623361340544196], "min": [2, 0], "max": [2, 2], "count": [781]}}} +{"episode_index": 157, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4373640740924748]], [[0.4180697577172761]], [[0.4173995084238651]]], "std": [[[0.202691683399286]], [[0.20036334430785452]], [[0.20923557822627784]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39893901254195374]], [[0.39463829822469526]], [[0.39048097454071723]]], "std": [[[0.22947343974967427]], [[0.2200190092190228]], [[0.21726486651994326]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4890225073419007]], [[0.4802024515324148]], [[0.4757065792814874]]], "std": [[[0.20834193068140416]], [[0.2091802485214106]], [[0.21677729783672178]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46587064454160043]], [[0.44316312268150504]], [[0.449211702051316]]], "std": [[[0.2576459294755295]], [[0.24696869411180666]], [[0.2513972835372314]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07442083954811096, 0.28351128101348877, -0.4715006947517395, -1.8966144323349, 0.24977406859397888, -0.17233380675315857, -0.1523672342300415, -0.3260430097579956, -0.525763988494873, 0.14667600393295288, 0.7614423036575317, -2.2319512367248535, 0.7456113696098328, 1009.0, 160.0, -0.0004192128835711628, -0.1953776329755783, -0.9075683355331421, 1.886225938796997, -0.9757670760154724, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3669903874397278, 0.610149621963501, -0.15655604004859924, -1.158043384552002, 1.2646656036376953, 0.2722539007663727, 0.3698701560497284, -0.20445400476455688, -0.3784080147743225, 0.22907599806785583, 1.688930630683899, -1.121137022972107, 1.3504958152770996, 1010.0, 1000.0, -0.0004192128835711628, -0.19536824524402618, -0.907558798789978, 1.8862370252609253, -0.9756395220756531, -1.0441701306262985e-05], "mean": [-0.19951733946800232, 0.6046670079231262, 0.4513862729072571, -1.4119733572006226, -0.25390926003456116, -0.12052936106920242, 0.02827560156583786, -0.31032705307006836, 0.4675736427307129, 0.22823771834373474, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19676686823368073, 0.4428335726261139, -0.31241652369499207, -1.4416550397872925, 0.7690310478210449, 0.0706513449549675, 0.15662068128585815, -0.28571516275405884, -0.4710560142993927, 0.18459531664848328, 1.2293932437896729, -1.7761024236679077, 1.1078637838363647, 1009.9073486328125, 610.2030639648438, -0.00041921058436855674, -0.19537442922592163, -0.907564640045166, 1.8862305879592896, -0.9756857752799988, -1.7964563085115515e-05], "std": [2.6458727006684057e-05, 1.5711286323494278e-05, 2.262198358948808e-05, 2.4776145437499508e-05, 2.1663334337063134e-05, 1.5633906514267437e-05, 1.879751835076604e-05, 1.4265950085246004e-05, 7.679856025788467e-06, 1.163506294687977e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.1440289318561554, 0.10620994120836258, 0.10044721513986588, 0.2332431972026825, 0.331607460975647, 0.1526942253112793, 0.16918635368347168, 0.03666209802031517, 0.04589191451668739, 0.022410890087485313, 0.33103156089782715, 0.3799430727958679, 0.22135771811008453, 0.28992581367492676, 409.135986328125, 2.2992026060819626e-09, 2.5401636776223313e-06, 3.0457651973847533e-06, 3.6988781175750773e-06, 3.443270179559477e-05, 2.036406158367754e-06], "count": [788]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07442083954811096, 0.28351128101348877, -0.4715006947517395, -1.8966144323349, 0.24977406859397888, -0.17233380675315857, -0.1523672342300415, -0.3260430097579956, -0.525763988494873, 0.14667600393295288, 0.7614423036575317, -2.2319512367248535, 0.7456113696098328, 1009.0, 160.0, -0.0004192128835711628, -0.1953776329755783, -0.9075683355331421, 1.886225938796997, -0.9757670760154724, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3669903874397278, 0.610149621963501, -0.15655604004859924, -1.158043384552002, 1.2646656036376953, 0.2722539007663727, 0.3698701560497284, -0.20445400476455688, -0.3784080147743225, 0.22907599806785583, 1.688930630683899, -1.121137022972107, 1.3504958152770996, 1010.0, 1000.0, -0.0004192128835711628, -0.19536824524402618, -0.907558798789978, 1.8862370252609253, -0.9756395220756531, -1.0441701306262985e-05], "mean": [-0.19951733946800232, 0.6046669483184814, 0.45138630270957947, -1.411973476409912, -0.25390926003456116, -0.12052930146455765, 0.028275536373257637, -0.31032705307006836, 0.4675736129283905, 0.22823767364025116, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19671204686164856, 0.442626029253006, -0.31244197487831116, -1.4416755437850952, 0.7693217992782593, 0.07058582454919815, 0.15646526217460632, -0.285733699798584, -0.4710412621498108, 0.18452046811580658, 1.22910737991333, -1.776419997215271, 1.1083179712295532, 1009.9073486328125, 610.2030639648438, -0.00041921058436855674, -0.19537444412708282, -0.9075647592544556, 1.88623046875, -0.9756857752799988, -1.7966973246075213e-05], "std": [2.6458727006684057e-05, 1.5588973838021047e-05, 2.2603337129112333e-05, 2.4770963136688806e-05, 2.1663334337063134e-05, 1.573377630847972e-05, 1.8709015421336517e-05, 1.427053939551115e-05, 7.68111931392923e-06, 1.1584637832129374e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.1440361738204956, 0.10605291277170181, 0.10048489272594452, 0.23324143886566162, 0.33125588297843933, 0.1527871936559677, 0.16941222548484802, 0.03667822107672691, 0.04589486122131348, 0.022363392636179924, 0.33083194494247437, 0.37950024008750916, 0.2209825962781906, 0.28992581367492676, 409.135986328125, 2.2992026060819626e-09, 2.5328281481051818e-06, 3.106651774942293e-06, 3.7530751342274016e-06, 3.44325126206968e-05, 2.0376130578370066e-06], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [788]}, "index": {"min": [126602], "max": [127389], "mean": [126995.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6102030440257286], "std": [0.0, 0.4091356007415233], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.6102030440257286], "std": [0.0, 0.4091356007415233], "count": [788]}, "eef_direction_state": {"mean": [6.0, 4.246192893401015], "std": [0.0, 2.178062806063599], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.4593908629441624], "std": [0.0, 0.5399056455617066], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.37817258883248733], "std": [0.0, 0.6956213383409321], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 4.246192893401015], "std": [0.0, 2.178062806063599], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.4593908629441624], "std": [0.0, 0.5399056455617066], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.37817258883248733], "std": [0.0, 0.6956213383409321], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.3103271424770355, 0.46757352352142334, 0.22823761403560638, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2857150733470917, -0.471056193113327, 0.1845952868461609, 1.2293939590454102, -1.776099443435669, 1.1078646183013916], "std": [1.4265749086916912e-05, 7.678709152969532e-06, 1.1634696420514956e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.036662086844444275, 0.045891907066106796, 0.02241089753806591, 0.3310314118862152, 0.3799433410167694, 0.2213578224182129], "min": [-0.31036999821662903, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3260430097579956, -0.525763988494873, 0.14667600393295288, 0.7614423036575317, -2.2319512367248535, 0.7456113696098328], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20445400476455688, -0.3784080147743225, 0.22907599806785583, 1.688930630683899, -1.121137022972107, 1.3504958152770996], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.31032705307006836, 0.4675736427307129, 0.22823771834373474, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.28571516275405884, -0.4710560142993927, 0.18459531664848328, 1.2293932437896729, -1.7761024236679077, 1.1078637838363647], "std": [1.4265950085246004e-05, 7.679856025788467e-06, 1.163506294687977e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.03666209802031517, 0.04589191451668739, 0.022410890087485313, 0.33103156089782715, 0.3799430727958679, 0.22135771811008453], "min": [-0.31036999821662903, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3260430097579956, -0.525763988494873, 0.14667600393295288, 0.7614423036575317, -2.2319512367248535, 0.7456113696098328], "max": [-0.31028199195861816, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20445400476455688, -0.3784080147743225, 0.22907599806785583, 1.688930630683899, -1.121137022972107, 1.3504958152770996], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.4593908629441624], "std": [0.0, 0.4983481694433892], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8908629441624365], "std": [0.0, 0.41023426079301023], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.4593908629441624], "std": [0.0, 0.4983481694433892], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8908629441624365], "std": [0.0, 0.41023426079301023], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 158, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.43753847983257227]], [[0.41813696951383295]], [[0.41683813596785746]]], "std": [[[0.20242938894876314]], [[0.1999802331383436]], [[0.20880409028904248]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.397575238942609]], [[0.39362610517951474]], [[0.3887636146924523]]], "std": [[[0.23011572701337604]], [[0.2206362227223805]], [[0.21741795785495296]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4887625640724326]], [[0.47995511152520365]], [[0.47538746334721105]]], "std": [[[0.20824445419185197]], [[0.20907521870631485]], [[0.21665676400576742]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45389698327961325]], [[0.43837433269540693]], [[0.44197692413152473]]], "std": [[[0.2674359798726186]], [[0.25808174191378]], [[0.26181251895685553]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05391322076320648, 0.30168014764785767, -0.45376816391944885, -1.7292373180389404, 0.2537708580493927, -0.15976744890213013, -0.028326693922281265, -0.3294459879398346, -0.5206789970397949, 0.1587979942560196, 0.8588191270828247, -2.333273410797119, 0.5011266469955444, 1009.0, 175.0, -0.0004192128835711628, -0.19934982061386108, -0.907565176486969, 1.8862290382385254, -0.9757187366485596, -2.5629629817558452e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3833964467048645, 0.769620418548584, -0.1682322919368744, -1.0472674369812012, 1.2859063148498535, 0.25556856393814087, 0.6605198979377747, -0.19262099266052246, -0.39433199167251587, 0.22828899323940277, 1.9759480953216553, -1.121137022972107, 1.461712121963501, 1010.0, 1000.0, -0.0004192128835711628, -0.19240742921829224, -0.907558023929596, 1.8862377405166626, -0.9756624698638916, -8.543210242351051e-06], "mean": [-0.19951912760734558, 0.604671061038971, 0.451385498046875, -1.4119739532470703, -0.2539075016975403, -0.12052973359823227, 0.028276175260543823, -0.3103260397911072, 0.4675736427307129, 0.2282389998435974, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22919076681137085, 0.47945788502693176, -0.3279407024383545, -1.3791558742523193, 0.8117069602012634, 0.005078010261058807, 0.32082992792129517, -0.2848671078681946, -0.47237977385520935, 0.19046412408351898, 1.3512871265411377, -1.836053729057312, 1.0684493780136108, 1009.8993530273438, 577.1006469726562, -0.0004192107589915395, -0.19540981948375702, -0.9075621366500854, 1.8862305879592896, -0.9756869673728943, -1.8630926206242293e-05], "std": [2.630947892612312e-05, 1.6296971807605587e-05, 2.292280078108888e-05, 2.5507350073894486e-05, 2.3324844732997008e-05, 1.5101581084309146e-05, 1.7972321074921638e-05, 1.5038192032079678e-05, 7.867172826081514e-06, 1.1931223525607493e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.1076212003827095, 0.15379199385643005, 0.0808597058057785, 0.21360178291797638, 0.3354322612285614, 0.12172910571098328, 0.25155502557754517, 0.04144812747836113, 0.04219977557659149, 0.01952480338513851, 0.37696024775505066, 0.37776127457618713, 0.31413090229034424, 0.3008573353290558, 402.2405090332031, 2.1245796233415604e-09, 0.0012817498063668609, 2.0796658191102324e-06, 3.864611699100351e-06, 1.811297443055082e-05, 1.8353523500991287e-06], "count": [775]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05391322076320648, 0.30168014764785767, -0.45376816391944885, -1.7292373180389404, 0.2537708580493927, -0.15976744890213013, -0.028326693922281265, -0.3294459879398346, -0.5206789970397949, 0.1587979942560196, 0.8588191270828247, -2.333273410797119, 0.5011266469955444, 1009.0, 175.0, -0.0004192128835711628, -0.19934982061386108, -0.907565176486969, 1.8862290382385254, -0.9757187366485596, -2.5629629817558452e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3833964467048645, 0.769620418548584, -0.1682322919368744, -1.0472674369812012, 1.2859063148498535, 0.25556856393814087, 0.6605198979377747, -0.19262099266052246, -0.39433199167251587, 0.22828899323940277, 1.9759480953216553, -1.121137022972107, 1.461712121963501, 1010.0, 1000.0, -0.0004192128835711628, -0.19240742921829224, -0.907558023929596, 1.8862377405166626, -0.9756624698638916, -8.543210242351051e-06], "mean": [-0.1995190680027008, 0.604671061038971, 0.451385498046875, -1.4119739532470703, -0.25390756130218506, -0.12052977830171585, 0.028276195749640465, -0.3103260397911072, 0.4675735831260681, 0.2282389998435974, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22918130457401276, 0.4792165458202362, -0.3279329836368561, -1.379125952720642, 0.811948299407959, 0.0050581032410264015, 0.3208615779876709, -0.28488242626190186, -0.4723789095878601, 0.19037654995918274, 1.3511124849319458, -1.8364555835723877, 1.06877863407135, 1009.8993530273438, 577.1006469726562, -0.0004192107589915395, -0.19540630280971527, -0.9075621962547302, 1.8862305879592896, -0.9756870865821838, -1.8630926206242293e-05], "std": [2.6359883122495376e-05, 1.6296971807605587e-05, 2.292280078108888e-05, 2.5507350073894486e-05, 2.336383840884082e-05, 1.5108153093024157e-05, 1.798094490368385e-05, 1.5046162843646016e-05, 7.880001248850022e-06, 1.1931223525607493e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10762407630681992, 0.1537420004606247, 0.08084826171398163, 0.2135985940694809, 0.3350980281829834, 0.12175092101097107, 0.25151246786117554, 0.041459690779447556, 0.042199891060590744, 0.019507216289639473, 0.37688887119293213, 0.37716594338417053, 0.31392592191696167, 0.3008573353290558, 402.2405090332031, 2.1245796233415604e-09, 0.0012855761451646686, 2.0896413843729533e-06, 3.864960490318481e-06, 1.811189213185571e-05, 1.8353523500991287e-06], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [775]}, "index": {"min": [127390], "max": [128164], "mean": [127777.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5771006448038163], "std": [0.0, 0.4022424119074442], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5771006448038163], "std": [0.0, 0.40224241190744425], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.032258064516129], "std": [0.0, 2.292820083086046], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.5187096774193548], "std": [0.0, 0.5830716324912607], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.41161290322580646], "std": [0.0, 0.7235178254227562], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.032258064516129], "std": [0.0, 2.292820083086046], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.5187096774193548], "std": [0.0, 0.5830716324912607], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.41161290322580646], "std": [0.0, 0.7235178254227562], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.3103261888027191, 0.4675739109516144, 0.22823911905288696, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2848671078681946, -0.4723803400993347, 0.190464049577713, 1.3512853384017944, -1.836053729057312, 1.068448543548584], "std": [1.5037347111501731e-05, 7.862116945034359e-06, 1.1930568689422216e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04144812002778053, 0.04219977557659149, 0.019524795934557915, 0.3769603669643402, 0.3777613341808319, 0.3141304552555084], "min": [-0.31037798523902893, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3294459879398346, -0.5206789970397949, 0.1587979942560196, 0.8588191270828247, -2.333273410797119, 0.5011266469955444], "max": [-0.3102799952030182, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19262099266052246, -0.39433199167251587, 0.22828899323940277, 1.9759480953216553, -1.121137022972107, 1.461712121963501], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.3103260397911072, 0.4675736427307129, 0.2282389998435974, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2848671078681946, -0.47237977385520935, 0.19046412408351898, 1.3512871265411377, -1.836053729057312, 1.0684493780136108], "std": [1.5038192032079678e-05, 7.867172826081514e-06, 1.1931223525607493e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.04144812747836113, 0.04219977557659149, 0.01952480338513851, 0.37696024775505066, 0.37776127457618713, 0.31413090229034424], "min": [-0.31037798523902893, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3294459879398346, -0.5206789970397949, 0.1587979942560196, 0.8588191270828247, -2.333273410797119, 0.5011266469955444], "max": [-0.3102799952030182, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19262099266052246, -0.39433199167251587, 0.22828899323940277, 1.9759480953216553, -1.121137022972107, 1.461712121963501], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.5058064516129033], "std": [0.0, 0.4999662839828995], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.8864516129032258], "std": [0.0, 0.41891987367743033], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.5058064516129033], "std": [0.0, 0.49996628398289955], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.8864516129032258], "std": [0.0, 0.41891987367743033], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"episode_index": 159, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.43767914586591283]], [[0.41821303605798144]], [[0.4168265467741289]]], "std": [[[0.20273418983305724]], [[0.20046082532493306]], [[0.20935324017765733]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3963661396306989]], [[0.3913941968402903]], [[0.3868157767452584]]], "std": [[[0.23010082276845517]], [[0.22054354387565045]], [[0.21745760023088892]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48880763061870963]], [[0.48013841272705404]], [[0.4755771996170656]]], "std": [[[0.20838185655132455]], [[0.20933701356510018]], [[0.21698163799345055]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45793610660010425]], [[0.4404706170556157]], [[0.44618163318497134]]], "std": [[[0.2725141362229365]], [[0.26159204141836484]], [[0.2657279915060982]]], "count": [163]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103660047054291, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1814793348312378, 0.2972470223903656, -0.4531398117542267, -1.8839607238769531, 0.24979153275489807, -0.23122122883796692, -0.13147565722465515, -0.34171900153160095, -0.5169699788093567, 0.14541800320148468, 0.7483538389205933, -2.2062015533447266, 0.5434619784355164, 1009.0, 177.0, -0.0004210927872918546, -0.19935546815395355, -0.9075707197189331, 1.8862227201461792, -0.9758740663528442, -2.3731137844151817e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3294658064842224, 0.6887941956520081, -0.14981906116008759, -1.1566821336746216, 1.2057955265045166, 0.30312877893447876, 0.5709495544433594, -0.21572600305080414, -0.34228798747062683, 0.22980399429798126, 2.0521345138549805, -1.121137022972107, 1.4703415632247925, 1010.0, 1000.0, -0.0004192128835711628, -0.19233036041259766, -0.907558798789978, 1.8862385749816895, -0.9756633043289185, -8.543210242351051e-06], "mean": [-0.19951851665973663, 0.6046677827835083, 0.4513832628726959, -1.4119752645492554, -0.25390544533729553, -0.12053044140338898, 0.02827546000480652, -0.3103257119655609, 0.46757450699806213, 0.22823823988437653, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.12589961290359497, 0.47032788395881653, -0.29937657713890076, -1.4847118854522705, 0.7155211567878723, -0.03315116837620735, 0.2830744683742523, -0.2883993983268738, -0.4445079565048218, 0.17854167520999908, 1.4097261428833008, -1.7648072242736816, 1.0340648889541626, 1009.9180908203125, 553.9752807617188, -0.0004193778440821916, -0.1954653114080429, -0.907573401927948, 1.88623046875, -0.9757663607597351, -1.8128335796063766e-05], "std": [2.755723471636884e-05, 1.645164957153611e-05, 2.242200389446225e-05, 2.378943463554606e-05, 2.2713167709298432e-05, 1.5633217117283493e-05, 1.9911340132239275e-05, 1.5193415492831264e-05, 8.128302397381049e-06, 1.180432900582673e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.15331518650054932, 0.1364118903875351, 0.08820539712905884, 0.2311142385005951, 0.34193071722984314, 0.14968250691890717, 0.24148686230182648, 0.03809220343828201, 0.05623087286949158, 0.024735331535339355, 0.44441503286361694, 0.3557543456554413, 0.31508690118789673, 0.2742597758769989, 401.668212890625, 5.374261036195094e-07, 0.0026234087999910116, 9.313595910498407e-06, 3.718019570442266e-06, 6.893621321069077e-05, 2.1009077499911655e-06], "count": [891]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103660047054291, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1814793348312378, 0.2972470223903656, -0.4531398117542267, -1.8839607238769531, 0.24979153275489807, -0.23122122883796692, -0.13147565722465515, -0.34171900153160095, -0.5169699788093567, 0.14541800320148468, 0.7483538389205933, -2.2062015533447266, 0.5434619784355164, 1009.0, 177.0, -0.0004210927872918546, -0.19935546815395355, -0.9075707197189331, 1.8862227201461792, -0.9758740663528442, -2.3731137844151817e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3294658064842224, 0.6887941956520081, -0.14981906116008759, -1.1566821336746216, 1.2057955265045166, 0.30312877893447876, 0.5709495544433594, -0.21572600305080414, -0.34228798747062683, 0.22980399429798126, 2.0521345138549805, -1.121137022972107, 1.4703415632247925, 1010.0, 1000.0, -0.0004192128835711628, -0.19233036041259766, -0.907558798789978, 1.8862385749816895, -0.9756633043289185, -8.543210242351051e-06], "mean": [-0.1995186060667038, 0.6046677827835083, 0.4513832926750183, -1.4119752645492554, -0.25390538573265076, -0.12053043395280838, 0.028275463730096817, -0.3103256821632385, 0.4675745368003845, 0.22823822498321533, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.12578247487545013, 0.4700736999511719, -0.299360990524292, -1.4847503900527954, 0.7155959606170654, -0.03316356986761093, 0.2829742729663849, -0.2884334325790405, -0.4444758892059326, 0.17845092713832855, 1.4095319509506226, -1.765060305595398, 1.0343433618545532, 1009.9180908203125, 553.9752807617188, -0.0004193778440821916, -0.19546520709991455, -0.907573401927948, 1.88623046875, -0.9757664799690247, -1.812727168726269e-05], "std": [2.7551261155167595e-05, 1.6443091226392426e-05, 2.243831113446504e-05, 2.3779035473125987e-05, 2.2678157620248385e-05, 1.5641917343600653e-05, 1.991139470192138e-05, 1.5164986507443246e-05, 8.121795872284565e-06, 1.1807046575995628e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.15329866111278534, 0.13637231290340424, 0.08817970007658005, 0.231104776263237, 0.3418368101119995, 0.14969009160995483, 0.24163448810577393, 0.03812526538968086, 0.05622582882642746, 0.024701204150915146, 0.4443816542625427, 0.35537630319595337, 0.31494244933128357, 0.2742597758769989, 401.668212890625, 5.374261036195094e-07, 0.0026234136894345284, 9.308389053330757e-06, 3.7183112908678595e-06, 6.893718818901107e-05, 2.1002326775487745e-06], "count": [891]}, "timestamp": {"min": [0.0], "max": [29.666666666666668], "mean": [14.833333333333334], "std": [8.573646097630075], "count": [891]}, "frame_index": {"min": [0], "max": [890], "mean": [445.0], "std": [257.20938292890224], "count": [891]}, "episode_index": {"min": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [891]}, "index": {"min": [128165], "max": [129055], "mean": [128610.0], "std": [257.20938292890224], "count": [891]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [891]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5539753093362256], "std": [0.0, 0.4016671554566157], "count": [891]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5539753093362256], "std": [0.0, 0.40166715545661563], "count": [891]}, "eef_direction_state": {"mean": [6.0, 4.1874298540965205], "std": [0.0, 2.229205999367496], "min": [6, 0], "max": [6, 6], "count": [891]}, "eef_velocity_state": {"mean": [0.0, 0.4657687991021324], "std": [0.0, 0.5251326040355121], "min": [0, 0], "max": [0, 2], "count": [891]}, "eef_acc_mag_state": {"mean": [0.0, 0.3759820426487093], "std": [0.0, 0.6971531139742573], "min": [0, 0], "max": [0, 2], "count": [891]}, "eef_direction_action": {"mean": [6.0, 4.1874298540965205], "std": [0.0, 2.229205999367496], "min": [6, 0], "max": [6, 6], "count": [891]}, "eef_velocity_action": {"mean": [0.0, 0.4657687991021324], "std": [0.0, 0.5251326040355121], "min": [0, 0], "max": [0, 2], "count": [891]}, "eef_acc_mag_action": {"mean": [0.0, 0.3759820426487093], "std": [0.0, 0.6971531139742573], "min": [0, 0], "max": [0, 2], "count": [891]}, "eef_sim_pose_state": {"mean": [-0.3103257119655609, 0.4675740897655487, 0.22823823988437653, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.288399338722229, -0.4445078670978546, 0.17854173481464386, 1.409727931022644, -1.7648082971572876, 1.0340656042099], "std": [1.5193407307378948e-05, 8.119132871797774e-06, 1.1804324458353221e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.03809220716357231, 0.056230880320072174, 0.024735329672694206, 0.44441500306129456, 0.35575443506240845, 0.3150870203971863], "min": [-0.3103660047054291, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34171900153160095, -0.5169699788093567, 0.14541800320148468, 0.7483538389205933, -2.2062015533447266, 0.5434619784355164], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21572600305080414, -0.34228798747062683, 0.22980399429798126, 2.0521345138549805, -1.121137022972107, 1.4703415632247925], "count": [891]}, "eef_sim_pose_action": {"mean": [-0.3103257119655609, 0.46757450699806213, 0.22823823988437653, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, -0.2883993983268738, -0.4445079565048218, 0.17854167520999908, 1.4097261428833008, -1.7648072242736816, 1.0340648889541626], "std": [1.5193415492831264e-05, 8.128302397381049e-06, 1.180432900582673e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.03809220343828201, 0.05623087286949158, 0.024735331535339355, 0.44441503286361694, 0.3557543456554413, 0.31508690118789673], "min": [-0.3103660047054291, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34171900153160095, -0.5169699788093567, 0.14541800320148468, 0.7483538389205933, -2.2062015533447266, 0.5434619784355164], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21572600305080414, -0.34228798747062683, 0.22980399429798126, 2.0521345138549805, -1.121137022972107, 1.4703415632247925], "count": [891]}, "gripper_mode_state": {"mean": [0.0, 0.5364758698092031], "std": [0.0, 0.498667735994282], "min": [0, 0], "max": [0, 1], "count": [891]}, "gripper_activity_state": {"mean": [2.0, 1.904601571268238], "std": [0.0, 0.3861972268733517], "min": [2, 0], "max": [2, 2], "count": [891]}, "gripper_mode_action": {"mean": [0.0, 0.5364758698092031], "std": [0.0, 0.49866773599428194], "min": [0, 0], "max": [0, 1], "count": [891]}, "gripper_activity_action": {"mean": [2.0, 1.904601571268238], "std": [0.0, 0.3861972268733516], "min": [2, 0], "max": [2, 2], "count": [891]}}} +{"episode_index": 160, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.42842750204248364]], [[0.40825704273897057]], [[0.41719988383374185]]], "std": [[[0.2067102052428047]], [[0.2088257288951524]], [[0.20421854065167325]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4024001097834967]], [[0.3928191010518791]], [[0.3952217984068628]]], "std": [[[0.23183732516348643]], [[0.22978099890239106]], [[0.2204407802644811]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48394257301879084]], [[0.47043421670751634]], [[0.4766299032373366]]], "std": [[[0.20737592912617622]], [[0.20785141824628972]], [[0.2180191953038337]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42751573478349675]], [[0.4093519722732843]], [[0.42098849188112747]]], "std": [[[0.2874730478983054]], [[0.274493564729994]], [[0.2766374767035205]]], "count": [160]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02816961333155632, -0.3103800117969513, 0.4675459861755371, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.053302355110645294, 0.25415486097335815, -0.6273411512374878, -1.7667618989944458, 0.25385814905166626, -0.12822933495044708, -0.028291787952184677, -0.3654929995536804, -0.493586003780365, 0.03885100036859512, 0.5801076889038086, -2.397390127182007, 0.3093576431274414, 1000.0, 163.0, -0.0017501667607575655, -0.23461447656154633, -0.8496748208999634, 1.905257225036621, -1.061566948890686, -0.0009729766752570868], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3593981862068176, 0.6176370978355408, -0.11140436679124832, -0.9886592030525208, 1.4125996828079224, 0.1270076036453247, 0.7218507528305054, -0.2056419998407364, -0.3690609931945801, 0.23502899706363678, 2.0066375732421875, -1.121137022972107, 1.7841497659683228, 1002.0, 1003.0, 0.0017896442441269755, -0.2345956563949585, -0.8496605753898621, 1.9052785634994507, -1.0596463680267334, 0.0006749135791324079], "mean": [-0.19951733946800232, 0.6046713590621948, 0.45138850808143616, -1.4119514226913452, -0.25391700863838196, -0.12056335806846619, 0.028277745470404625, -0.310330331325531, 0.46757304668426514, 0.22824248671531677, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.1861095279455185, 0.4757267236709595, -0.4036014676094055, -1.4381639957427979, 0.861814022064209, 0.01438326109200716, 0.4431473910808563, -0.30115699768066406, -0.43276354670524597, 0.15324093401432037, 1.386756420135498, -2.0061700344085693, 0.9679471850395203, 1001.8352661132812, 503.53546142578125, 0.0001157314472948201, -0.23460839688777924, -0.8496697545051575, 1.9052715301513672, -1.0603771209716797, 0.00013998421491123736], "std": [2.5092080250033177e-05, 2.4322282115463167e-05, 2.2699980036122724e-05, 2.5049044779734686e-05, 2.3297518055187538e-05, 2.1960357116768137e-05, 2.510101330699399e-05, 1.424265337846009e-05, 7.869041837693658e-06, 1.4976010788814165e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.11378008872270584, 0.11966896802186966, 0.14367617666721344, 0.2374449074268341, 0.34759730100631714, 0.07245668023824692, 0.22378334403038025, 0.05163094773888588, 0.038543783128261566, 0.06459818035364151, 0.4748586118221283, 0.36309900879859924, 0.46141916513442993, 0.5498809218406677, 402.88873291015625, 0.001439990010112524, 1.9466090179776074e-06, 3.9609135455975775e-06, 8.605567018094007e-06, 0.0002261825284222141, 0.0004238440014887601], "count": [874]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02816961333155632, -0.3103800117969513, 0.4675459861755371, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.053302355110645294, 0.25415486097335815, -0.6273411512374878, -1.7667618989944458, 0.25385814905166626, -0.12822933495044708, -0.028291787952184677, -0.3654929995536804, -0.493586003780365, 0.03885100036859512, 0.5801076889038086, -2.397390127182007, 0.3093576431274414, 1000.0, 163.0, -0.0017501667607575655, -0.23461447656154633, -0.8496748208999634, 1.905257225036621, -1.061566948890686, -0.0009729766752570868], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3593981862068176, 0.6176370978355408, -0.11140436679124832, -0.9886592030525208, 1.4125996828079224, 0.1270076036453247, 0.7218507528305054, -0.2056419998407364, -0.3690609931945801, 0.23502899706363678, 2.0066375732421875, -1.121137022972107, 1.7841497659683228, 1002.0, 1003.0, 0.0017896442441269755, -0.2345956563949585, -0.8496605753898621, 1.9052785634994507, -1.0596463680267334, 0.0006749135791324079], "mean": [-0.19951729476451874, 0.6046713590621948, 0.45138856768608093, -1.4119514226913452, -0.2539170980453491, -0.12056334316730499, 0.028277745470404625, -0.3103303611278534, 0.46757304668426514, 0.22824247181415558, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.18610860407352448, 0.4757267236709595, -0.4036014974117279, -1.4381649494171143, 0.8618175983428955, 0.014384422451257706, 0.44314903020858765, -0.3011572062969208, -0.4327632486820221, 0.15324057638645172, 1.3867543935775757, -2.0061750411987305, 0.9679479002952576, 1001.8352661132812, 503.5331726074219, 0.00011671652464428917, -0.23460839688777924, -0.8496697545051575, 1.9052715301513672, -1.0603771209716797, 0.0001402133930241689], "std": [2.5051223929040134e-05, 2.4322282115463167e-05, 2.269055403303355e-05, 2.5040026230271906e-05, 2.3348753529717214e-05, 2.1980460587656125e-05, 2.510101330699399e-05, 1.4210157132765744e-05, 7.85626434662845e-06, 1.4976060811022762e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.11377998441457748, 0.11966896057128906, 0.14367617666721344, 0.23744472861289978, 0.3475911617279053, 0.072454534471035, 0.22377993166446686, 0.05163101106882095, 0.03854350000619888, 0.06459777057170868, 0.4748579263687134, 0.3630865514278412, 0.46141892671585083, 0.5498809218406677, 402.8824157714844, 0.001439006649889052, 1.9482854440866504e-06, 3.957011813326972e-06, 8.604119102528784e-06, 0.00022618244111072272, 0.00042393727926537395], "count": [874]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.41006341632848], "count": [874]}, "frame_index": {"min": [0], "max": [873], "mean": [436.5], "std": [252.3019024898544], "count": [874]}, "episode_index": {"min": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [874]}, "index": {"min": [129056], "max": [129929], "mean": [129492.5], "std": [252.3019024898544], "count": [874]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [874]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5026453113358136], "std": [0.0, 0.4017841258521134], "count": [874]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5026453113358136], "std": [0.0, 0.4017841258521135], "count": [874]}, "eef_direction_state": {"mean": [6.0, 3.435926773455378], "std": [0.0, 2.2074639090978847], "min": [6, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.0, 0.7665903890160183], "std": [0.0, 0.5222557561020924], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.0, 0.6075514874141876], "std": [0.0, 0.8092642646843088], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_direction_action": {"mean": [6.0, 3.435926773455378], "std": [0.0, 2.2074639090978847], "min": [6, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.0, 0.7665903890160183], "std": [0.0, 0.5222557561020924], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.0, 0.6075514874141876], "std": [0.0, 0.8092642646843088], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [-0.310330331325531, 0.46757304668426514, 0.22824253141880035, -1.5732269287109375, -1.1211367845535278, -0.7462756037712097, -0.30115678906440735, -0.4327634871006012, 0.15324100852012634, 1.3867555856704712, -2.006171464920044, 0.9679463505744934], "std": [1.4242656106944196e-05, 7.869060027587693e-06, 1.497590073995525e-05, 0.0, 2.384185791015625e-07, 0.0, 0.05163096636533737, 0.03854379430413246, 0.06459818035364151, 0.47485852241516113, 0.363099068403244, 0.46141907572746277], "min": [-0.3103800117969513, 0.4675459861755371, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3654929995536804, -0.493586003780365, 0.03885100036859512, 0.5801076889038086, -2.397390127182007, 0.3093576431274414], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2056419998407364, -0.3690609931945801, 0.23502899706363678, 2.0066375732421875, -1.121137022972107, 1.7841497659683228], "count": [874]}, "eef_sim_pose_action": {"mean": [-0.310330331325531, 0.46757304668426514, 0.22824248671531677, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.30115699768066406, -0.43276354670524597, 0.15324093401432037, 1.386756420135498, -2.0061700344085693, 0.9679471850395203], "std": [1.424265337846009e-05, 7.869041837693658e-06, 1.4976010788814165e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.05163094773888588, 0.038543783128261566, 0.06459818035364151, 0.4748586118221283, 0.36309900879859924, 0.46141916513442993], "min": [-0.3103800117969513, 0.4675459861755371, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3654929995536804, -0.493586003780365, 0.03885100036859512, 0.5801076889038086, -2.397390127182007, 0.3093576431274414], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2056419998407364, -0.3690609931945801, 0.23502899706363678, 2.0066375732421875, -1.121137022972107, 1.7841497659683228], "count": [874]}, "gripper_mode_state": {"mean": [0.0, 0.5881006864988558], "std": [0.0, 0.4921770708174363], "min": [0, 0], "max": [0, 1], "count": [874]}, "gripper_activity_state": {"mean": [2.0, 1.902745995423341], "std": [0.0, 0.3897035921249455], "min": [2, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.0, 0.5881006864988558], "std": [0.0, 0.4921770708174363], "min": [0, 0], "max": [0, 1], "count": [874]}, "gripper_activity_action": {"mean": [2.0, 1.902745995423341], "std": [0.0, 0.38970359212494554], "min": [2, 0], "max": [2, 2], "count": [874]}}} +{"episode_index": 161, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43204993746469783]], [[0.41057312847978694]], [[0.42038576968853386]]], "std": [[[0.2062024121285648]], [[0.20818511464458345]], [[0.20398448814948839]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39955124742798354]], [[0.39049961545832323]], [[0.3941184098382151]]], "std": [[[0.2295632864742408]], [[0.22800468357185844]], [[0.21874070179556215]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4841807862805616]], [[0.47031276098402325]], [[0.4761596629649802]]], "std": [[[0.20797365698170525]], [[0.208188465145104]], [[0.21822945353731443]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4404759604716372]], [[0.41985679163640766]], [[0.43032817291011055]]], "std": [[[0.28560571228633447]], [[0.268796468771456]], [[0.270359640914222]]], "count": [162]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31038400530815125, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.011065387167036533, 0.3752632439136505, -0.594336986541748, -1.8095225095748901, 0.2537883222103119, -0.14931292831897736, -0.22193606197834015, -0.36358800530433655, -0.47294801473617554, 0.07232300192117691, 0.6762139201164246, -2.3859052658081055, 0.6378173828125, 1000.0, 189.0, -0.0009399392292834818, -0.23468589782714844, -0.8496946096420288, 1.9052619934082031, -1.0619632005691528, -0.0005353745073080063], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.4118491411209106, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24413666129112244, 0.6455623507499695, -0.19828686118125916, -1.1488980054855347, 1.352822184562683, 0.21357594430446625, 0.4355469048023224, -0.24356499314308167, -0.37297001481056213, 0.22914400696754456, 1.5756548643112183, -1.121137022972107, 1.417738676071167, 1002.0, 1002.0, 0.002336688805371523, -0.2346351444721222, -0.8496827483177185, 1.9052754640579224, -1.0592303276062012, 0.0004926584078930318], "mean": [-0.19951729476451874, 0.6046624779701233, 0.451384037733078, -1.4119436740875244, -0.253917396068573, -0.12053881585597992, 0.028271235525608063, -0.3103334605693817, 0.4675747752189636, 0.22824294865131378, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.16532398760318756, 0.4950691759586334, -0.42622557282447815, -1.485791563987732, 0.988297164440155, 0.11663930118083954, 0.2538455128669739, -0.30751803517341614, -0.4367978572845459, 0.1495605707168579, 1.1394810676574707, -2.0806286334991455, 1.0215682983398438, 1001.84423828125, 525.8848876953125, 0.00010722075239755213, -0.23466089367866516, -0.8496851921081543, 1.9052733182907104, -1.060449242591858, -6.229771679500118e-05], "std": [2.6088255253853276e-05, 2.0540472178254277e-05, 2.4324259356944822e-05, 3.200498758815229e-05, 2.3307802621275187e-05, 1.7131716958829202e-05, 2.385030165896751e-05, 1.6962520021479577e-05, 8.17664204078028e-06, 1.2640968634514138e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.06671982258558273, 0.09103196859359741, 0.09743589907884598, 0.20370079576969147, 0.2950710654258728, 0.08691699057817459, 0.19016490876674652, 0.03571842238306999, 0.03195302188396454, 0.04734696447849274, 0.2884416878223419, 0.36203712224960327, 0.2461361140012741, 0.5359591245651245, 390.6952819824219, 0.0010467011015862226, 3.76449338546081e-06, 2.8372487577144057e-06, 3.99687041863217e-06, 0.0007176195504143834, 0.00019998813513666391], "count": [886]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31038400530815125, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.011065387167036533, 0.3752632439136505, -0.594336986541748, -1.8095225095748901, 0.2537883222103119, -0.14931292831897736, -0.22193606197834015, -0.36358800530433655, -0.47294801473617554, 0.07232300192117691, 0.6762139201164246, -2.3859052658081055, 0.6378173828125, 1000.0, 189.0, -0.0009399392292834818, -0.23468589782714844, -0.8496946096420288, 1.9052619934082031, -1.0619632005691528, -0.0005353745073080063], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.4118491411209106, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31027600169181824, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24413666129112244, 0.6455623507499695, -0.19828686118125916, -1.1488980054855347, 1.352822184562683, 0.21357594430446625, 0.4355469048023224, -0.24356499314308167, -0.37297001481056213, 0.22914400696754456, 1.5756548643112183, -1.121137022972107, 1.417738676071167, 1002.0, 1002.0, 0.0023348089307546616, -0.2346351444721222, -0.8496827483177185, 1.9052754640579224, -1.0592303276062012, 0.0004926584078930318], "mean": [-0.19951729476451874, 0.6046624779701233, 0.451384037733078, -1.4119436740875244, -0.2539174556732178, -0.12053880840539932, 0.028271235525608063, -0.3103334307670593, 0.46757471561431885, 0.22824294865131378, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.16516268253326416, 0.4950447976589203, -0.4263138473033905, -1.48623788356781, 0.9884963035583496, 0.11694077402353287, 0.253635048866272, -0.30748340487480164, -0.4367217719554901, 0.1494484841823578, 1.1393200159072876, -2.080932855606079, 1.0216472148895264, 1001.84423828125, 525.8837280273438, 0.00010567821300355718, -0.23466089367866516, -0.8496851921081543, 1.905273199081421, -1.0604503154754639, -6.218200724106282e-05], "std": [2.6088255253853276e-05, 2.055542245216202e-05, 2.4312954337801784e-05, 3.206336623406969e-05, 2.3312648409046233e-05, 1.713200799713377e-05, 2.3850303477956913e-05, 1.6965759641607292e-05, 8.17362069938099e-06, 1.264074944629101e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.06680957973003387, 0.09100551903247833, 0.09749399125576019, 0.20397141575813293, 0.29463475942611694, 0.08655823022127151, 0.1905796378850937, 0.03573049232363701, 0.03195975720882416, 0.047277919948101044, 0.2882397174835205, 0.36134403944015503, 0.2460588812828064, 0.5359591245651245, 390.69390869140625, 0.001044419244863093, 3.7700197026424576e-06, 2.845027893272345e-06, 3.904754521499854e-06, 0.0007182047120295465, 0.0002000014646910131], "count": [886]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.525533544724471], "count": [886]}, "frame_index": {"min": [0], "max": [885], "mean": [442.5], "std": [255.76600634173417], "count": [886]}, "episode_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [886]}, "index": {"min": [129930], "max": [130815], "mean": [130372.5], "std": [255.76600634173417], "count": [886]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [886]}, "gripper_open_scale_state": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.5256004501008019], "std": [0.0, 0.39035062276569665], "count": [886]}, "gripper_open_scale_action": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.5256004501008019], "std": [0.0, 0.3903506227656967], "count": [886]}, "eef_direction_state": {"mean": [6.0, 3.871331828442438], "std": [0.0, 2.1807002386787118], "min": [6, 0], "max": [6, 6], "count": [886]}, "eef_velocity_state": {"mean": [0.0, 0.626410835214447], "std": [0.0, 0.5153862721726304], "min": [0, 0], "max": [0, 2], "count": [886]}, "eef_acc_mag_state": {"mean": [0.0, 0.5], "std": [0.0, 0.7701396783399093], "min": [0, 0], "max": [0, 2], "count": [886]}, "eef_direction_action": {"mean": [6.0, 3.871331828442438], "std": [0.0, 2.1807002386787118], "min": [6, 0], "max": [6, 6], "count": [886]}, "eef_velocity_action": {"mean": [0.0, 0.626410835214447], "std": [0.0, 0.5153862721726304], "min": [0, 0], "max": [0, 2], "count": [886]}, "eef_acc_mag_action": {"mean": [0.0, 0.5], "std": [0.0, 0.7701396783399093], "min": [0, 0], "max": [0, 2], "count": [886]}, "eef_sim_pose_state": {"mean": [-0.3103334605693817, 0.4675745368003845, 0.22824282944202423, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.307517945766449, -0.4367976784706116, 0.14956055581569672, 1.139480710029602, -2.080629348754883, 1.0215668678283691], "std": [1.6962520021479577e-05, 8.17274303699378e-06, 1.2640442946576513e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.0357184112071991, 0.03195301815867424, 0.047346968203783035, 0.28844162821769714, 0.3620373606681824, 0.2461361587047577], "min": [-0.31038400530815125, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36358800530433655, -0.47294801473617554, 0.07232300192117691, 0.6762139201164246, -2.3859052658081055, 0.6378173828125], "max": [-0.31027600169181824, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24356499314308167, -0.37297001481056213, 0.22914400696754456, 1.5756548643112183, -1.121137022972107, 1.417738676071167], "count": [886]}, "eef_sim_pose_action": {"mean": [-0.3103334605693817, 0.4675747752189636, 0.22824294865131378, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, -0.30751803517341614, -0.4367978572845459, 0.1495605707168579, 1.1394810676574707, -2.0806286334991455, 1.0215682983398438], "std": [1.6962520021479577e-05, 8.17664204078028e-06, 1.2640968634514138e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.03571842238306999, 0.03195302188396454, 0.04734696447849274, 0.2884416878223419, 0.36203712224960327, 0.2461361140012741], "min": [-0.31038400530815125, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36358800530433655, -0.47294801473617554, 0.07232300192117691, 0.6762139201164246, -2.3859052658081055, 0.6378173828125], "max": [-0.31027600169181824, 0.4675999879837036, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24356499314308167, -0.37297001481056213, 0.22914400696754456, 1.5756548643112183, -1.121137022972107, 1.417738676071167], "count": [886]}, "gripper_mode_state": {"mean": [0.0, 0.5790067720090294], "std": [0.0, 0.4937184723875683], "min": [0, 0], "max": [0, 1], "count": [886]}, "gripper_activity_state": {"mean": [2.0, 1.9063205417607223], "std": [0.0, 0.38484936657151236], "min": [2, 0], "max": [2, 2], "count": [886]}, "gripper_mode_action": {"mean": [0.0, 0.5790067720090294], "std": [0.0, 0.4937184723875683], "min": [0, 0], "max": [0, 1], "count": [886]}, "gripper_activity_action": {"mean": [2.0, 1.9063205417607223], "std": [0.0, 0.38484936657151236], "min": [2, 0], "max": [2, 2], "count": [886]}}} +{"episode_index": 162, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4298140265499263]], [[0.4080902907646681]], [[0.4173819503475764]]], "std": [[[0.2082904322995109]], [[0.20973796820279628]], [[0.20572650926958985]]], "count": [173]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40117626870112205]], [[0.39154922503683554]], [[0.3940413337300238]]], "std": [[[0.23197595561115647]], [[0.23045059598891215]], [[0.22117661743540862]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4832115399146171]], [[0.46964723001435643]], [[0.4753784379840568]]], "std": [[[0.2075416258898199]], [[0.2080487367744273]], [[0.21813843686602055]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43094786353847897]], [[0.4119725846745249]], [[0.42267712937776264]]], "std": [[[0.28666458046366583]], [[0.27420806287130056]], [[0.2762667264604218]]], "count": [173]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06674139201641083, 0.27527332305908203, -0.5960124731063843, -1.8853222131729126, 0.25385814905166626, -0.13857914507389069, -0.10688396543264389, -0.3771669864654541, -0.48215100169181824, 0.06136000156402588, 0.6777504682540894, -2.4332706928253174, 0.3664771020412445, 1000.0, 181.0, 0.0009230202995240688, -0.2347310185432434, -0.8503569960594177, 1.9042540788650513, -1.0623712539672852, -0.0003189464914612472], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3018896281719208, 0.7160736918449402, -0.19392353296279907, -1.052922248840332, 1.4053915739059448, 0.22624704241752625, 0.5895024538040161, -0.19862100481987, -0.3608900010585785, 0.22827599942684174, 1.9108777046203613, -1.121137022972107, 1.5625805854797363, 1002.0, 1002.0, 0.0009249001741409302, -0.23470845818519592, -0.8491724729537964, 1.9064782857894897, -1.0589721202850342, 0.0004784197371918708], "mean": [-0.19951845705509186, 0.6046614646911621, 0.4513842761516571, -1.4119691848754883, -0.2539181113243103, -0.12053512781858444, 0.028277598321437836, -0.31032702326774597, 0.4675743579864502, 0.2282361388206482, -1.5732395648956299, -1.1211405992507935, -0.7462767362594604, 0.18144701421260834, 0.46267780661582947, -0.393150269985199, -1.4535255432128906, 0.944861888885498, 0.0627952367067337, 0.386685848236084, -0.2994292676448822, -0.4358311891555786, 0.14721335470676422, 1.2716234922409058, -2.077548027038574, 1.0349103212356567, 1001.8280029296875, 490.23419189453125, 0.0009247860871255398, -0.2347249537706375, -0.8495340943336487, 1.9054408073425293, -1.0604214668273926, 0.00013861936167813838], "std": [2.5777746486710384e-05, 1.8462693333276547e-05, 2.3286713258130476e-05, 2.6264548068866134e-05, 2.283639150846284e-05, 1.563875048304908e-05, 1.8896645997301675e-05, 1.4810544598731212e-05, 8.125987733365037e-06, 1.203363535751123e-05, 1.2636184692382812e-05, 3.5762786865234375e-06, 1.1324882507324219e-06, 0.0856311246752739, 0.14570395648479462, 0.1088922917842865, 0.26631778478622437, 0.3040604889392853, 0.08738153427839279, 0.2266746461391449, 0.05799303203821182, 0.03793776407837868, 0.050022903829813004, 0.4322236478328705, 0.3363456428050995, 0.3905380368232727, 0.5607593655586243, 387.1269226074219, 4.321655353578535e-07, 2.000810354729765e-06, 0.0001893963199108839, 0.0002719977928791195, 0.0007764917681924999, 0.00013716259854845703], "count": [965]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06674139201641083, 0.27527332305908203, -0.5960124731063843, -1.8853222131729126, 0.25385814905166626, -0.13857914507389069, -0.10688396543264389, -0.3771669864654541, -0.48215100169181824, 0.06136000156402588, 0.6777504682540894, -2.4332706928253174, 0.3664771020412445, 1000.0, 181.0, 0.0009230202995240688, -0.2347310185432434, -0.8503569960594177, 1.9042540788650513, -1.0623712539672852, -0.0003189464914612472], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3018896281719208, 0.7160736918449402, -0.19392353296279907, -1.052922248840332, 1.4053915739059448, 0.22624704241752625, 0.5895024538040161, -0.19862100481987, -0.3608900010585785, 0.22827599942684174, 1.9108777046203613, -1.121137022972107, 1.5625805854797363, 1002.0, 1002.0, 0.0009249001741409302, -0.23470845818519592, -0.8491724729537964, 1.9064782857894897, -1.0589721202850342, 0.0004784197371918708], "mean": [-0.19951844215393066, 0.6046614050865173, 0.4513842463493347, -1.4119690656661987, -0.2539181113243103, -0.12053514271974564, 0.028277598321437836, -0.31032705307006836, 0.4675743281841278, 0.228236123919487, -1.5732395648956299, -1.1211405992507935, -0.7462767362594604, 0.1813792735338211, 0.4626220464706421, -0.3930981457233429, -1.453609824180603, 0.9449950456619263, 0.06286157667636871, 0.38668200373649597, -0.29942798614501953, -0.4358173608779907, 0.14719258248806, 1.2715007066726685, -2.0777206420898438, 1.035042643547058, 1001.8280029296875, 490.2352294921875, 0.0009247860871255398, -0.23472493886947632, -0.8495339155197144, 1.9054410457611084, -1.0604215860366821, 0.00013878362369723618], "std": [2.5816374545684084e-05, 1.841518133005593e-05, 2.3273376427823678e-05, 2.6038575015263632e-05, 2.283639150846284e-05, 1.562497709528543e-05, 1.8896645997301675e-05, 1.4807729712629225e-05, 8.135698408295866e-06, 1.2046930351061746e-05, 1.2636184692382812e-05, 3.5762786865234375e-06, 1.1324882507324219e-06, 0.08564259856939316, 0.14565984904766083, 0.10887644439935684, 0.26631730794906616, 0.3037858009338379, 0.08726654946804047, 0.22668175399303436, 0.057992804795503616, 0.03792860358953476, 0.04999340698122978, 0.43215474486351013, 0.33589687943458557, 0.3904617428779602, 0.5607593655586243, 387.1280212402344, 4.321655353578535e-07, 2.007191824304755e-06, 0.00018933677347376943, 0.0002719593758229166, 0.0007764847250655293, 0.00013715383829548955], "count": [965]}, "timestamp": {"min": [0.0], "max": [32.13333333333333], "mean": [16.066666666666666], "std": [9.285711843711523], "count": [965]}, "frame_index": {"min": [0], "max": [964], "mean": [482.0], "std": [278.57135531134566], "count": [965]}, "episode_index": {"min": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [965]}, "index": {"min": [130816], "max": [131780], "mean": [131298.0], "std": [278.57135531134566], "count": [965]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [965]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.4901046619822942], "std": [0.0, 0.38695627100045055], "count": [965]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.4901046619822942], "std": [0.0, 0.38695627100045044], "count": [965]}, "eef_direction_state": {"mean": [6.0, 3.4424870466321242], "std": [0.0, 2.2962140570831417], "min": [6, 0], "max": [6, 6], "count": [965]}, "eef_velocity_state": {"mean": [0.0, 0.6808290155440414], "std": [0.0, 0.5187623142056135], "min": [0, 0], "max": [0, 2], "count": [965]}, "eef_acc_mag_state": {"mean": [0.0, 0.5274611398963731], "std": [0.0, 0.7729375228910784], "min": [0, 0], "max": [0, 2], "count": [965]}, "eef_direction_action": {"mean": [6.0, 3.4424870466321242], "std": [0.0, 2.2962140570831417], "min": [6, 0], "max": [6, 6], "count": [965]}, "eef_velocity_action": {"mean": [0.0, 0.6808290155440414], "std": [0.0, 0.5187623142056135], "min": [0, 0], "max": [0, 2], "count": [965]}, "eef_acc_mag_action": {"mean": [0.0, 0.5274611398963731], "std": [0.0, 0.7729375228910784], "min": [0, 0], "max": [0, 2], "count": [965]}, "eef_sim_pose_state": {"mean": [-0.3103269040584564, 0.4675743877887726, 0.2282363623380661, -1.573227047920227, -1.1211367845535278, -0.7462756633758545, -0.2994292080402374, -0.4358309805393219, 0.14721347391605377, 1.2716232538223267, -2.0775487422943115, 1.0349104404449463], "std": [1.4809908861934673e-05, 8.126078682835214e-06, 1.2031615369778592e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 5.960464477539063e-08, 0.057993028312921524, 0.03793776407837868, 0.050022903829813004, 0.4322236180305481, 0.33634570240974426, 0.39053788781166077], "min": [-0.310373991727829, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3771669864654541, -0.48215100169181824, 0.06136000156402588, 0.6777504682540894, -2.4332706928253174, 0.3664771020412445], "max": [-0.31028300523757935, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19862100481987, -0.3608900010585785, 0.22827599942684174, 1.9108777046203613, -1.121137022972107, 1.5625805854797363], "count": [965]}, "eef_sim_pose_action": {"mean": [-0.31032702326774597, 0.4675743579864502, 0.2282361388206482, -1.5732395648956299, -1.1211405992507935, -0.7462767362594604, -0.2994292676448822, -0.4358311891555786, 0.14721335470676422, 1.2716234922409058, -2.077548027038574, 1.0349103212356567], "std": [1.4810544598731212e-05, 8.125987733365037e-06, 1.203363535751123e-05, 1.2636184692382812e-05, 3.5762786865234375e-06, 1.1324882507324219e-06, 0.05799303203821182, 0.03793776407837868, 0.050022903829813004, 0.4322236478328705, 0.3363456428050995, 0.3905380368232727], "min": [-0.310373991727829, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3771669864654541, -0.48215100169181824, 0.06136000156402588, 0.6777504682540894, -2.4332706928253174, 0.3664771020412445], "max": [-0.31028300523757935, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19862100481987, -0.3608900010585785, 0.22827599942684174, 1.9108777046203613, -1.121137022972107, 1.5625805854797363], "count": [965]}, "gripper_mode_state": {"mean": [0.0, 0.6186528497409326], "std": [0.0, 0.48571751177856415], "min": [0, 0], "max": [0, 1], "count": [965]}, "gripper_activity_state": {"mean": [2.0, 1.9160621761658032], "std": [0.0, 0.3644870570911606], "min": [2, 0], "max": [2, 2], "count": [965]}, "gripper_mode_action": {"mean": [0.0, 0.6186528497409326], "std": [0.0, 0.4857175117785641], "min": [0, 0], "max": [0, 1], "count": [965]}, "gripper_activity_action": {"mean": [2.0, 1.9160621761658032], "std": [0.0, 0.3644870570911606], "min": [2, 0], "max": [2, 2], "count": [965]}}} +{"episode_index": 163, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4299619581807082]], [[0.40862836897579546]], [[0.41790812078036343]]], "std": [[[0.207837034303813]], [[0.21062390504436296]], [[0.2054439665779881]]], "count": [182]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4008839970282985]], [[0.39133404146915174]], [[0.39459231016124396]]], "std": [[[0.23050484415574393]], [[0.23080976680206725]], [[0.21865196107543097]]], "count": [182]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49472021789485027]], [[0.48025942235868707]], [[0.48567817527652085]]], "std": [[[0.21248262621172107]], [[0.21271634088673871]], [[0.22311532189682287]]], "count": [182]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4401441151781226]], [[0.4212357059811104]], [[0.432748443447892]]], "std": [[[0.2872868453779851]], [[0.275887819779977]], [[0.2781139346225167]]], "count": [182]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.31039300560951233, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03752458095550537, 0.2932502329349518, -0.5559921264648438, -1.8426662683486938, 0.25391051173210144, -0.13838715851306915, -0.028291787952184677, -0.3729499876499176, -0.4882560074329376, 0.041510000824928284, 0.5735605955123901, -2.3037638664245605, 0.6143583655357361, 1000.0, 195.0, 0.0009249001741409302, -0.23472537100315094, -0.8494759202003479, 1.90541410446167, -1.0615757703781128, -0.00010821399337146431], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102959990501404, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31780698895454407, 0.6048089265823364, -0.14953981339931488, -1.0958572626113892, 1.3728410005569458, 0.23869122564792633, 0.5185198783874512, -0.21083100140094757, -0.3534359931945801, 0.22912099957466125, 1.8363195657730103, -1.121137022972107, 1.6074130535125732, 1002.0, 1002.0, 0.0009249001741409302, -0.2347141057252884, -0.8494498133659363, 1.9055694341659546, -1.0579205751419067, 0.00021642798674292862], "mean": [-0.19951708614826202, 0.6046668887138367, 0.4513857960700989, -1.411958932876587, -0.25391900539398193, -0.12052392959594727, 0.028271740302443504, -0.3103333115577698, 0.4675731360912323, 0.2282411903142929, -1.5732396841049194, -1.1211373805999756, -0.7462767362594604, 0.15190990269184113, 0.43120530247688293, -0.37714943289756775, -1.5001739263534546, 0.8894804120063782, 0.04800042510032654, 0.31491774320602417, -0.29228565096855164, -0.43544313311576843, 0.13799789547920227, 1.2874811887741089, -2.034996271133423, 1.0664005279541016, 1001.8357543945312, 467.26763916015625, 0.0009248891728930175, -0.23472173511981964, -0.8494691848754883, 1.9055376052856445, -1.0604686737060547, 0.00016103121743071824], "std": [2.5957753678085282e-05, 1.6409685485996306e-05, 2.2256854208535515e-05, 2.5578772692824714e-05, 2.2863972844788805e-05, 1.541616984468419e-05, 2.654374111443758e-05, 1.4806092622166034e-05, 8.049976713664364e-06, 1.1825175533886068e-05, 1.2755393981933594e-05, 3.5762786865234375e-07, 1.1324882507324219e-06, 0.09324997663497925, 0.10613460093736649, 0.0991453006863594, 0.2266620248556137, 0.2734227478504181, 0.06856497377157211, 0.16115643084049225, 0.04958979785442352, 0.04605083912611008, 0.05395142361521721, 0.4102652370929718, 0.29211777448654175, 0.29564720392227173, 0.5491126775741577, 372.3232421875, 1.1001164423873888e-08, 2.20850461118971e-06, 8.11347217677394e-06, 2.0465611669351347e-05, 0.0005041765980422497, 8.199134754249826e-05], "count": [1035]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.31039300560951233, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03752458095550537, 0.2932502329349518, -0.5559921264648438, -1.8426662683486938, 0.25391051173210144, -0.13838715851306915, -0.028291787952184677, -0.3729499876499176, -0.4882560074329376, 0.041510000824928284, 0.5735605955123901, -2.3037638664245605, 0.6143583655357361, 1000.0, 195.0, 0.0009249001741409302, -0.23472537100315094, -0.8494759202003479, 1.90541410446167, -1.0615757703781128, -0.00010821399337146431], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102959990501404, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31780698895454407, 0.6048089265823364, -0.14953981339931488, -1.0958572626113892, 1.3728410005569458, 0.23869122564792633, 0.5185198783874512, -0.21083100140094757, -0.3534359931945801, 0.22912099957466125, 1.8363195657730103, -1.121137022972107, 1.6074130535125732, 1002.0, 1002.0, 0.0009249001741409302, -0.2347141057252884, -0.8494498133659363, 1.9055694341659546, -1.0579205751419067, 0.00021642798674292862], "mean": [-0.19951708614826202, 0.6046668887138367, 0.4513857960700989, -1.4119588136672974, -0.25391897559165955, -0.12052392214536667, 0.028271738439798355, -0.31033334136009216, 0.4675731062889099, 0.2282412201166153, -1.5732396841049194, -1.1211373805999756, -0.7462767362594604, 0.1517157256603241, 0.4310307502746582, -0.3770580589771271, -1.5004689693450928, 0.8895607590675354, 0.048216257244348526, 0.3149385452270508, -0.29226815700531006, -0.4353894293308258, 0.13791011273860931, 1.2873473167419434, -2.0353238582611084, 1.0665243864059448, 1001.8357543945312, 467.26666259765625, 0.0009248891728930175, -0.23472173511981964, -0.8494691848754883, 1.905537724494934, -1.0604681968688965, 0.00016077533655334264], "std": [2.5991590518970042e-05, 1.6497606338816695e-05, 2.2270058252615854e-05, 2.563776979513932e-05, 2.2850743334856816e-05, 1.541659003123641e-05, 2.6543752028374e-05, 1.4877282410452608e-05, 8.074339348240755e-06, 1.1854018339363392e-05, 1.2755393981933594e-05, 3.5762786865234375e-07, 1.1324882507324219e-06, 0.09335970878601074, 0.10599764436483383, 0.09912054240703583, 0.22674579918384552, 0.27324825525283813, 0.06838550418615341, 0.16111350059509277, 0.04958662390708923, 0.04604579880833626, 0.053878385573625565, 0.41019463539123535, 0.2912817895412445, 0.29553958773612976, 0.5491126775741577, 372.3220520019531, 1.1001164423873888e-08, 2.20850461118971e-06, 8.111457646009512e-06, 2.0401475921971723e-05, 0.0005045635043643415, 8.22545844130218e-05], "count": [1035]}, "timestamp": {"min": [0.0], "max": [34.46666666666667], "mean": [17.233333333333334], "std": [9.959287494967068], "count": [1035]}, "frame_index": {"min": [0], "max": [1034], "mean": [517.0], "std": [298.77862484901203], "count": [1035]}, "episode_index": {"min": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [1035]}, "index": {"min": [131781], "max": [132815], "mean": [132298.0], "std": [298.77862484901203], "count": [1035]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1035]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.4668908177078634], "std": [0.0, 0.3717837231642763], "count": [1035]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.4668908177078634], "std": [0.0, 0.37178372316427627], "count": [1035]}, "eef_direction_state": {"mean": [6.0, 3.5545893719806765], "std": [0.0, 2.185075795562001], "min": [6, 0], "max": [6, 6], "count": [1035]}, "eef_velocity_state": {"mean": [0.0, 0.7101449275362319], "std": [0.0, 0.48855844172083474], "min": [0, 0], "max": [0, 2], "count": [1035]}, "eef_acc_mag_state": {"mean": [0.0, 0.5024154589371981], "std": [0.0, 0.7694304069019915], "min": [0, 0], "max": [0, 2], "count": [1035]}, "eef_direction_action": {"mean": [6.0, 3.5545893719806765], "std": [0.0, 2.185075795562001], "min": [6, 0], "max": [6, 6], "count": [1035]}, "eef_velocity_action": {"mean": [0.0, 0.7101449275362319], "std": [0.0, 0.48855844172083474], "min": [0, 0], "max": [0, 2], "count": [1035]}, "eef_acc_mag_action": {"mean": [0.0, 0.5024154589371981], "std": [0.0, 0.7694304069019915], "min": [0, 0], "max": [0, 2], "count": [1035]}, "eef_sim_pose_state": {"mean": [-0.3103332221508026, 0.46757379174232483, 0.22824124991893768, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2922857105731964, -0.4354434311389923, 0.13799795508384705, 1.2874815464019775, -2.034996271133423, 1.0663996934890747], "std": [1.4805805221840274e-05, 8.02363774710102e-06, 1.1825052752101328e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.049589790403842926, 0.04605087265372276, 0.0539514422416687, 0.41026532649993896, 0.2921178638935089, 0.2956470549106598], "min": [-0.31039300560951233, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3729499876499176, -0.4882560074329376, 0.041510000824928284, 0.5735605955123901, -2.3037638664245605, 0.6143583655357361], "max": [-0.3102959990501404, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21083100140094757, -0.3534359931945801, 0.22912099957466125, 1.8363195657730103, -1.121137022972107, 1.6074130535125732], "count": [1035]}, "eef_sim_pose_action": {"mean": [-0.3103333115577698, 0.4675731360912323, 0.2282411903142929, -1.5732396841049194, -1.1211373805999756, -0.7462767362594604, -0.29228565096855164, -0.43544313311576843, 0.13799789547920227, 1.2874811887741089, -2.034996271133423, 1.0664005279541016], "std": [1.4806092622166034e-05, 8.049976713664364e-06, 1.1825175533886068e-05, 1.2755393981933594e-05, 3.5762786865234375e-07, 1.1324882507324219e-06, 0.04958979785442352, 0.04605083912611008, 0.05395142361521721, 0.4102652370929718, 0.29211777448654175, 0.29564720392227173], "min": [-0.31039300560951233, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3729499876499176, -0.4882560074329376, 0.041510000824928284, 0.5735605955123901, -2.3037638664245605, 0.6143583655357361], "max": [-0.3102959990501404, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21083100140094757, -0.3534359931945801, 0.22912099957466125, 1.8363195657730103, -1.121137022972107, 1.6074130535125732], "count": [1035]}, "gripper_mode_state": {"mean": [0.0, 0.6589371980676328], "std": [0.0, 0.4740664163072635], "min": [0, 0], "max": [0, 1], "count": [1035]}, "gripper_activity_state": {"mean": [2.0, 1.922705314009662], "std": [0.0, 0.3486570856898143], "min": [2, 0], "max": [2, 2], "count": [1035]}, "gripper_mode_action": {"mean": [0.0, 0.6589371980676328], "std": [0.0, 0.4740664163072635], "min": [0, 0], "max": [0, 1], "count": [1035]}, "gripper_activity_action": {"mean": [2.0, 1.922705314009662], "std": [0.0, 0.3486570856898143], "min": [2, 0], "max": [2, 2], "count": [1035]}}} +{"episode_index": 164, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4329080020265682]], [[0.4114217423711909]], [[0.4204998527820219]]], "std": [[[0.20779712475189735]], [[0.21054121001785797]], [[0.2059820953867995]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4025942075693914]], [[0.3927820152682285]], [[0.39582523369196165]]], "std": [[[0.23023881765729218]], [[0.22994902608904014]], [[0.21793918853300773]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48763827481750277]], [[0.47337426656268566]], [[0.47878006960359903]]], "std": [[[0.20933481503320542]], [[0.20935777653786064]], [[0.21968441693789906]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4455007652682285]], [[0.42458727506153976]], [[0.4338257164608268]]], "std": [[[0.28532259616791633]], [[0.2710630239094174]], [[0.2741019217531715]]], "count": [154]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12054989486932755, 0.028204521164298058, -0.3103959858417511, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08850564807653427, 0.3107733130455017, -0.6443930268287659, -1.9750670194625854, 0.25385814905166626, -0.12892746925354004, -0.37514105439186096, -0.3864699900150299, -0.468519002199173, 0.061983998864889145, 0.48892948031425476, -2.473207473754883, 0.42478808760643005, 1000.0, 178.0, 0.0009249001741409302, -0.2346990555524826, -0.8504497408866882, 1.9034816026687622, -1.062639832496643, -0.0008258435991592705], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.3102889955043793, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24211207032203674, 0.6945537328720093, -0.18697713315486908, -1.0304946899414062, 1.4641218185424805, 0.1708328276872635, 0.5932024717330933, -0.18911300599575043, -0.3269079923629761, 0.22827699780464172, 2.037977457046509, -1.121137022972107, 1.5831459760665894, 1002.0, 1002.0, 0.0009267800487577915, -0.2346821427345276, -0.8489466309547424, 1.9072166681289673, -1.056999921798706, 0.0006787105812691152], "mean": [-0.19951723515987396, 0.6046736836433411, 0.4513998031616211, -1.4119369983673096, -0.25391751527786255, -0.12051765620708466, 0.02827645093202591, -0.31034231185913086, 0.46757152676582336, 0.2282460778951645, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.13220971822738647, 0.5009728074073792, -0.3954499065876007, -1.5197175741195679, 0.9534946084022522, 0.0637216717004776, 0.2759552001953125, -0.3015612065792084, -0.4243905544281006, 0.1541111171245575, 1.2011284828186035, -2.004502773284912, 1.0600491762161255, 1001.8184204101562, 564.0774536132812, 0.0009249038412235677, -0.2346905618906021, -0.8496068716049194, 1.9052258729934692, -1.0604456663131714, 8.100648847175762e-05], "std": [2.732533357630018e-05, 1.6640831745462492e-05, 2.1551682948484086e-05, 2.506280543457251e-05, 2.3433603928424418e-05, 1.7692622350296006e-05, 2.6144232833757997e-05, 1.5183224604697898e-05, 8.092013558780309e-06, 1.1968950275331736e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08806901425123215, 0.12988191843032837, 0.10258930176496506, 0.30699893832206726, 0.3867148458957672, 0.07175450772047043, 0.2854076623916626, 0.05817554146051407, 0.04655475914478302, 0.04752295836806297, 0.5061739683151245, 0.3650543689727783, 0.39102405309677124, 0.5746475458145142, 401.203125, 1.5994970681276754e-07, 1.6286992376990383e-06, 0.00028162883245386183, 0.0005261971964500844, 0.0009930806700140238, 0.00026670575607568026], "count": [826]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12054989486932755, 0.028204521164298058, -0.3103959858417511, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08850564807653427, 0.3107733130455017, -0.6443930268287659, -1.9750670194625854, 0.25385814905166626, -0.12892746925354004, -0.37514105439186096, -0.3864699900150299, -0.468519002199173, 0.061983998864889145, 0.48892948031425476, -2.473207473754883, 0.42478808760643005, 1000.0, 178.0, 0.0009249001741409302, -0.2346990555524826, -0.8504497408866882, 1.9034816026687622, -1.062639832496643, -0.0008258435991592705], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.3102889955043793, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24211207032203674, 0.6945537328720093, -0.18697713315486908, -1.0304946899414062, 1.4641218185424805, 0.1708328276872635, 0.5932024717330933, -0.18911300599575043, -0.3269079923629761, 0.22827699780464172, 2.037977457046509, -1.121137022972107, 1.5831459760665894, 1002.0, 1002.0, 0.0009267800487577915, -0.2346821427345276, -0.8489466309547424, 1.9072166681289673, -1.056999921798706, 0.0006787105812691152], "mean": [-0.1995173543691635, 0.6046736240386963, 0.45139986276626587, -1.4119369983673096, -0.25391748547554016, -0.12051764875650406, 0.02827644720673561, -0.31034231185913086, 0.46757158637046814, 0.2282460331916809, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.13210484385490417, 0.5010422468185425, -0.39568108320236206, -1.5202860832214355, 0.9537059664726257, 0.06401728093624115, 0.27563610672950745, -0.30149713158607483, -0.4242952764034271, 0.15396887063980103, 1.2010862827301025, -2.004770278930664, 1.0601146221160889, 1001.8184204101562, 564.0762939453125, 0.0009249015711247921, -0.2346905618906021, -0.849606990814209, 1.9052252769470215, -1.0604479312896729, 8.143399463733658e-05], "std": [2.732369102886878e-05, 1.6649728422635235e-05, 2.1509473299374804e-05, 2.5084542357944883e-05, 2.3447577405022457e-05, 1.7692862456897274e-05, 2.614424920466263e-05, 1.520431942481082e-05, 8.094792065094225e-06, 1.1967477803409565e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.0880403071641922, 0.12995275855064392, 0.10292987525463104, 0.30723345279693604, 0.3863799571990967, 0.07149732857942581, 0.28589457273483276, 0.058194953948259354, 0.04654679074883461, 0.04747667536139488, 0.5061445236206055, 0.3644876182079315, 0.39097583293914795, 0.5746475458145142, 401.2012023925781, 1.4615663701533776e-07, 1.6286992376990383e-06, 0.00028158220811747015, 0.0005261222831904888, 0.000992795918136835, 0.00026677624555304646], "count": [826]}, "timestamp": {"min": [0.0], "max": [27.5], "mean": [13.75], "std": [7.948182881081129], "count": [826]}, "frame_index": {"min": [0], "max": [825], "mean": [412.5], "std": [238.44548643243385], "count": [826]}, "episode_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [826]}, "index": {"min": [132816], "max": [133641], "mean": [133228.5], "std": [238.44548643243385], "count": [826]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [826]}, "gripper_open_scale_state": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5635605340070355], "std": [0.0, 0.4006391516496612], "count": [826]}, "gripper_open_scale_action": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5635605340070355], "std": [0.0, 0.40063915164966113], "count": [826]}, "eef_direction_state": {"mean": [6.0, 3.4418886198547214], "std": [0.0, 2.3551783792842986], "min": [6, 0], "max": [6, 6], "count": [826]}, "eef_velocity_state": {"mean": [0.0, 0.6937046004842615], "std": [0.0, 0.5451828046289603], "min": [0, 0], "max": [0, 2], "count": [826]}, "eef_acc_mag_state": {"mean": [0.0, 0.5786924939467313], "std": [0.0, 0.8020743294079588], "min": [0, 0], "max": [0, 2], "count": [826]}, "eef_direction_action": {"mean": [6.0, 3.4418886198547214], "std": [0.0, 2.3551783792842986], "min": [6, 0], "max": [6, 6], "count": [826]}, "eef_velocity_action": {"mean": [0.0, 0.6937046004842615], "std": [0.0, 0.5451828046289603], "min": [0, 0], "max": [0, 2], "count": [826]}, "eef_acc_mag_action": {"mean": [0.0, 0.5786924939467313], "std": [0.0, 0.8020743294079588], "min": [0, 0], "max": [0, 2], "count": [826]}, "eef_sim_pose_state": {"mean": [-0.3103422522544861, 0.46757203340530396, 0.22824618220329285, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3015613257884979, -0.4243905246257782, 0.1541111171245575, 1.2011280059814453, -2.0045039653778076, 1.060050129890442], "std": [1.5183139112195931e-05, 8.074237484834157e-06, 1.1968477338086814e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.058175548911094666, 0.04655476287007332, 0.047522950917482376, 0.5061740279197693, 0.3650544583797455, 0.3910239338874817], "min": [-0.3103959858417511, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3864699900150299, -0.468519002199173, 0.061983998864889145, 0.48892948031425476, -2.473207473754883, 0.42478808760643005], "max": [-0.3102889955043793, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18911300599575043, -0.3269079923629761, 0.22827699780464172, 2.037977457046509, -1.121137022972107, 1.5831459760665894], "count": [826]}, "eef_sim_pose_action": {"mean": [-0.31034231185913086, 0.46757152676582336, 0.2282460778951645, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.3015612065792084, -0.4243905544281006, 0.1541111171245575, 1.2011284828186035, -2.004502773284912, 1.0600491762161255], "std": [1.5183224604697898e-05, 8.092013558780309e-06, 1.1968950275331736e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.05817554146051407, 0.04655475914478302, 0.04752295836806297, 0.5061739683151245, 0.3650543689727783, 0.39102405309677124], "min": [-0.3103959858417511, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3864699900150299, -0.468519002199173, 0.061983998864889145, 0.48892948031425476, -2.473207473754883, 0.42478808760643005], "max": [-0.3102889955043793, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18911300599575043, -0.3269079923629761, 0.22827699780464172, 2.037977457046509, -1.121137022972107, 1.5831459760665894], "count": [826]}, "gripper_mode_state": {"mean": [0.0, 0.5242130750605327], "std": [0.0, 0.4994133828764664], "min": [0, 0], "max": [0, 1], "count": [826]}, "gripper_activity_state": {"mean": [2.0, 1.8983050847457628], "std": [0.0, 0.3958893306583414], "min": [2, 0], "max": [2, 2], "count": [826]}, "gripper_mode_action": {"mean": [0.0, 0.5242130750605327], "std": [0.0, 0.4994133828764664], "min": [0, 0], "max": [0, 1], "count": [826]}, "gripper_activity_action": {"mean": [2.0, 1.8983050847457628], "std": [0.0, 0.3958893306583414], "min": [2, 0], "max": [2, 2], "count": [826]}}} +{"episode_index": 165, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43591442805046965]], [[0.4118051389429944]], [[0.4212445150521577]]], "std": [[[0.20510264306266981]], [[0.20624239834580127]], [[0.20375411704071622]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39998445548197203]], [[0.39014408572479764]], [[0.3924664802731247]]], "std": [[[0.22956479478693748]], [[0.22702538911270334]], [[0.21709173880801305]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4887360772951565]], [[0.47464785958533523]], [[0.48107757109466304]]], "std": [[[0.21024937261146273]], [[0.21046863475204733]], [[0.22061042759735944]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4401728184651344]], [[0.4202440321603255]], [[0.43056748582435184]]], "std": [[[0.2915843560894215]], [[0.27983709778690846]], [[0.28171710350092766]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028152162209153175, -0.3103860020637512, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.037716563791036606, 0.4099080264568329, -0.5498484969139099, -1.9084303379058838, 0.25389304757118225, -0.12433725595474243, -0.028326693922281265, -0.3631579875946045, -0.49036699533462524, 0.08494000136852264, 0.44340142607688904, -2.423532724380493, 0.6153531670570374, 1000.0, 173.0, 0.0005282458150759339, -0.23477989435195923, -0.8494893908500671, 1.90520179271698, -1.0620027780532837, -0.0016535856993868947], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.4675930142402649, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32583552598953247, 0.7194596529006958, -0.16200146079063416, -1.1218278408050537, 1.595335602760315, 0.1849525421857834, 0.5495867133140564, -0.19703400135040283, -0.36547398567199707, 0.23417599499225616, 1.7858723402023315, -1.121137022972107, 1.595744252204895, 1002.0, 1002.0, 0.0005282458150759339, -0.2347629815340042, -0.8494402766227722, 1.9055575132369995, -1.0569586753845215, 0.001234968425706029], "mean": [-0.19951540231704712, 0.6046578884124756, 0.45140036940574646, -1.4119551181793213, -0.2539209723472595, -0.12053659558296204, 0.02826874516904354, -0.3103361427783966, 0.4675709009170532, 0.2282339334487915, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.17132195830345154, 0.5311792492866516, -0.3861129879951477, -1.4409160614013672, 1.1219627857208252, 0.08909095823764801, 0.355709046125412, -0.30060136318206787, -0.44212213158607483, 0.17884495854377747, 1.115596055984497, -2.1503055095672607, 1.1221238374710083, 1001.918212890625, 490.11895751953125, 0.0005282461061142385, -0.2347688227891922, -0.8494613766670227, 1.9054466485977173, -1.0604228973388672, 8.78965511219576e-05], "std": [2.541085814300459e-05, 2.0455781850614585e-05, 2.2505619199364446e-05, 2.5668170565040782e-05, 2.3087564841262065e-05, 1.673329279583413e-05, 2.3714730559731834e-05, 1.45750755109475e-05, 7.910611202532891e-06, 1.3809096344630234e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.1068151444196701, 0.09571683406829834, 0.09006867557764053, 0.24343037605285645, 0.34947437047958374, 0.08124787360429764, 0.1492381989955902, 0.04894743487238884, 0.04115823656320572, 0.043932393193244934, 0.42698702216148376, 0.3375832438468933, 0.29619401693344116, 0.39608266949653625, 392.47833251953125, 2.9103830456733704e-10, 2.3051793505146634e-06, 6.486678557848791e-06, 5.31721452716738e-05, 0.0008666581707075238, 0.00038680783472955227], "count": [807]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028152162209153175, -0.3103860020637512, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.037716563791036606, 0.4099080264568329, -0.5498484969139099, -1.9084303379058838, 0.25389304757118225, -0.12433725595474243, -0.028326693922281265, -0.3631579875946045, -0.49036699533462524, 0.08494000136852264, 0.44340142607688904, -2.423532724380493, 0.6153531670570374, 1000.0, 173.0, 0.0005282458150759339, -0.23477989435195923, -0.8494893908500671, 1.90520179271698, -1.0620027780532837, -0.0016535856993868947], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.4675930142402649, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32583552598953247, 0.7194596529006958, -0.16200146079063416, -1.1218278408050537, 1.595335602760315, 0.1849525421857834, 0.5495867133140564, -0.19703400135040283, -0.36547398567199707, 0.23417599499225616, 1.7858723402023315, -1.121137022972107, 1.595744252204895, 1002.0, 1002.0, 0.0005282458150759339, -0.2347629815340042, -0.8494402766227722, 1.9055575132369995, -1.0569586753845215, 0.001234968425706029], "mean": [-0.1995154172182083, 0.6046578884124756, 0.4514002799987793, -1.4119551181793213, -0.2539209723472595, -0.12053658068180084, 0.028268830850720406, -0.3103361129760742, 0.467570960521698, 0.22823400795459747, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.17109765112400055, 0.5311473608016968, -0.385975182056427, -1.441115379333496, 1.1229385137557983, 0.089271180331707, 0.3558577001094818, -0.3006150424480438, -0.4420642852783203, 0.178819939494133, 1.1148996353149414, -2.151278495788574, 1.122654914855957, 1001.918212890625, 490.1202087402344, 0.0005282461061142385, -0.2347688376903534, -0.8494613766670227, 1.9054467678070068, -1.060421347618103, 8.87305213836953e-05], "std": [2.5412231480004266e-05, 2.047711495833937e-05, 2.2492789867101237e-05, 2.5668170565040782e-05, 2.3087564841262065e-05, 1.6750382201280445e-05, 2.386180858593434e-05, 1.4592264960811008e-05, 7.912294677225873e-06, 1.3838162885804195e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.10694565623998642, 0.0956965982913971, 0.09005366265773773, 0.24347233772277832, 0.34814634919166565, 0.08094333857297897, 0.14891506731510162, 0.048951681703329086, 0.04115520790219307, 0.0439099557697773, 0.42669856548309326, 0.33574235439300537, 0.29590386152267456, 0.39608266949653625, 392.47998046875, 2.9103830456733704e-10, 2.344747599636321e-06, 6.487357495643664e-06, 5.328991755959578e-05, 0.0008672057883813977, 0.0003875100228469819], "count": [807]}, "timestamp": {"min": [0.0], "max": [26.866666666666667], "mean": [13.433333333333334], "std": [7.765355158699488], "count": [807]}, "frame_index": {"min": [0], "max": [806], "mean": [403.0], "std": [232.96065476098462], "count": [807]}, "episode_index": {"min": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [807]}, "index": {"min": [134738], "max": [135544], "mean": [135141.0], "std": [232.96065476098462], "count": [807]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [807]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.48965179430877115], "std": [0.0, 0.39186818266512163], "count": [807]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.48965179430877115], "std": [0.0, 0.39186818266512163], "count": [807]}, "eef_direction_state": {"mean": [6.0, 3.369268897149938], "std": [0.0, 2.306705345775584], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_state": {"mean": [0.0, 0.6951672862453532], "std": [0.0, 0.5442172652008523], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_state": {"mean": [0.0, 0.5390334572490706], "std": [0.0, 0.7716478819068755], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_direction_action": {"mean": [6.0, 3.369268897149938], "std": [0.0, 2.306705345775584], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_action": {"mean": [0.0, 0.6951672862453532], "std": [0.0, 0.5442172652008523], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_action": {"mean": [0.0, 0.5390334572490706], "std": [0.0, 0.7716478819068755], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_sim_pose_state": {"mean": [-0.31033602356910706, 0.46757131814956665, 0.2282341569662094, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.30060139298439026, -0.44212210178375244, 0.17884503304958344, 1.1155959367752075, -2.15030574798584, 1.1221239566802979], "std": [1.4574544366041664e-05, 7.899890988483094e-06, 1.3807180039293598e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04894744232296944, 0.04115823283791542, 0.04393238574266434, 0.4269871115684509, 0.33758339285850525, 0.29619404673576355], "min": [-0.3103860020637512, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3631579875946045, -0.49036699533462524, 0.08494000136852264, 0.44340142607688904, -2.423532724380493, 0.6153531670570374], "max": [-0.3102929890155792, 0.4675930142402649, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19703400135040283, -0.36547398567199707, 0.23417599499225616, 1.7858723402023315, -1.121137022972107, 1.595744252204895], "count": [807]}, "eef_sim_pose_action": {"mean": [-0.3103361427783966, 0.4675709009170532, 0.2282339334487915, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.30060136318206787, -0.44212213158607483, 0.17884495854377747, 1.115596055984497, -2.1503055095672607, 1.1221238374710083], "std": [1.45750755109475e-05, 7.910611202532891e-06, 1.3809096344630234e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.04894743487238884, 0.04115823656320572, 0.043932393193244934, 0.42698702216148376, 0.3375832438468933, 0.29619401693344116], "min": [-0.3103860020637512, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3631579875946045, -0.49036699533462524, 0.08494000136852264, 0.44340142607688904, -2.423532724380493, 0.6153531670570374], "max": [-0.3102929890155792, 0.4675930142402649, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19703400135040283, -0.36547398567199707, 0.23417599499225616, 1.7858723402023315, -1.121137022972107, 1.595744252204895], "count": [807]}, "gripper_mode_state": {"mean": [0.0, 0.61090458488228], "std": [0.0, 0.4875450472029121], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_state": {"mean": [2.0, 1.9008674101610905], "std": [0.0, 0.3920988432347525], "min": [2, 0], "max": [2, 2], "count": [807]}, "gripper_mode_action": {"mean": [0.0, 0.61090458488228], "std": [0.0, 0.4875450472029121], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_action": {"mean": [2.0, 1.9008674101610905], "std": [0.0, 0.3920988432347525], "min": [2, 0], "max": [2, 2], "count": [807]}}} +{"episode_index": 166, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4315070513744713]], [[0.40807615820838145]], [[0.41771021241830064]]], "std": [[[0.2066616969284359]], [[0.20832161164689744]], [[0.20525110406825456]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3963153895136486]], [[0.3860693555363322]], [[0.38736039744329104]]], "std": [[[0.2262584127132253]], [[0.2241761964023092]], [[0.21466737764879062]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4891620542579777]], [[0.4726874122933487]], [[0.4797584678969627]]], "std": [[[0.2106435717128187]], [[0.2106378528639089]], [[0.22102945309667724]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4536068267012688]], [[0.4329126117358708]], [[0.4429377102556709]]], "std": [[[0.2833584436681614]], [[0.271725366733084]], [[0.2740122265860528]]], "count": [170]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.4675540030002594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09313076734542847, 0.2899864614009857, -0.5202128291130066, -1.9411028623580933, 0.08354891091585159, -0.21186551451683044, -0.02834414690732956, -0.3772430121898651, -0.46761301159858704, 0.04344499856233597, 0.8459290266036987, -2.3494949340820312, 0.6742966771125793, 1000.0, 201.0, 0.0005282458150759339, -0.23478364944458008, -0.8494656085968018, 1.905531406402588, -1.0615147352218628, -0.0005268312525004148], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2013062834739685, 0.6047216653823853, -0.12465141713619232, -1.1675729751586914, 1.1983954906463623, 0.19305086135864258, 0.5032831430435181, -0.19919100403785706, -0.34439799189567566, 0.22882799804210663, 1.7385820150375366, -1.121137022972107, 1.3428095579147339, 1002.0, 1002.0, 0.0005282458150759339, -0.23477613925933838, -0.8494585156440735, 1.9055520296096802, -1.0592033863067627, 0.00030091084772720933], "mean": [-0.1995186060667038, 0.6046651005744934, 0.45138439536094666, -1.4119633436203003, -0.25391605496406555, -0.12053246796131134, 0.028278898447752, -0.31033003330230713, 0.467573881149292, 0.22823932766914368, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, 0.07517547905445099, 0.41706374287605286, -0.345222532749176, -1.555703043937683, 0.7790256142616272, 0.03264199569821358, 0.30061420798301697, -0.2973687946796417, -0.41937172412872314, 0.1399315446615219, 1.32561457157135, -1.9560400247573853, 1.057578444480896, 1001.8519897460938, 581.375244140625, 0.0005282461061142385, -0.23477694392204285, -0.8494687080383301, 1.905526041984558, -1.0604450702667236, -3.1216679872159148e-06], "std": [2.4954988475656137e-05, 1.6588528524152935e-05, 2.329300514247734e-05, 2.480678267602343e-05, 2.3787584723322652e-05, 1.4532265595335048e-05, 2.6394469387014396e-05, 1.4757589269720484e-05, 7.699035450059455e-06, 1.1726562661351636e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.07147996872663498, 0.0960640162229538, 0.09196773171424866, 0.21851179003715515, 0.30557379126548767, 0.08791092783212662, 0.13261869549751282, 0.052189987152814865, 0.03581222891807556, 0.050824958831071854, 0.28689563274383545, 0.33886510133743286, 0.22749698162078857, 0.5235297083854675, 390.876708984375, 2.9103830456733704e-10, 1.518814542578184e-06, 7.0803112066641916e-06, 1.7255113561986946e-05, 0.0006268922006711364, 0.00014611204096581787], "count": [946]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.4675540030002594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09313076734542847, 0.2899864614009857, -0.5202128291130066, -1.9411028623580933, 0.08354891091585159, -0.21186551451683044, -0.02834414690732956, -0.3772430121898651, -0.46761301159858704, 0.04344499856233597, 0.8459290266036987, -2.3494949340820312, 0.6742966771125793, 1000.0, 201.0, 0.0005282458150759339, -0.23478364944458008, -0.8494656085968018, 1.905531406402588, -1.0615147352218628, -0.0005268312525004148], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2013062834739685, 0.6047216653823853, -0.12465141713619232, -1.1675729751586914, 1.1983954906463623, 0.19305086135864258, 0.5032831430435181, -0.19919100403785706, -0.34439799189567566, 0.22882799804210663, 1.7385820150375366, -1.121137022972107, 1.3428095579147339, 1002.0, 1002.0, 0.0005282458150759339, -0.23477613925933838, -0.8494585156440735, 1.9055520296096802, -1.0592033863067627, 0.00030091084772720933], "mean": [-0.19951853156089783, 0.6046651005744934, 0.45138439536094666, -1.4119633436203003, -0.25391605496406555, -0.12053249776363373, 0.028278898447752, -0.3103300929069519, 0.467573881149292, 0.22823934257030487, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, 0.07486917078495026, 0.41681569814682007, -0.3450155258178711, -1.556122899055481, 0.7788479328155518, 0.03284348174929619, 0.300859659910202, -0.2973311245441437, -0.4192889332771301, 0.13982661068439484, 1.3257135152816772, -1.956302285194397, 1.057560682296753, 1001.8519897460938, 581.375244140625, 0.0005282461061142385, -0.23477694392204285, -0.8494687080383301, 1.905526041984558, -1.0604438781738281, -3.3655019251455087e-06], "std": [2.4997669243020937e-05, 1.6588528524152935e-05, 2.329300514247734e-05, 2.4847024178598076e-05, 2.3787584723322652e-05, 1.4541815289703663e-05, 2.6394469387014396e-05, 1.4779894627281465e-05, 7.706482392677572e-06, 1.1727388482540846e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.07156755775213242, 0.09588215500116348, 0.091948963701725, 0.21861660480499268, 0.30592793226242065, 0.0877779871225357, 0.13222400844097137, 0.05219348520040512, 0.035791270434856415, 0.050744883716106415, 0.2869970202445984, 0.3383144438266754, 0.2275218963623047, 0.5235297083854675, 390.876708984375, 2.9103830456733704e-10, 1.518814542578184e-06, 7.074808763718465e-06, 1.7238871805602685e-05, 0.0006280186935327947, 0.00014579678827431053], "count": [946]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.102884158331358], "count": [946]}, "frame_index": {"min": [0], "max": [945], "mean": [472.5], "std": [273.08652474994074], "count": [946]}, "episode_index": {"min": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [946]}, "index": {"min": [135545], "max": [136490], "mean": [136017.5], "std": [273.08652474994074], "count": [946]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [946]}, "gripper_open_scale_state": {"min": [1.0, 0.20100000500679016], "max": [1.0, 1.0], "mean": [1.0, 0.5809186036535096], "std": [0.0, 0.3903864480923636], "count": [946]}, "gripper_open_scale_action": {"min": [1.0, 0.20100000500679016], "max": [1.0, 1.0], "mean": [1.0, 0.5809186036535096], "std": [0.0, 0.3903864480923636], "count": [946]}, "eef_direction_state": {"mean": [6.0, 3.809725158562368], "std": [0.0, 2.139369838790397], "min": [6, 0], "max": [6, 6], "count": [946]}, "eef_velocity_state": {"mean": [0.0, 0.6691331923890064], "std": [0.0, 0.507281742836239], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_acc_mag_state": {"mean": [0.0, 0.514799154334038], "std": [0.0, 0.7668424674005854], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_direction_action": {"mean": [6.0, 3.809725158562368], "std": [0.0, 2.139369838790397], "min": [6, 0], "max": [6, 6], "count": [946]}, "eef_velocity_action": {"mean": [0.0, 0.6691331923890064], "std": [0.0, 0.507281742836239], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_acc_mag_action": {"mean": [0.0, 0.514799154334038], "std": [0.0, 0.7668424674005854], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_sim_pose_state": {"mean": [-0.3103298842906952, 0.46757423877716064, 0.22823947668075562, -1.5732269287109375, -1.1211369037628174, -0.7462757229804993, -0.2973688542842865, -0.4193721115589142, 0.13993149995803833, 1.325615406036377, -1.956040620803833, 1.0575780868530273], "std": [1.4757025383005384e-05, 7.690320671827067e-06, 1.1725537660822738e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.05218998342752457, 0.03581223264336586, 0.05082494020462036, 0.28689563274383545, 0.33886513113975525, 0.22749698162078857], "min": [-0.3103710114955902, 0.4675540030002594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3772430121898651, -0.46761301159858704, 0.04344499856233597, 0.8459290266036987, -2.3494949340820312, 0.6742966771125793], "max": [-0.31029000878334045, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19919100403785706, -0.34439799189567566, 0.22882799804210663, 1.7385820150375366, -1.121137022972107, 1.3428095579147339], "count": [946]}, "eef_sim_pose_action": {"mean": [-0.31033003330230713, 0.467573881149292, 0.22823932766914368, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, -0.2973687946796417, -0.41937172412872314, 0.1399315446615219, 1.32561457157135, -1.9560400247573853, 1.057578444480896], "std": [1.4757589269720484e-05, 7.699035450059455e-06, 1.1726562661351636e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.052189987152814865, 0.03581222891807556, 0.050824958831071854, 0.28689563274383545, 0.33886510133743286, 0.22749698162078857], "min": [-0.3103710114955902, 0.4675540030002594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3772430121898651, -0.46761301159858704, 0.04344499856233597, 0.8459290266036987, -2.3494949340820312, 0.6742966771125793], "max": [-0.31029000878334045, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19919100403785706, -0.34439799189567566, 0.22882799804210663, 1.7385820150375366, -1.121137022972107, 1.3428095579147339], "count": [946]}, "gripper_mode_state": {"mean": [0.0, 0.5190274841437632], "std": [0.0, 0.4996378236754683], "min": [0, 0], "max": [0, 1], "count": [946]}, "gripper_activity_state": {"mean": [2.0, 1.9143763213530656], "std": [0.0, 0.36793303294647206], "min": [2, 0], "max": [2, 2], "count": [946]}, "gripper_mode_action": {"mean": [0.0, 0.5190274841437632], "std": [0.0, 0.4996378236754683], "min": [0, 0], "max": [0, 1], "count": [946]}, "gripper_activity_action": {"mean": [2.0, 1.9143763213530656], "std": [0.0, 0.36793303294647206], "min": [2, 0], "max": [2, 2], "count": [946]}}} +{"episode_index": 167, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4301989975337961]], [[0.4066145566922421]], [[0.41613328918523934]]], "std": [[[0.20747527667922985]], [[0.2085037971275736]], [[0.20577441422019319]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969385529574148]], [[0.3868744824016563]], [[0.3880908118682255]]], "std": [[[0.22646603479214367]], [[0.2241051720559994]], [[0.21391131519526915]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49099059315755283]], [[0.4718143141314497]], [[0.4793295198514188]]], "std": [[[0.21144743447538497]], [[0.2103015789238263]], [[0.22093784979523057]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4388599160678764]], [[0.4170446403198961]], [[0.4287023708033938]]], "std": [[[0.28866329279768477]], [[0.27325111198297536]], [[0.27566230421070614]]], "count": [161]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31039801239967346, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3056944012641907, 0.37692132592201233, -0.5454503297805786, -2.043989896774292, 0.2197543978691101, -0.12514011561870575, -0.02834414690732956, -0.36716198921203613, -0.47756698727607727, 0.0485370010137558, 0.4914596974849701, -2.390444278717041, 0.4457884430885315, 1000.0, 195.0, 0.0005207263166084886, -0.2348024547100067, -0.8497200012207031, 1.905038595199585, -1.0618830919265747, -0.000594227691181004], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36561158299446106, 0.7322354316711426, -0.14444345235824585, -1.2969715595245361, 1.4830585718154907, 0.32709214091300964, 0.3834313750267029, -0.172543004155159, -0.3160429894924164, 0.23008699715137482, 1.8030166625976562, -1.121137022972107, 1.4921451807022095, 1002.0, 1002.0, 0.0005320056225173175, -0.2347629815340042, -0.8494323492050171, 1.905570149421692, -1.0587818622589111, 0.0007252235664054751], "mean": [-0.19951683282852173, 0.6046640276908875, 0.45138755440711975, -1.4119583368301392, -0.25391581654548645, -0.12053060531616211, 0.028275594115257263, -0.3103330731391907, 0.46757304668426514, 0.2282392829656601, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.08793124556541443, 0.5420248508453369, -0.369793176651001, -1.6802551746368408, 0.830643355846405, 0.1566392332315445, 0.24342301487922668, -0.2700733244419098, -0.40908896923065186, 0.14519374072551727, 1.3331248760223389, -1.9379124641418457, 0.8974176049232483, 1001.778564453125, 540.2774047851562, 0.0005277360323816538, -0.23478327691555023, -0.8494696021080017, 1.9055131673812866, -1.0604735612869263, 6.37489283690229e-05], "std": [2.605064400995616e-05, 1.929804784595035e-05, 2.2421651010517962e-05, 2.451026375638321e-05, 2.335760473215487e-05, 1.4125898815109394e-05, 2.3648155547562055e-05, 1.449212049919879e-05, 7.855843250581529e-06, 1.3500362911145203e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.14671644568443298, 0.10781677067279816, 0.10657719522714615, 0.2553218901157379, 0.3424234688282013, 0.11787497997283936, 0.11248989403247833, 0.0585828498005867, 0.04769580811262131, 0.05663708224892616, 0.425090491771698, 0.32550501823425293, 0.3099488914012909, 0.6275959014892578, 389.4631652832031, 1.1025649655493908e-06, 5.36762081537745e-06, 4.221749259158969e-05, 7.243092841235921e-05, 0.000608885835390538, 0.0003667558485176414], "count": [876]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31039801239967346, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3056944012641907, 0.37692132592201233, -0.5454503297805786, -2.043989896774292, 0.2197543978691101, -0.12514011561870575, -0.02834414690732956, -0.36716198921203613, -0.47756698727607727, 0.0485370010137558, 0.4914596974849701, -2.390444278717041, 0.4457884430885315, 1000.0, 195.0, 0.0005207263166084886, -0.2348024547100067, -0.8497200012207031, 1.905038595199585, -1.0618830919265747, -0.000594227691181004], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102880120277405, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36561158299446106, 0.7322354316711426, -0.14444345235824585, -1.2969715595245361, 1.4830585718154907, 0.32709214091300964, 0.3834313750267029, -0.172543004155159, -0.3160429894924164, 0.23008699715137482, 1.8030166625976562, -1.121137022972107, 1.4921451807022095, 1002.0, 1002.0, 0.0005320056225173175, -0.2347629815340042, -0.8494323492050171, 1.905570149421692, -1.0587818622589111, 0.0007252235664054751], "mean": [-0.1995168775320053, 0.6046639084815979, 0.4513876140117645, -1.4119583368301392, -0.2539159059524536, -0.12053056061267853, 0.028275633230805397, -0.31033310294151306, 0.46757304668426514, 0.2282392829656601, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.08736134320497513, 0.5420094132423401, -0.36958786845207214, -1.6809687614440918, 0.830613374710083, 0.15678589046001434, 0.24361880123615265, -0.2700144052505493, -0.40891844034194946, 0.1450856477022171, 1.3333123922348022, -1.9382858276367188, 0.8973498940467834, 1001.778564453125, 540.2774047851562, 0.0005277338786982, -0.23478326201438904, -0.8494697213172913, 1.9055129289627075, -1.0604749917984009, 6.321036926237866e-05], "std": [2.6010491637862287e-05, 1.9366745618754067e-05, 2.2433923732023686e-05, 2.447487167955842e-05, 2.3378457626677118e-05, 1.4122656466497574e-05, 2.3645847250008956e-05, 1.4483082850347273e-05, 7.856352567614522e-06, 1.3488761396729387e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.1472502499818802, 0.10780886560678482, 0.10659298300743103, 0.25544437766075134, 0.34247517585754395, 0.11760961264371872, 0.1121654286980629, 0.058568283915519714, 0.04775334522128105, 0.05656884238123894, 0.4252328872680664, 0.324754923582077, 0.3099885582923889, 0.6275959014892578, 389.4631652832031, 1.1033998816856183e-06, 5.377097295422573e-06, 4.257281398167834e-05, 7.253648072946817e-05, 0.0006079960730858147, 0.0003665628901217133], "count": [876]}, "timestamp": {"min": [0.0], "max": [29.166666666666668], "mean": [14.583333333333334], "std": [8.429308437869667], "count": [876]}, "frame_index": {"min": [0], "max": [875], "mean": [437.5], "std": [252.87925313608997], "count": [876]}, "episode_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [876]}, "index": {"min": [136491], "max": [137366], "mean": [136928.5], "std": [252.87925313608997], "count": [876]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [876]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5398972571644609], "std": [0.0, 0.38901393400121237], "count": [876]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5398972571644609], "std": [0.0, 0.38901393400121237], "count": [876]}, "eef_direction_state": {"mean": [6.0, 3.1141552511415527], "std": [0.0, 2.096579208549861], "min": [6, 0], "max": [6, 6], "count": [876]}, "eef_velocity_state": {"mean": [0.0, 0.7990867579908676], "std": [0.0, 0.4490467699532752], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_acc_mag_state": {"mean": [0.0, 0.6084474885844748], "std": [0.0, 0.8014666126925131], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_direction_action": {"mean": [6.0, 3.1141552511415527], "std": [0.0, 2.096579208549861], "min": [6, 0], "max": [6, 6], "count": [876]}, "eef_velocity_action": {"mean": [0.0, 0.7990867579908676], "std": [0.0, 0.4490467699532752], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_acc_mag_action": {"mean": [0.0, 0.6084474885844748], "std": [0.0, 0.8014666126925131], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_sim_pose_state": {"mean": [-0.31033286452293396, 0.4675731956958771, 0.22823935747146606, -1.573226809501648, -1.1211367845535278, -0.7462756037712097, -0.2700735032558441, -0.4090888202190399, 0.14519378542900085, 1.3331259489059448, -1.9379138946533203, 0.8974168300628662], "std": [1.4490794455923606e-05, 7.854548130126204e-06, 1.350003822153667e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 0.0, 0.058582842350006104, 0.0476958230137825, 0.05663709715008736, 0.4250907003879547, 0.32550516724586487, 0.3099489212036133], "min": [-0.31039801239967346, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36716198921203613, -0.47756698727607727, 0.0485370010137558, 0.4914596974849701, -2.390444278717041, 0.4457884430885315], "max": [-0.3102880120277405, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.172543004155159, -0.3160429894924164, 0.23008699715137482, 1.8030166625976562, -1.121137022972107, 1.4921451807022095], "count": [876]}, "eef_sim_pose_action": {"mean": [-0.3103330731391907, 0.46757304668426514, 0.2282392829656601, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.2700733244419098, -0.40908896923065186, 0.14519374072551727, 1.3331248760223389, -1.9379124641418457, 0.8974176049232483], "std": [1.449212049919879e-05, 7.855843250581529e-06, 1.3500362911145203e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.0585828498005867, 0.04769580811262131, 0.05663708224892616, 0.425090491771698, 0.32550501823425293, 0.3099488914012909], "min": [-0.31039801239967346, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36716198921203613, -0.47756698727607727, 0.0485370010137558, 0.4914596974849701, -2.390444278717041, 0.4457884430885315], "max": [-0.3102880120277405, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.172543004155159, -0.3160429894924164, 0.23008699715137482, 1.8030166625976562, -1.121137022972107, 1.4921451807022095], "count": [876]}, "gripper_mode_state": {"mean": [0.0, 0.5662100456621004], "std": [0.0, 0.49559684205351784], "min": [0, 0], "max": [0, 1], "count": [876]}, "gripper_activity_state": {"mean": [2.0, 1.9121004566210045], "std": [0.0, 0.37047380369404814], "min": [2, 0], "max": [2, 2], "count": [876]}, "gripper_mode_action": {"mean": [0.0, 0.5662100456621004], "std": [0.0, 0.49559684205351784], "min": [0, 0], "max": [0, 1], "count": [876]}, "gripper_activity_action": {"mean": [2.0, 1.9121004566210045], "std": [0.0, 0.37047380369404814], "min": [2, 0], "max": [2, 2], "count": [876]}}} +{"episode_index": 168, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.44042972812604364]], [[0.4168130710009064]], [[0.4266435239850198]]], "std": [[[0.20776447790213073]], [[0.21012796153362118]], [[0.20595483780436263]]], "count": [137]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39770906832927816]], [[0.3880024584347121]], [[0.39041767598158483]]], "std": [[[0.22508504441443436]], [[0.22394792318112938]], [[0.21182185398857653]]], "count": [137]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49282719246457707]], [[0.47359425838461905]], [[0.4818455464911025]]], "std": [[[0.2124548507659158]], [[0.2107384714096346]], [[0.22164121556265629]]], "count": [137]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44868365953437334]], [[0.43231127152807597]], [[0.4419241761485616]]], "std": [[[0.28417378430229134]], [[0.27561998892080497]], [[0.2783345408179222]]], "count": [137]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103710114955902, 0.4675459861755371, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06543239206075668, 0.3507762551307678, -0.48291516304016113, -1.8992323875427246, 0.25359633564949036, -0.16278685629367828, -0.07323401421308517, -0.3567419946193695, -0.4987089931964874, 0.07153800129890442, 0.5489088892936707, -2.3823819160461426, 0.7462756037712097, 1000.0, 173.0, 0.0005226061912253499, -0.23470282554626465, -0.8521413803100586, 1.9044378995895386, -1.058950662612915, 0.00021168174862395972], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31265828013420105, 0.6046867966651917, -0.18755309283733368, -1.0601130723953247, 1.4728310108184814, 0.16702800989151, 0.4848001003265381, -0.20661099255084991, -0.34460198879241943, 0.2296680063009262, 1.7841354608535767, -1.121137022972107, 1.5741585493087769, 1002.0, 1002.0, 0.0005244860658422112, -0.23468777537345886, -0.8518640398979187, 1.904923677444458, -1.0564310550689697, 0.0002496515808161348], "mean": [-0.19951637089252472, 0.6046655178070068, 0.4513874053955078, -1.411957025527954, -0.2539190948009491, -0.12053076922893524, 0.028272494673728943, -0.3103322386741638, 0.46757349371910095, 0.22824032604694366, -1.5732386112213135, -1.1211397647857666, -0.7462766766548157, 0.12577147781848907, 0.4728718101978302, -0.36122068762779236, -1.4805773496627808, 1.0151846408843994, 0.03179842606186867, 0.3049115538597107, -0.29898199439048767, -0.4349135458469391, 0.16400489211082458, 1.1707923412322998, -2.0708463191986084, 1.1795469522476196, 1001.7940673828125, 504.0338439941406, 0.0005236469442024827, -0.2346946746110916, -0.8519917130470276, 1.9046379327774048, -1.0577372312545776, 0.00023377954494208097], "std": [2.653749834280461e-05, 1.6982670786092058e-05, 2.264599061163608e-05, 2.361782026127912e-05, 2.364079591643531e-05, 1.730887197481934e-05, 2.6874980903812684e-05, 1.4719339560542721e-05, 8.234106644522399e-06, 1.1921534678549506e-05, 1.1682510375976562e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.11265667527914047, 0.08612177520990372, 0.07458443194627762, 0.2615244686603546, 0.35599246621131897, 0.09228041023015976, 0.17521604895591736, 0.04552604630589485, 0.047891758382320404, 0.04634477570652962, 0.43994012475013733, 0.3439072370529175, 0.2794770896434784, 0.6078173518180847, 393.6012878417969, 9.349516290058091e-07, 1.4897339042363456e-06, 0.00010556073539191857, 5.844785482622683e-05, 0.0008837866480462253, 7.465913768101018e-06], "count": [709]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103710114955902, 0.4675459861755371, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06543239206075668, 0.3507762551307678, -0.48291516304016113, -1.8992323875427246, 0.25359633564949036, -0.16278685629367828, -0.07323401421308517, -0.3567419946193695, -0.4987089931964874, 0.07153800129890442, 0.5489088892936707, -2.3823819160461426, 0.7462756037712097, 1000.0, 173.0, 0.0005226061912253499, -0.23470282554626465, -0.8521413803100586, 1.9044378995895386, -1.058950662612915, 0.00021168174862395972], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31265828013420105, 0.6046867966651917, -0.18755309283733368, -1.0601130723953247, 1.4728310108184814, 0.16702800989151, 0.4848001003265381, -0.20661099255084991, -0.34460198879241943, 0.2296680063009262, 1.7841354608535767, -1.121137022972107, 1.5741585493087769, 1002.0, 1002.0, 0.0005244860658422112, -0.23468777537345886, -0.8518640398979187, 1.904923677444458, -1.0564310550689697, 0.0002496515808161348], "mean": [-0.19951637089252472, 0.6046655178070068, 0.4513874351978302, -1.411957025527954, -0.25391915440559387, -0.12053079903125763, 0.028272569179534912, -0.3103322386741638, 0.4675735533237457, 0.22824034094810486, -1.5732386112213135, -1.1211397647857666, -0.7462766766548157, 0.12546537816524506, 0.4728472828865051, -0.36125844717025757, -1.4810237884521484, 1.015392780303955, 0.03174706920981407, 0.30489760637283325, -0.298956036567688, -0.43479982018470764, 0.16388043761253357, 1.1708678007125854, -2.0712950229644775, 1.1797795295715332, 1001.796875, 504.0338439941406, 0.0005236442666500807, -0.23469465970993042, -0.8519920706748962, 1.9046375751495361, -1.0577383041381836, 0.00023376212629955262], "std": [2.653749834280461e-05, 1.6982670786092058e-05, 2.2646361685474403e-05, 2.362374470976647e-05, 2.353218042117078e-05, 1.7322998246527277e-05, 2.6807969334186055e-05, 1.4715226825501304e-05, 8.230589628510643e-06, 1.194209198729368e-05, 1.1682510375976562e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.11275075376033783, 0.0860866904258728, 0.07463681697845459, 0.2616780400276184, 0.3555906116962433, 0.09237532317638397, 0.17524293065071106, 0.04552492871880531, 0.047909870743751526, 0.04629082977771759, 0.440013587474823, 0.3428742289543152, 0.2791859209537506, 0.6041151285171509, 393.6012878417969, 9.352197594125755e-07, 1.483838332205778e-06, 0.00010555498010944575, 5.737567335017957e-05, 0.000883865577634424, 7.456562343577389e-06], "count": [709]}, "timestamp": {"min": [0.0], "max": [23.6], "mean": [11.8], "std": [6.822348894951389], "count": [709]}, "frame_index": {"min": [0], "max": [708], "mean": [354.0], "std": [204.67046684854168], "count": [709]}, "episode_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [709]}, "index": {"min": [137367], "max": [138075], "mean": [137721.0], "std": [204.67046684854168], "count": [709]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [709]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.50361353888246], "std": [0.0, 0.3930694996507309], "count": [709]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.50361353888246], "std": [0.0, 0.3930694996507308], "count": [709]}, "eef_direction_state": {"mean": [6.0, 3.483779971791255], "std": [0.0, 2.249294974850246], "min": [6, 0], "max": [6, 6], "count": [709]}, "eef_velocity_state": {"mean": [0.0, 0.7291960507757405], "std": [0.0, 0.5519623177446785], "min": [0, 0], "max": [0, 2], "count": [709]}, "eef_acc_mag_state": {"mean": [0.0, 0.610719322990127], "std": [0.0, 0.8094631883151546], "min": [0, 0], "max": [0, 2], "count": [709]}, "eef_direction_action": {"mean": [6.0, 3.483779971791255], "std": [0.0, 2.249294974850246], "min": [6, 0], "max": [6, 6], "count": [709]}, "eef_velocity_action": {"mean": [0.0, 0.7291960507757405], "std": [0.0, 0.5519623177446785], "min": [0, 0], "max": [0, 2], "count": [709]}, "eef_acc_mag_action": {"mean": [0.0, 0.610719322990127], "std": [0.0, 0.8094631883151546], "min": [0, 0], "max": [0, 2], "count": [709]}, "eef_sim_pose_state": {"mean": [-0.310332328081131, 0.4675731658935547, 0.22824032604694366, -1.573227047920227, -1.121137022972107, -0.7462755441665649, -0.29898178577423096, -0.4349134862422943, 0.16400489211082458, 1.170791745185852, -2.070845603942871, 1.1795457601547241], "std": [1.4719144928676542e-05, 8.227354555856436e-06, 1.1921530131075997e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.04552605748176575, 0.0478917695581913, 0.046344779431819916, 0.4399401545524597, 0.34390729665756226, 0.2794771194458008], "min": [-0.3103710114955902, 0.4675459861755371, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3567419946193695, -0.4987089931964874, 0.07153800129890442, 0.5489088892936707, -2.3823819160461426, 0.7462756037712097], "max": [-0.3102869987487793, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20661099255084991, -0.34460198879241943, 0.2296680063009262, 1.7841354608535767, -1.121137022972107, 1.5741585493087769], "count": [709]}, "eef_sim_pose_action": {"mean": [-0.3103322386741638, 0.46757349371910095, 0.22824032604694366, -1.5732386112213135, -1.1211397647857666, -0.7462766766548157, -0.29898199439048767, -0.4349135458469391, 0.16400489211082458, 1.1707923412322998, -2.0708463191986084, 1.1795469522476196], "std": [1.4719339560542721e-05, 8.234106644522399e-06, 1.1921534678549506e-05, 1.1682510375976562e-05, 2.7418136596679688e-06, 1.0728836059570312e-06, 0.04552604630589485, 0.047891758382320404, 0.04634477570652962, 0.43994012475013733, 0.3439072370529175, 0.2794770896434784], "min": [-0.3103710114955902, 0.4675459861755371, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3567419946193695, -0.4987089931964874, 0.07153800129890442, 0.5489088892936707, -2.3823819160461426, 0.7462756037712097], "max": [-0.3102869987487793, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20661099255084991, -0.34460198879241943, 0.2296680063009262, 1.7841354608535767, -1.121137022972107, 1.5741585493087769], "count": [709]}, "gripper_mode_state": {"mean": [0.0, 0.5937940761636107], "std": [0.0, 0.4911238858746474], "min": [0, 0], "max": [0, 1], "count": [709]}, "gripper_activity_state": {"mean": [2.0, 1.8772919605077574], "std": [0.0, 0.43526559271059706], "min": [2, 0], "max": [2, 2], "count": [709]}, "gripper_mode_action": {"mean": [0.0, 0.5937940761636107], "std": [0.0, 0.49112388587464734], "min": [0, 0], "max": [0, 1], "count": [709]}, "gripper_activity_action": {"mean": [2.0, 1.8772919605077574], "std": [0.0, 0.43526559271059706], "min": [2, 0], "max": [2, 2], "count": [709]}}} +{"episode_index": 169, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.996078431372549]]], "mean": [[[0.43626739439603]], [[0.41115234053497945]], [[0.4215385530137981]]], "std": [[[0.205544913698]], [[0.20600995129779337]], [[0.20375115218070713]]], "count": [135]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3974278095497458]], [[0.38756305222706366]], [[0.3892542861897845]]], "std": [[[0.2228132538395365]], [[0.22135998822376388]], [[0.20917675729670956]]], "count": [135]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49287952826192205]], [[0.47355879780924715]], [[0.481354786976519]]], "std": [[[0.2122968087324116]], [[0.21067041434321782]], [[0.2213778924834856]]], "count": [135]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4531383381747761]], [[0.4360646014887436]], [[0.44460403806584364]]], "std": [[[0.2842564647198456]], [[0.2749137274609964]], [[0.27740879546094116]]], "count": [135]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10838494449853897, 0.3665715157985687, -0.5014156699180603, -1.9102104902267456, 0.2537883222103119, -0.16498596966266632, -0.028274333104491234, -0.3630940020084381, -0.47259199619293213, 0.06391199678182602, 0.5639099478721619, -2.418037176132202, 0.7456113696098328, 1000.0, 151.0, 0.0005226061912253499, -0.23470094799995422, -0.8521184325218201, 1.9046351909637451, -1.0590180158615112, 0.0002211742103099823], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21930061280727386, 0.642734944820404, -0.17324137687683105, -1.1602250337600708, 1.4977892637252808, 0.13917255401611328, 0.497069776058197, -0.2173590064048767, -0.3399679958820343, 0.228302001953125, 1.7154346704483032, -1.121137022972107, 1.533713936805725, 1002.0, 1002.0, 0.0005226061912253499, -0.2346896529197693, -0.852106511592865, 1.9046558141708374, -1.0564991235733032, 0.00025344855384901166], "mean": [-0.1995178610086441, 0.6046793460845947, 0.45138785243034363, -1.411956548690796, -0.25391140580177307, -0.12053300440311432, 0.028277605772018433, -0.3103308081626892, 0.4675735533237457, 0.2282462865114212, -1.573238492012024, -1.1211395263671875, -0.7462766766548157, 0.10471582412719727, 0.4835107922554016, -0.36143195629119873, -1.4830644130706787, 1.0271315574645996, 0.01946212910115719, 0.31876662373542786, -0.3043195903301239, -0.429516077041626, 0.1676151007413864, 1.1633167266845703, -2.079106330871582, 1.186781406402588, 1001.847900390625, 532.9741821289062, 0.0005226109642535448, -0.23469451069831848, -0.8521119952201843, 1.9046601057052612, -1.0577424764633179, 0.00023116370721254498], "std": [2.5949793780455366e-05, 2.015772770391777e-05, 2.364875217608642e-05, 2.527649667172227e-05, 2.1585054128081538e-05, 1.4993504009908065e-05, 2.2707199605065398e-05, 1.5275340047082864e-05, 8.08869026514003e-06, 1.285559937969083e-05, 1.1563301086425781e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.10031676292419434, 0.0919947549700737, 0.07822530716657639, 0.24263404309749603, 0.37727341055870056, 0.09059784561395645, 0.1484849750995636, 0.044656481593847275, 0.04312600940465927, 0.04511801153421402, 0.4162689447402954, 0.3753471076488495, 0.2871316969394684, 0.530123770236969, 405.11767578125, 4.773028194904327e-09, 1.394791183884081e-06, 3.035290319530759e-06, 1.4242209545045625e-05, 0.0008150132489390671, 3.1129470698942896e-06], "count": [697]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10838494449853897, 0.3665715157985687, -0.5014156699180603, -1.9102104902267456, 0.2537883222103119, -0.16498596966266632, -0.028274333104491234, -0.3630940020084381, -0.47259199619293213, 0.06391199678182602, 0.5639099478721619, -2.418037176132202, 0.7456113696098328, 1000.0, 151.0, 0.0005226061912253499, -0.23470094799995422, -0.8521184325218201, 1.9046351909637451, -1.0590180158615112, 0.0002211742103099823], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.21930061280727386, 0.642734944820404, -0.17324137687683105, -1.1602250337600708, 1.4977892637252808, 0.13917255401611328, 0.497069776058197, -0.2173590064048767, -0.3399679958820343, 0.228302001953125, 1.7154346704483032, -1.121137022972107, 1.533713936805725, 1002.0, 1002.0, 0.0005226061912253499, -0.2346896529197693, -0.852106511592865, 1.9046558141708374, -1.0564991235733032, 0.00025344855384901166], "mean": [-0.1995178461074829, 0.60467928647995, 0.4513879120349884, -1.4119564294815063, -0.2539113759994507, -0.12053300440311432, 0.02827760949730873, -0.3103308379650116, 0.46757352352142334, 0.2282462865114212, -1.573238492012024, -1.1211395263671875, -0.7462766766548157, 0.10444571077823639, 0.4835631549358368, -0.3614725172519684, -1.483469009399414, 1.0273103713989258, 0.019398270174860954, 0.31885433197021484, -0.304298460483551, -0.42940908670425415, 0.16751040518283844, 1.1634975671768188, -2.079516649246216, 1.1868542432785034, 1001.8450317382812, 532.9741821289062, 0.0005226109642535448, -0.23469451069831848, -0.8521119952201843, 1.9046601057052612, -1.0577421188354492, 0.00023116097145248204], "std": [2.594999023131095e-05, 2.017828774114605e-05, 2.362604209338315e-05, 2.533251063141506e-05, 2.159622817998752e-05, 1.4993504009908065e-05, 2.2707132302457467e-05, 1.528899883851409e-05, 8.088414688245393e-06, 1.2856467037636321e-05, 1.1563301086425781e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.10031650960445404, 0.09207402169704437, 0.07827921956777573, 0.24275125563144684, 0.37693631649017334, 0.09071210026741028, 0.1482979655265808, 0.044657040387392044, 0.0431244783103466, 0.045062076300382614, 0.41647398471832275, 0.3744555413722992, 0.28702616691589355, 0.5346880555152893, 405.11767578125, 4.773028194904327e-09, 1.394791183884081e-06, 3.031190090041491e-06, 1.425065056537278e-05, 0.0008147205808199942, 3.1133886295720004e-06], "count": [697]}, "timestamp": {"min": [0.0], "max": [23.2], "mean": [11.599999999999998], "std": [6.706878724281677], "count": [697]}, "frame_index": {"min": [0], "max": [696], "mean": [348.0], "std": [201.20636172845033], "count": [697]}, "episode_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [697]}, "index": {"min": [138076], "max": [138772], "mean": [138424.0], "std": [201.20636172845033], "count": [697]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [697]}, "gripper_open_scale_state": {"min": [1.0, 0.1509999930858612], "max": [1.0, 1.0], "mean": [1.0, 0.5325738894546049], "std": [0.0, 0.4046555364787663], "count": [697]}, "gripper_open_scale_action": {"min": [1.0, 0.1509999930858612], "max": [1.0, 1.0], "mean": [1.0, 0.5325738894546049], "std": [0.0, 0.4046555364787663], "count": [697]}, "eef_direction_state": {"mean": [6.0, 3.5308464849354375], "std": [0.0, 2.2744248332711963], "min": [6, 0], "max": [6, 6], "count": [697]}, "eef_velocity_state": {"mean": [0.0, 0.727403156384505], "std": [0.0, 0.5846022814032565], "min": [0, 0], "max": [0, 2], "count": [697]}, "eef_acc_mag_state": {"mean": [0.0, 0.6269727403156384], "std": [0.0, 0.8097442007856417], "min": [0, 0], "max": [0, 2], "count": [697]}, "eef_direction_action": {"mean": [6.0, 3.5308464849354375], "std": [0.0, 2.2744248332711963], "min": [6, 0], "max": [6, 6], "count": [697]}, "eef_velocity_action": {"mean": [0.0, 0.727403156384505], "std": [0.0, 0.5846022814032565], "min": [0, 0], "max": [0, 2], "count": [697]}, "eef_acc_mag_action": {"mean": [0.0, 0.6269727403156384], "std": [0.0, 0.8097442007856417], "min": [0, 0], "max": [0, 2], "count": [697]}, "eef_sim_pose_state": {"mean": [-0.3103308081626892, 0.4675734341144562, 0.22824619710445404, -1.5732269287109375, -1.121137022972107, -0.7462755441665649, -0.3043195605278015, -0.4295162260532379, 0.16761521995067596, 1.1633166074752808, -2.079106092453003, 1.1867817640304565], "std": [1.527535278000869e-05, 8.088059075817e-06, 1.2855333807237912e-05, 0.0, 0.0, 5.960464477539063e-08, 0.044656477868556976, 0.04312600567936897, 0.04511801898479462, 0.41626882553100586, 0.3753472566604614, 0.2871316373348236], "min": [-0.31037798523902893, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3630940020084381, -0.47259199619293213, 0.06391199678182602, 0.5639099478721619, -2.418037176132202, 0.7456113696098328], "max": [-0.31028199195861816, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2173590064048767, -0.3399679958820343, 0.228302001953125, 1.7154346704483032, -1.121137022972107, 1.533713936805725], "count": [697]}, "eef_sim_pose_action": {"mean": [-0.3103308081626892, 0.4675735533237457, 0.2282462865114212, -1.573238492012024, -1.1211395263671875, -0.7462766766548157, -0.3043195903301239, -0.429516077041626, 0.1676151007413864, 1.1633167266845703, -2.079106330871582, 1.186781406402588], "std": [1.5275340047082864e-05, 8.08869026514003e-06, 1.285559937969083e-05, 1.1563301086425781e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.044656481593847275, 0.04312600940465927, 0.04511801153421402, 0.4162689447402954, 0.3753471076488495, 0.2871316969394684], "min": [-0.31037798523902893, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3630940020084381, -0.47259199619293213, 0.06391199678182602, 0.5639099478721619, -2.418037176132202, 0.7456113696098328], "max": [-0.31028199195861816, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2173590064048767, -0.3399679958820343, 0.228302001953125, 1.7154346704483032, -1.121137022972107, 1.533713936805725], "count": [697]}, "gripper_mode_state": {"mean": [0.0, 0.5509325681492109], "std": [0.0, 0.49739910886703703], "min": [0, 0], "max": [0, 1], "count": [697]}, "gripper_activity_state": {"mean": [2.0, 1.87948350071736], "std": [0.0, 0.4316672393619777], "min": [2, 0], "max": [2, 2], "count": [697]}, "gripper_mode_action": {"mean": [0.0, 0.5509325681492109], "std": [0.0, 0.49739910886703703], "min": [0, 0], "max": [0, 1], "count": [697]}, "gripper_activity_action": {"mean": [2.0, 1.87948350071736], "std": [0.0, 0.4316672393619777], "min": [2, 0], "max": [2, 2], "count": [697]}}} +{"episode_index": 170, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4315440531475748]], [[0.4073078506621947]], [[0.41769732945261434]]], "std": [[[0.20723618749621922]], [[0.2077471458290239]], [[0.20491147246843122]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39925711375559]], [[0.38912343991873066]], [[0.39071783625730994]]], "std": [[[0.22195483287347656]], [[0.22024697184535522]], [[0.20829708628810767]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4921346843287754]], [[0.47281010545665636]], [[0.4805995146413829]]], "std": [[[0.21198057813118873]], [[0.21045982338032904]], [[0.22118130807355213]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4495418238841589]], [[0.43094532459365326]], [[0.4397941015221878]]], "std": [[[0.2935261714428989]], [[0.2813504952707977]], [[0.28301291415080077]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.31039100885391235, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.07187265902757645, 0.35246923565864563, -0.6017022132873535, -1.9745782613754272, 0.25384068489074707, -0.16119861602783203, -0.10403907299041748, -0.357897013425827, -0.48806801438331604, 0.051343001425266266, 0.33398300409317017, -2.425841808319092, 0.7435413002967834, 1000.0, 192.0, 0.0005150866927579045, -0.23471596837043762, -0.8521144390106201, 1.9046344757080078, -1.0589823722839355, 1.13909463834716e-05], "max": [-0.19943878054618835, 0.6048438549041748, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028413960710167885, -0.3102799952030182, 0.46759799122810364, 0.22833199799060822, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.30173251032829285, 0.6779557466506958, -0.12486085295677185, -1.1529994010925293, 1.6120558977127075, 0.18250907957553864, 0.5197415947914124, -0.1992879956960678, -0.350831001996994, 0.2382259964942932, 1.5955716371536255, -1.121137022972107, 1.6815214157104492, 1002.0, 1001.0, 0.0005376451881602407, -0.2346896529197693, -0.8521001935005188, 1.9046581983566284, -1.056256651878357, 0.00024110836966428906], "mean": [-0.1995154321193695, 0.6046653389930725, 0.45138758420944214, -1.4119582176208496, -0.25391265749931335, -0.12053221464157104, 0.028281230479478836, -0.31033268570899963, 0.4675728678703308, 0.22824077308177948, -1.5732369422912598, -1.1211421489715576, -0.7462750673294067, 0.14582598209381104, 0.5268465280532837, -0.433882474899292, -1.548132300376892, 1.130205512046814, 0.07997146248817444, 0.22674831748008728, -0.2896170914173126, -0.4282219111919403, 0.15005092322826385, 1.087519884109497, -2.139336585998535, 1.1249972581863403, 1001.8943481445312, 516.69287109375, 0.0005226320354267955, -0.23470720648765564, -0.8521117568016052, 1.9046601057052612, -1.0577110052108765, 0.0001057173139997758], "std": [2.7926984330406412e-05, 1.9253682694397867e-05, 2.1900694264331833e-05, 2.5216639187419787e-05, 2.1974110495648347e-05, 1.5250515389197972e-05, 2.411708192084916e-05, 1.541736492072232e-05, 8.217833965318277e-06, 1.3605487765744328e-05, 4.314665784477256e-05, 1.1565197382878978e-05, 3.29971662722528e-05, 0.12201961874961853, 0.09283921122550964, 0.10883869230747223, 0.2633814215660095, 0.3762904703617096, 0.07972290366888046, 0.1587766408920288, 0.05032210424542427, 0.048993099480867386, 0.053830184042453766, 0.4442487061023712, 0.34447622299194336, 0.2825377285480499, 0.44737282395362854, 387.1310119628906, 6.282230060605798e-07, 1.6787043932708912e-06, 3.3140715913759777e-06, 1.2444276762835216e-05, 0.0008890223689377308, 9.622325887903571e-05], "count": [814]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.31039100885391235, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.07187265902757645, 0.35246923565864563, -0.6017022132873535, -1.9745782613754272, 0.25384068489074707, -0.16119861602783203, -0.10403907299041748, -0.357897013425827, -0.48806801438331604, 0.051343001425266266, 0.33398300409317017, -2.425841808319092, 0.7435413002967834, 1000.0, 192.0, 0.0005150866927579045, -0.23471596837043762, -0.8521144390106201, 1.9046344757080078, -1.0589823722839355, 1.13909463834716e-05], "max": [-0.19943878054618835, 0.6048438549041748, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028413960710167885, -0.3102799952030182, 0.46759799122810364, 0.22833199799060822, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.30173251032829285, 0.6779557466506958, -0.12486085295677185, -1.1529994010925293, 1.6120558977127075, 0.18250907957553864, 0.5197415947914124, -0.1992879956960678, -0.350831001996994, 0.2382259964942932, 1.5955716371536255, -1.121137022972107, 1.6815214157104492, 1002.0, 1001.0, 0.0005376451881602407, -0.2346896529197693, -0.8521001935005188, 1.9046581983566284, -1.056256651878357, 0.00024110836966428906], "mean": [-0.19951549172401428, 0.6046653389930725, 0.45138755440711975, -1.4119582176208496, -0.2539127469062805, -0.12053223699331284, 0.028281250968575478, -0.31033265590667725, 0.4675728976726532, 0.22824077308177948, -1.5732369422912598, -1.1211421489715576, -0.7462750673294067, 0.1456456333398819, 0.5269092917442322, -0.43401333689689636, -1.5485329627990723, 1.1304473876953125, 0.08006689697504044, 0.22666162252426147, -0.2895987331867218, -0.4281322956085205, 0.14994490146636963, 1.087508201599121, -2.139721393585205, 1.1250603199005127, 1001.8919067382812, 516.69287109375, 0.0005226320354267955, -0.23470722138881683, -0.8521117568016052, 1.9046601057052612, -1.0577093362808228, 0.00010548873979132622], "std": [2.7970509108854458e-05, 1.9253682694397867e-05, 2.192191095673479e-05, 2.5216639187419787e-05, 2.2044199795345776e-05, 1.5262254237313755e-05, 2.4103172108880244e-05, 1.5454825188498944e-05, 8.230135790654458e-06, 1.3604459127236623e-05, 4.314665784477256e-05, 1.1565197382878978e-05, 3.29971662722528e-05, 0.12204861640930176, 0.09290898591279984, 0.10892359167337418, 0.26342180371284485, 0.37578967213630676, 0.07952910661697388, 0.15893502533435822, 0.05031728744506836, 0.048987697809934616, 0.05376100912690163, 0.44423624873161316, 0.3435112535953522, 0.28245893120765686, 0.4522493779659271, 387.1310119628906, 6.282230060605798e-07, 1.684946596469672e-06, 3.316967649880098e-06, 1.2451895599951968e-05, 0.000889034359715879, 9.615175804356113e-05], "count": [814]}, "timestamp": {"min": [0.0], "max": [27.1], "mean": [13.55], "std": [7.832712741374402], "count": [814]}, "frame_index": {"min": [0], "max": [813], "mean": [406.5], "std": [234.98138224123204], "count": [814]}, "episode_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [814]}, "index": {"min": [138773], "max": [139586], "mean": [139179.5], "std": [234.98138224123204], "count": [814]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [814]}, "gripper_open_scale_state": {"min": [1.0, 0.19200000166893005], "max": [1.0, 1.0], "mean": [1.0, 0.5163280102412883], "std": [0.0, 0.3866757669128164], "count": [814]}, "gripper_open_scale_action": {"min": [1.0, 0.19200000166893005], "max": [1.0, 1.0], "mean": [1.0, 0.5163280102412883], "std": [0.0, 0.3866757669128164], "count": [814]}, "eef_direction_state": {"mean": [6.0, 3.1646191646191646], "std": [0.0, 2.1486356541709717], "min": [6, 0], "max": [6, 6], "count": [814]}, "eef_velocity_state": {"mean": [0.0, 0.855036855036855], "std": [0.0, 0.5551792645990383], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_acc_mag_state": {"mean": [0.0, 0.7051597051597052], "std": [0.0, 0.8154213342691271], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_direction_action": {"mean": [6.0, 3.1646191646191646], "std": [0.0, 2.1486356541709717], "min": [6, 0], "max": [6, 6], "count": [814]}, "eef_velocity_action": {"mean": [0.0, 0.855036855036855], "std": [0.0, 0.5551792645990383], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_acc_mag_action": {"mean": [0.0, 0.7051597051597052], "std": [0.0, 0.8154213342691271], "min": [0, 0], "max": [0, 2], "count": [814]}, "eef_sim_pose_state": {"mean": [-0.3103327453136444, 0.4675730764865875, 0.22824108600616455, -1.5732247829437256, -1.1211374998092651, -0.7462739944458008, -0.2896171510219574, -0.42822182178497314, 0.1500510275363922, 1.0875194072723389, -2.1393353939056396, 1.1249977350234985], "std": [1.5417319445987232e-05, 8.214862646127585e-06, 1.3602025319414679e-05, 4.1424274968449026e-05, 1.0611412108119112e-05, 3.2978830859065056e-05, 0.050322119146585464, 0.048993099480867386, 0.053830187767744064, 0.4442487955093384, 0.3444760739803314, 0.28253769874572754], "min": [-0.31039100885391235, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.357897013425827, -0.48806801438331604, 0.051343001425266266, 0.33398300409317017, -2.425841808319092, 0.7435413002967834], "max": [-0.3102799952030182, 0.46759799122810364, 0.22833199799060822, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.1992879956960678, -0.350831001996994, 0.2382259964942932, 1.5955716371536255, -1.121137022972107, 1.6815214157104492], "count": [814]}, "eef_sim_pose_action": {"mean": [-0.31033268570899963, 0.4675728678703308, 0.22824077308177948, -1.5732369422912598, -1.1211421489715576, -0.7462750673294067, -0.2896170914173126, -0.4282219111919403, 0.15005092322826385, 1.087519884109497, -2.139336585998535, 1.1249972581863403], "std": [1.541736492072232e-05, 8.217833965318277e-06, 1.3605487765744328e-05, 4.314665784477256e-05, 1.1565197382878978e-05, 3.29971662722528e-05, 0.05032210424542427, 0.048993099480867386, 0.053830184042453766, 0.4442487061023712, 0.34447622299194336, 0.2825377285480499], "min": [-0.31039100885391235, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.357897013425827, -0.48806801438331604, 0.051343001425266266, 0.33398300409317017, -2.425841808319092, 0.7435413002967834], "max": [-0.3102799952030182, 0.46759799122810364, 0.22833199799060822, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.1992879956960678, -0.350831001996994, 0.2382259964942932, 1.5955716371536255, -1.121137022972107, 1.6815214157104492], "count": [814]}, "gripper_mode_state": {"mean": [0.0, 0.5921375921375921], "std": [0.0, 0.4914373450553905], "min": [0, 0], "max": [0, 1], "count": [814]}, "gripper_activity_state": {"mean": [2.0, 1.9004914004914004], "std": [0.0, 0.3917763418259193], "min": [2, 0], "max": [2, 2], "count": [814]}, "gripper_mode_action": {"mean": [0.0, 0.5921375921375921], "std": [0.0, 0.4914373450553905], "min": [0, 0], "max": [0, 1], "count": [814]}, "gripper_activity_action": {"mean": [2.0, 1.9004914004914004], "std": [0.0, 0.3917763418259193], "min": [2, 0], "max": [2, 2], "count": [814]}}} +{"episode_index": 171, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43178381459354576]], [[0.40723617876838236]], [[0.4158501953125]]], "std": [[[0.20496819369155356]], [[0.2071168641545049]], [[0.20416483390976364]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4007486889808006]], [[0.39158871910743465]], [[0.3952400237438725]]], "std": [[[0.2303580371920728]], [[0.23000825647950873]], [[0.2176400696045724]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4929652599060457]], [[0.4734630259395425]], [[0.48143019812091503]]], "std": [[[0.21247014081642507]], [[0.21065041514965724]], [[0.22132180596191656]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44441852915645425]], [[0.426143741064134]], [[0.43647764629289215]]], "std": [[[0.2871416812083782]], [[0.2769001518243218]], [[0.2791542129557987]]], "count": [160]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.012461650185286999, 0.31154128909111023, -0.6327517032623291, -1.6865990161895752, 0.2537708580493927, -0.1529431939125061, -0.02834414690732956, -0.36541399359703064, -0.5193319916725159, 0.07347500324249268, 0.38828977942466736, -2.651027202606201, 0.6336175799369812, 1000.0, 177.0, 0.0005038073868490756, -0.23478177189826965, -0.8520946502685547, 1.9046677350997925, -1.0589419603347778, -4.8411522584501654e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028398871421814, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45493751764297485, 0.7101744413375854, -0.1653350293636322, -0.8692612648010254, 1.655950903892517, 0.4092797338962555, 0.6019641160964966, -0.20003600418567657, -0.4094580113887787, 0.24782699346542358, 1.5854332447052002, -1.121137022972107, 1.672730803489685, 1002.0, 1002.0, 0.0005526843015104532, -0.23467086255550385, -0.8520795702934265, 1.9047271013259888, -1.056485652923584, 0.00030850479379296303], "mean": [-0.19951996207237244, 0.6046633720397949, 0.4513883888721466, -1.4119588136672974, -0.25391829013824463, -0.12052617222070694, 0.028271742165088654, -0.31033211946487427, 0.4675734043121338, 0.22823885083198547, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.2835167944431305, 0.4893868863582611, -0.41661685705184937, -1.3117570877075195, 1.1944009065628052, 0.13845184445381165, 0.37742674350738525, -0.3010273873806, -0.46943777799606323, 0.17642219364643097, 1.0121334791183472, -2.2326228618621826, 1.1518160104751587, 1001.8298950195312, 524.2827758789062, 0.0005213294643908739, -0.23472070693969727, -0.8520851135253906, 1.9046931266784668, -1.0577250719070435, 9.958560985978693e-05], "std": [2.559500171628315e-05, 1.5766472643008456e-05, 2.290699922014028e-05, 2.50027806032449e-05, 2.378985118411947e-05, 1.6077219697763212e-05, 2.4497574486304075e-05, 1.5237850675475784e-05, 7.810358511051163e-06, 1.2100879757781513e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.11568182706832886, 0.12194507569074631, 0.11502139270305634, 0.26444360613822937, 0.35264357924461365, 0.15550526976585388, 0.19770444929599762, 0.048511844128370285, 0.03490530326962471, 0.044473472982645035, 0.4508323669433594, 0.39458441734313965, 0.32124146819114685, 0.5579326152801514, 397.5199279785156, 2.08751339414448e-06, 6.008134278090438e-06, 5.264082574285567e-06, 2.37379517784575e-05, 0.0008118085679598153, 0.00010394583659945056], "count": [870]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.012461650185286999, 0.31154128909111023, -0.6327517032623291, -1.6865990161895752, 0.2537708580493927, -0.1529431939125061, -0.02834414690732956, -0.36541399359703064, -0.5193319916725159, 0.07347500324249268, 0.38828977942466736, -2.651027202606201, 0.6336175799369812, 1000.0, 177.0, 0.0005038073868490756, -0.23478177189826965, -0.8520946502685547, 1.9046677350997925, -1.0589419603347778, -4.8411522584501654e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028398871421814, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45493751764297485, 0.7101744413375854, -0.1653350293636322, -0.8692612648010254, 1.655950903892517, 0.4092797338962555, 0.6019641160964966, -0.20003600418567657, -0.4094580113887787, 0.24782699346542358, 1.5854332447052002, -1.121137022972107, 1.672730803489685, 1002.0, 1002.0, 0.0005526843015104532, -0.23467086255550385, -0.8520795702934265, 1.9047271013259888, -1.056485652923584, 0.00030850479379296303], "mean": [-0.1995200216770172, 0.6046633720397949, 0.45138829946517944, -1.4119588136672974, -0.25391826033592224, -0.12052616477012634, 0.028271783143281937, -0.3103320598602295, 0.4675734341144562, 0.22823882102966309, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.28335654735565186, 0.4893035292625427, -0.4165205955505371, -1.3120259046554565, 1.1949567794799805, 0.13860292732715607, 0.3777191936969757, -0.3009940981864929, -0.4693830907344818, 0.1763370782136917, 1.0119779109954834, -2.233443021774292, 1.1520768404006958, 1001.8298950195312, 524.283935546875, 0.0005213272524997592, -0.23472070693969727, -0.8520851731300354, 1.9046932458877563, -1.0577259063720703, 9.980820323107764e-05], "std": [2.554852471803315e-05, 1.57851682160981e-05, 2.296260754519608e-05, 2.4970207959995605e-05, 2.37873009609757e-05, 1.607742342457641e-05, 2.4501885491190478e-05, 1.5221395187836606e-05, 7.806125722709112e-06, 1.2102274922654033e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.11589454859495163, 0.12189102917909622, 0.11502693593502045, 0.2646641135215759, 0.3515394926071167, 0.15531720221042633, 0.19729182124137878, 0.04851531609892845, 0.03494560718536377, 0.04444548487663269, 0.4506620168685913, 0.393013060092926, 0.32100439071655273, 0.5579325556755066, 397.52093505859375, 2.087161419694894e-06, 6.006142939440906e-06, 5.2625978241849225e-06, 2.3662740204599686e-05, 0.000812405429314822, 0.00010384011693531647], "count": [870]}, "timestamp": {"min": [0.0], "max": [28.966666666666665], "mean": [14.483333333333333], "std": [8.371573373072755], "count": [870]}, "frame_index": {"min": [0], "max": [869], "mean": [434.5], "std": [251.14720119218265], "count": [870]}, "episode_index": {"min": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [870]}, "index": {"min": [139587], "max": [140456], "mean": [140021.5], "std": [251.14720119218265], "count": [870]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [870]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5238632205916547], "std": [0.0, 0.39701622979335516], "count": [870]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5238632205916547], "std": [0.0, 0.39701622979335516], "count": [870]}, "eef_direction_state": {"mean": [6.0, 3.5873563218390805], "std": [0.0, 2.2562457169164336], "min": [6, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.0, 0.7528735632183908], "std": [0.0, 0.5712134855574589], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.0, 0.5517241379310345], "std": [0.0, 0.7784248860426201], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_direction_action": {"mean": [6.0, 3.5873563218390805], "std": [0.0, 2.2562457169164336], "min": [6, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.0, 0.7528735632183908], "std": [0.0, 0.5712134855574589], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.0, 0.5517241379310345], "std": [0.0, 0.7784248860426201], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [-0.3103320896625519, 0.46757370233535767, 0.2282387763261795, -1.5732269287109375, -1.1211367845535278, -0.7462756037712097, -0.30102720856666565, -0.46943795680999756, 0.17642229795455933, 1.0121338367462158, -2.232623815536499, 1.151816725730896], "std": [1.5237811567203607e-05, 7.804486813256517e-06, 1.2100609637855086e-05, 0.0, 2.384185791015625e-07, 0.0, 0.048511821776628494, 0.03490530699491501, 0.04447349160909653, 0.45083215832710266, 0.3945845067501068, 0.32124170660972595], "min": [-0.3103710114955902, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36541399359703064, -0.5193319916725159, 0.07347500324249268, 0.38828977942466736, -2.651027202606201, 0.6336175799369812], "max": [-0.31028398871421814, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20003600418567657, -0.4094580113887787, 0.24782699346542358, 1.5854332447052002, -1.121137022972107, 1.672730803489685], "count": [870]}, "eef_sim_pose_action": {"mean": [-0.31033211946487427, 0.4675734043121338, 0.22823885083198547, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.3010273873806, -0.46943777799606323, 0.17642219364643097, 1.0121334791183472, -2.2326228618621826, 1.1518160104751587], "std": [1.5237850675475784e-05, 7.810358511051163e-06, 1.2100879757781513e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.048511844128370285, 0.03490530326962471, 0.044473472982645035, 0.4508323669433594, 0.39458441734313965, 0.32124146819114685], "min": [-0.3103710114955902, 0.4675520062446594, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36541399359703064, -0.5193319916725159, 0.07347500324249268, 0.38828977942466736, -2.651027202606201, 0.6336175799369812], "max": [-0.31028398871421814, 0.467602014541626, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20003600418567657, -0.4094580113887787, 0.24782699346542358, 1.5854332447052002, -1.121137022972107, 1.672730803489685], "count": [870]}, "gripper_mode_state": {"mean": [0.0, 0.5724137931034483], "std": [0.0, 0.4947284533644412], "min": [0, 0], "max": [0, 1], "count": [870]}, "gripper_activity_state": {"mean": [2.0, 1.903448275862069], "std": [0.0, 0.38639158145741903], "min": [2, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.0, 0.5724137931034483], "std": [0.0, 0.4947284533644411], "min": [0, 0], "max": [0, 1], "count": [870]}, "gripper_activity_action": {"mean": [2.0, 1.903448275862069], "std": [0.0, 0.38639158145741903], "min": [2, 0], "max": [2, 2], "count": [870]}}} +{"episode_index": 172, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4413107877902934]], [[0.4168088075951421]], [[0.4247750225976915]]], "std": [[[0.20479605839570966]], [[0.2082597973221784]], [[0.20449310872095305]]], "count": [141]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3993635186344041]], [[0.3895425923028786]], [[0.39285996094655357]]], "std": [[[0.2296843462634603]], [[0.22932598103076232]], [[0.2167567504505172]]], "count": [141]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49345297941871785]], [[0.4738087496523432]], [[0.4815571084225652]]], "std": [[[0.21239170185852013]], [[0.21068667729810514]], [[0.22132991207312797]]], "count": [141]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4477923619802531]], [[0.4276883401705836]], [[0.4374049506327354]]], "std": [[[0.29150988981499715]], [[0.2773142241457377]], [[0.27944336236643896]]], "count": [141]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0036651913542300463, 0.36130061745643616, -0.5867622494697571, -1.777705192565918, 0.2537883222103119, -0.1206895187497139, -0.02834414690732956, -0.36029601097106934, -0.4794270098209381, 0.0850209966301918, 0.39605531096458435, -2.6098177433013916, 0.7414097189903259, 1000.0, 160.0, 0.0005188464419916272, -0.23474419116973877, -0.8520874977111816, 1.9046977758407593, -1.0588865280151367, 3.98683114326559e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102799952030182, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26968827843666077, 0.7704406976699829, -0.09929178655147552, -1.123869776725769, 1.6232085227966309, 0.3432888090610504, 0.4838925302028656, -0.24131900072097778, -0.37739598751068115, 0.2439350038766861, 1.5733972787857056, -1.121137022972107, 1.510009527206421, 1002.0, 1002.0, 0.0005226061912253499, -0.23471222817897797, -0.8520780205726624, 1.9047216176986694, -1.0563232898712158, 0.00015567627269774675], "mean": [-0.19951818883419037, 0.604676365852356, 0.4513903558254242, -1.411955714225769, -0.25391682982444763, -0.12052653729915619, 0.028269769623875618, -0.31033334136009216, 0.4675728380680084, 0.22824349999427795, -1.573238730430603, -1.1211403608322144, -0.7462766766548157, 0.16061721742153168, 0.5487593412399292, -0.3950899541378021, -1.4440152645111084, 1.185805082321167, 0.13348019123077393, 0.33128389716148376, -0.3078344762325287, -0.4375818073749542, 0.18114042282104492, 1.0081652402877808, -2.2124805450439453, 1.1197718381881714, 1001.7877807617188, 513.5170288085938, 0.0005207486101426184, -0.23471754789352417, -0.8520852327346802, 1.9047056436538696, -1.0577318668365479, 9.739515371620655e-05], "std": [2.634099655551836e-05, 1.757276004354935e-05, 2.3332133423537016e-05, 2.5023620764841326e-05, 2.259435314044822e-05, 1.6594874978181906e-05, 1.8833656213246286e-05, 1.531030829937663e-05, 8.377324775210582e-06, 1.2244683603057638e-05, 1.1801719665527344e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.08029317110776901, 0.11402441561222076, 0.12064708024263382, 0.2226160168647766, 0.3830343186855316, 0.1281406283378601, 0.15364937484264374, 0.035671357065439224, 0.03671281784772873, 0.044804979115724564, 0.41983017325401306, 0.4045238494873047, 0.2893620431423187, 0.615990936756134, 404.02301025390625, 2.1832396157606127e-07, 2.1083394585730275e-06, 1.8446611420586123e-06, 1.0182340702158399e-05, 0.0008072698256000876, 3.320648102089763e-05], "count": [735]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103809952735901, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0036651913542300463, 0.36130061745643616, -0.5867622494697571, -1.777705192565918, 0.2537883222103119, -0.1206895187497139, -0.02834414690732956, -0.36029601097106934, -0.4794270098209381, 0.0850209966301918, 0.39605531096458435, -2.6098177433013916, 0.7414097189903259, 1000.0, 160.0, 0.0005188464419916272, -0.23474419116973877, -0.8520874977111816, 1.9046977758407593, -1.0588865280151367, 3.98683114326559e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102799952030182, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26968827843666077, 0.7704406976699829, -0.09929178655147552, -1.123869776725769, 1.6232085227966309, 0.3432888090610504, 0.4838925302028656, -0.24131900072097778, -0.37739598751068115, 0.2439350038766861, 1.5733972787857056, -1.121137022972107, 1.510009527206421, 1002.0, 1002.0, 0.0005226061912253499, -0.23471222817897797, -0.8520780205726624, 1.9047216176986694, -1.0563232898712158, 0.00015567627269774675], "mean": [-0.19951823353767395, 0.6046764850616455, 0.45139026641845703, -1.411955714225769, -0.25391682982444763, -0.1205265074968338, 0.028269745409488678, -0.310333251953125, 0.4675728380680084, 0.22824351489543915, -1.573238730430603, -1.1211403608322144, -0.7462766766548157, 0.16048765182495117, 0.5489775538444519, -0.39526495337486267, -1.4444704055786133, 1.1865878105163574, 0.1336522400379181, 0.33132514357566833, -0.3078051805496216, -0.43748804926872253, 0.1810476928949356, 1.007909893989563, -2.2133243083953857, 1.119869351387024, 1001.7877807617188, 513.5170288085938, 0.0005207486101426184, -0.23471756279468536, -0.8520852327346802, 1.9047056436538696, -1.0577322244644165, 9.726728603709489e-05], "std": [2.6386687750346027e-05, 1.7651505913818255e-05, 2.3240712835104205e-05, 2.4950615625130013e-05, 2.259435314044822e-05, 1.6574678738834336e-05, 1.883891127363313e-05, 1.535941737529356e-05, 8.399067155551165e-06, 1.2250665349711198e-05, 1.1801719665527344e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.08030712604522705, 0.1142842099070549, 0.12082191556692123, 0.22289171814918518, 0.38171693682670593, 0.12788423895835876, 0.1535569578409195, 0.03567812219262123, 0.03672412037849426, 0.04477795585989952, 0.41954416036605835, 0.402893602848053, 0.28924840688705444, 0.615990936756134, 404.02301025390625, 2.1832396157606127e-07, 2.1229354842944304e-06, 1.8454745713825105e-06, 1.017504655465018e-05, 0.0008069269824773073, 3.319927054690197e-05], "count": [735]}, "timestamp": {"min": [0.0], "max": [24.466666666666665], "mean": [12.233333333333333], "std": [7.0725342516484675], "count": [735]}, "frame_index": {"min": [0], "max": [734], "mean": [367.0], "std": [212.176027549454], "count": [735]}, "episode_index": {"min": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [735]}, "index": {"min": [140457], "max": [141191], "mean": [140824.0], "std": [212.176027549454], "count": [735]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [735]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5130993190265837], "std": [0.0, 0.40351717673854454], "count": [735]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5130993190265837], "std": [0.0, 0.4035171767385445], "count": [735]}, "eef_direction_state": {"mean": [6.0, 3.5619047619047617], "std": [0.0, 2.2323939541308437], "min": [6, 0], "max": [6, 6], "count": [735]}, "eef_velocity_state": {"mean": [0.0, 0.7945578231292517], "std": [0.0, 0.5878338319656499], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_acc_mag_state": {"mean": [0.0, 0.5904761904761905], "std": [0.0, 0.7925961246309791], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_direction_action": {"mean": [6.0, 3.5619047619047617], "std": [0.0, 2.2323939541308437], "min": [6, 0], "max": [6, 6], "count": [735]}, "eef_velocity_action": {"mean": [0.0, 0.7945578231292517], "std": [0.0, 0.5878338319656499], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_acc_mag_action": {"mean": [0.0, 0.5904761904761905], "std": [0.0, 0.7925961246309791], "min": [0, 0], "max": [0, 2], "count": [735]}, "eef_sim_pose_state": {"mean": [-0.3103333115577698, 0.46757304668426514, 0.22824370861053467, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3078344464302063, -0.4375813901424408, 0.18114055693149567, 1.008164882659912, -2.21247935295105, 1.1197717189788818], "std": [1.5310284652514383e-05, 8.374177923542447e-06, 1.2243209312146064e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03567134961485863, 0.036712829023599625, 0.04480497166514397, 0.41983020305633545, 0.4045238196849823, 0.2893621325492859], "min": [-0.3103809952735901, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36029601097106934, -0.4794270098209381, 0.0850209966301918, 0.39605531096458435, -2.6098177433013916, 0.7414097189903259], "max": [-0.3102799952030182, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24131900072097778, -0.37739598751068115, 0.2439350038766861, 1.5733972787857056, -1.121137022972107, 1.510009527206421], "count": [735]}, "eef_sim_pose_action": {"mean": [-0.31033334136009216, 0.4675728380680084, 0.22824349999427795, -1.573238730430603, -1.1211403608322144, -0.7462766766548157, -0.3078344762325287, -0.4375818073749542, 0.18114042282104492, 1.0081652402877808, -2.2124805450439453, 1.1197718381881714], "std": [1.531030829937663e-05, 8.377324775210582e-06, 1.2244683603057638e-05, 1.1801719665527344e-05, 3.337860107421875e-06, 1.0728836059570312e-06, 0.035671357065439224, 0.03671281784772873, 0.044804979115724564, 0.41983017325401306, 0.4045238494873047, 0.2893620431423187], "min": [-0.3103809952735901, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36029601097106934, -0.4794270098209381, 0.0850209966301918, 0.39605531096458435, -2.6098177433013916, 0.7414097189903259], "max": [-0.3102799952030182, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24131900072097778, -0.37739598751068115, 0.2439350038766861, 1.5733972787857056, -1.121137022972107, 1.510009527206421], "count": [735]}, "gripper_mode_state": {"mean": [0.0, 0.5727891156462585], "std": [0.0, 0.4946733716741131], "min": [0, 0], "max": [0, 1], "count": [735]}, "gripper_activity_state": {"mean": [2.0, 1.8789115646258503], "std": [0.0, 0.43365732929816253], "min": [2, 0], "max": [2, 2], "count": [735]}, "gripper_mode_action": {"mean": [0.0, 0.5727891156462585], "std": [0.0, 0.4946733716741131], "min": [0, 0], "max": [0, 1], "count": [735]}, "gripper_activity_action": {"mean": [2.0, 1.8789115646258503], "std": [0.0, 0.43365732929816253], "min": [2, 0], "max": [2, 2], "count": [735]}}} +{"episode_index": 173, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.44285678464257816]], [[0.41840682420767045]], [[0.42605170309738155]]], "std": [[[0.2048194873752759]], [[0.20797066395312558]], [[0.20456790843661285]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39694162735849053]], [[0.38756245118592514]], [[0.3904165536235459]]], "std": [[[0.22972724598517638]], [[0.22957890070098072]], [[0.21650443777093495]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4942815595840013]], [[0.4743357830291446]], [[0.4819903258211041]]], "std": [[[0.2125997421374098]], [[0.21075175999715254]], [[0.22142505510859167]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4457825320117565]], [[0.4278983305586385]], [[0.4381482367842315]]], "std": [[[0.29938518303830153]], [[0.28620916824537146]], [[0.2876208458475374]]], "count": [159]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.0280823465436697, -0.3103800117969513, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.15578807890415192, 0.3845134973526001, -0.5963789820671082, -1.8736109733581543, 0.2537708580493927, -0.20662952959537506, -0.028379054740071297, -0.36468198895454407, -0.46760499477386475, 0.09917599707841873, 0.4351734519004822, -2.6059138774871826, 0.7362053394317627, 1000.0, 154.0, 0.0005169665673747659, -0.2347385436296463, -0.8520922660827637, 1.9047001600265503, -1.0590790510177612, -6.265020783757791e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.22831200063228607, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.2552544176578522, 0.8600284457206726, -0.10234610736370087, -1.1377277374267578, 1.748104214668274, 0.2203652709722519, 0.578489363193512, -0.23117999732494354, -0.3467459976673126, 0.2570439875125885, 1.5908911228179932, -1.121137022972107, 1.6498842239379883, 1002.0, 1002.0, 0.0005263659404590726, -0.23471784591674805, -0.8520835638046265, 1.9047176837921143, -1.0564056634902954, 5.980246714898385e-05], "mean": [-0.1995183229446411, 0.6046687364578247, 0.45139074325561523, -1.4119619131088257, -0.2539145350456238, -0.12053478509187698, 0.028268922120332718, -0.31033116579055786, 0.4675733149051666, 0.22823911905288696, -1.5732382535934448, -1.1211427450180054, -0.7462759613990784, 0.08446040004491806, 0.5914689898490906, -0.3937864601612091, -1.488122820854187, 1.2523796558380127, 0.07081261277198792, 0.41746044158935547, -0.3094530403614044, -0.4125407934188843, 0.18668316304683685, 1.0428673028945923, -2.2769317626953125, 1.171767234802246, 1001.7898559570312, 444.2055358886719, 0.0005207402282394469, -0.23472607135772705, -0.852091372013092, 1.9046990871429443, -1.0577260255813599, 2.6723685095930705e-06], "std": [2.6156234525842592e-05, 1.5890991562628187e-05, 2.2882182747707702e-05, 2.4598719392088242e-05, 2.4134335035341792e-05, 1.65077653946355e-05, 2.050946932286024e-05, 1.5049258763610851e-05, 8.095031262200791e-06, 1.2595481166499667e-05, 3.0961040465626866e-05, 9.108177437155973e-06, 2.2651374820270576e-05, 0.10946281254291534, 0.12365776300430298, 0.11750355362892151, 0.25995758175849915, 0.3748849928379059, 0.11802610754966736, 0.15576110780239105, 0.042127739638090134, 0.04321015626192093, 0.04403331130743027, 0.4295912981033325, 0.3574559688568115, 0.29516902565956116, 0.6133138537406921, 391.1684875488281, 3.061842051010899e-07, 1.6435333236586303e-06, 4.860075023316313e-06, 1.1868438377860002e-05, 0.0008460357785224915, 2.4051272703218274e-05], "count": [866]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.0280823465436697, -0.3103800117969513, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.15578807890415192, 0.3845134973526001, -0.5963789820671082, -1.8736109733581543, 0.2537708580493927, -0.20662952959537506, -0.028379054740071297, -0.36468198895454407, -0.46760401129722595, 0.09917599707841873, 0.4351734519004822, -2.6059138774871826, 0.7362053394317627, 1000.0, 154.0, 0.0005169665673747659, -0.2347385436296463, -0.8520922660827637, 1.9047001600265503, -1.0590790510177612, -6.265020783757791e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.22831200063228607, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.2552544176578522, 0.8600284457206726, -0.10234610736370087, -1.1377277374267578, 1.748104214668274, 0.2203652709722519, 0.578489363193512, -0.23117999732494354, -0.3467459976673126, 0.2570439875125885, 1.5908911228179932, -1.121137022972107, 1.6498842239379883, 1002.0, 1002.0, 0.0005263659404590726, -0.23471784591674805, -0.8520835638046265, 1.9047176837921143, -1.0564056634902954, 5.980246714898385e-05], "mean": [-0.1995183229446411, 0.6046686768531799, 0.45139074325561523, -1.4119619131088257, -0.2539145052433014, -0.12053480744361877, 0.028268862515687943, -0.3103311359882355, 0.4675733149051666, 0.22823907434940338, -1.5732382535934448, -1.1211427450180054, -0.7462759613990784, 0.08424760401248932, 0.5917221903800964, -0.39394256472587585, -1.4885848760604858, 1.2530206441879272, 0.07075393944978714, 0.41763126850128174, -0.3094192147254944, -0.4124181568622589, 0.18659169971942902, 1.0428712368011475, -2.2777328491210938, 1.171858310699463, 1001.7898559570312, 444.2055358886719, 0.0005207402282394469, -0.23472607135772705, -0.852091372013092, 1.9046990871429443, -1.0577261447906494, 2.5638530587457353e-06], "std": [2.6156234525842592e-05, 1.588758095749654e-05, 2.2871181499795057e-05, 2.4598719392088242e-05, 2.4145099814631976e-05, 1.649348450882826e-05, 2.0570476408465765e-05, 1.5043214261822868e-05, 8.093235919659492e-06, 1.2598067769431509e-05, 3.0961040465626866e-05, 9.108177437155973e-06, 2.2651374820270576e-05, 0.10941796004772186, 0.12390868365764618, 0.11766956746578217, 0.26017725467681885, 0.37364980578422546, 0.11813385039567947, 0.15535277128219604, 0.042138807475566864, 0.043204378336668015, 0.04402908682823181, 0.4295959770679474, 0.3556375205516815, 0.2950500547885895, 0.6133138537406921, 391.1684875488281, 3.061842051010899e-07, 1.64386017331708e-06, 4.853090558754047e-06, 1.1857306162710302e-05, 0.0008460151730105281, 2.4052456865319982e-05], "count": [866]}, "timestamp": {"min": [0.0], "max": [28.833333333333332], "mean": [14.416666666666666], "std": [8.333083329583221], "count": [866]}, "frame_index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "episode_index": {"min": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [866]}, "index": {"min": [141192], "max": [142057], "mean": [141624.5], "std": [249.99249988749662], "count": [866]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}, "gripper_open_scale_state": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.4438729813068623], "std": [0.0, 0.39069333330196765], "count": [866]}, "gripper_open_scale_action": {"min": [1.0, 0.15399999916553497], "max": [1.0, 1.0], "mean": [1.0, 0.4438729813068623], "std": [0.0, 0.39069333330196765], "count": [866]}, "eef_direction_state": {"mean": [6.0, 3.6547344110854505], "std": [0.0, 2.209512708160461], "min": [6, 0], "max": [6, 6], "count": [866]}, "eef_velocity_state": {"mean": [0.0, 0.792147806004619], "std": [0.0, 0.5988698026358037], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_acc_mag_state": {"mean": [0.0, 0.640877598152425], "std": [0.0, 0.8093798648460777], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_direction_action": {"mean": [6.0, 3.6547344110854505], "std": [0.0, 2.209512708160461], "min": [6, 0], "max": [6, 6], "count": [866]}, "eef_velocity_action": {"mean": [0.0, 0.792147806004619], "std": [0.0, 0.5988698026358037], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_acc_mag_action": {"mean": [0.0, 0.640877598152425], "std": [0.0, 0.8093798648460777], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_sim_pose_state": {"mean": [-0.3103310763835907, 0.467573344707489, 0.22823913395404816, -1.573225975036621, -1.1211371421813965, -0.7462748289108276, -0.30945295095443726, -0.4125409424304962, 0.18668323755264282, 1.0428667068481445, -2.276930332183838, 1.1717662811279297], "std": [1.5048872228362598e-05, 8.094952136161737e-06, 1.2595472071552649e-05, 2.8416823624866083e-05, 7.280435966094956e-06, 2.262333691760432e-05, 0.042127739638090134, 0.04321015998721123, 0.044033292680978775, 0.42959117889404297, 0.35745587944984436, 0.295168936252594], "min": [-0.3103800117969513, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36468198895454407, -0.46760499477386475, 0.09917599707841873, 0.4351734519004822, -2.6059138774871826, 0.7362053394317627], "max": [-0.3102790117263794, 0.46759799122810364, 0.22831200063228607, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.23117999732494354, -0.3467459976673126, 0.2570439875125885, 1.5908911228179932, -1.121137022972107, 1.6498842239379883], "count": [866]}, "eef_sim_pose_action": {"mean": [-0.31033116579055786, 0.4675733149051666, 0.22823911905288696, -1.5732382535934448, -1.1211427450180054, -0.7462759613990784, -0.3094530403614044, -0.4125407934188843, 0.18668316304683685, 1.0428673028945923, -2.2769317626953125, 1.171767234802246], "std": [1.5049258763610851e-05, 8.095031262200791e-06, 1.2595481166499667e-05, 3.0961040465626866e-05, 9.108177437155973e-06, 2.2651374820270576e-05, 0.042127739638090134, 0.04321015626192093, 0.04403331130743027, 0.4295912981033325, 0.3574559688568115, 0.29516902565956116], "min": [-0.3103800117969513, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36468198895454407, -0.46760499477386475, 0.09917599707841873, 0.4351734519004822, -2.6059138774871826, 0.7362053394317627], "max": [-0.3102790117263794, 0.46759799122810364, 0.22831200063228607, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.23117999732494354, -0.3467459976673126, 0.2570439875125885, 1.5908911228179932, -1.121137022972107, 1.6498842239379883], "count": [866]}, "gripper_mode_state": {"mean": [0.0, 0.6535796766743649], "std": [0.0, 0.4758290479916104], "min": [0, 0], "max": [0, 1], "count": [866]}, "gripper_activity_state": {"mean": [2.0, 1.9006928406466512], "std": [0.0, 0.3925689423213494], "min": [2, 0], "max": [2, 2], "count": [866]}, "gripper_mode_action": {"mean": [0.0, 0.6535796766743649], "std": [0.0, 0.4758290479916104], "min": [0, 0], "max": [0, 1], "count": [866]}, "gripper_activity_action": {"mean": [2.0, 1.9006928406466512], "std": [0.0, 0.3925689423213494], "min": [2, 0], "max": [2, 2], "count": [866]}}} +{"episode_index": 174, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.44163028458605663]], [[0.4172324373638344]], [[0.4247858646514161]]], "std": [[[0.20528019173919088]], [[0.20809646026239628]], [[0.20461864712524258]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39688086465141614]], [[0.38821349537037037]], [[0.39158906590413944]]], "std": [[[0.23012175784783573]], [[0.22965505534279804]], [[0.2165053084472942]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49350914351851854]], [[0.4737819458061002]], [[0.48131840277777777]]], "std": [[[0.21212756660585214]], [[0.21041757799252664]], [[0.2210620495630147]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4292533333333333]], [[0.41166715141612203]], [[0.4235088984204793]]], "std": [[[0.3032150396579682]], [[0.2882298241162451]], [[0.28920157000183633]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.021223202347755432, 0.4710119962692261, -0.5373345017433167, -1.9733914136886597, 0.2537883222103119, -0.12061969935894012, -0.02834414690732956, -0.36571601033210754, -0.4891799986362457, 0.10329499840736389, 0.4796636402606964, -2.6075899600982666, 0.4997946619987488, 1000.0, 148.0, 0.0005056872614659369, -0.23473477363586426, -0.8520898818969727, 1.9047033786773682, -1.0588983297348022, -6.170095730340108e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02839650586247444, -0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3557853698730469, 0.919369637966156, -0.1374272257089615, -0.9901776909828186, 1.5822631120681763, 0.35239943861961365, 0.6426826119422913, -0.18991400301456451, -0.34906598925590515, 0.27006998658180237, 1.748226523399353, -1.121137022972107, 1.4736886024475098, 1002.0, 1002.0, 0.0005376451881602407, -0.23469530045986176, -0.8520843386650085, 1.9047207832336426, -1.0564239025115967, -3.0375857022590935e-05], "mean": [-0.19951914250850677, 0.6046742796897888, 0.4513877332210541, -1.4119588136672974, -0.25390538573265076, -0.12052557617425919, 0.028282098472118378, -0.3103305399417877, 0.4675741493701935, 0.22824464738368988, -1.5732378959655762, -1.121141791343689, -0.7462758421897888, 0.1488659381866455, 0.6748287081718445, -0.3871513307094574, -1.4977844953536987, 1.1962445974349976, 0.15916556119918823, 0.4506441652774811, -0.2856435477733612, -0.4203746020793915, 0.20343077182769775, 1.1513047218322754, -2.2229225635528564, 1.0057162046432495, 1001.790283203125, 483.9488220214844, 0.0005193543038330972, -0.2347114235162735, -0.8520901203155518, 1.9047019481658936, -1.0577282905578613, -4.7432553401449695e-05], "std": [2.5643790650065057e-05, 1.8045266187982634e-05, 2.295476406288799e-05, 2.4975604901555926e-05, 2.1920008293818682e-05, 1.768237052601762e-05, 2.1271622244967148e-05, 1.5158872884057928e-05, 7.842897502996493e-06, 1.2672090633714106e-05, 3.189431663486175e-05, 8.805673132883385e-06, 2.3546583179268055e-05, 0.10279157757759094, 0.1529330462217331, 0.0978950709104538, 0.33966875076293945, 0.38253283500671387, 0.12701554596424103, 0.17156852781772614, 0.06084439158439636, 0.04616428166627884, 0.049220237880945206, 0.46075472235679626, 0.39050620794296265, 0.35448750853538513, 0.6127666234970093, 400.7915954589844, 1.3794289088764344e-06, 2.7630937893263763e-06, 3.2381806249759393e-06, 1.084395989892073e-05, 0.0008353765588253736, 4.546878699329682e-06], "count": [801]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.021223202347755432, 0.4710119962692261, -0.5373345017433167, -1.9733914136886597, 0.2537883222103119, -0.12061969935894012, -0.02834414690732956, -0.36571601033210754, -0.4891799986362457, 0.10329499840736389, 0.4796636402606964, -2.6075899600982666, 0.4997946619987488, 1000.0, 148.0, 0.0005056872614659369, -0.23473477363586426, -0.8520898818969727, 1.9047033786773682, -1.0588983297348022, -6.170095730340108e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02839650586247444, -0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.3557853698730469, 0.919369637966156, -0.1374272257089615, -0.9901776909828186, 1.5822631120681763, 0.35239943861961365, 0.6426826119422913, -0.18991400301456451, -0.34906598925590515, 0.27006998658180237, 1.748226523399353, -1.121137022972107, 1.4736886024475098, 1002.0, 1002.0, 0.0005376451881602407, -0.23469530045986176, -0.8520843386650085, 1.9047207832336426, -1.0564239025115967, -3.0375857022590935e-05], "mean": [-0.19951915740966797, 0.6046743392944336, 0.45138779282569885, -1.4119588136672974, -0.253905326128006, -0.1205255463719368, 0.02828218974173069, -0.3103305399417877, 0.4675741493701935, 0.2282446175813675, -1.5732378959655762, -1.121141791343689, -0.7462758421897888, 0.14869168400764465, 0.6752023100852966, -0.3872514069080353, -1.4983315467834473, 1.1968945264816284, 0.15932908654212952, 0.4508805274963379, -0.28558218479156494, -0.4202593266963959, 0.2033589631319046, 1.1513288021087646, -2.2236855030059814, 1.0055493116378784, 1001.790283203125, 483.9488220214844, 0.0005193566903471947, -0.2347114235162735, -0.8520901203155518, 1.9047019481658936, -1.0577281713485718, -4.743492172565311e-05], "std": [2.5643563276389614e-05, 1.804580278985668e-05, 2.2933199943508953e-05, 2.5031205950654112e-05, 2.1983563783578575e-05, 1.766364039212931e-05, 2.1167916202102788e-05, 1.5167978745012078e-05, 7.839898898964748e-06, 1.2671945114561822e-05, 3.189431663486175e-05, 8.805673132883385e-06, 2.3546583179268055e-05, 0.10282380133867264, 0.15312668681144714, 0.09800152480602264, 0.3398827910423279, 0.38137128949165344, 0.12673945724964142, 0.17103803157806396, 0.06084424629807472, 0.04616149142384529, 0.049225907772779465, 0.4607769846916199, 0.38894689083099365, 0.35464128851890564, 0.6127666234970093, 400.7916259765625, 1.3801654858980328e-06, 2.767610112641705e-06, 3.236613338231109e-06, 1.0838313755812123e-05, 0.0008351578144356608, 4.5449251047102734e-06], "count": [801]}, "timestamp": {"min": [0.0], "max": [26.666666666666668], "mean": [13.333333333333334], "std": [7.707620087122056], "count": [801]}, "frame_index": {"min": [0], "max": [800], "mean": [400.0], "std": [231.22860261366168], "count": [801]}, "episode_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [801]}, "index": {"min": [142058], "max": [142858], "mean": [142458.0], "std": [231.22860261366168], "count": [801]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [801]}, "gripper_open_scale_state": {"min": [1.0, 0.14800000190734863], "max": [1.0, 1.0], "mean": [1.0, 0.4835443232910761], "std": [0.0, 0.4002706023053841], "count": [801]}, "gripper_open_scale_action": {"min": [1.0, 0.14800000190734863], "max": [1.0, 1.0], "mean": [1.0, 0.4835443232910761], "std": [0.0, 0.4002706023053841], "count": [801]}, "eef_direction_state": {"mean": [6.0, 3.302122347066167], "std": [0.0, 2.228766192669278], "min": [6, 0], "max": [6, 6], "count": [801]}, "eef_velocity_state": {"mean": [0.0, 0.8239700374531835], "std": [0.0, 0.5677339313711017], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_acc_mag_state": {"mean": [0.0, 0.6317103620474407], "std": [0.0, 0.807544448287555], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_direction_action": {"mean": [6.0, 3.302122347066167], "std": [0.0, 2.228766192669278], "min": [6, 0], "max": [6, 6], "count": [801]}, "eef_velocity_action": {"mean": [0.0, 0.8239700374531835], "std": [0.0, 0.5677339313711017], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_acc_mag_action": {"mean": [0.0, 0.6317103620474407], "std": [0.0, 0.807544448287555], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_sim_pose_state": {"mean": [-0.31033068895339966, 0.46757426857948303, 0.2282448559999466, -1.5732258558273315, -1.1211371421813965, -0.7462747693061829, -0.28564366698265076, -0.42037466168403625, 0.20343101024627686, 1.1513046026229858, -2.2229220867156982, 1.0057170391082764], "std": [1.5158285350480583e-05, 7.842646482458804e-06, 1.2670588148466777e-05, 2.954595402115956e-05, 7.569997251266614e-06, 2.3522256014985032e-05, 0.06084437295794487, 0.046164289116859436, 0.049220237880945206, 0.4607546627521515, 0.39050641655921936, 0.3544876277446747], "min": [-0.31038498878479004, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36571601033210754, -0.4891799986362457, 0.10329499840736389, 0.4796636402606964, -2.6075899600982666, 0.4997946619987488], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.18991400301456451, -0.34906598925590515, 0.27006998658180237, 1.748226523399353, -1.121137022972107, 1.4736886024475098], "count": [801]}, "eef_sim_pose_action": {"mean": [-0.3103305399417877, 0.4675741493701935, 0.22824464738368988, -1.5732378959655762, -1.121141791343689, -0.7462758421897888, -0.2856435477733612, -0.4203746020793915, 0.20343077182769775, 1.1513047218322754, -2.2229225635528564, 1.0057162046432495], "std": [1.5158872884057928e-05, 7.842897502996493e-06, 1.2672090633714106e-05, 3.189431663486175e-05, 8.805673132883385e-06, 2.3546583179268055e-05, 0.06084439158439636, 0.04616428166627884, 0.049220237880945206, 0.46075472235679626, 0.39050620794296265, 0.35448750853538513], "min": [-0.31038498878479004, 0.4675469994544983, 0.22819100320339203, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36571601033210754, -0.4891799986362457, 0.10329499840736389, 0.4796636402606964, -2.6075899600982666, 0.4997946619987488], "max": [-0.31028100848197937, 0.46759599447250366, 0.22828499972820282, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.18991400301456451, -0.34906598925590515, 0.27006998658180237, 1.748226523399353, -1.121137022972107, 1.4736886024475098], "count": [801]}, "gripper_mode_state": {"mean": [0.0, 0.6067415730337079], "std": [0.0, 0.48847337346706066], "min": [0, 0], "max": [0, 1], "count": [801]}, "gripper_activity_state": {"mean": [2.0, 1.8926342072409488], "std": [0.0, 0.4071252737705235], "min": [2, 0], "max": [2, 2], "count": [801]}, "gripper_mode_action": {"mean": [0.0, 0.6067415730337079], "std": [0.0, 0.48847337346706066], "min": [0, 0], "max": [0, 1], "count": [801]}, "gripper_activity_action": {"mean": [2.0, 1.8926342072409488], "std": [0.0, 0.4071252737705235], "min": [2, 0], "max": [2, 2], "count": [801]}}} +{"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.42616373424369747]], [[0.4044064518168379]], [[0.4132374764141768]]], "std": [[[0.2055512476300591]], [[0.20820834582823847]], [[0.20364435610457482]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40462833970393713]], [[0.3949775375427949]], [[0.3979165876420012]]], "std": [[[0.22866822809850978]], [[0.22778463176223296]], [[0.2162245957042648]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4918159077867258]], [[0.47271343467942734]], [[0.48079819653555866]]], "std": [[[0.21199643929447248]], [[0.21070683029693826]], [[0.22149630688264763]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4355219044214908]], [[0.4171475961912543]], [[0.4279709712009804]]], "std": [[[0.28670480205080157]], [[0.2730314864472037]], [[0.27532802301209086]]], "count": [168]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.310371994972229, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.015027284622192383, 0.25673794746398926, -0.6530149579048157, -1.9035608768463135, 0.2537883222103119, -0.17189747095108032, -0.12103858590126038, -0.3799229860305786, -0.4964210093021393, 0.01420500036329031, 0.5661916136741638, -2.446702718734741, 0.54982990026474, 1000.0, 178.0, 0.0005113269435241818, -0.23472726345062256, -0.8521334528923035, 1.904472827911377, -1.0590195655822754, -0.0005685981013812125], "max": [-0.19945622980594635, 0.604791522026062, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36308082938194275, 0.6853733658790588, -0.18757052719593048, -0.9494242072105408, 1.419005036354065, 0.23237313330173492, 0.5229529738426208, -0.19992899894714355, -0.3675070106983185, 0.22929400205612183, 1.7103368043899536, -1.121137022972107, 1.5633636713027954, 1002.0, 1002.0, 0.0005113269435241818, -0.2346990555524826, -0.8520858883857727, 1.9051153659820557, -1.0563240051269531, 0.0007480054628103971], "mean": [-0.19951988756656647, 0.6046705842018127, 0.4513895809650421, -1.411965250968933, -0.2539047598838806, -0.12052761018276215, 0.028276363387703896, -0.3103296458721161, 0.4675738215446472, 0.22824062407016754, -1.5732394456863403, -1.1211422681808472, -0.7462767362594604, 0.20282642543315887, 0.4879949688911438, -0.4242035448551178, -1.4789482355117798, 1.0346755981445312, 0.11487755179405212, 0.2810995876789093, -0.29251551628112793, -0.4421260952949524, 0.14522451162338257, 1.158141016960144, -2.1029539108276367, 1.0601692199707031, 1001.7333374023438, 546.7860107421875, 0.0005113243823871017, -0.23470722138881683, -0.8521087765693665, 1.9048192501068115, -1.0577589273452759, 1.4629582437919453e-05], "std": [2.530279743950814e-05, 1.8997377992491238e-05, 2.237904664070811e-05, 2.3883498215582222e-05, 2.229956407973077e-05, 1.570456151966937e-05, 2.5490009647910483e-05, 1.4619936337112449e-05, 7.749309588689357e-06, 1.2143383173679467e-05, 1.2516975402832031e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.08918842673301697, 0.1250065714120865, 0.10356572270393372, 0.2879057228565216, 0.3285602033138275, 0.0984039232134819, 0.1914885938167572, 0.05425925925374031, 0.04020465537905693, 0.05809228867292404, 0.4100925326347351, 0.3348691463470459, 0.34454774856567383, 0.6798673868179321, 400.7571716308594, 2.561137080192566e-09, 1.9518620320013724e-06, 1.0679792467271909e-05, 0.00012760967365466058, 0.0008181011071428657, 0.0003148760588373989], "count": [930]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.310371994972229, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.015027284622192383, 0.25673794746398926, -0.6530149579048157, -1.9035608768463135, 0.2537883222103119, -0.17189747095108032, -0.12103858590126038, -0.3799229860305786, -0.4964210093021393, 0.01420500036329031, 0.5661916136741638, -2.446702718734741, 0.54982990026474, 1000.0, 178.0, 0.0005113269435241818, -0.23472726345062256, -0.8521334528923035, 1.904472827911377, -1.0590195655822754, -0.0005685981013812125], "max": [-0.19945622980594635, 0.604791522026062, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36308082938194275, 0.6853733658790588, -0.18757052719593048, -0.9494242072105408, 1.419005036354065, 0.23237313330173492, 0.5229529738426208, -0.19992899894714355, -0.3675070106983185, 0.22929400205612183, 1.7103368043899536, -1.121137022972107, 1.5633636713027954, 1002.0, 1002.0, 0.0005113269435241818, -0.2346990555524826, -0.8520858883857727, 1.9051153659820557, -1.0563240051269531, 0.0007480054628103971], "mean": [-0.19951990246772766, 0.6046705842018127, 0.4513896107673645, -1.4119651317596436, -0.253904789686203, -0.12052761018276215, 0.02827630750834942, -0.3103296756744385, 0.4675738215446472, 0.22824062407016754, -1.5732394456863403, -1.1211422681808472, -0.7462767362594604, 0.20276106894016266, 0.48803362250328064, -0.4242953360080719, -1.4793832302093506, 1.0352083444595337, 0.11523962020874023, 0.28116124868392944, -0.2924613654613495, -0.44205600023269653, 0.14510048925876617, 1.1579713821411133, -2.103684663772583, 1.0601494312286377, 1001.7333374023438, 546.7860107421875, 0.0005113243823871017, -0.23470722138881683, -0.8521087765693665, 1.9048194885253906, -1.0577584505081177, 1.4468314475379884e-05], "std": [2.530040183046367e-05, 1.8997377992491238e-05, 2.2377893401426263e-05, 2.3889489966677502e-05, 2.2296448150882497e-05, 1.570456151966937e-05, 2.5436362193431705e-05, 1.4619390640291385e-05, 7.746968549326994e-06, 1.2140777471358888e-05, 1.2516975402832031e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.08921308070421219, 0.12504824995994568, 0.10362750291824341, 0.2881094217300415, 0.32769426703453064, 0.09815564751625061, 0.19139809906482697, 0.054266661405563354, 0.040216974914073944, 0.05803797394037247, 0.40995341539382935, 0.33346477150917053, 0.3445661664009094, 0.6798673868179321, 400.7571716308594, 2.561137080192566e-09, 1.9544445422070567e-06, 1.065712422132492e-05, 0.00012753713235724717, 0.0008179990109056234, 0.00031494360882788897], "count": [930]}, "timestamp": {"min": [0.0], "max": [30.966666666666665], "mean": [15.483333333333333], "std": [8.948923999048196], "count": [930]}, "frame_index": {"min": [0], "max": [929], "mean": [464.5], "std": [268.4677199714459], "count": [930]}, "episode_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [930]}, "index": {"min": [142859], "max": [143788], "mean": [143323.5], "std": [268.4677199714459], "count": [930]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [930]}, "gripper_open_scale_state": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5462193570470297], "std": [0.0, 0.4001158212219215], "count": [930]}, "gripper_open_scale_action": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5462193570470297], "std": [0.0, 0.4001158212219215], "count": [930]}, "eef_direction_state": {"mean": [6.0, 3.6032258064516127], "std": [0.0, 2.1831688329839527], "min": [6, 0], "max": [6, 6], "count": [930]}, "eef_velocity_state": {"mean": [0.0, 0.789247311827957], "std": [0.0, 0.5926906690335564], "min": [0, 0], "max": [0, 2], "count": [930]}, "eef_acc_mag_state": {"mean": [0.0, 0.6516129032258065], "std": [0.0, 0.8119554126253276], "min": [0, 0], "max": [0, 2], "count": [930]}, "eef_direction_action": {"mean": [6.0, 3.6032258064516127], "std": [0.0, 2.1831688329839527], "min": [6, 0], "max": [6, 6], "count": [930]}, "eef_velocity_action": {"mean": [0.0, 0.789247311827957], "std": [0.0, 0.5926906690335564], "min": [0, 0], "max": [0, 2], "count": [930]}, "eef_acc_mag_action": {"mean": [0.0, 0.6516129032258065], "std": [0.0, 0.8119554126253276], "min": [0, 0], "max": [0, 2], "count": [930]}, "eef_sim_pose_state": {"mean": [-0.3103296458721161, 0.4675739109516144, 0.22824057936668396, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.29251551628112793, -0.44212606549263, 0.14522461593151093, 1.1581413745880127, -2.1029531955718994, 1.0601705312728882], "std": [1.4619938156101853e-05, 7.748728421574924e-06, 1.2143264029873535e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05425926297903061, 0.04020465537905693, 0.05809229239821434, 0.4100927710533142, 0.33486929535865784, 0.3445478081703186], "min": [-0.310371994972229, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3799229860305786, -0.4964210093021393, 0.01420500036329031, 0.5661916136741638, -2.446702718734741, 0.54982990026474], "max": [-0.31027498841285706, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19992899894714355, -0.3675070106983185, 0.22929400205612183, 1.7103368043899536, -1.121137022972107, 1.5633636713027954], "count": [930]}, "eef_sim_pose_action": {"mean": [-0.3103296458721161, 0.4675738215446472, 0.22824062407016754, -1.5732394456863403, -1.1211422681808472, -0.7462767362594604, -0.29251551628112793, -0.4421260952949524, 0.14522451162338257, 1.158141016960144, -2.1029539108276367, 1.0601692199707031], "std": [1.4619936337112449e-05, 7.749309588689357e-06, 1.2143383173679467e-05, 1.2516975402832031e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.05425925925374031, 0.04020465537905693, 0.05809228867292404, 0.4100925326347351, 0.3348691463470459, 0.34454774856567383], "min": [-0.310371994972229, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3799229860305786, -0.4964210093021393, 0.01420500036329031, 0.5661916136741638, -2.446702718734741, 0.54982990026474], "max": [-0.31027498841285706, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19992899894714355, -0.3675070106983185, 0.22929400205612183, 1.7103368043899536, -1.121137022972107, 1.5633636713027954], "count": [930]}, "gripper_mode_state": {"mean": [0.0, 0.546236559139785], "std": [0.0, 0.4978575906812222], "min": [0, 0], "max": [0, 1], "count": [930]}, "gripper_activity_state": {"mean": [2.0, 1.90752688172043], "std": [0.0, 0.3824754006116874], "min": [2, 0], "max": [2, 2], "count": [930]}, "gripper_mode_action": {"mean": [0.0, 0.546236559139785], "std": [0.0, 0.4978575906812222], "min": [0, 0], "max": [0, 1], "count": [930]}, "gripper_activity_action": {"mean": [2.0, 1.90752688172043], "std": [0.0, 0.38247540061168733], "min": [2, 0], "max": [2, 2], "count": [930]}}} +{"episode_index": 176, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.43014480789461906]], [[0.4068446789103769]], [[0.414682435759692]]], "std": [[[0.2032392657046624]], [[0.20579442129012981]], [[0.20218329943043442]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39918485876085597]], [[0.389968828341839]], [[0.39228545947488586]]], "std": [[[0.22755536949459212]], [[0.22531162186663636]], [[0.2149794466815116]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49371503715641507]], [[0.47398992467991763]], [[0.4816440300720745]]], "std": [[[0.21222520260973374]], [[0.21063855650044686]], [[0.22133366399670032]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4430077432514102]], [[0.42190449989927475]], [[0.43293018762870444]]], "std": [[[0.2934436269296141]], [[0.27692240983391153]], [[0.27920404336197147]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12925907969474792, 0.40252527594566345, -0.6461034417152405, -2.0218417644500732, 0.25385814905166626, -0.12054989486932755, -0.028326693922281265, -0.35159799456596375, -0.4800800085067749, 0.0681769996881485, 0.5066187381744385, -2.495961904525757, 0.5620542168617249, 1000.0, 165.0, 0.0005056872614659369, -0.23471596837043762, -0.8521144390106201, 1.9045084714889526, -1.0590314865112305, -0.0003616625617723912], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102790117263794, 0.46759799122810364, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31749284267425537, 0.8220850229263306, -0.10494665056467056, -1.2272981405258179, 1.5573397874832153, 0.2878047823905945, 0.4201880395412445, -0.19862699508666992, -0.3469339907169342, 0.2385219931602478, 1.716448187828064, -1.121137022972107, 1.4515101909637451, 1002.0, 1002.0, 0.0005150866927579045, -0.2346765100955963, -0.8520993590354919, 1.9047881364822388, -1.0559611320495605, 0.0005818874924443662], "mean": [-0.19952508807182312, 0.6046805381774902, 0.4513895809650421, -1.411963701248169, -0.2539095878601074, -0.12054639309644699, 0.0282770786434412, -0.310324490070343, 0.4675758481025696, 0.22824454307556152, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.09161783754825592, 0.6005348563194275, -0.3681297302246094, -1.588991403579712, 1.0469003915786743, 0.14855742454528809, 0.25643107295036316, -0.29165133833885193, -0.4159761965274811, 0.18101389706134796, 1.1310590505599976, -2.0639591217041016, 1.00030517578125, 1001.778076171875, 527.8245239257812, 0.000510643410962075, -0.23469579219818115, -0.8521113991737366, 1.9046286344528198, -1.0577483177185059, 1.3481837868312141e-08], "std": [2.593845965748187e-05, 2.1103453036630526e-05, 2.325566856598016e-05, 2.5453244234086014e-05, 2.375018084421754e-05, 1.7918835510499775e-05, 2.174342989746947e-05, 1.457382950320607e-05, 7.736477527942043e-06, 1.2452150258468464e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.11564981192350388, 0.11966032534837723, 0.12967640161514282, 0.26296207308769226, 0.38975104689598083, 0.12218932062387466, 0.1351625919342041, 0.05014122650027275, 0.044308725744485855, 0.049431826919317245, 0.436635822057724, 0.3932017683982849, 0.2917475402355194, 0.6281865239143372, 404.0255126953125, 9.943804570866632e-07, 2.534957729949383e-06, 3.3603107567614643e-06, 6.171548011479899e-05, 0.0008678176091052592, 0.00023695053823757917], "count": [775]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036999821662903, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12925907969474792, 0.40252527594566345, -0.6461034417152405, -2.0218417644500732, 0.25385814905166626, -0.12054989486932755, -0.028326693922281265, -0.35159799456596375, -0.4800800085067749, 0.0681769996881485, 0.5066187381744385, -2.495961904525757, 0.5620542168617249, 1000.0, 165.0, 0.0005056872614659369, -0.23471596837043762, -0.8521144390106201, 1.9045084714889526, -1.0590314865112305, -0.0003607133112382144], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102790117263794, 0.46759799122810364, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31749284267425537, 0.8220850229263306, -0.10494665056467056, -1.2272981405258179, 1.5573397874832153, 0.2878047823905945, 0.4201880395412445, -0.19862699508666992, -0.3469339907169342, 0.2385219931602478, 1.716448187828064, -1.121137022972107, 1.4515101909637451, 1002.0, 1002.0, 0.0005150866927579045, -0.2346765100955963, -0.8520993590354919, 1.9047881364822388, -1.0559611320495605, 0.0005818874924443662], "mean": [-0.19952520728111267, 0.604680597782135, 0.4513895809650421, -1.4119638204574585, -0.2539095878601074, -0.12054632604122162, 0.02827710099518299, -0.31032443046569824, 0.46757587790489197, 0.2282445877790451, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.09154578298330307, 0.6008138060569763, -0.3683720827102661, -1.5895118713378906, 1.0475224256515503, 0.148782417178154, 0.2564501464366913, -0.291606068611145, -0.41587600111961365, 0.18090899288654327, 1.13097083568573, -2.064655303955078, 1.0002084970474243, 1001.778076171875, 527.8232421875, 0.000510643410962075, -0.23469576239585876, -0.8521113991737366, 1.9046283960342407, -1.0577472448349, 4.580957977395883e-07], "std": [2.590254007373005e-05, 2.108335684170015e-05, 2.3242448150995187e-05, 2.544385461078491e-05, 2.375018084421754e-05, 1.7872949683805928e-05, 2.1731582819484174e-05, 1.455223264201777e-05, 7.713902959949337e-06, 1.240977508132346e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.11559999734163284, 0.11992117762565613, 0.1300067901611328, 0.26301032304763794, 0.3888686001300812, 0.12185364216566086, 0.13512350618839264, 0.050140149891376495, 0.04427973926067352, 0.049417801201343536, 0.43655329942703247, 0.39200806617736816, 0.2918439507484436, 0.6281865239143372, 404.0242004394531, 9.943804570866632e-07, 2.547664507801528e-06, 3.364400754435337e-06, 6.148765532998368e-05, 0.0008687350782565773, 0.00023659451107960194], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [775]}, "index": {"min": [143789], "max": [144563], "mean": [144176.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.16500000655651093], "max": [1.0, 1.0], "mean": [1.0, 0.5273264488481706], "std": [0.0, 0.40344046559636393], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.16500000655651093], "max": [1.0, 1.0], "mean": [1.0, 0.5273264488481706], "std": [0.0, 0.40344046559636393], "count": [775]}, "eef_direction_state": {"mean": [6.0, 3.718709677419355], "std": [0.0, 2.2127719325294715], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.8309677419354838], "std": [0.0, 0.7010193262197641], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.6141935483870967], "std": [0.0, 0.8013246057805442], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 3.718709677419355], "std": [0.0, 2.2127719325294715], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.8309677419354838], "std": [0.0, 0.7010193262197641], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.6141935483870967], "std": [0.0, 0.8013246057805442], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.31032440066337585, 0.46757546067237854, 0.2282445728778839, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2916513681411743, -0.4159761667251587, 0.18101386725902557, 1.1310597658157349, -2.0639584064483643, 1.000304102897644], "std": [1.457340385968564e-05, 7.725873729214072e-06, 1.245213297806913e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.05014120787382126, 0.04430873692035675, 0.049431826919317245, 0.4366357624530792, 0.3932020366191864, 0.2917473614215851], "min": [-0.31036999821662903, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35159799456596375, -0.4800800085067749, 0.0681769996881485, 0.5066187381744385, -2.495961904525757, 0.5620542168617249], "max": [-0.3102790117263794, 0.46759799122810364, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19862699508666992, -0.3469339907169342, 0.2385219931602478, 1.716448187828064, -1.121137022972107, 1.4515101909637451], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.310324490070343, 0.4675758481025696, 0.22824454307556152, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29165133833885193, -0.4159761965274811, 0.18101389706134796, 1.1310590505599976, -2.0639591217041016, 1.00030517578125], "std": [1.457382950320607e-05, 7.736477527942043e-06, 1.2452150258468464e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.05014122650027275, 0.044308725744485855, 0.049431826919317245, 0.436635822057724, 0.3932017683982849, 0.2917475402355194], "min": [-0.31036999821662903, 0.4675520062446594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35159799456596375, -0.4800800085067749, 0.0681769996881485, 0.5066187381744385, -2.495961904525757, 0.5620542168617249], "max": [-0.3102790117263794, 0.46759799122810364, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19862699508666992, -0.3469339907169342, 0.2385219931602478, 1.716448187828064, -1.121137022972107, 1.4515101909637451], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.56], "std": [0.0, 0.49638694583963683], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.8903225806451613], "std": [0.0, 0.4121969766442121], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.56], "std": [0.0, 0.49638694583963683], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.8903225806451613], "std": [0.0, 0.4121969766442121], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"episode_index": 177, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.4334037011505991]], [[0.4092526240241467]], [[0.4172042029774873]]], "std": [[[0.20208547690162226]], [[0.20457053936282407]], [[0.20119026460920378]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39684955263934274]], [[0.38789416246822805]], [[0.3907721212327524]]], "std": [[[0.2282620861068237]], [[0.22605108496145734]], [[0.21544324249156718]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.494454811467411]], [[0.4744468628018337]], [[0.4821706083764524]]], "std": [[[0.21260300624882728]], [[0.21065996585483968]], [[0.2213410033563079]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44944223317220405]], [[0.4282834102101489]], [[0.44102050284813]]], "std": [[[0.29757850811590597]], [[0.2825678115529638]], [[0.2842795164543742]]], "count": [144]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.004956735298037529, 0.44601890444755554, -0.545467734336853, -1.7972701787948608, 0.25385814905166626, -0.12054989486932755, -0.02834414690732956, -0.3572770059108734, -0.4843960106372833, 0.13461099565029144, 0.42373648285865784, -2.5792267322540283, 0.7462756037712097, 1000.0, 173.0, 0.0005038073868490756, -0.23471222817897797, -0.8521105051040649, 1.9045829772949219, -1.0588643550872803, -2.8477366868173704e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.46760499477386475, 0.22830699384212494, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.31412434577941895, 0.8160287141799927, -0.1324879378080368, -1.0539345741271973, 1.52559232711792, 0.4582012891769409, 0.47052329778671265, -0.2380409985780716, -0.37220901250839233, 0.2500630021095276, 1.5732269287109375, -1.121137022972107, 1.3959393501281738, 1002.0, 1002.0, 0.0005075671360827982, -0.23469717800617218, -0.852101743221283, 1.9046416282653809, -1.0563502311706543, -5.6954731917358e-06], "mean": [-0.1995282620191574, 0.6046654582023621, 0.4513888657093048, -1.4119611978530884, -0.2539132535457611, -0.12054666876792908, 0.02827327512204647, -0.3103238344192505, 0.4675767719745636, 0.22823798656463623, -1.573237657546997, -1.1211410760879517, -0.7462758421897888, 0.15162019431591034, 0.6256228685379028, -0.393013596534729, -1.469519853591919, 1.2401695251464844, 0.1579766720533371, 0.2901105582714081, -0.3022235035896301, -0.43564391136169434, 0.20232725143432617, 0.9551644325256348, -2.201566696166992, 1.096879243850708, 1001.7503051757812, 519.8607177734375, 0.0005065412842668593, -0.2347010225057602, -0.8521072268486023, 1.9046409130096436, -1.0577479600906372, -1.6306816178257577e-05], "std": [2.6010182409663685e-05, 1.951748527062591e-05, 2.3542052076663822e-05, 2.556320214353036e-05, 2.3788048565620556e-05, 1.7803247828851454e-05, 1.958374195965007e-05, 1.49355028042919e-05, 8.118475307128392e-06, 1.3126588783052284e-05, 3.2537627703277394e-05, 8.632133358332794e-06, 2.415742892480921e-05, 0.09671412408351898, 0.12325594574213028, 0.09982741624116898, 0.24105583131313324, 0.38622793555259705, 0.18437232077121735, 0.16244274377822876, 0.03682738542556763, 0.0373917892575264, 0.0317511186003685, 0.3756299614906311, 0.427310585975647, 0.2104320377111435, 0.6610651016235352, 397.34222412109375, 9.410159691469744e-07, 1.9714059362740954e-06, 3.299917352705961e-06, 1.427557162969606e-05, 0.0008091081981547177, 2.6936118047160562e-06], "count": [761]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.004956735298037529, 0.44601890444755554, -0.545467734336853, -1.7972701787948608, 0.25385814905166626, -0.12054989486932755, -0.02834414690732956, -0.3572770059108734, -0.4843960106372833, 0.13461099565029144, 0.42373648285865784, -2.5792267322540283, 0.7462756037712097, 1000.0, 173.0, 0.0005038073868490756, -0.23471222817897797, -0.8521105051040649, 1.9045829772949219, -1.0588643550872803, -2.8477366868173704e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.46760499477386475, 0.22830699384212494, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.31412434577941895, 0.8160287141799927, -0.1324879378080368, -1.0539345741271973, 1.52559232711792, 0.4582012891769409, 0.47052329778671265, -0.2380409985780716, -0.37220901250839233, 0.2500630021095276, 1.5732269287109375, -1.121137022972107, 1.3959393501281738, 1002.0, 1002.0, 0.0005075671360827982, -0.23469717800617218, -0.852101743221283, 1.9046416282653809, -1.0563502311706543, -5.6954731917358e-06], "mean": [-0.19952820241451263, 0.6046655774116516, 0.4513888359069824, -1.4119609594345093, -0.2539132833480835, -0.12054658681154251, 0.02827318198978901, -0.3103238642215729, 0.4675767719745636, 0.22823801636695862, -1.573237657546997, -1.1211410760879517, -0.7462758421897888, 0.1514025330543518, 0.6258620619773865, -0.3931305408477783, -1.470010757446289, 1.2408764362335205, 0.15802279114723206, 0.29016292095184326, -0.3021858334541321, -0.43553513288497925, 0.20224574208259583, 0.9550142288208008, -2.2023353576660156, 1.097047209739685, 1001.7503051757812, 519.8607177734375, 0.0005065388395451009, -0.2347010225057602, -0.8521072268486023, 1.9046409130096436, -1.0577481985092163, -1.6305568351526745e-05], "std": [2.599385152279865e-05, 1.9450633772066794e-05, 2.3528593374066986e-05, 2.5590459699742496e-05, 2.3787866666680202e-05, 1.7758055037120357e-05, 1.9660068574012257e-05, 1.4940081200620625e-05, 8.124065061565489e-06, 1.311304367845878e-05, 3.2537627703277394e-05, 8.632133358332794e-06, 2.415742892480921e-05, 0.09679234772920609, 0.12339141964912415, 0.09994768351316452, 0.24131833016872406, 0.3849124014377594, 0.1843070387840271, 0.1623465120792389, 0.036833737045526505, 0.037419065833091736, 0.031764011830091476, 0.37540537118911743, 0.42589011788368225, 0.21020276844501495, 0.6610651016235352, 397.34222412109375, 9.407908123648667e-07, 1.970323864952661e-06, 3.2970867778203683e-06, 1.4318215107778087e-05, 0.0008094415534287691, 2.6939114832202904e-06], "count": [761]}, "timestamp": {"min": [0.0], "max": [25.333333333333332], "mean": [12.666666666666668], "std": [7.322719591942751], "count": [761]}, "frame_index": {"min": [0], "max": [760], "mean": [380.0], "std": [219.68158775828255], "count": [761]}, "episode_index": {"min": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [761]}, "index": {"min": [144564], "max": [145324], "mean": [144944.0], "std": [219.68158775828255], "count": [761]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [761]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5194139278710437], "std": [0.0, 0.39680113714765647], "count": [761]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5194139278710437], "std": [0.0, 0.39680113714765647], "count": [761]}, "eef_direction_state": {"mean": [6.0, 3.5505913272010514], "std": [0.0, 2.2399732006042994], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_state": {"mean": [0.0, 0.7003942181340341], "std": [0.0, 0.5274213690883558], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_state": {"mean": [0.0, 0.5321944809461235], "std": [0.0, 0.7668057841891875], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_direction_action": {"mean": [6.0, 3.5505913272010514], "std": [0.0, 2.2399732006042994], "min": [6, 0], "max": [6, 6], "count": [761]}, "eef_velocity_action": {"mean": [0.0, 0.7003942181340341], "std": [0.0, 0.5274213690883558], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_acc_mag_action": {"mean": [0.0, 0.5321944809461235], "std": [0.0, 0.7668057841891875], "min": [0, 0], "max": [0, 2], "count": [761]}, "eef_sim_pose_state": {"mean": [-0.3103237748146057, 0.46757641434669495, 0.22823791205883026, -1.5732258558273315, -1.121137261390686, -0.7462747097015381, -0.3022235929965973, -0.43564409017562866, 0.2023271769285202, 0.9551644325256348, -2.2015652656555176, 1.0968793630599976], "std": [1.493547733844025e-05, 8.11055906524416e-06, 1.3126481462677475e-05, 3.0311513910419308e-05, 7.764770998619497e-06, 2.4131746613420546e-05, 0.03682737424969673, 0.03739180043339729, 0.0317511148750782, 0.37562990188598633, 0.4273104965686798, 0.2104320079088211], "min": [-0.3103730082511902, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3572770059108734, -0.4843960106372833, 0.13461099565029144, 0.42373648285865784, -2.5792267322540283, 0.7462756037712097], "max": [-0.31027600169181824, 0.46760499477386475, 0.22830699384212494, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2380409985780716, -0.37220901250839233, 0.2500630021095276, 1.5732269287109375, -1.121137022972107, 1.3959393501281738], "count": [761]}, "eef_sim_pose_action": {"mean": [-0.3103238344192505, 0.4675767719745636, 0.22823798656463623, -1.573237657546997, -1.1211410760879517, -0.7462758421897888, -0.3022235035896301, -0.43564391136169434, 0.20232725143432617, 0.9551644325256348, -2.201566696166992, 1.096879243850708], "std": [1.49355028042919e-05, 8.118475307128392e-06, 1.3126588783052284e-05, 3.2537627703277394e-05, 8.632133358332794e-06, 2.415742892480921e-05, 0.03682738542556763, 0.0373917892575264, 0.0317511186003685, 0.3756299614906311, 0.427310585975647, 0.2104320377111435], "min": [-0.3103730082511902, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3572770059108734, -0.4843960106372833, 0.13461099565029144, 0.42373648285865784, -2.5792267322540283, 0.7462756037712097], "max": [-0.31027600169181824, 0.46760499477386475, 0.22830699384212494, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2380409985780716, -0.37220901250839233, 0.2500630021095276, 1.5732269287109375, -1.121137022972107, 1.3959393501281738], "count": [761]}, "gripper_mode_state": {"mean": [0.0, 0.5755584756898817], "std": [0.0, 0.4942579455622557], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_state": {"mean": [2.0, 1.888304862023653], "std": [0.0, 0.41570027561754536], "min": [2, 0], "max": [2, 2], "count": [761]}, "gripper_mode_action": {"mean": [0.0, 0.5755584756898817], "std": [0.0, 0.4942579455622558], "min": [0, 0], "max": [0, 1], "count": [761]}, "gripper_activity_action": {"mean": [2.0, 1.888304862023653], "std": [0.0, 0.41570027561754536], "min": [2, 0], "max": [2, 2], "count": [761]}}} +{"episode_index": 178, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9921568627450981]]], "mean": [[[0.427742628246474]], [[0.404124338880289]], [[0.4122326321701926]]], "std": [[[0.20360790513226085]], [[0.20624655641549405]], [[0.20251674783654547]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40022699249656]], [[0.3908511741593567]], [[0.3933330000859993]]], "std": [[[0.2281706116597916]], [[0.22567776805476578]], [[0.215377740373487]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4926467040763674]], [[0.4729981039839181]], [[0.4807332717900757]]], "std": [[[0.212037403330608]], [[0.21050211652941536]], [[0.22117390127475958]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.435520568616701]], [[0.4149122269521844]], [[0.4257645244775542]]], "std": [[[0.29451600106763226]], [[0.2792875536002808]], [[0.2815173447621994]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103730082511902, 0.4675529897212982, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.017418386414647102, 0.3655417561531067, -0.6691243648529053, -1.8885160684585571, 0.25382325053215027, -0.12058479338884354, -0.02834414690732956, -0.3483690023422241, -0.48443999886512756, 0.06275700032711029, 0.4082633852958679, -2.5265073776245117, 0.46723809838294983, 1000.0, 163.0, 0.0004850086406804621, -0.23473289608955383, -0.8521120548248291, 1.904531478881836, -1.0588682889938354, -2.657887489476707e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028413960710167885, -0.3102790117263794, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3141941726207733, 0.8699942827224731, -0.09800023585557938, -1.1871905326843262, 1.6221264600753784, 0.34204962849617004, 0.4495968222618103, -0.19481399655342102, -0.3748739957809448, 0.23482200503349304, 1.7421754598617554, -1.121137022972107, 1.4845354557037354, 1002.0, 1002.0, 0.0005132068181410432, -0.23465770483016968, -0.8520843386650085, 1.9046645164489746, -1.0559515953063965, 0.00023351440904662013], "mean": [-0.19951966404914856, 0.6046792268753052, 0.4513893127441406, -1.411963939666748, -0.2539173364639282, -0.12054863572120667, 0.028274791315197945, -0.3103264272212982, 0.46757328510284424, 0.22824342548847198, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.18443048000335693, 0.5841944217681885, -0.4030347466468811, -1.520679235458374, 1.1438579559326172, 0.1747702807188034, 0.28827160596847534, -0.2859600782394409, -0.4362774193286896, 0.175342857837677, 1.0831842422485352, -2.149728536605835, 1.0252635478973389, 1001.738037109375, 474.539794921875, 0.0005056629306636751, -0.2346968948841095, -0.8521085977554321, 1.904627799987793, -1.0577322244644165, -1.2842118849221151e-05], "std": [2.5069082767004147e-05, 2.2154914404381998e-05, 2.2771597286919132e-05, 2.5422157705179416e-05, 2.3108619643608108e-05, 1.9430415704846382e-05, 2.4505248802597634e-05, 1.4264587662182748e-05, 7.369228114839643e-06, 1.3892464266973548e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.0820779949426651, 0.13358190655708313, 0.13376924395561218, 0.2513127326965332, 0.3839420974254608, 0.12074599415063858, 0.12792056798934937, 0.05241093784570694, 0.038934387266635895, 0.04895966127514839, 0.4958799481391907, 0.35379260778427124, 0.33673691749572754, 0.6747298240661621, 394.7784118652344, 1.001492478280852e-06, 4.715629984275438e-06, 6.348118404275738e-06, 1.6568359569646418e-05, 0.0008319844491779804, 1.7818203559727408e-05], "count": [817]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103730082511902, 0.4675529897212982, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.017418386414647102, 0.3655417561531067, -0.6691243648529053, -1.8885160684585571, 0.25384068489074707, -0.12058479338884354, -0.02834414690732956, -0.3483690023422241, -0.48443999886512756, 0.06275700032711029, 0.4082633852958679, -2.5265073776245117, 0.46723809838294983, 1000.0, 163.0, 0.0004850086406804621, -0.23473289608955383, -0.8521120548248291, 1.904531478881836, -1.0588682889938354, -2.657887489476707e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028413960710167885, -0.3102790117263794, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3141941726207733, 0.8699942827224731, -0.09800023585557938, -1.1871905326843262, 1.6221264600753784, 0.34204962849617004, 0.4495968222618103, -0.19481399655342102, -0.3748739957809448, 0.23482200503349304, 1.7421754598617554, -1.121137022972107, 1.4845354557037354, 1002.0, 1002.0, 0.0005132068181410432, -0.23465770483016968, -0.8520843386650085, 1.9046645164489746, -1.0559515953063965, 0.00023351440904662013], "mean": [-0.19951964914798737, 0.6046792268753052, 0.45138928294181824, -1.411963939666748, -0.2539173364639282, -0.12054876983165741, 0.02827472612261772, -0.31032636761665344, 0.46757325530052185, 0.22824342548847198, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.18440978229045868, 0.5844799280166626, -0.40328964591026306, -1.5211963653564453, 1.1445335149765015, 0.17496418952941895, 0.2883671820163727, -0.28589627146720886, -0.43618136644363403, 0.17522987723350525, 1.0831605195999146, -2.150500535964966, 1.0251708030700684, 1001.738037109375, 474.539794921875, 0.0005056606605648994, -0.2346969097852707, -0.8521085977554321, 1.904627799987793, -1.0577324628829956, -1.27247712953249e-05], "std": [2.507130011508707e-05, 2.21549162233714e-05, 2.2831027308711782e-05, 2.5463878046139143e-05, 2.3108619643608108e-05, 1.9552000594558194e-05, 2.4574590497650206e-05, 1.4279180504672695e-05, 7.3706492003111634e-06, 1.3882711755286437e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.0820763111114502, 0.1338741034269333, 0.13405919075012207, 0.2515232563018799, 0.38285934925079346, 0.12039845436811447, 0.12771309912204742, 0.052412960678339005, 0.038953687995672226, 0.04894387349486351, 0.4958571493625641, 0.35223254561424255, 0.3368244767189026, 0.6747298240661621, 394.7784118652344, 1.003594888970838e-06, 4.710067059932044e-06, 6.35972355667036e-06, 1.657929169596173e-05, 0.000831835379358381, 1.812174014048651e-05], "count": [817]}, "timestamp": {"min": [0.0], "max": [27.2], "mean": [13.599999999999996], "std": [7.861580276537565], "count": [817]}, "frame_index": {"min": [0], "max": [816], "mean": [408.0], "std": [235.84740829612693], "count": [817]}, "episode_index": {"min": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [817]}, "index": {"min": [145325], "max": [146141], "mean": [145733.0], "std": [235.84740829612693], "count": [817]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [817]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.4741652412032264], "std": [0.0, 0.39428057191202087], "count": [817]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.4741652412032264], "std": [0.0, 0.39428057191202087], "count": [817]}, "eef_direction_state": {"mean": [6.0, 3.4124847001223992], "std": [0.0, 2.274329270450265], "min": [6, 0], "max": [6, 6], "count": [817]}, "eef_velocity_state": {"mean": [0.0, 0.8408812729498164], "std": [0.0, 0.638728239834173], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_acc_mag_state": {"mean": [0.0, 0.6548347613219094], "std": [0.0, 0.8104756319161999], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_direction_action": {"mean": [6.0, 3.4124847001223992], "std": [0.0, 2.274329270450265], "min": [6, 0], "max": [6, 6], "count": [817]}, "eef_velocity_action": {"mean": [0.0, 0.8408812729498164], "std": [0.0, 0.638728239834173], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_acc_mag_action": {"mean": [0.0, 0.6548347613219094], "std": [0.0, 0.8104756319161999], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_sim_pose_state": {"mean": [-0.31032636761665344, 0.4675736725330353, 0.2282433956861496, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2859600782394409, -0.4362773895263672, 0.17534282803535461, 1.0831845998764038, -2.1497271060943604, 1.025262713432312], "std": [1.4264554010878783e-05, 7.3606038313300814e-06, 1.3892401511839125e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.05241093039512634, 0.0389343798160553, 0.04895966127514839, 0.4958800673484802, 0.3537929058074951, 0.3367370367050171], "min": [-0.3103730082511902, 0.4675529897212982, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3483690023422241, -0.48443999886512756, 0.06275700032711029, 0.4082633852958679, -2.5265073776245117, 0.46723809838294983], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19481399655342102, -0.3748739957809448, 0.23482200503349304, 1.7421754598617554, -1.121137022972107, 1.4845354557037354], "count": [817]}, "eef_sim_pose_action": {"mean": [-0.3103264272212982, 0.46757328510284424, 0.22824342548847198, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.2859600782394409, -0.4362774193286896, 0.175342857837677, 1.0831842422485352, -2.149728536605835, 1.0252635478973389], "std": [1.4264587662182748e-05, 7.369228114839643e-06, 1.3892464266973548e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.05241093784570694, 0.038934387266635895, 0.04895966127514839, 0.4958799481391907, 0.35379260778427124, 0.33673691749572754], "min": [-0.3103730082511902, 0.4675529897212982, 0.22818900644779205, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3483690023422241, -0.48443999886512756, 0.06275700032711029, 0.4082633852958679, -2.5265073776245117, 0.46723809838294983], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19481399655342102, -0.3748739957809448, 0.23482200503349304, 1.7421754598617554, -1.121137022972107, 1.4845354557037354], "count": [817]}, "gripper_mode_state": {"mean": [0.0, 0.6230110159118727], "std": [0.0, 0.4846321181724681], "min": [0, 0], "max": [0, 1], "count": [817]}, "gripper_activity_state": {"mean": [2.0, 1.8959608323133414], "std": [0.0, 0.40219208212757235], "min": [2, 0], "max": [2, 2], "count": [817]}, "gripper_mode_action": {"mean": [0.0, 0.6230110159118727], "std": [0.0, 0.4846321181724681], "min": [0, 0], "max": [0, 1], "count": [817]}, "gripper_activity_action": {"mean": [2.0, 1.8959608323133414], "std": [0.0, 0.4021920821275723], "min": [2, 0], "max": [2, 2], "count": [817]}}} +{"episode_index": 179, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9921568627450981]]], "mean": [[[0.43172395223636717]], [[0.4074580010486782]], [[0.41544742738513313]]], "std": [[[0.20235206562991845]], [[0.20476481715026232]], [[0.201494825097088]]], "count": [134]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3984543626841284]], [[0.38940088771827136]], [[0.392132067908009]]], "std": [[[0.22851929579481534]], [[0.22611310268140913]], [[0.21584921064706666]]], "count": [134]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4933807524875622]], [[0.47360624573212373]], [[0.48123072749000095]]], "std": [[[0.2122881349469845]], [[0.21045301584609946]], [[0.22110745528615955]]], "count": [134]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4397563195054141]], [[0.42072058366256954]], [[0.4321841832504146]]], "std": [[[0.29935319550049927]], [[0.2843142827326197]], [[0.28494433657800444]]], "count": [134]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.4675390124320984, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.016510814428329468, 0.4207290709018707, -0.5699198246002197, -1.8575713634490967, 0.2537883222103119, -0.1206895187497139, -0.02839650586247444, -0.36040499806404114, -0.4922829866409302, 0.09230100363492966, 0.5286575555801392, -2.5483524799346924, 0.6567374467849731, 1000.0, 176.0, 0.0005038073868490756, -0.23470845818519592, -0.8520985841751099, 1.9046297073364258, -1.0589736700057983, 6.075171404518187e-05], "max": [-0.19940386712551117, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12042772024869919, 0.028361599892377853, -0.31029000878334045, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3618242144584656, 0.7879812121391296, -0.14524629712104797, -1.0042275190353394, 1.5205832719802856, 0.39015090465545654, 0.5409648418426514, -0.21316100656986237, -0.3712190091609955, 0.24214500188827515, 1.5732269287109375, -1.121137022972107, 1.338304042816162, 1002.0, 1002.0, 0.0005056872614659369, -0.23466333746910095, -0.8520906567573547, 1.9046614170074463, -1.0563660860061646, 0.0001765596680343151], "mean": [-0.19950954616069794, 0.604677677154541, 0.4513852894306183, -1.4119623899459839, -0.2539253830909729, -0.1205160915851593, 0.028263403102755547, -0.3103337287902832, 0.46757179498672485, 0.22824537754058838, -1.573238492012024, -1.121139407157898, -0.7462766766548157, 0.1817147433757782, 0.589832603931427, -0.3907981812953949, -1.4134705066680908, 1.1875754594802856, 0.17004023492336273, 0.3992331624031067, -0.3041515052318573, -0.4390103220939636, 0.19658954441547394, 1.042968511581421, -2.238889217376709, 1.0678071975708008, 1001.765869140625, 502.27166748046875, 0.0005049235769547522, -0.23469746112823486, -0.8520956635475159, 1.9046574831008911, -1.0577198266983032, 8.361320942640305e-05], "std": [2.8715301596093923e-05, 1.7101438061217777e-05, 2.3229473299579695e-05, 2.602487256808672e-05, 2.3226681150845252e-05, 2.3074364435160533e-05, 2.0190340364933945e-05, 1.5690822692704387e-05, 8.58936346048722e-06, 1.2658531886700075e-05, 1.1563301086425781e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.10381951183080673, 0.11807367205619812, 0.10503704100847244, 0.28719937801361084, 0.34844347834587097, 0.14722561836242676, 0.15765254199504852, 0.04638167470693588, 0.040788277983665466, 0.044524647295475006, 0.3830745816230774, 0.3914217948913574, 0.23979341983795166, 0.6429657340049744, 393.7549133300781, 9.232048228113854e-07, 2.7080454856331926e-06, 1.9807814624073217e-06, 1.3191898688091896e-05, 0.0008074230863712728, 2.148774547094945e-05], "count": [692]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.4675390124320984, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.016510814428329468, 0.4207290709018707, -0.5699198246002197, -1.8575713634490967, 0.2537883222103119, -0.1206895187497139, -0.02834414690732956, -0.36040499806404114, -0.4922829866409302, 0.09230100363492966, 0.5286575555801392, -2.5483524799346924, 0.6567374467849731, 1000.0, 176.0, 0.0005038073868490756, -0.23470845818519592, -0.8520985841751099, 1.9046297073364258, -1.0589736700057983, 6.075171404518187e-05], "max": [-0.19940386712551117, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12042772024869919, 0.028361599892377853, -0.31029000878334045, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3618242144584656, 0.7879812121391296, -0.14524629712104797, -1.0042275190353394, 1.5205832719802856, 0.39015090465545654, 0.5409648418426514, -0.21316100656986237, -0.3712190091609955, 0.24214500188827515, 1.5732269287109375, -1.121137022972107, 1.338304042816162, 1002.0, 1002.0, 0.0005056872614659369, -0.23466333746910095, -0.8520906567573547, 1.9046614170074463, -1.0563660860061646, 0.0001765596680343151], "mean": [-0.19950954616069794, 0.604677677154541, 0.4513852894306183, -1.4119623899459839, -0.2539253532886505, -0.12051612138748169, 0.028263429179787636, -0.3103336691856384, 0.46757179498672485, 0.228245347738266, -1.573238492012024, -1.121139407157898, -0.7462766766548157, 0.18156227469444275, 0.5900914072990417, -0.39094001054763794, -1.4138954877853394, 1.1884278059005737, 0.17015764117240906, 0.399457186460495, -0.30412232875823975, -0.43891170620918274, 0.19651062786579132, 1.0427848100662231, -2.239849090576172, 1.0678852796554565, 1001.765869140625, 502.27166748046875, 0.0005049208411946893, -0.23469746112823486, -0.8520956635475159, 1.9046574831008911, -1.0577170848846436, 8.368179987883195e-05], "std": [2.8715301596093923e-05, 1.7101438061217777e-05, 2.3229473299579695e-05, 2.6075975256389938e-05, 2.3220674847834744e-05, 2.3101209080778062e-05, 2.0193076124996878e-05, 1.5696459740865976e-05, 8.58936346048722e-06, 1.2667925147979986e-05, 1.1563301086425781e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.10387060046195984, 0.118302121758461, 0.10518499463796616, 0.2874143123626709, 0.3468773365020752, 0.14702609181404114, 0.15715403854846954, 0.04638415947556496, 0.0408015176653862, 0.044516779482364655, 0.38285067677497864, 0.3894891142845154, 0.23969760537147522, 0.6429657340049744, 393.7548828125, 9.237195968125889e-07, 2.7080454856331926e-06, 1.980511797228246e-06, 1.3199773093219846e-05, 0.0008073457283899188, 2.1535795895033516e-05], "count": [692]}, "timestamp": {"min": [0.0], "max": [23.033333333333335], "mean": [11.516666666666666], "std": [6.658766151973402], "count": [692]}, "frame_index": {"min": [0], "max": [691], "mean": [345.5], "std": [199.76298455920207], "count": [692]}, "episode_index": {"min": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [692]}, "index": {"min": [146142], "max": [146833], "mean": [146487.5], "std": [199.76298455920207], "count": [692]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [692]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5018973985331596], "std": [0.0, 0.3932807019868229], "count": [692]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5018973985331596], "std": [0.0, 0.3932807019868229], "count": [692]}, "eef_direction_state": {"mean": [6.0, 3.4783236994219653], "std": [0.0, 2.262625098094038], "min": [6, 0], "max": [6, 6], "count": [692]}, "eef_velocity_state": {"mean": [0.0, 0.8829479768786127], "std": [0.0, 0.7147484157881189], "min": [0, 0], "max": [0, 2], "count": [692]}, "eef_acc_mag_state": {"mean": [0.0, 0.6242774566473989], "std": [0.0, 0.8012924339068109], "min": [0, 0], "max": [0, 2], "count": [692]}, "eef_direction_action": {"mean": [6.0, 3.4783236994219653], "std": [0.0, 2.262625098094038], "min": [6, 0], "max": [6, 6], "count": [692]}, "eef_velocity_action": {"mean": [0.0, 0.8829479768786127], "std": [0.0, 0.7147484157881189], "min": [0, 0], "max": [0, 2], "count": [692]}, "eef_acc_mag_action": {"mean": [0.0, 0.6242774566473989], "std": [0.0, 0.8012924339068109], "min": [0, 0], "max": [0, 2], "count": [692]}, "eef_sim_pose_state": {"mean": [-0.3103335499763489, 0.46757155656814575, 0.22824546694755554, -1.573227047920227, -1.121137022972107, -0.7462755441665649, -0.3041514754295349, -0.4390100836753845, 0.1965894252061844, 1.0429679155349731, -2.2388904094696045, 1.0678075551986694], "std": [1.568958214193117e-05, 8.585026989749167e-06, 1.2658205378102139e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.046381667256355286, 0.04078827053308487, 0.04452463239431381, 0.3830745816230774, 0.39142200350761414, 0.23979344964027405], "min": [-0.3103809952735901, 0.4675390124320984, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36040499806404114, -0.4922829866409302, 0.09230100363492966, 0.5286575555801392, -2.5483524799346924, 0.6567374467849731], "max": [-0.31029000878334045, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21316100656986237, -0.3712190091609955, 0.24214500188827515, 1.5732269287109375, -1.121137022972107, 1.338304042816162], "count": [692]}, "eef_sim_pose_action": {"mean": [-0.3103337287902832, 0.46757179498672485, 0.22824537754058838, -1.573238492012024, -1.121139407157898, -0.7462766766548157, -0.3041515052318573, -0.4390103220939636, 0.19658954441547394, 1.042968511581421, -2.238889217376709, 1.0678071975708008], "std": [1.5690822692704387e-05, 8.58936346048722e-06, 1.2658531886700075e-05, 1.1563301086425781e-05, 2.384185791015625e-06, 1.0728836059570312e-06, 0.04638167470693588, 0.040788277983665466, 0.044524647295475006, 0.3830745816230774, 0.3914217948913574, 0.23979341983795166], "min": [-0.3103809952735901, 0.4675390124320984, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36040499806404114, -0.4922829866409302, 0.09230100363492966, 0.5286575555801392, -2.5483524799346924, 0.6567374467849731], "max": [-0.31029000878334045, 0.46759799122810364, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21316100656986237, -0.3712190091609955, 0.24214500188827515, 1.5732269287109375, -1.121137022972107, 1.338304042816162], "count": [692]}, "gripper_mode_state": {"mean": [0.0, 0.5997109826589595], "std": [0.0, 0.48995685517929455], "min": [0, 0], "max": [0, 1], "count": [692]}, "gripper_activity_state": {"mean": [2.0, 1.888728323699422], "std": [0.0, 0.42062450289392445], "min": [2, 0], "max": [2, 2], "count": [692]}, "gripper_mode_action": {"mean": [0.0, 0.5997109826589595], "std": [0.0, 0.4899568551792945], "min": [0, 0], "max": [0, 1], "count": [692]}, "gripper_activity_action": {"mean": [2.0, 1.888728323699422], "std": [0.0, 0.42062450289392445], "min": [2, 0], "max": [2, 2], "count": [692]}}} +{"episode_index": 180, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43044277733615965]], [[0.40582140964493907]], [[0.4143932015655361]]], "std": [[[0.20331344770969528]], [[0.20545180321358242]], [[0.20220244016729302]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39942034865748105]], [[0.39027726715686273]], [[0.3923898300874404]]], "std": [[[0.227950566886758]], [[0.22556101934593867]], [[0.21562499721161474]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4930134707317612]], [[0.47328241338765237]], [[0.4808390729884296]]], "std": [[[0.21209896739602463]], [[0.21031645435437224]], [[0.22086648908588075]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4255880931482953]], [[0.4092255398781134]], [[0.4209958377495142]]], "std": [[[0.2979475574598208]], [[0.27881674234372583]], [[0.2796484092838522]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.310371994972229, 0.46754398941993713, 0.22818799316883087, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.06033603101968765, 0.40421825647354126, -0.698777437210083, -1.9041367769241333, 0.2537708580493927, -0.12131784111261368, -0.028326693922281265, -0.36592599749565125, -0.48954999446868896, 0.07400400191545486, 0.6141216158866882, -2.5478134155273438, 0.4394923448562622, 1000.0, 172.0, 0.0005038073868490756, -0.23471035063266754, -0.8520985841751099, 1.904633641242981, -1.05899977684021, 7.878737960709259e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02839650586247444, -0.3102720081806183, 0.4676010012626648, 0.2282940000295639, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.3773925304412842, 0.964434027671814, -0.17905332148075104, -0.9606990218162537, 1.5130783319473267, 0.33199653029441833, 0.5995904207229614, -0.21565499901771545, -0.3529379963874817, 0.23508499562740326, 1.8483335971832275, -1.121137022972107, 1.2853429317474365, 1002.0, 1002.0, 0.0005075671360827982, -0.2346915304660797, -0.8520922660827637, 1.9046550989151, -1.0563470125198364, 0.00024205760564655066], "mean": [-0.19951112568378448, 0.6046693921089172, 0.45138856768608093, -1.4119681119918823, -0.253917396068573, -0.12057294696569443, 0.028270769864320755, -0.3103266954421997, 0.4675710201263428, 0.22823676466941833, -1.5732380151748657, -1.1211421489715576, -0.7462758421897888, 0.1910628378391266, 0.632783055305481, -0.450628399848938, -1.5053068399429321, 1.0525561571121216, 0.16736546158790588, 0.4049081802368164, -0.2910471558570862, -0.42416176199913025, 0.17103824019432068, 1.2312160730361938, -2.1673123836517334, 0.8693912625312805, 1001.8121948242188, 479.6446838378906, 0.0005038725794292986, -0.23469781875610352, -0.8521019816398621, 1.9046599864959717, -1.0577231645584106, 0.00010529528663028032], "std": [2.6297380827600136e-05, 1.6620429960312322e-05, 2.3039840016281232e-05, 2.5068567993002944e-05, 2.283344292663969e-05, 2.1179466784815304e-05, 2.1382309569162317e-05, 1.5336479918914847e-05, 8.235450877691619e-06, 1.2622042959264945e-05, 2.6551571863819845e-05, 2.5669291062513366e-05, 2.3672055249335244e-05, 0.11862782388925552, 0.14480894804000854, 0.11579243093729019, 0.32172271609306335, 0.33708348870277405, 0.123475082218647, 0.18106891214847565, 0.04780435189604759, 0.05001188814640045, 0.04947385564446449, 0.4036487638950348, 0.3808692395687103, 0.2886427342891693, 0.5834064483642578, 389.98345947265625, 3.548342704107199e-07, 2.562244162618299e-06, 6.970208232814912e-06, 1.5847164831939153e-05, 0.0008455734932795167, 1.7431946616852656e-05], "count": [788]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.310371994972229, 0.46754398941993713, 0.22818799316883087, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.06033603101968765, 0.40421825647354126, -0.698777437210083, -1.9041367769241333, 0.2537708580493927, -0.12131784111261368, -0.028326693922281265, -0.36592599749565125, -0.48954999446868896, 0.07400400191545486, 0.6141216158866882, -2.5478134155273438, 0.4394923448562622, 1000.0, 172.0, 0.0005038073868490756, -0.23471035063266754, -0.8520985841751099, 1.904633641242981, -1.05899977684021, 7.878737960709259e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02839650586247444, -0.3102720081806183, 0.4676010012626648, 0.2282940000295639, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.3773925304412842, 0.964434027671814, -0.17905332148075104, -0.9606990218162537, 1.5130783319473267, 0.33199653029441833, 0.5995904207229614, -0.21565499901771545, -0.3529379963874817, 0.23508499562740326, 1.8483335971832275, -1.121137022972107, 1.2853429317474365, 1002.0, 1002.0, 0.0005075671360827982, -0.2346915304660797, -0.8520922660827637, 1.9046550989151, -1.0563470125198364, 0.00024205760564655066], "mean": [-0.1995110809803009, 0.6046693921089172, 0.4513885974884033, -1.4119681119918823, -0.253917396068573, -0.12057295441627502, 0.028270768001675606, -0.3103266954421997, 0.4675710201263428, 0.22823671996593475, -1.5732380151748657, -1.1211421489715576, -0.7462758421897888, 0.19107277691364288, 0.6330796480178833, -0.4509314000606537, -1.5058566331863403, 1.0528700351715088, 0.16751354932785034, 0.4050236940383911, -0.290972501039505, -0.424059122800827, 0.1709078848361969, 1.2315293550491333, -2.1677684783935547, 0.8691061735153198, 1001.8121948242188, 479.6446838378906, 0.0005038725794292986, -0.23469781875610352, -0.8521019816398621, 1.9046599864959717, -1.0577220916748047, 0.00010536997433518991], "std": [2.624352418933995e-05, 1.6608701116638258e-05, 2.3131893613026477e-05, 2.506375494704116e-05, 2.2848595108371228e-05, 2.11794140341226e-05, 2.1382267732406035e-05, 1.5334104318753816e-05, 8.231781976064667e-06, 1.2638322004931979e-05, 2.6551571863819845e-05, 2.5669291062513366e-05, 2.3672055249335244e-05, 0.11862886697053909, 0.14499007165431976, 0.11610585451126099, 0.32193276286125183, 0.3364543318748474, 0.12319914996623993, 0.18082135915756226, 0.04782015085220337, 0.05000557005405426, 0.04945821687579155, 0.40400975942611694, 0.3798302412033081, 0.28887492418289185, 0.5834064483642578, 389.98345947265625, 3.548342704107199e-07, 2.562244162618299e-06, 6.968050911382306e-06, 1.5851839634706266e-05, 0.0008447393192909658, 1.7626236513024196e-05], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [788]}, "index": {"min": [146834], "max": [147621], "mean": [147227.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.4792626869633113], "std": [0.0, 0.38947214426881865], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.4792626869633113], "std": [0.0, 0.38947214426881865], "count": [788]}, "eef_direction_state": {"mean": [6.0, 3.228426395939086], "std": [0.0, 2.2094867127734763], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.8857868020304569], "std": [0.0, 0.595798329955782], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.6979695431472082], "std": [0.0, 0.8217512184732223], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 3.228426395939086], "std": [0.0, 2.2094867127734763], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.8857868020304569], "std": [0.0, 0.595798329955782], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.6979695431472082], "std": [0.0, 0.8217512184732223], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.3103266954421997, 0.46757128834724426, 0.22823701798915863, -1.5732260942459106, -1.1211378574371338, -0.7462747693061829, -0.29104724526405334, -0.4241618812084198, 0.17103832960128784, 1.2312158346176147, -2.1673126220703125, 0.8693917393684387], "std": [1.5336492651840672e-05, 8.233021617343184e-06, 1.2619690096471459e-05, 2.3719490855000913e-05, 2.53195521509042e-05, 2.3647344278288074e-05, 0.047804344445466995, 0.05001189187169075, 0.04947387054562569, 0.40364885330200195, 0.3808692991733551, 0.28864267468452454], "min": [-0.310371994972229, 0.46754398941993713, 0.22818799316883087, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.36592599749565125, -0.48954999446868896, 0.07400400191545486, 0.6141216158866882, -2.5478134155273438, 0.4394923448562622], "max": [-0.3102720081806183, 0.4676010012626648, 0.2282940000295639, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.21565499901771545, -0.3529379963874817, 0.23508499562740326, 1.8483335971832275, -1.121137022972107, 1.2853429317474365], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.3103266954421997, 0.4675710201263428, 0.22823676466941833, -1.5732380151748657, -1.1211421489715576, -0.7462758421897888, -0.2910471558570862, -0.42416176199913025, 0.17103824019432068, 1.2312160730361938, -2.1673123836517334, 0.8693912625312805], "std": [1.5336479918914847e-05, 8.235450877691619e-06, 1.2622042959264945e-05, 2.6551571863819845e-05, 2.5669291062513366e-05, 2.3672055249335244e-05, 0.04780435189604759, 0.05001188814640045, 0.04947385564446449, 0.4036487638950348, 0.3808692395687103, 0.2886427342891693], "min": [-0.310371994972229, 0.46754398941993713, 0.22818799316883087, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.36592599749565125, -0.48954999446868896, 0.07400400191545486, 0.6141216158866882, -2.5478134155273438, 0.4394923448562622], "max": [-0.3102720081806183, 0.4676010012626648, 0.2282940000295639, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.21565499901771545, -0.3529379963874817, 0.23508499562740326, 1.8483335971832275, -1.121137022972107, 1.2853429317474365], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.6218274111675127], "std": [0.0, 0.4849310073487002], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8883248730964468], "std": [0.0, 0.4187432685003128], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.6218274111675127], "std": [0.0, 0.4849310073487002], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8883248730964468], "std": [0.0, 0.4187432685003128], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 181, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.42632876747745513]], [[0.402947386655084]], [[0.41144892756680734]]], "std": [[[0.20489087867770298]], [[0.20724777708441897]], [[0.20317109940445566]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39882113401795316]], [[0.38924143837387276]], [[0.391218764219823]]], "std": [[[0.22653109797286064]], [[0.22449143639398458]], [[0.21471597086664004]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4927591821274923]], [[0.473337508790436]], [[0.48108041180607264]]], "std": [[[0.2121410602602954]], [[0.21053711861912225]], [[0.22115555514864838]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4498819366881774]], [[0.4324577102465459]], [[0.44234458509142055]]], "std": [[[0.2892964861180554]], [[0.2795674583872584]], [[0.28065929742972673]]], "count": [158]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103730082511902, 0.46754100918769836, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06988298892974854, 0.23739968240261078, -0.5996602773666382, -1.8101857900619507, 0.21680480241775513, -0.1587202399969101, -0.11714649945497513, -0.374083012342453, -0.4998669922351837, 0.05798700079321861, 0.5481098890304565, -2.4924652576446533, 0.7462756037712097, 1000.0, 180.0, 0.0005038073868490756, -0.2346915304660797, -0.8520993590354919, 1.904636025428772, -1.058838129043579, 0.0001537777716293931], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.46759599447250366, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3183480501174927, 0.6605373024940491, -0.19397589564323425, -0.9869487881660461, 1.453771948814392, 0.2344326227903366, 0.5204397439956665, -0.22310799360275269, -0.3810169994831085, 0.2290630042552948, 1.8926488161087036, -1.121137022972107, 1.577867031097412, 1002.0, 1002.0, 0.0005056872614659369, -0.2346746325492859, -0.8520930409431458, 1.9046518802642822, -1.056502342224121, 0.00020124005095567554], "mean": [-0.19952020049095154, 0.6046722531318665, 0.4514017105102539, -1.4119669198989868, -0.2539152503013611, -0.1205674260854721, 0.028276406228542328, -0.31032687425613403, 0.4675723910331726, 0.22823604941368103, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.15613804757595062, 0.4665992259979248, -0.3956278860569, -1.4784327745437622, 1.0409621000289917, 0.05350714921951294, 0.3231571316719055, -0.2940344214439392, -0.43580108880996704, 0.14818595349788666, 1.1674355268478394, -2.1454896926879883, 1.1417008638381958, 1001.7953491210938, 468.8895263671875, 0.0005056509980931878, -0.23468416929244995, -0.8520992398262024, 1.9046573638916016, -1.05774986743927, 0.00016824710473883897], "std": [2.563277303124778e-05, 2.3185346435639076e-05, 2.2905787773197517e-05, 2.516634231142234e-05, 2.2124411771073937e-05, 2.3818363843020052e-05, 2.2299831471173093e-05, 1.5101423741725739e-05, 7.903393452579621e-06, 1.353917468804866e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.10111488401889801, 0.12425269186496735, 0.1077018454670906, 0.2409174144268036, 0.3435059189796448, 0.1083858385682106, 0.1938127875328064, 0.04336318373680115, 0.03966754302382469, 0.05009661614894867, 0.3684515357017517, 0.4020167291164398, 0.27345725893974304, 0.6061521768569946, 382.4066467285156, 2.540195964684244e-07, 1.611942252566223e-06, 4.0059912862489e-06, 1.3649128050019499e-05, 0.0006793639622628689, 7.883431862865109e-06], "count": [860]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103730082511902, 0.46754100918769836, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06988298892974854, 0.23739968240261078, -0.5996602773666382, -1.8101857900619507, 0.21680480241775513, -0.1587202399969101, -0.11714649945497513, -0.374083012342453, -0.4998669922351837, 0.05798700079321861, 0.5481098890304565, -2.4924652576446533, 0.7462756037712097, 1000.0, 180.0, 0.0005038073868490756, -0.2346915304660797, -0.8520993590354919, 1.904636025428772, -1.058838129043579, 0.0001537777716293931], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.46759599447250366, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3183480501174927, 0.6605373024940491, -0.19397589564323425, -0.9869487881660461, 1.453771948814392, 0.2344326227903366, 0.5204397439956665, -0.22310799360275269, -0.3810169994831085, 0.2290630042552948, 1.8926488161087036, -1.121137022972107, 1.577867031097412, 1002.0, 1002.0, 0.0005056872614659369, -0.2346746325492859, -0.8520930409431458, 1.9046518802642822, -1.056502342224121, 0.00020124005095567554], "mean": [-0.1995202749967575, 0.6046723127365112, 0.4514017105102539, -1.4119669198989868, -0.2539151906967163, -0.12056738138198853, 0.02827645093202591, -0.31032687425613403, 0.4675723910331726, 0.22823606431484222, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.15590474009513855, 0.4664834439754486, -0.39558520913124084, -1.4788435697555542, 1.0409362316131592, 0.05349058657884598, 0.3233993947505951, -0.29397958517074585, -0.43570730090141296, 0.1480470597743988, 1.1677871942520142, -2.1458353996276855, 1.1417264938354492, 1001.7976684570312, 468.88836669921875, 0.0005056509980931878, -0.23468415439128876, -0.8520992994308472, 1.9046573638916016, -1.0577517747879028, 0.0001682327565504238], "std": [2.5539253329043277e-05, 2.3178365154308267e-05, 2.2856658688397147e-05, 2.519817280699499e-05, 2.2113596060080454e-05, 2.3818394765839912e-05, 2.2296020688372664e-05, 1.5106792488950305e-05, 7.900591299403459e-06, 1.3523986126529053e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.10124601423740387, 0.12417018413543701, 0.10768693685531616, 0.24110594391822815, 0.3435656726360321, 0.10841354727745056, 0.19350337982177734, 0.0433724969625473, 0.03968772292137146, 0.05004040151834488, 0.3689829111099243, 0.4012632668018341, 0.27342113852500916, 0.6030873656272888, 382.4053039550781, 2.540195964684244e-07, 1.6205401607294334e-06, 4.056806119479006e-06, 1.3659950127475895e-05, 0.0006791415507905185, 7.884724254836328e-06], "count": [860]}, "timestamp": {"min": [0.0], "max": [28.633333333333333], "mean": [14.316666666666665], "std": [8.275348263903393], "count": [860]}, "frame_index": {"min": [0], "max": [859], "mean": [429.5], "std": [248.26044791710177], "count": [860]}, "episode_index": {"min": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [860]}, "index": {"min": [147622], "max": [148481], "mean": [148051.5], "std": [248.26044791710177], "count": [860]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [860]}, "gripper_open_scale_state": {"min": [1.0, 0.18000000715255737], "max": [1.0, 1.0], "mean": [1.0, 0.4685500033719595], "std": [0.0, 0.38193459945619535], "count": [860]}, "gripper_open_scale_action": {"min": [1.0, 0.18000000715255737], "max": [1.0, 1.0], "mean": [1.0, 0.4685500033719595], "std": [0.0, 0.3819345994561954], "count": [860]}, "eef_direction_state": {"mean": [6.0, 3.5546511627906976], "std": [0.0, 2.0888495207106357], "min": [6, 0], "max": [6, 6], "count": [860]}, "eef_velocity_state": {"mean": [0.0, 0.9034883720930232], "std": [0.0, 0.5994081721511056], "min": [0, 0], "max": [0, 2], "count": [860]}, "eef_acc_mag_state": {"mean": [0.0, 0.7383720930232558], "std": [0.0, 0.8311757719474114], "min": [0, 0], "max": [0, 2], "count": [860]}, "eef_direction_action": {"mean": [6.0, 3.5546511627906976], "std": [0.0, 2.0888495207106357], "min": [6, 0], "max": [6, 6], "count": [860]}, "eef_velocity_action": {"mean": [0.0, 0.9034883720930232], "std": [0.0, 0.5994081721511056], "min": [0, 0], "max": [0, 2], "count": [860]}, "eef_acc_mag_action": {"mean": [0.0, 0.7383720930232558], "std": [0.0, 0.8311757719474114], "min": [0, 0], "max": [0, 2], "count": [860]}, "eef_sim_pose_state": {"mean": [-0.31032678484916687, 0.4675724506378174, 0.22823603451251984, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.29403457045555115, -0.4358006417751312, 0.14818590879440308, 1.167435646057129, -2.145491600036621, 1.1417008638381958], "std": [1.5101322787813842e-05, 7.903450750745833e-06, 1.3539181964006275e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04336318373680115, 0.039667535573244095, 0.05009660869836807, 0.36845162510871887, 0.40201663970947266, 0.27345722913742065], "min": [-0.3103730082511902, 0.46754100918769836, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.374083012342453, -0.4998669922351837, 0.05798700079321861, 0.5481098890304565, -2.4924652576446533, 0.7462756037712097], "max": [-0.31027600169181824, 0.46759599447250366, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22310799360275269, -0.3810169994831085, 0.2290630042552948, 1.8926488161087036, -1.121137022972107, 1.577867031097412], "count": [860]}, "eef_sim_pose_action": {"mean": [-0.31032687425613403, 0.4675723910331726, 0.22823604941368103, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.2940344214439392, -0.43580108880996704, 0.14818595349788666, 1.1674355268478394, -2.1454896926879883, 1.1417008638381958], "std": [1.5101423741725739e-05, 7.903393452579621e-06, 1.353917468804866e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.04336318373680115, 0.03966754302382469, 0.05009661614894867, 0.3684515357017517, 0.4020167291164398, 0.27345725893974304], "min": [-0.3103730082511902, 0.46754100918769836, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.374083012342453, -0.4998669922351837, 0.05798700079321861, 0.5481098890304565, -2.4924652576446533, 0.7462756037712097], "max": [-0.31027600169181824, 0.46759599447250366, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22310799360275269, -0.3810169994831085, 0.2290630042552948, 1.8926488161087036, -1.121137022972107, 1.577867031097412], "count": [860]}, "gripper_mode_state": {"mean": [0.0, 0.6430232558139535], "std": [0.0, 0.4791078670783577], "min": [0, 0], "max": [0, 1], "count": [860]}, "gripper_activity_state": {"mean": [2.0, 1.9046511627906977], "std": [0.0, 0.3860675253457049], "min": [2, 0], "max": [2, 2], "count": [860]}, "gripper_mode_action": {"mean": [0.0, 0.6430232558139535], "std": [0.0, 0.47910786707835773], "min": [0, 0], "max": [0, 1], "count": [860]}, "gripper_activity_action": {"mean": [2.0, 1.9046511627906977], "std": [0.0, 0.3860675253457049], "min": [2, 0], "max": [2, 2], "count": [860]}}} +{"episode_index": 182, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4270175550177877]], [[0.4052534592951105]], [[0.4133644359642591]]], "std": [[[0.20495820175273674]], [[0.2080169197720836]], [[0.2033687927767353]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40069660844295524]], [[0.38991501070364853]], [[0.3921183658062381]]], "std": [[[0.22760342185364452]], [[0.22503952914116412]], [[0.2151412953887733]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4914897617274758]], [[0.472164816796972]], [[0.4797169104719947]]], "std": [[[0.2116376999151484]], [[0.21022164282235764]], [[0.2207648720301717]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4074264744663688]], [[0.39371306077810875]], [[0.40465215986183506]]], "std": [[[0.2868781931297058]], [[0.2693736513275983]], [[0.27028035146402996]]], "count": [158]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.3103789985179901, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.02307325229048729, 0.3845134973526001, -0.7073993682861328, -1.8543773889541626, 0.25385814905166626, -0.12061969935894012, -0.12246976047754288, -0.3724600076675415, -0.510791003704071, 0.02785000018775463, 0.5372759699821472, -2.5651028156280518, 0.4133521020412445, 1000.0, 185.0, 0.0005056872614659369, -0.2346595823764801, -0.852101743221283, 1.904516339302063, -1.0588263273239136, -0.00016042249626480043], "max": [-0.19940386712551117, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028553586453199387, -0.31025999784469604, 0.46760499477386475, 0.22829000651836395, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.4148124158382416, 0.76846843957901, -0.18387043476104736, -0.8865399360656738, 1.3995270729064941, 0.37281978130340576, 0.5978800058364868, -0.21236200630664825, -0.37862199544906616, 0.2373639941215515, 1.7101991176605225, -1.121137022972107, 1.3136578798294067, 1002.0, 1002.0, 0.0005056872614659369, -0.23464079201221466, -0.8519924283027649, 1.904699444770813, -1.0561679601669312, 0.00022971742146182805], "mean": [-0.19951805472373962, 0.6046708226203918, 0.4513913094997406, -1.4119665622711182, -0.25391319394111633, -0.1205488070845604, 0.028264576569199562, -0.31032779812812805, 0.46757271885871887, 0.22823742032051086, -1.5732372999191284, -1.1211433410644531, -0.7462751269340515, 0.2747775912284851, 0.5647165179252625, -0.4944459795951843, -1.4630838632583618, 1.0464080572128296, 0.2218836545944214, 0.30148929357528687, -0.29101112484931946, -0.4437945485115051, 0.14957493543624878, 1.1543771028518677, -2.146561622619629, 0.8599548935890198, 1001.79931640625, 506.89031982421875, 0.0005056859226897359, -0.23464925587177277, -0.8520784378051758, 1.9046560525894165, -1.0577480792999268, -3.053429099963978e-05], "std": [2.504692383809015e-05, 1.8362285118200816e-05, 2.5107863621087745e-05, 2.4545082851545885e-05, 2.3586453608004376e-05, 1.8641647329786792e-05, 2.4948771169874817e-05, 1.5074758266564459e-05, 7.988413017301355e-06, 1.2724764928861987e-05, 3.845584797090851e-05, 2.5886034563882276e-05, 3.2114832720253617e-05, 0.0984431579709053, 0.1222861185669899, 0.1316618174314499, 0.30567604303359985, 0.32043319940567017, 0.12918521463871002, 0.2141581028699875, 0.04961809143424034, 0.046083077788352966, 0.06194831430912018, 0.3758294880390167, 0.3947329521179199, 0.29453617334365845, 0.600931704044342, 389.207275390625, 1.3387762010097504e-09, 1.8691623608901864e-06, 3.254922921769321e-05, 2.285157643200364e-05, 0.000688050698954612, 0.00013037420285400003], "count": [857]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.3103789985179901, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.02307325229048729, 0.3845134973526001, -0.7073993682861328, -1.8543773889541626, 0.25385814905166626, -0.12061969935894012, -0.12246976047754288, -0.3724600076675415, -0.510791003704071, 0.02785000018775463, 0.5372759699821472, -2.5651028156280518, 0.4133521020412445, 1000.0, 185.0, 0.0005056872614659369, -0.2346595823764801, -0.852101743221283, 1.904516339302063, -1.0588263273239136, -0.00016042249626480043], "max": [-0.19940386712551117, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028553586453199387, -0.31025999784469604, 0.46760499477386475, 0.22829000651836395, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.4148124158382416, 0.76846843957901, -0.18387043476104736, -0.8865399360656738, 1.3995270729064941, 0.37281978130340576, 0.5978800058364868, -0.21236200630664825, -0.37862199544906616, 0.2373639941215515, 1.7101991176605225, -1.121137022972107, 1.3136578798294067, 1002.0, 1002.0, 0.0005056872614659369, -0.23464079201221466, -0.8519924283027649, 1.904699444770813, -1.0561679601669312, 0.00022971742146182805], "mean": [-0.19951806962490082, 0.6046707630157471, 0.45139122009277344, -1.4119665622711182, -0.25391319394111633, -0.12054886668920517, 0.02826465666294098, -0.31032779812812805, 0.46757274866104126, 0.22823742032051086, -1.5732372999191284, -1.1211433410644531, -0.7462751269340515, 0.27471959590911865, 0.5648012757301331, -0.4946533441543579, -1.4635564088821411, 1.0466324090957642, 0.22214524447917938, 0.30154839158058167, -0.29096201062202454, -0.4437055289745331, 0.14942803978919983, 1.1545132398605347, -2.147026538848877, 0.8597716689109802, 1001.79931640625, 506.89031982421875, 0.0005056859226897359, -0.23464925587177277, -0.8520782589912415, 1.9046560525894165, -1.0577479600906372, -3.067939178436063e-05], "std": [2.5046110749826767e-05, 1.8365024516242556e-05, 2.5210390958818607e-05, 2.454831155773718e-05, 2.3586451789014973e-05, 1.867299033619929e-05, 2.5037425075424835e-05, 1.5053190509206615e-05, 7.990053745743353e-06, 1.274509668292012e-05, 3.845584797090851e-05, 2.5886034563882276e-05, 3.2114832720253617e-05, 0.09850205481052399, 0.12233893573284149, 0.1317337155342102, 0.30590933561325073, 0.31994515657424927, 0.12871776521205902, 0.21407392621040344, 0.04961976781487465, 0.046110719442367554, 0.061910778284072876, 0.37600231170654297, 0.3937585949897766, 0.2946559190750122, 0.600931704044342, 389.2072448730469, 1.3387762010097504e-09, 1.8691623608901864e-06, 3.264853512519039e-05, 2.2861535398988053e-05, 0.0006878432468511164, 0.00013023069186601788], "count": [857]}, "timestamp": {"min": [0.0], "max": [28.533333333333335], "mean": [14.266666666666666], "std": [8.246480730859949], "count": [857]}, "frame_index": {"min": [0], "max": [856], "mean": [428.0], "std": [247.39442192579847], "count": [857]}, "episode_index": {"min": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [857]}, "index": {"min": [148482], "max": [149338], "mean": [148910.0], "std": [247.39442192579847], "count": [857]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [857]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5065262553259261], "std": [0.0, 0.38874424132813873], "count": [857]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5065262553259261], "std": [0.0, 0.38874424132813873], "count": [857]}, "eef_direction_state": {"mean": [6.0, 3.3127187864644108], "std": [0.0, 2.0902036785925375], "min": [6, 0], "max": [6, 6], "count": [857]}, "eef_velocity_state": {"mean": [0.0, 0.9019836639439907], "std": [0.0, 0.5505557050204539], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_acc_mag_state": {"mean": [0.0, 0.7246207701283547], "std": [0.0, 0.8247983394495857], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_direction_action": {"mean": [6.0, 3.3127187864644108], "std": [0.0, 2.0902036785925375], "min": [6, 0], "max": [6, 6], "count": [857]}, "eef_velocity_action": {"mean": [0.0, 0.9019836639439907], "std": [0.0, 0.5505557050204539], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_acc_mag_action": {"mean": [0.0, 0.7246207701283547], "std": [0.0, 0.8247983394495857], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_sim_pose_state": {"mean": [-0.3103277385234833, 0.4675728380680084, 0.22823737561702728, -1.5732251405715942, -1.1211378574371338, -0.7462740540504456, -0.29101091623306274, -0.44379451870918274, 0.1495748907327652, 1.15437650680542, -2.146561861038208, 0.8599553108215332], "std": [1.5074499060574453e-05, 7.986913260538131e-06, 1.2724605767289177e-05, 3.6494362575467676e-05, 2.5351717340527102e-05, 3.20968174492009e-05, 0.04961807280778885, 0.04608308523893356, 0.06194833666086197, 0.3758294880390167, 0.3947330713272095, 0.2945363521575928], "min": [-0.3103789985179901, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3724600076675415, -0.510791003704071, 0.02785000018775463, 0.5372759699821472, -2.5651028156280518, 0.4133521020412445], "max": [-0.31025999784469604, 0.46760499477386475, 0.22829000651836395, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.21236200630664825, -0.37862199544906616, 0.2373639941215515, 1.7101991176605225, -1.121137022972107, 1.3136578798294067], "count": [857]}, "eef_sim_pose_action": {"mean": [-0.31032779812812805, 0.46757271885871887, 0.22823742032051086, -1.5732372999191284, -1.1211433410644531, -0.7462751269340515, -0.29101112484931946, -0.4437945485115051, 0.14957493543624878, 1.1543771028518677, -2.146561622619629, 0.8599548935890198], "std": [1.5074758266564459e-05, 7.988413017301355e-06, 1.2724764928861987e-05, 3.845584797090851e-05, 2.5886034563882276e-05, 3.2114832720253617e-05, 0.04961809143424034, 0.046083077788352966, 0.06194831430912018, 0.3758294880390167, 0.3947329521179199, 0.29453617334365845], "min": [-0.3103789985179901, 0.4675450026988983, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3724600076675415, -0.510791003704071, 0.02785000018775463, 0.5372759699821472, -2.5651028156280518, 0.4133521020412445], "max": [-0.31025999784469604, 0.46760499477386475, 0.22829000651836395, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.21236200630664825, -0.37862199544906616, 0.2373639941215515, 1.7101991176605225, -1.121137022972107, 1.3136578798294067], "count": [857]}, "gripper_mode_state": {"mean": [0.0, 0.5997666277712952], "std": [0.0, 0.4899455275672419], "min": [0, 0], "max": [0, 1], "count": [857]}, "gripper_activity_state": {"mean": [2.0, 1.9019836639439907], "std": [0.0, 0.39211396042414015], "min": [2, 0], "max": [2, 2], "count": [857]}, "gripper_mode_action": {"mean": [0.0, 0.5997666277712952], "std": [0.0, 0.48994552756724197], "min": [0, 0], "max": [0, 1], "count": [857]}, "gripper_activity_action": {"mean": [2.0, 1.9019836639439907], "std": [0.0, 0.3921139604241402], "min": [2, 0], "max": [2, 2], "count": [857]}}} +{"episode_index": 183, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43926078119326434]], [[0.41550388639251995]], [[0.42392613159268333]]], "std": [[[0.20524885306532611]], [[0.20838968885537684]], [[0.20444486081795124]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39918615536492374]], [[0.3897411421455156]], [[0.39215325719408134]]], "std": [[[0.22804048324926057]], [[0.22557988219148353]], [[0.2152506617268966]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49331908842819533]], [[0.4734060088734568]], [[0.4810734145220588]]], "std": [[[0.21214757217375388]], [[0.21027904006512954]], [[0.2208517856608194]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4400261395356754]], [[0.4221583194330973]], [[0.43402796642383806]]], "std": [[[0.29662204728436375]], [[0.28119321470020303]], [[0.28196986813487757]]], "count": [144]}, "observation.state": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028152162209153175, -0.3103730082511902, 0.46754899621009827, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0455007366836071, 0.3581066429615021, -0.6235886812210083, -1.8161547183990479, 0.25389304757118225, -0.12072442471981049, -0.028379054740071297, -0.36507800221443176, -0.494392991065979, 0.07317300140857697, 0.36858275532722473, -2.5861949920654297, 0.6511426568031311, 1000.0, 175.0, 0.0005019275704398751, -0.2346990555524826, -0.8520122170448303, 1.9046716690063477, -1.0589791536331177, 3.4172840969404206e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02839650586247444, -0.3102799952030182, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3403915762901306, 0.8009141683578491, -0.13182471692562103, -1.0152231454849243, 1.5754563808441162, 0.41571998596191406, 0.4959527552127838, -0.22612400352954865, -0.3707610070705414, 0.23448200523853302, 1.5732269287109375, -1.121137022972107, 1.36754310131073, 1002.0, 1002.0, 0.0005094470689073205, -0.2346595823764801, -0.8519987463951111, 1.9046955108642578, -1.05638587474823, 0.00022497119789477438], "mean": [-0.1995173990726471, 0.6046662926673889, 0.4513765871524811, -1.411967158317566, -0.2539151608943939, -0.12054306268692017, 0.028280116617679596, -0.310324490070343, 0.4675746262073517, 0.22824110090732574, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.1940438598394394, 0.5720146298408508, -0.42794743180274963, -1.4151438474655151, 1.233891248703003, 0.17004147171974182, 0.35652363300323486, -0.308979868888855, -0.4403148591518402, 0.18057458102703094, 0.9782522320747375, -2.27771258354187, 1.0713592767715454, 1001.8258666992188, 475.78363037109375, 0.0005051856278441846, -0.2346820831298828, -0.8520078659057617, 1.9046716690063477, -1.057712197303772, 0.0001480947685195133], "std": [2.669556124601513e-05, 1.922575756907463e-05, 2.604621840873733e-05, 2.544705603213515e-05, 2.2482625354314223e-05, 1.6312813386321068e-05, 2.8290500267758034e-05, 1.548789623484481e-05, 8.169366992660798e-06, 1.3704097000299953e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.11042750626802444, 0.1281341016292572, 0.11936460435390472, 0.25697019696235657, 0.34727850556373596, 0.1533222198486328, 0.1448235958814621, 0.04018009826540947, 0.04296058788895607, 0.04041549190878868, 0.39369073510169983, 0.38224923610687256, 0.23231998085975647, 0.5638770461082458, 386.64727783203125, 8.907040296435298e-07, 4.2032229430333246e-06, 2.8687898065982154e-06, 1.1767837349907495e-05, 0.0008584036841057241, 6.651638250332326e-05], "count": [758]}, "action": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028152162209153175, -0.3103730082511902, 0.46754899621009827, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0455007366836071, 0.3581066429615021, -0.6235886812210083, -1.8161547183990479, 0.25389304757118225, -0.12072442471981049, -0.028379054740071297, -0.36507800221443176, -0.494392991065979, 0.07317300140857697, 0.36858275532722473, -2.5861949920654297, 0.6511426568031311, 1000.0, 175.0, 0.0005019275704398751, -0.2346990555524826, -0.8520122170448303, 1.9046716690063477, -1.0589791536331177, 3.4172840969404206e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02839650586247444, -0.3102799952030182, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3403915762901306, 0.8009141683578491, -0.13182471692562103, -1.0152231454849243, 1.5754563808441162, 0.41571998596191406, 0.4959527552127838, -0.22612400352954865, -0.3707610070705414, 0.23448200523853302, 1.5732269287109375, -1.121137022972107, 1.36754310131073, 1002.0, 1002.0, 0.0005094470689073205, -0.2346595823764801, -0.8519987463951111, 1.9046955108642578, -1.05638587474823, 0.00022497119789477438], "mean": [-0.19951745867729187, 0.6046662926673889, 0.4513765573501587, -1.411967158317566, -0.25391507148742676, -0.12054306268692017, 0.028280097991228104, -0.31032440066337585, 0.4675746262073517, 0.22824114561080933, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.19388367235660553, 0.5722492933273315, -0.4281713366508484, -1.4155763387680054, 1.2346594333648682, 0.17012253403663635, 0.35666102170944214, -0.3089710474014282, -0.4401988387107849, 0.18047185242176056, 0.9780657291412354, -2.278635263442993, 1.0713963508605957, 1001.8258666992188, 475.78363037109375, 0.0005051831249147654, -0.23468206822872162, -0.8520078659057617, 1.9046716690063477, -1.0577125549316406, 0.0001482951338402927], "std": [2.6649275241652504e-05, 1.91564886335982e-05, 2.5953373551601544e-05, 2.5391707822564058e-05, 2.247043084935285e-05, 1.6312813386321068e-05, 2.8302334612817504e-05, 1.5405779777211137e-05, 8.14698614703957e-06, 1.3673354260390624e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.11050741374492645, 0.1283562183380127, 0.11956723779439926, 0.25723996758461, 0.3457508385181427, 0.1531846672296524, 0.14450743794441223, 0.04018055647611618, 0.043005529791116714, 0.04039311036467552, 0.39344242215156555, 0.38029584288597107, 0.23227019608020782, 0.5638770461082458, 386.64727783203125, 8.919229230741621e-07, 4.198741862637689e-06, 2.86765339296835e-06, 1.1761143468902446e-05, 0.0008579440764151514, 6.641017535002902e-05], "count": [758]}, "timestamp": {"min": [0.0], "max": [25.233333333333334], "mean": [12.616666666666665], "std": [7.293852053461036], "count": [758]}, "frame_index": {"min": [0], "max": [757], "mean": [378.5], "std": [218.8155616038311], "count": [758]}, "episode_index": {"min": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [758]}, "index": {"min": [149339], "max": [150096], "mean": [149717.5], "std": [218.8155616038311], "count": [758]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [758]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.4754445903533996], "std": [0.0, 0.3861851875676651], "count": [758]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.4754445903533996], "std": [0.0, 0.38618518756766507], "count": [758]}, "eef_direction_state": {"mean": [6.0, 3.336411609498681], "std": [0.0, 2.1411950894424696], "min": [6, 0], "max": [6, 6], "count": [758]}, "eef_velocity_state": {"mean": [0.0, 0.9366754617414248], "std": [0.0, 0.6404982622634614], "min": [0, 0], "max": [0, 2], "count": [758]}, "eef_acc_mag_state": {"mean": [0.0, 0.7295514511873351], "std": [0.0, 0.8150611025651853], "min": [0, 0], "max": [0, 2], "count": [758]}, "eef_direction_action": {"mean": [6.0, 3.336411609498681], "std": [0.0, 2.1411950894424696], "min": [6, 0], "max": [6, 6], "count": [758]}, "eef_velocity_action": {"mean": [0.0, 0.9366754617414248], "std": [0.0, 0.6404982622634614], "min": [0, 0], "max": [0, 2], "count": [758]}, "eef_acc_mag_action": {"mean": [0.0, 0.7295514511873351], "std": [0.0, 0.8150611025651853], "min": [0, 0], "max": [0, 2], "count": [758]}, "eef_sim_pose_state": {"mean": [-0.31032446026802063, 0.4675748646259308, 0.22824108600616455, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3089798390865326, -0.4403146207332611, 0.18057481944561005, 0.9782524704933167, -2.2777132987976074, 1.071358561515808], "std": [1.5487903510802425e-05, 8.166296538547613e-06, 1.3704088814847637e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04018011316657066, 0.04296058416366577, 0.04041547328233719, 0.3936908543109894, 0.3822493255138397, 0.23231999576091766], "min": [-0.3103730082511902, 0.46754899621009827, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36507800221443176, -0.494392991065979, 0.07317300140857697, 0.36858275532722473, -2.5861949920654297, 0.6511426568031311], "max": [-0.3102799952030182, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22612400352954865, -0.3707610070705414, 0.23448200523853302, 1.5732269287109375, -1.121137022972107, 1.36754310131073], "count": [758]}, "eef_sim_pose_action": {"mean": [-0.310324490070343, 0.4675746262073517, 0.22824110090732574, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, -0.308979868888855, -0.4403148591518402, 0.18057458102703094, 0.9782522320747375, -2.27771258354187, 1.0713592767715454], "std": [1.548789623484481e-05, 8.169366992660798e-06, 1.3704097000299953e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.04018009826540947, 0.04296058788895607, 0.04041549190878868, 0.39369073510169983, 0.38224923610687256, 0.23231998085975647], "min": [-0.3103730082511902, 0.46754899621009827, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36507800221443176, -0.494392991065979, 0.07317300140857697, 0.36858275532722473, -2.5861949920654297, 0.6511426568031311], "max": [-0.3102799952030182, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22612400352954865, -0.3707610070705414, 0.23448200523853302, 1.5732269287109375, -1.121137022972107, 1.36754310131073], "count": [758]}, "gripper_mode_state": {"mean": [0.0, 0.6292875989445911], "std": [0.0, 0.482995565982902], "min": [0, 0], "max": [0, 1], "count": [758]}, "gripper_activity_state": {"mean": [2.0, 1.8865435356200528], "std": [0.0, 0.42083398801205196], "min": [2, 0], "max": [2, 2], "count": [758]}, "gripper_mode_action": {"mean": [0.0, 0.6292875989445911], "std": [0.0, 0.48299556598290205], "min": [0, 0], "max": [0, 1], "count": [758]}, "gripper_activity_action": {"mean": [2.0, 1.8865435356200528], "std": [0.0, 0.42083398801205196], "min": [2, 0], "max": [2, 2], "count": [758]}}} +{"episode_index": 184, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43666528799019605]], [[0.41284116143563904]], [[0.4209962228236202]]], "std": [[[0.207437592651739]], [[0.2097529539583146]], [[0.2055992240674584]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3996114728009259]], [[0.3903118390295933]], [[0.3933213918958787]]], "std": [[[0.22713068156796967]], [[0.22457529401170293]], [[0.21437247804272824]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49331902885575524]], [[0.47348661605846043]], [[0.48128819444444443]]], "std": [[[0.21214075746860842]], [[0.21018745357099725]], [[0.22078461310832193]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4452812216321714]], [[0.42634120398738196]], [[0.4373244698052833]]], "std": [[[0.29536048477957355]], [[0.28048240545568354]], [[0.281659116654175]]], "count": [144]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.3103660047054291, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06269222497940063, 0.39863321185112, -0.63023841381073, -1.9191465377807617, 0.2537708580493927, -0.1206895187497139, -0.2565982937812805, -0.3469269871711731, -0.5074390172958374, 0.09153100103139877, 0.485010027885437, -2.573723554611206, 0.6692307591438293, 1000.0, 198.0, 0.0005038073868490756, -0.2346915304660797, -0.8520146012306213, 1.9046542644500732, -1.0589745044708252, 0.00017845815455075353], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34115952253341675, 0.8135328888893127, -0.10868165642023087, -1.2254480123519897, 1.5633437633514404, 0.4015653431415558, 0.4587249159812927, -0.2102230042219162, -0.38488900661468506, 0.2471030056476593, 1.6385544538497925, -1.121137022972107, 1.391394019126892, 1002.0, 1002.0, 0.0005056872614659369, -0.23466333746910095, -0.8519995808601379, 1.904693841934204, -1.0561782121658325, 0.00020503703854046762], "mean": [-0.19951575994491577, 0.6046578884124756, 0.45138731598854065, -1.4119656085968018, -0.2539169192314148, -0.12053876370191574, 0.02826699987053871, -0.31033003330230713, 0.46757182478904724, 0.2282339334487915, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.18082691729068756, 0.6004185676574707, -0.40535610914230347, -1.5633161067962646, 1.181476354598999, 0.19305911660194397, 0.1787252277135849, -0.27772659063339233, -0.43781778216362, 0.17576707899570465, 1.012638807296753, -2.1445043087005615, 1.0478252172470093, 1001.7552490234375, 478.34869384765625, 0.0005045592552050948, -0.23467932641506195, -0.8520087003707886, 1.9046704769134521, -1.057753562927246, 0.00018855876987800002], "std": [2.6092578991665505e-05, 1.8934300896944478e-05, 2.2478592654806562e-05, 2.3793751097400673e-05, 2.3243666873895563e-05, 1.5996287402231246e-05, 2.0798655896214768e-05, 1.4278692106017843e-05, 7.838924830139149e-06, 1.2727959983749315e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.08441464602947235, 0.13449640572071075, 0.13929659128189087, 0.21683619916439056, 0.3445494771003723, 0.14366643130779266, 0.17147134244441986, 0.04472889378666878, 0.0368073545396328, 0.047579772770404816, 0.3378539979457855, 0.40123775601387024, 0.23362892866134644, 0.6554232835769653, 371.68487548828125, 9.209445579472231e-07, 2.493900638000923e-06, 2.4644100449222606e-06, 1.1251794603595044e-05, 0.000770695332903415, 2.7689939088304527e-06], "count": [760]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.3103660047054291, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06269222497940063, 0.39863321185112, -0.63023841381073, -1.9191465377807617, 0.2537708580493927, -0.1206895187497139, -0.2565982937812805, -0.3469269871711731, -0.5074390172958374, 0.09153100103139877, 0.485010027885437, -2.573723554611206, 0.6692307591438293, 1000.0, 198.0, 0.0005038073868490756, -0.2346915304660797, -0.8520146012306213, 1.9046542644500732, -1.0589745044708252, 0.00017845815455075353], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34115952253341675, 0.8135328888893127, -0.10868165642023087, -1.2254480123519897, 1.5633437633514404, 0.4015653431415558, 0.4587249159812927, -0.2102230042219162, -0.38488900661468506, 0.2471030056476593, 1.6385544538497925, -1.121137022972107, 1.391394019126892, 1002.0, 1002.0, 0.0005056872614659369, -0.23466333746910095, -0.8519995808601379, 1.904693841934204, -1.0561782121658325, 0.00020503703854046762], "mean": [-0.19951577484607697, 0.6046578884124756, 0.4513873755931854, -1.4119654893875122, -0.25391697883605957, -0.12053879350423813, 0.02826690673828125, -0.3103300929069519, 0.46757182478904724, 0.2282339334487915, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.18065795302391052, 0.6006208062171936, -0.40545207262039185, -1.5639770030975342, 1.1818327903747559, 0.19335447251796722, 0.1786416918039322, -0.2776353359222412, -0.4377131462097168, 0.17565318942070007, 1.012679100036621, -2.144930362701416, 1.0478047132492065, 1001.7552490234375, 478.34869384765625, 0.0005045616999268532, -0.23467932641506195, -0.8520087599754333, 1.9046704769134521, -1.0577512979507446, 0.00018855251255445182], "std": [2.6092384359799325e-05, 1.895877176139038e-05, 2.2472489945357665e-05, 2.3803606381989084e-05, 2.330167444597464e-05, 1.5998883100110106e-05, 2.084304105665069e-05, 1.4283732525655068e-05, 7.8418233897537e-06, 1.2729638910968788e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.08450547605752945, 0.13461807370185852, 0.13935332000255585, 0.21713922917842865, 0.3437301814556122, 0.14325152337551117, 0.17158770561218262, 0.04473307728767395, 0.036835599690675735, 0.04755759611725807, 0.3379225730895996, 0.40032267570495605, 0.23365600407123566, 0.6554232835769653, 371.68487548828125, 9.214458600581565e-07, 2.495759645171347e-06, 2.4529140318918508e-06, 1.1243188055232167e-05, 0.0007707925396971405, 2.7714229418052128e-06], "count": [760]}, "timestamp": {"min": [0.0], "max": [25.3], "mean": [12.65], "std": [7.313097079137464], "count": [760]}, "frame_index": {"min": [0], "max": [759], "mean": [379.5], "std": [219.39291237412388], "count": [760]}, "episode_index": {"min": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [760]}, "index": {"min": [150097], "max": [150856], "mean": [150476.5], "std": [219.39291237412388], "count": [760]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [760]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.47801052665239885], "std": [0.0, 0.37120984930716167], "count": [760]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.47801052665239885], "std": [0.0, 0.37120984930716167], "count": [760]}, "eef_direction_state": {"mean": [6.0, 3.293421052631579], "std": [0.0, 2.1409439338707235], "min": [6, 0], "max": [6, 6], "count": [760]}, "eef_velocity_state": {"mean": [0.0, 0.868421052631579], "std": [0.0, 0.5390563212239684], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_acc_mag_state": {"mean": [0.0, 0.7368421052631579], "std": [0.0, 0.8266677091704058], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_direction_action": {"mean": [6.0, 3.293421052631579], "std": [0.0, 2.1409439338707235], "min": [6, 0], "max": [6, 6], "count": [760]}, "eef_velocity_action": {"mean": [0.0, 0.868421052631579], "std": [0.0, 0.5390563212239684], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_acc_mag_action": {"mean": [0.0, 0.7368421052631579], "std": [0.0, 0.8266677091704058], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_sim_pose_state": {"mean": [-0.31032994389533997, 0.46757233142852783, 0.22823397815227509, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.27772650122642517, -0.43781778216362, 0.17576710879802704, 1.0126380920410156, -2.1445059776306152, 1.0478260517120361], "std": [1.4278478374762926e-05, 7.820145583536942e-06, 1.2727925422950648e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04472889006137848, 0.0368073508143425, 0.04757976531982422, 0.3378540575504303, 0.4012378454208374, 0.23362897336483002], "min": [-0.3103660047054291, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3469269871711731, -0.5074390172958374, 0.09153100103139877, 0.485010027885437, -2.573723554611206, 0.6692307591438293], "max": [-0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2102230042219162, -0.38488900661468506, 0.2471030056476593, 1.6385544538497925, -1.121137022972107, 1.391394019126892], "count": [760]}, "eef_sim_pose_action": {"mean": [-0.31033003330230713, 0.46757182478904724, 0.2282339334487915, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.27772659063339233, -0.43781778216362, 0.17576707899570465, 1.012638807296753, -2.1445043087005615, 1.0478252172470093], "std": [1.4278692106017843e-05, 7.838924830139149e-06, 1.2727959983749315e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.04472889378666878, 0.0368073545396328, 0.047579772770404816, 0.3378539979457855, 0.40123775601387024, 0.23362892866134644], "min": [-0.3103660047054291, 0.4675459861755371, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3469269871711731, -0.5074390172958374, 0.09153100103139877, 0.485010027885437, -2.573723554611206, 0.6692307591438293], "max": [-0.31028300523757935, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2102230042219162, -0.38488900661468506, 0.2471030056476593, 1.6385544538497925, -1.121137022972107, 1.391394019126892], "count": [760]}, "gripper_mode_state": {"mean": [0.0, 0.6447368421052632], "std": [0.0, 0.4785929863019294], "min": [0, 0], "max": [0, 1], "count": [760]}, "gripper_activity_state": {"mean": [2.0, 1.894736842105263], "std": [0.0, 0.40324171177637763], "min": [2, 0], "max": [2, 2], "count": [760]}, "gripper_mode_action": {"mean": [0.0, 0.6447368421052632], "std": [0.0, 0.4785929863019295], "min": [0, 0], "max": [0, 1], "count": [760]}, "gripper_activity_action": {"mean": [2.0, 1.894736842105263], "std": [0.0, 0.40324171177637763], "min": [2, 0], "max": [2, 2], "count": [760]}}} +{"episode_index": 185, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4362891941107429]], [[0.41267157869603244]], [[0.42144141380143607]]], "std": [[[0.20642595507988987]], [[0.2093889432739051]], [[0.20496367228021675]]], "count": [142]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4009428421016294]], [[0.39155653364632237]], [[0.3942827588488447]]], "std": [[[0.22855175586430765]], [[0.22587208791990485]], [[0.21587219114130232]]], "count": [142]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49278181384055975]], [[0.47312741214443527]], [[0.48079214852020624]]], "std": [[[0.21191677376626666]], [[0.21021847845919342]], [[0.22080583199864748]]], "count": [142]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4283432494476664]], [[0.40961634389671364]], [[0.420620945238424]]], "std": [[[0.2929194577051838]], [[0.2780662596619374]], [[0.27865015584330516]]], "count": [142]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103800117969513, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.042900193482637405, 0.3900112807750702, -0.6614972352981567, -1.7880200147628784, 0.25384068489074707, -0.1206895187497139, -0.028274333104491234, -0.36024999618530273, -0.5213289856910706, 0.06518100202083588, 0.5019862055778503, -2.6572020053863525, 0.5685425400733948, 1000.0, 185.0, 0.0004981677629984915, -0.2345806360244751, -0.8520114421844482, 1.9046716690063477, -1.0589522123336792, 4.366529537946917e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028448866680264473, -0.31028300523757935, 0.4676069915294647, 0.22833600640296936, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.426349014043808, 0.7746818661689758, -0.14351841807365417, -0.9079726338386536, 1.600658893585205, 0.3615100383758545, 0.546689510345459, -0.20179900527000427, -0.39461401104927063, 0.2470169961452484, 1.6244362592697144, -1.121137022972107, 1.3860942125320435, 1002.0, 1002.0, 0.0005094470689073205, -0.23454679548740387, -0.8520019054412842, 1.9046977758407593, -1.0562835931777954, 0.00019649382738862187], "mean": [-0.19951264560222626, 0.6046653985977173, 0.45139560103416443, -1.4119606018066406, -0.25391775369644165, -0.12052273750305176, 0.028279831632971764, -0.3103351593017578, 0.4675711691379547, 0.22823838889598846, -1.5732375383377075, -1.121140718460083, -0.746275782585144, 0.2647654712200165, 0.5620903372764587, -0.4424252212047577, -1.3873145580291748, 1.1400974988937378, 0.17568089067935944, 0.38606396317481995, -0.29278960824012756, -0.45393267273902893, 0.17705592513084412, 1.1133242845535278, -2.207214117050171, 1.0124118328094482, 1001.7409057617188, 500.1727294921875, 0.0005056758527643979, -0.23456241190433502, -0.8520071506500244, 1.9046720266342163, -1.0577139854431152, 0.00010697399557102472], "std": [2.699031938391272e-05, 1.8180531696998514e-05, 2.2294892914942466e-05, 2.5907129383995198e-05, 2.253400998597499e-05, 1.9309403796796687e-05, 2.396465242782142e-05, 1.570456697663758e-05, 8.074184734141454e-06, 1.3025526641285978e-05, 3.2883912354009226e-05, 8.574221283197403e-06, 2.4478538762195967e-05, 0.11528374999761581, 0.11666124314069748, 0.11732116341590881, 0.3037211298942566, 0.35924938321113586, 0.13568830490112305, 0.16822388768196106, 0.048953790217638016, 0.04412785917520523, 0.05622473359107971, 0.416022390127182, 0.4022865891456604, 0.3070816099643707, 0.6716253757476807, 386.1795349121094, 5.858926215296378e-07, 2.9850546070520068e-06, 2.4400983420491684e-06, 1.466552112106001e-05, 0.0008391422452405095, 6.202681106515229e-05], "count": [741]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.3103800117969513, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.042900193482637405, 0.3900112807750702, -0.6614972352981567, -1.7880200147628784, 0.25384068489074707, -0.1206895187497139, -0.028274333104491234, -0.36024999618530273, -0.5213289856910706, 0.06518100202083588, 0.5019862055778503, -2.6572020053863525, 0.5685425400733948, 1000.0, 185.0, 0.0004981677629984915, -0.2345806360244751, -0.8520114421844482, 1.9046716690063477, -1.0589522123336792, 4.366529537946917e-05], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028448866680264473, -0.31028300523757935, 0.4676069915294647, 0.22833600640296936, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.426349014043808, 0.7746818661689758, -0.14351841807365417, -0.9079726338386536, 1.600658893585205, 0.3615100383758545, 0.546689510345459, -0.20179900527000427, -0.39461401104927063, 0.2470169961452484, 1.6244362592697144, -1.121137022972107, 1.3860942125320435, 1002.0, 1002.0, 0.0005094470689073205, -0.23454679548740387, -0.8520019054412842, 1.9046977758407593, -1.0562835931777954, 0.00019649382738862187], "mean": [-0.19951260089874268, 0.6046653389930725, 0.45139560103416443, -1.4119608402252197, -0.2539178133010864, -0.12052273750305176, 0.028279853984713554, -0.3103351891040802, 0.4675711691379547, 0.22823837399482727, -1.5732375383377075, -1.121140718460083, -0.746275782585144, 0.2646699845790863, 0.562315046787262, -0.4426032304763794, -1.387795090675354, 1.1406421661376953, 0.17587728798389435, 0.3862477242946625, -0.29274317622184753, -0.4538356065750122, 0.17694491147994995, 1.1133590936660767, -2.207947254180908, 1.01227605342865, 1001.7435913085938, 500.1741027832031, 0.0005056783556938171, -0.23456241190433502, -0.8520070314407349, 1.9046720266342163, -1.0577130317687988, 0.00010679849947337061], "std": [2.702839810808655e-05, 1.8187613022746518e-05, 2.2334052118822e-05, 2.5893035854096524e-05, 2.2555492250830866e-05, 1.9309403796796687e-05, 2.3950675313244574e-05, 1.57123740791576e-05, 8.075417099462356e-06, 1.3025921361986548e-05, 3.2883912354009226e-05, 8.574221283197403e-06, 2.4478538762195967e-05, 0.11536698043346405, 0.1169031411409378, 0.11743459850549698, 0.30404120683670044, 0.35820963978767395, 0.1353641301393509, 0.16784511506557465, 0.04895342141389847, 0.0441768616437912, 0.05620479956269264, 0.41606178879737854, 0.4007987082004547, 0.30722150206565857, 0.6686356663703918, 386.1819152832031, 5.899913730900153e-07, 2.9853581509087235e-06, 2.3750465061311843e-06, 1.4661787645309232e-05, 0.0008391723386012018, 6.198955816216767e-05], "count": [741]}, "timestamp": {"min": [0.0], "max": [24.666666666666668], "mean": [12.333333333333334], "std": [7.130269331570915], "count": [741]}, "frame_index": {"min": [0], "max": [740], "mean": [370.0], "std": [213.90807994712745], "count": [741]}, "episode_index": {"min": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [741]}, "index": {"min": [150857], "max": [151597], "mean": [151227.0], "std": [213.90807994712745], "count": [741]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [741]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.4997557372699382], "std": [0.0, 0.3856381116488633], "count": [741]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.4997557372699382], "std": [0.0, 0.3856381116488633], "count": [741]}, "eef_direction_state": {"mean": [6.0, 3.4669365721997303], "std": [0.0, 2.036257033671834], "min": [6, 0], "max": [6, 6], "count": [741]}, "eef_velocity_state": {"mean": [0.0, 0.9068825910931174], "std": [0.0, 0.6020375869666992], "min": [0, 0], "max": [0, 2], "count": [741]}, "eef_acc_mag_state": {"mean": [0.0, 0.6842105263157895], "std": [0.0, 0.8198822067051186], "min": [0, 0], "max": [0, 2], "count": [741]}, "eef_direction_action": {"mean": [6.0, 3.4669365721997303], "std": [0.0, 2.036257033671834], "min": [6, 0], "max": [6, 6], "count": [741]}, "eef_velocity_action": {"mean": [0.0, 0.9068825910931174], "std": [0.0, 0.6020375869666992], "min": [0, 0], "max": [0, 2], "count": [741]}, "eef_acc_mag_action": {"mean": [0.0, 0.6842105263157895], "std": [0.0, 0.8198822067051186], "min": [0, 0], "max": [0, 2], "count": [741]}, "eef_sim_pose_state": {"mean": [-0.3103351593017578, 0.46757158637046814, 0.2282382845878601, -1.573225736618042, -1.121137261390686, -0.7462746500968933, -0.29278960824012756, -0.4539327621459961, 0.17705591022968292, 1.1133230924606323, -2.207214117050171, 1.0124123096466064], "std": [1.5704576071584597e-05, 8.06195839686552e-06, 1.3025042790104635e-05, 3.071736136917025e-05, 7.868763532314915e-06, 2.4454862796119414e-05, 0.04895378276705742, 0.04412785917520523, 0.05622474476695061, 0.41602230072021484, 0.40228649973869324, 0.3070816695690155], "min": [-0.3103800117969513, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36024999618530273, -0.5213289856910706, 0.06518100202083588, 0.5019862055778503, -2.6572020053863525, 0.5685425400733948], "max": [-0.31028300523757935, 0.4676069915294647, 0.22833600640296936, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.20179900527000427, -0.39461401104927063, 0.2470169961452484, 1.6244362592697144, -1.121137022972107, 1.3860942125320435], "count": [741]}, "eef_sim_pose_action": {"mean": [-0.3103351593017578, 0.4675711691379547, 0.22823838889598846, -1.5732375383377075, -1.121140718460083, -0.746275782585144, -0.29278960824012756, -0.45393267273902893, 0.17705592513084412, 1.1133242845535278, -2.207214117050171, 1.0124118328094482], "std": [1.570456697663758e-05, 8.074184734141454e-06, 1.3025526641285978e-05, 3.2883912354009226e-05, 8.574221283197403e-06, 2.4478538762195967e-05, 0.048953790217638016, 0.04412785917520523, 0.05622473359107971, 0.416022390127182, 0.4022865891456604, 0.3070816099643707], "min": [-0.3103800117969513, 0.46755000948905945, 0.22818900644779205, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36024999618530273, -0.5213289856910706, 0.06518100202083588, 0.5019862055778503, -2.6572020053863525, 0.5685425400733948], "max": [-0.31028300523757935, 0.4676069915294647, 0.22833600640296936, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.20179900527000427, -0.39461401104927063, 0.2470169961452484, 1.6244362592697144, -1.121137022972107, 1.3860942125320435], "count": [741]}, "gripper_mode_state": {"mean": [0.0, 0.6059379217273954], "std": [0.0, 0.488648295546071], "min": [0, 0], "max": [0, 1], "count": [741]}, "gripper_activity_state": {"mean": [2.0, 1.8879892037786774], "std": [0.0, 0.4151371721230382], "min": [2, 0], "max": [2, 2], "count": [741]}, "gripper_mode_action": {"mean": [0.0, 0.6059379217273954], "std": [0.0, 0.4886482955460711], "min": [0, 0], "max": [0, 1], "count": [741]}, "gripper_activity_action": {"mean": [2.0, 1.8879892037786774], "std": [0.0, 0.4151371721230382], "min": [2, 0], "max": [2, 2], "count": [741]}}} +{"episode_index": 186, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43503295650989865]], [[0.4115430357227432]], [[0.41995538357251117]]], "std": [[[0.2052996889878395]], [[0.20841419374038672]], [[0.2042551083148985]]], "count": [138]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39933152913943354]], [[0.39022890469593635]], [[0.39280025841858485]]], "std": [[[0.22768407480151023]], [[0.22510842954740765]], [[0.21499291870209944]]], "count": [138]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49214162256086014]], [[0.4726673504546746]], [[0.48030951175760156]]], "std": [[[0.211814742574499]], [[0.21021884833887755]], [[0.22078132215859417]]], "count": [138]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42832000982760254]], [[0.4107117877948281]], [[0.42439266452353885]]], "std": [[[0.29412118732590903]], [[0.2750721988521294]], [[0.2754715853613152]]], "count": [138]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675450026988983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.013631021603941917, 0.3943222463130951, -0.6422985792160034, -1.8716561794281006, 0.25382325053215027, -0.13241812586784363, -0.02834414690732956, -0.346017986536026, -0.5075280070304871, 0.057677000761032104, 0.4683593809604645, -2.5064728260040283, 0.473128080368042, 1000.0, 175.0, 0.0005038073868490756, -0.2346200942993164, -0.8520090579986572, 1.9046756029129028, -1.0590378046035767, 3.3223594073206186e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102880120277405, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37089991569519043, 0.8550193309783936, -0.12604768574237823, -1.0563780069351196, 1.5083833932876587, 0.4058763086795807, 0.44196972250938416, -0.2066439986228943, -0.38046199083328247, 0.250328004360199, 1.5732269287109375, -1.121137022972107, 1.3750898838043213, 1002.0, 1002.0, 0.0005075671360827982, -0.23458251357078552, -0.8520042896270752, 1.9046931266784668, -1.0564223527908325, 6.075171404518187e-05], "mean": [-0.19951637089252472, 0.6046692132949829, 0.45139268040657043, -1.4119616746902466, -0.2539162039756775, -0.12053609639406204, 0.02827370911836624, -0.3103318214416504, 0.46757230162620544, 0.2282395213842392, -1.5732386112213135, -1.1211400032043457, -0.7462766766548157, 0.22902236878871918, 0.6105620861053467, -0.4479721188545227, -1.5015289783477783, 1.129012942314148, 0.22431276738643646, 0.26137927174568176, -0.2868444621562958, -0.4426572918891907, 0.17405608296394348, 1.0810420513153076, -2.146028757095337, 0.9327453970909119, 1001.7579956054688, 523.3379516601562, 0.000505691219586879, -0.23460577428340912, -0.8520075082778931, 1.904672622680664, -1.0577173233032227, 5.060040712123737e-05], "std": [2.528124605305493e-05, 2.1018007828388363e-05, 2.3092017727321945e-05, 2.515790401957929e-05, 2.2989710487308912e-05, 1.697608058748301e-05, 2.52518875640817e-05, 1.4427908354264218e-05, 7.90209014667198e-06, 1.2491700545069762e-05, 1.1682510375976562e-05, 2.9802322387695312e-06, 1.0728836059570312e-06, 0.10377200692892075, 0.12564997375011444, 0.12981721758842468, 0.2636377811431885, 0.33357948064804077, 0.13627518713474274, 0.1311894804239273, 0.04213807359337807, 0.04365479201078415, 0.05397030711174011, 0.38961052894592285, 0.35419467091560364, 0.2585963308811188, 0.652256190776825, 397.5028991699219, 1.4012316285061388e-07, 2.7107546429760987e-06, 1.885421397673781e-06, 1.3748081073572394e-05, 0.0008485603029839694, 4.538867415249115e-06], "count": [719]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675450026988983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.013631021603941917, 0.3943222463130951, -0.6422985792160034, -1.8716561794281006, 0.25382325053215027, -0.13241812586784363, -0.02834414690732956, -0.346017986536026, -0.5075280070304871, 0.057677000761032104, 0.4683593809604645, -2.5064728260040283, 0.473128080368042, 1000.0, 175.0, 0.0005038073868490756, -0.2346200942993164, -0.8520090579986572, 1.9046756029129028, -1.0590378046035767, 3.3223594073206186e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102880120277405, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37089991569519043, 0.8550193309783936, -0.12604768574237823, -1.0563780069351196, 1.5083833932876587, 0.4058763086795807, 0.44196972250938416, -0.2066439986228943, -0.38046199083328247, 0.250328004360199, 1.5732269287109375, -1.121137022972107, 1.3750898838043213, 1002.0, 1002.0, 0.0005075671360827982, -0.23458251357078552, -0.8520042896270752, 1.9046931266784668, -1.0564223527908325, 6.075171404518187e-05], "mean": [-0.19951637089252472, 0.6046691536903381, 0.45139262080192566, -1.4119616746902466, -0.2539161443710327, -0.12053608149290085, 0.02827378362417221, -0.3103318512439728, 0.46757230162620544, 0.2282395213842392, -1.5732386112213135, -1.1211400032043457, -0.7462766766548157, 0.22900614142417908, 0.6109036207199097, -0.4482291042804718, -1.5021095275878906, 1.1297929286956787, 0.22476902604103088, 0.26158764958381653, -0.2867903709411621, -0.4425449073314667, 0.17393742501735687, 1.080890417098999, -2.14697527885437, 0.9323870539665222, 1001.7579956054688, 523.3366088867188, 0.000505691219586879, -0.23460577428340912, -0.8520073890686035, 1.904672622680664, -1.0577161312103271, 5.059248360339552e-05], "std": [2.5281247872044332e-05, 2.101913560181856e-05, 2.309141927980818e-05, 2.5156921765301377e-05, 2.2964411982684396e-05, 1.697635707387235e-05, 2.5328943593194708e-05, 1.4423195352719631e-05, 7.90409558248939e-06, 1.2495348528318573e-05, 1.1682510375976562e-05, 2.9802322387695312e-06, 1.0728836059570312e-06, 0.10377754271030426, 0.1259666532278061, 0.13000644743442535, 0.26389914751052856, 0.33218491077423096, 0.1356673240661621, 0.1308477371931076, 0.04213285818696022, 0.04369450360536575, 0.053944796323776245, 0.3894398808479309, 0.35235923528671265, 0.25903257727622986, 0.652256190776825, 397.5015869140625, 1.4012316285061388e-07, 2.7107546429760987e-06, 1.803884401851974e-06, 1.3745348951488268e-05, 0.0008491454645991325, 4.534398158284603e-06], "count": [719]}, "timestamp": {"min": [0.0], "max": [23.933333333333334], "mean": [11.966666666666667], "std": [6.918574034197124], "count": [719]}, "frame_index": {"min": [0], "max": [718], "mean": [359.0], "std": [207.55722102591372], "count": [719]}, "episode_index": {"min": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [719]}, "index": {"min": [151598], "max": [152316], "mean": [151957.0], "std": [207.55722102591372], "count": [719]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [719]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.522848398985551], "std": [0.0, 0.3969149055742665], "count": [719]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.522848398985551], "std": [0.0, 0.39691490557426645], "count": [719]}, "eef_direction_state": {"mean": [6.0, 3.656467315716273], "std": [0.0, 2.1017733511785983], "min": [6, 0], "max": [6, 6], "count": [719]}, "eef_velocity_state": {"mean": [0.0, 0.8984700973574409], "std": [0.0, 0.6749937589028856], "min": [0, 0], "max": [0, 2], "count": [719]}, "eef_acc_mag_state": {"mean": [0.0, 0.6564673157162726], "std": [0.0, 0.8103532317436495], "min": [0, 0], "max": [0, 2], "count": [719]}, "eef_direction_action": {"mean": [6.0, 3.656467315716273], "std": [0.0, 2.1017733511785983], "min": [6, 0], "max": [6, 6], "count": [719]}, "eef_velocity_action": {"mean": [0.0, 0.8984700973574409], "std": [0.0, 0.6749937589028856], "min": [0, 0], "max": [0, 2], "count": [719]}, "eef_acc_mag_action": {"mean": [0.0, 0.6564673157162726], "std": [0.0, 0.8103532317436495], "min": [0, 0], "max": [0, 2], "count": [719]}, "eef_sim_pose_state": {"mean": [-0.3103317320346832, 0.467572420835495, 0.22823965549468994, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2868447005748749, -0.4426575005054474, 0.1740560680627823, 1.0810415744781494, -2.146028757095337, 0.9327455163002014], "std": [1.4427559108298738e-05, 7.901108801888768e-06, 1.2490900189732201e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.042138081043958664, 0.043654799461364746, 0.0539703294634819, 0.3896104395389557, 0.35419490933418274, 0.25859636068344116], "min": [-0.3103800117969513, 0.4675450026988983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.346017986536026, -0.5075280070304871, 0.057677000761032104, 0.4683593809604645, -2.5064728260040283, 0.473128080368042], "max": [-0.3102880120277405, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2066439986228943, -0.38046199083328247, 0.250328004360199, 1.5732269287109375, -1.121137022972107, 1.3750898838043213], "count": [719]}, "eef_sim_pose_action": {"mean": [-0.3103318214416504, 0.46757230162620544, 0.2282395213842392, -1.5732386112213135, -1.1211400032043457, -0.7462766766548157, -0.2868444621562958, -0.4426572918891907, 0.17405608296394348, 1.0810420513153076, -2.146028757095337, 0.9327453970909119], "std": [1.4427908354264218e-05, 7.90209014667198e-06, 1.2491700545069762e-05, 1.1682510375976562e-05, 2.9802322387695312e-06, 1.0728836059570312e-06, 0.04213807359337807, 0.04365479201078415, 0.05397030711174011, 0.38961052894592285, 0.35419467091560364, 0.2585963308811188], "min": [-0.3103800117969513, 0.4675450026988983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.346017986536026, -0.5075280070304871, 0.057677000761032104, 0.4683593809604645, -2.5064728260040283, 0.473128080368042], "max": [-0.3102880120277405, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2066439986228943, -0.38046199083328247, 0.250328004360199, 1.5732269287109375, -1.121137022972107, 1.3750898838043213], "count": [719]}, "gripper_mode_state": {"mean": [0.0, 0.5716272600834492], "std": [0.0, 0.49484294034869575], "min": [0, 0], "max": [0, 1], "count": [719]}, "gripper_activity_state": {"mean": [2.0, 1.8859527121001392], "std": [0.0, 0.4196960990602099], "min": [2, 0], "max": [2, 2], "count": [719]}, "gripper_mode_action": {"mean": [0.0, 0.5716272600834492], "std": [0.0, 0.4948429403486958], "min": [0, 0], "max": [0, 1], "count": [719]}, "gripper_activity_action": {"mean": [2.0, 1.8859527121001392], "std": [0.0, 0.4196960990602099], "min": [2, 0], "max": [2, 2], "count": [719]}}} +{"episode_index": 187, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.43567592461664156]], [[0.4126218577174459]], [[0.420966437803754]]], "std": [[[0.20609587245953137]], [[0.20807072610831598]], [[0.2041630454861819]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3990258426554382]], [[0.38939419803712083]], [[0.39123429513365177]]], "std": [[[0.22652733917501125]], [[0.2242174762268593]], [[0.21425607645235784]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49363641172280875]], [[0.47390424941344056]], [[0.4815632266528406]]], "std": [[[0.21222069570517613]], [[0.21048153624547636]], [[0.22109184121193942]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4488902112661304]], [[0.42902799380970336]], [[0.4390985720944361]]], "std": [[[0.29114658630901347]], [[0.277385482508182]], [[0.27853752507765145]]], "count": [156]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12315043807029724, 0.3896971046924591, -0.5536358952522278, -1.8952181339263916, 0.25384068489074707, -0.1206720620393753, -0.028326693922281265, -0.36583301424980164, -0.467602014541626, 0.05252699926495552, 0.7366204857826233, -2.456773042678833, 0.5946764349937439, 1000.0, 173.0, 0.0005056872614659369, -0.234605073928833, -0.8520130515098572, 1.9046368598937988, -1.058958649635315, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995784044265747, 0.6842912435531616, -0.14706143736839294, -1.1621448993682861, 1.374394416809082, 0.1811477243900299, 0.5545958280563354, -0.213250994682312, -0.3488669991493225, 0.22885900735855103, 1.7829290628433228, -1.121137022972107, 1.4091492891311646, 1002.0, 1002.0, 0.0005075671360827982, -0.2345956563949585, -0.8520035147666931, 1.9046859741210938, -1.056259036064148, 5.695473373634741e-05], "mean": [-0.19951432943344116, 0.6046653985977173, 0.4513915181159973, -1.4119610786437988, -0.2539224326610565, -0.12056432664394379, 0.02827114798128605, -0.31032994389533997, 0.4675716459751129, 0.2282368391752243, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.08830385655164719, 0.5195649266242981, -0.36536920070648193, -1.5401582717895508, 0.9003040790557861, 0.05412011221051216, 0.34269237518310547, -0.298031210899353, -0.41742926836013794, 0.16215457022190094, 1.299498200416565, -2.0281291007995605, 1.014115333557129, 1001.7801513671875, 533.64892578125, 0.0005058146780356765, -0.23460067808628082, -0.8520066142082214, 1.904670000076294, -1.0577198266983032, 4.334436744102277e-05], "std": [2.5810542865656316e-05, 1.9846278519253246e-05, 2.3072985641192645e-05, 2.5256784283556044e-05, 2.3422773665515706e-05, 2.136021612386685e-05, 2.1712301531806588e-05, 1.519347006251337e-05, 7.958309652167372e-06, 1.3531824151868932e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.09899802505970001, 0.09427948296070099, 0.09101568162441254, 0.23771914839744568, 0.3308904767036438, 0.0887192040681839, 0.18143941462039948, 0.045470014214515686, 0.0425807386636734, 0.052460648119449615, 0.36532050371170044, 0.38274407386779785, 0.2654843032360077, 0.6256052851676941, 400.6728210449219, 4.7504912004114885e-07, 1.3476764024744625e-06, 3.374050038473797e-06, 1.1197819731023628e-05, 0.00081948924344033, 1.5892130249994807e-05], "count": [846]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12315043807029724, 0.3896971046924591, -0.5536358952522278, -1.8952181339263916, 0.25384068489074707, -0.1206720620393753, -0.028326693922281265, -0.36583301424980164, -0.467602014541626, 0.05252699926495552, 0.7366204857826233, -2.456773042678833, 0.5946764349937439, 1000.0, 173.0, 0.0005056872614659369, -0.234605073928833, -0.8520130515098572, 1.9046368598937988, -1.058958649635315, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1995784044265747, 0.6842912435531616, -0.14706143736839294, -1.1621448993682861, 1.374394416809082, 0.1811477243900299, 0.5545958280563354, -0.213250994682312, -0.3488669991493225, 0.22885900735855103, 1.7829290628433228, -1.121137022972107, 1.4091492891311646, 1002.0, 1002.0, 0.0005075671360827982, -0.2345956563949585, -0.8520035147666931, 1.9046859741210938, -1.056259036064148, 5.695473373634741e-05], "mean": [-0.1995142698287964, 0.6046654582023621, 0.4513914883136749, -1.4119610786437988, -0.2539224326610565, -0.12056431919336319, 0.028271149843931198, -0.3103298842906952, 0.4675716459751129, 0.2282368391752243, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.08794640004634857, 0.5196067690849304, -0.36534035205841064, -1.5407110452651978, 0.9003668427467346, 0.05424340069293976, 0.3429279029369354, -0.29799604415893555, -0.4172898828983307, 0.16202817857265472, 1.2997361421585083, -2.0285987854003906, 1.0139414072036743, 1001.7801513671875, 533.6477661132812, 0.0005058146780356765, -0.23460067808628082, -0.8520066142082214, 1.904670000076294, -1.0577205419540405, 4.330060619395226e-05], "std": [2.584618232503999e-05, 1.9774250176851638e-05, 2.309961746504996e-05, 2.5216750145773403e-05, 2.3422773665515706e-05, 2.1360225218813866e-05, 2.1712303350795992e-05, 1.519608122180216e-05, 7.958476999192499e-06, 1.3536194273910951e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.09914156049489975, 0.0943249836564064, 0.09099221974611282, 0.2379639446735382, 0.3307728171348572, 0.0885487049818039, 0.1810867041349411, 0.045472051948308945, 0.04260926693677902, 0.05243011564016342, 0.36556413769721985, 0.38187360763549805, 0.2657078206539154, 0.6256052851676941, 400.6719055175781, 4.7504912004114885e-07, 1.3481916312230169e-06, 3.381179112693644e-06, 1.1197480489499867e-05, 0.0008202457684092224, 1.5916009942884557e-05], "count": [846]}, "timestamp": {"min": [0.0], "max": [28.166666666666668], "mean": [14.083333333333334], "std": [8.140633108512347], "count": [846]}, "frame_index": {"min": [0], "max": [845], "mean": [422.5], "std": [244.21899325537044], "count": [846]}, "episode_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [846]}, "index": {"min": [152317], "max": [153162], "mean": [152739.5], "std": [244.21899325537044], "count": [846]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [846]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5331241120683387], "std": [0.0, 0.40005967174580165], "count": [846]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5331241120683387], "std": [0.0, 0.40005967174580165], "count": [846]}, "eef_direction_state": {"mean": [6.0, 3.6146572104018913], "std": [0.0, 2.2020778524636317], "min": [6, 0], "max": [6, 6], "count": [846]}, "eef_velocity_state": {"mean": [0.0, 0.8250591016548463], "std": [0.0, 0.6614233050544616], "min": [0, 0], "max": [0, 2], "count": [846]}, "eef_acc_mag_state": {"mean": [0.0, 0.6264775413711584], "std": [0.0, 0.8077395297004843], "min": [0, 0], "max": [0, 2], "count": [846]}, "eef_direction_action": {"mean": [6.0, 3.6146572104018913], "std": [0.0, 2.2020778524636317], "min": [6, 0], "max": [6, 6], "count": [846]}, "eef_velocity_action": {"mean": [0.0, 0.8250591016548463], "std": [0.0, 0.6614233050544616], "min": [0, 0], "max": [0, 2], "count": [846]}, "eef_acc_mag_action": {"mean": [0.0, 0.6264775413711584], "std": [0.0, 0.8077395297004843], "min": [0, 0], "max": [0, 2], "count": [846]}, "eef_sim_pose_state": {"mean": [-0.310329794883728, 0.46757179498672485, 0.22823704779148102, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29803135991096497, -0.4174290895462036, 0.16215455532073975, 1.2994990348815918, -2.028130054473877, 1.0141161680221558], "std": [1.5192827049759217e-05, 7.957226443977561e-06, 1.3530093383451458e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04547002911567688, 0.042580731213092804, 0.052460670471191406, 0.36532050371170044, 0.3827441930770874, 0.2654843330383301], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36583301424980164, -0.467602014541626, 0.05252699926495552, 0.7366204857826233, -2.456773042678833, 0.5946764349937439], "max": [-0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.213250994682312, -0.3488669991493225, 0.22885900735855103, 1.7829290628433228, -1.121137022972107, 1.4091492891311646], "count": [846]}, "eef_sim_pose_action": {"mean": [-0.31032994389533997, 0.4675716459751129, 0.2282368391752243, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.298031210899353, -0.41742926836013794, 0.16215457022190094, 1.299498200416565, -2.0281291007995605, 1.014115333557129], "std": [1.519347006251337e-05, 7.958309652167372e-06, 1.3531824151868932e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.045470014214515686, 0.0425807386636734, 0.052460648119449615, 0.36532050371170044, 0.38274407386779785, 0.2654843032360077], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36583301424980164, -0.467602014541626, 0.05252699926495552, 0.7366204857826233, -2.456773042678833, 0.5946764349937439], "max": [-0.31029000878334045, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.213250994682312, -0.3488669991493225, 0.22885900735855103, 1.7829290628433228, -1.121137022972107, 1.4091492891311646], "count": [846]}, "gripper_mode_state": {"mean": [0.0, 0.557919621749409], "std": [0.0, 0.49663398737542075], "min": [0, 0], "max": [0, 1], "count": [846]}, "gripper_activity_state": {"mean": [2.0, 1.900709219858156], "std": [0.0, 0.39449458113967106], "min": [2, 0], "max": [2, 2], "count": [846]}, "gripper_mode_action": {"mean": [0.0, 0.557919621749409], "std": [0.0, 0.49663398737542075], "min": [0, 0], "max": [0, 1], "count": [846]}, "gripper_activity_action": {"mean": [2.0, 1.900709219858156], "std": [0.0, 0.39449458113967106], "min": [2, 0], "max": [2, 2], "count": [846]}}} +{"episode_index": 188, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.432640627084167]], [[0.409890793817527]], [[0.4184989273487173]]], "std": [[[0.20552677054118032]], [[0.2080972812491857]], [[0.2038549765873276]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4004023790071584]], [[0.3906275537992975]], [[0.39291145763861096]]], "std": [[[0.22469091450942258]], [[0.2223923801738816]], [[0.21267023624570125]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49341699735449734]], [[0.4740315695722734]], [[0.4814725181739362]]], "std": [[[0.2123692524889567]], [[0.21065400507291007]], [[0.221124889833302]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4578761657440754]], [[0.43593871298519404]], [[0.44693755835667603]]], "std": [[[0.2846176734612322]], [[0.27034618546150174]], [[0.27247681577028504]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46754899621009827, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10904817283153534, 0.29937633872032166, -0.555852472782135, -1.9301421642303467, 0.09998991340398788, -0.12054989486932755, -0.06700319051742554, -0.3564240038394928, -0.4885370135307312, 0.06197499856352806, 0.6316562294960022, -2.4049742221832275, 0.7000077366828918, 1000.0, 187.0, 0.0005056872614659369, -0.23459377884864807, -0.8530700206756592, 1.902694821357727, -1.0614639520645142, -0.002121563768014312], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028199195861816, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2814517915248871, 0.6645690202713013, -0.14742796123027802, -1.2249767780303955, 1.4090741872787476, 0.3747221827507019, 0.39732420444488525, -0.21512100100517273, -0.36498498916625977, 0.23412799835205078, 1.6631718873977661, -1.121137022972107, 1.3533618450164795, 1002.0, 1002.0, 0.0005075671360827982, -0.23457875847816467, -0.8500194549560547, 1.9077118635177612, -1.0532513856887817, 0.0028249546885490417], "mean": [-0.1995171755552292, 0.6046730875968933, 0.45138999819755554, -1.411962628364563, -0.25391387939453125, -0.12055930495262146, 0.02827369049191475, -0.31032705307006836, 0.4675731360912323, 0.22824034094810486, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.10991603136062622, 0.49368470907211304, -0.3616677224636078, -1.5635180473327637, 0.8942649364471436, 0.14452210068702698, 0.18452952802181244, -0.29459330439567566, -0.430366575717926, 0.16056594252586365, 1.154023289680481, -1.9627119302749634, 1.0308094024658203, 1001.7647094726562, 566.5921020507812, 0.0005063969874754548, -0.2345879077911377, -0.8520050644874573, 1.9046629667282104, -1.057747721672058, 8.67879521138093e-07], "std": [2.477591078786645e-05, 2.0178735212539323e-05, 2.3442524252459407e-05, 2.4897070034057833e-05, 2.2529104171553627e-05, 2.0732406483148225e-05, 1.973476719285827e-05, 1.4242270481190644e-05, 7.792215910740197e-06, 1.306485864915885e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.10374518483877182, 0.10606962442398071, 0.08903379738330841, 0.23240751028060913, 0.3949624001979828, 0.1154569461941719, 0.14776776731014252, 0.04561619088053703, 0.040330011397600174, 0.04783834517002106, 0.3316616117954254, 0.4194583594799042, 0.22562535107135773, 0.6443777680397034, 393.8812561035156, 9.11771508071979e-07, 1.6376865232814453e-06, 0.0003157706814818084, 0.0005393484025262296, 0.0010956834303215146, 0.0005586986080743372], "count": [782]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46754899621009827, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10904817283153534, 0.29937633872032166, -0.555852472782135, -1.9301421642303467, 0.09998991340398788, -0.12054989486932755, -0.06700319051742554, -0.3564240038394928, -0.4885370135307312, 0.06197499856352806, 0.6316562294960022, -2.4049742221832275, 0.7000077366828918, 1000.0, 187.0, 0.0005056872614659369, -0.23459377884864807, -0.8530700206756592, 1.902694821357727, -1.0614639520645142, -0.002121563768014312], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028199195861816, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2814517915248871, 0.6645690202713013, -0.14742796123027802, -1.2249767780303955, 1.4090741872787476, 0.3747221827507019, 0.39732420444488525, -0.21512100100517273, -0.36498498916625977, 0.23412799835205078, 1.6631718873977661, -1.121137022972107, 1.3533618450164795, 1002.0, 1002.0, 0.0005075671360827982, -0.23457875847816467, -0.8500194549560547, 1.9077118635177612, -1.0532513856887817, 0.0028249546885490417], "mean": [-0.19951719045639038, 0.6046730279922485, 0.4513900578022003, -1.411962628364563, -0.253913938999176, -0.12055931240320206, 0.02827371098101139, -0.31032708287239075, 0.4675731658935547, 0.22824029624462128, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.10952851176261902, 0.4936038851737976, -0.36157655715942383, -1.564112663269043, 0.8940777778625488, 0.1447729766368866, 0.18451742827892303, -0.2945460081100464, -0.43024587631225586, 0.16044890880584717, 1.1541298627853394, -1.9628371000289917, 1.0307568311691284, 1001.7647094726562, 566.5921020507812, 0.0005063969874754548, -0.2345879077911377, -0.8520050644874573, 1.9046627283096313, -1.0577492713928223, 1.7054488807843882e-06], "std": [2.4775745259830728e-05, 2.0116427549510263e-05, 2.337915066163987e-05, 2.4850136469467543e-05, 2.255621257063467e-05, 2.0732304619741626e-05, 1.9725626771105453e-05, 1.4227618521545082e-05, 7.794349585310556e-06, 1.305047408095561e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.10397528856992722, 0.10600914061069489, 0.08897837996482849, 0.2326134741306305, 0.39530035853385925, 0.11509329080581665, 0.14778557419776917, 0.04561903700232506, 0.04035960137844086, 0.04778444394469261, 0.3318096995353699, 0.4192218482494354, 0.2256964147090912, 0.6443777680397034, 393.8812561035156, 9.11771508071979e-07, 1.6376865232814453e-06, 0.0003157708852086216, 0.0005393624887801707, 0.0010963118402287364, 0.0005592329544015229], "count": [782]}, "timestamp": {"min": [0.0], "max": [26.033333333333335], "mean": [13.016666666666666], "std": [7.524792355939132], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [782]}, "index": {"min": [153163], "max": [153944], "mean": [153553.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [782]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5660959060882669], "std": [0.0, 0.393333414508083], "count": [782]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5660959060882669], "std": [0.0, 0.39333341450808307], "count": [782]}, "eef_direction_state": {"mean": [6.0, 3.446291560102302], "std": [0.0, 2.205330743886006], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.0, 0.7212276214833759], "std": [0.0, 0.5147785527958992], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_state": {"mean": [0.0, 0.612531969309463], "std": [0.0, 0.8056682082381609], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_direction_action": {"mean": [6.0, 3.446291560102302], "std": [0.0, 2.205330743886006], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.0, 0.7212276214833759], "std": [0.0, 0.5147785527958992], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_acc_mag_action": {"mean": [0.0, 0.612531969309463], "std": [0.0, 0.8056682082381609], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [-0.31032735109329224, 0.4675729274749756, 0.22824029624462128, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29459306597709656, -0.43036630749702454, 0.16056591272354126, 1.15402352809906, -1.9627114534378052, 1.0308083295822144], "std": [1.4239328265830409e-05, 7.788619768689387e-06, 1.3064895938441623e-05, 0.0, 0.0, 0.0, 0.045616187155246735, 0.040330011397600174, 0.04783834144473076, 0.33166179060935974, 0.41945841908454895, 0.2256254255771637], "min": [-0.31036901473999023, 0.46754899621009827, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3564240038394928, -0.4885370135307312, 0.06197499856352806, 0.6316562294960022, -2.4049742221832275, 0.7000077366828918], "max": [-0.31028199195861816, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21512100100517273, -0.36498498916625977, 0.23412799835205078, 1.6631718873977661, -1.121137022972107, 1.3533618450164795], "count": [782]}, "eef_sim_pose_action": {"mean": [-0.31032705307006836, 0.4675731360912323, 0.22824034094810486, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.29459330439567566, -0.430366575717926, 0.16056594252586365, 1.154023289680481, -1.9627119302749634, 1.0308094024658203], "std": [1.4242270481190644e-05, 7.792215910740197e-06, 1.306485864915885e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.04561619088053703, 0.040330011397600174, 0.04783834517002106, 0.3316616117954254, 0.4194583594799042, 0.22562535107135773], "min": [-0.31036901473999023, 0.46754899621009827, 0.22818200290203094, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3564240038394928, -0.4885370135307312, 0.06197499856352806, 0.6316562294960022, -2.4049742221832275, 0.7000077366828918], "max": [-0.31028199195861816, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21512100100517273, -0.36498498916625977, 0.23412799835205078, 1.6631718873977661, -1.121137022972107, 1.3533618450164795], "count": [782]}, "gripper_mode_state": {"mean": [0.0, 0.5294117647058824], "std": [0.0, 0.4991341984846199], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_state": {"mean": [2.0, 1.895140664961637], "std": [0.0, 0.4036304786974989], "min": [2, 0], "max": [2, 2], "count": [782]}, "gripper_mode_action": {"mean": [0.0, 0.5294117647058824], "std": [0.0, 0.4991341984846199], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_action": {"mean": [2.0, 1.895140664961637], "std": [0.0, 0.4036304786974989], "min": [2, 0], "max": [2, 2], "count": [782]}}} +{"episode_index": 189, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.996078431372549]]], "mean": [[[0.43231723175381265]], [[0.4091595729638009]], [[0.4177300857843137]]], "std": [[[0.204806569736147]], [[0.20636467785412335]], [[0.20299718093400787]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40429204112200434]], [[0.3951769327656276]], [[0.3978273525222054]]], "std": [[[0.22479601144253422]], [[0.2218194897302002]], [[0.21214522598388647]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47558079986802415]], [[0.4668164488017429]], [[0.4654417826692643]]], "std": [[[0.20530350088360197]], [[0.20699204174231106]], [[0.21441080703199264]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44875817517177813]], [[0.42900061143581364]], [[0.43830739902798727]]], "std": [[[0.2924058241291971]], [[0.2811607341921206]], [[0.28407137514467296]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02816961333155632, -0.31036999821662903, 0.4675520062446594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.020629793405532837, 0.3248406648635864, -0.6679026484489441, -1.7856637239456177, 0.25385814905166626, -0.20080013573169708, -0.13175490498542786, -0.35084301233291626, -0.4868620038032532, 0.08735200017690659, 0.3495886027812958, -2.383669376373291, 0.5398069024085999, 1000.0, 177.0, 0.0005056872614659369, -0.23453551530838013, -0.8517840504646301, 1.9045354127883911, -1.058889627456665, 8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102779984474182, 0.4676010012626648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26719245314598083, 0.7592182159423828, -0.09581857174634933, -1.3342866897583008, 1.7097070217132568, 0.31496211886405945, 0.6701017022132874, -0.1878570020198822, -0.37632301449775696, 0.22863300144672394, 2.074779510498047, -1.121137022972107, 1.5101059675216675, 1002.0, 1008.0, 0.0005075671360827982, -0.23452235758304596, -0.851776123046875, 1.9045464992523193, -1.0563843250274658, 1.8984910639119335e-05], "mean": [-0.19952979683876038, 0.6046628952026367, 0.4513872563838959, -1.4119662046432495, -0.2539138197898865, -0.12057051062583923, 0.028276000171899796, -0.31031912565231323, 0.46757808327674866, 0.22823558747768402, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.17290842533111572, 0.5593290328979492, -0.3961651921272278, -1.529953122138977, 1.08401358127594, 0.04690869525074959, 0.23217721283435822, -0.28158167004585266, -0.43931129574775696, 0.17698848247528076, 1.156406044960022, -2.0135326385498047, 1.0981862545013428, 1001.7349243164062, 569.4461669921875, 0.0005066137528046966, -0.23452961444854736, -0.8517859578132629, 1.9045411348342896, -1.0577415227890015, 1.4127494068816304e-05], "std": [2.6658814022084698e-05, 1.7484948330093175e-05, 2.309500632691197e-05, 2.484623655618634e-05, 2.3522548872279003e-05, 2.1433294023154303e-05, 2.801317532430403e-05, 1.5206251191557385e-05, 8.242474905273411e-06, 1.2288704965612851e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.06597692519426346, 0.129264697432518, 0.13180659711360931, 0.15727882087230682, 0.4353810250759125, 0.1436808556318283, 0.2641933560371399, 0.054122209548950195, 0.03225680813193321, 0.04163910076022148, 0.6349120736122131, 0.3719005584716797, 0.3680022656917572, 0.6781606078147888, 403.1651611328125, 9.398575002705911e-07, 1.4333286344481166e-06, 6.15506587564596e-06, 2.27939472097205e-06, 0.0008575870306231081, 1.1834493989226758e-06], "count": [845]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.02816961333155632, -0.31036999821662903, 0.4675520062446594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.020629793405532837, 0.3248406648635864, -0.6679026484489441, -1.7856637239456177, 0.25385814905166626, -0.20080013573169708, -0.13175490498542786, -0.35084301233291626, -0.4868620038032532, 0.08735200017690659, 0.3495886027812958, -2.383669376373291, 0.5398069024085999, 1000.0, 177.0, 0.0005056872614659369, -0.23453551530838013, -0.8517840504646301, 1.9045354127883911, -1.058889627456665, 8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102779984474182, 0.4676010012626648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26719245314598083, 0.7592182159423828, -0.09581857174634933, -1.3342866897583008, 1.7097070217132568, 0.31496211886405945, 0.6701017022132874, -0.1878570020198822, -0.37632301449775696, 0.22863300144672394, 2.074779510498047, -1.121137022972107, 1.5101059675216675, 1002.0, 1008.0, 0.0005075671360827982, -0.23452235758304596, -0.851776123046875, 1.9045464992523193, -1.0563843250274658, 1.8984910639119335e-05], "mean": [-0.19952984154224396, 0.6046629548072815, 0.45138734579086304, -1.4119662046432495, -0.2539137899875641, -0.12057055532932281, 0.028276020660996437, -0.3103191554546356, 0.46757811307907104, 0.22823558747768402, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.17293129861354828, 0.5594916343688965, -0.3964153528213501, -1.5301958322525024, 1.084403157234192, 0.046819139271974564, 0.23209290206432343, -0.28154560923576355, -0.4392690062522888, 0.17692206799983978, 1.1564629077911377, -2.013859748840332, 1.0983498096466064, 1001.7349243164062, 569.4544677734375, 0.0005066137528046966, -0.23452961444854736, -0.8517859578132629, 1.9045411348342896, -1.0577421188354492, 1.4130864656181075e-05], "std": [2.6710085876402445e-05, 1.7484666386735626e-05, 2.308816692675464e-05, 2.484623655618634e-05, 2.3497606889577582e-05, 2.1427194951684214e-05, 2.801841401378624e-05, 1.5204393093881663e-05, 8.241618161264341e-06, 1.2288704965612851e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.06598947197198868, 0.1294078379869461, 0.13211163878440857, 0.15725483000278473, 0.43478506803512573, 0.14380879700183868, 0.2642878293991089, 0.054113149642944336, 0.03224322944879532, 0.041602034121751785, 0.6349517107009888, 0.37123632431030273, 0.367876261472702, 0.6781606078147888, 403.1744079589844, 9.398575002705911e-07, 1.4314794043457368e-06, 6.159892109280918e-06, 2.278878127981443e-06, 0.0008573168888688087, 1.1796936405517044e-06], "count": [845]}, "timestamp": {"min": [0.0], "max": [28.133333333333333], "mean": [14.066666666666665], "std": [8.1310105972956], "count": [845]}, "frame_index": {"min": [0], "max": [844], "mean": [422.0], "std": [243.93031791886796], "count": [845]}, "episode_index": {"min": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [845]}, "index": {"min": [153945], "max": [154789], "mean": [154367.0], "std": [243.93031791886796], "count": [845]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [845]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5680816581086999], "std": [0.0, 0.40169136240215325], "count": [845]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5680816581086999], "std": [0.0, 0.40169136240215325], "count": [845]}, "eef_direction_state": {"mean": [6.0, 3.927810650887574], "std": [0.0, 2.314501863336795], "min": [6, 0], "max": [6, 6], "count": [845]}, "eef_velocity_state": {"mean": [0.0, 0.621301775147929], "std": [0.0, 0.5946671965160274], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_acc_mag_state": {"mean": [0.0, 0.493491124260355], "std": [0.0, 0.7562083877218398], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_direction_action": {"mean": [6.0, 3.927810650887574], "std": [0.0, 2.314501863336795], "min": [6, 0], "max": [6, 6], "count": [845]}, "eef_velocity_action": {"mean": [0.0, 0.621301775147929], "std": [0.0, 0.5946671965160274], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_acc_mag_action": {"mean": [0.0, 0.493491124260355], "std": [0.0, 0.7562083877218398], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_sim_pose_state": {"mean": [-0.3103189766407013, 0.46757733821868896, 0.22823569178581238, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2815817594528198, -0.43931126594543457, 0.17698851227760315, 1.1564052104949951, -2.0135345458984375, 1.0981861352920532], "std": [1.5205815543595236e-05, 8.210106898332015e-06, 1.2288294783502351e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.054122231900691986, 0.03225681558251381, 0.04163911193609238, 0.6349121928215027, 0.37190037965774536, 0.3680022358894348], "min": [-0.31036999821662903, 0.4675520062446594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35084301233291626, -0.4868620038032532, 0.08735200017690659, 0.3495886027812958, -2.383669376373291, 0.5398069024085999], "max": [-0.3102779984474182, 0.4676010012626648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1878570020198822, -0.37632301449775696, 0.22863300144672394, 2.074779510498047, -1.121137022972107, 1.5101059675216675], "count": [845]}, "eef_sim_pose_action": {"mean": [-0.31031912565231323, 0.46757808327674866, 0.22823558747768402, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.28158167004585266, -0.43931129574775696, 0.17698848247528076, 1.156406044960022, -2.0135326385498047, 1.0981862545013428], "std": [1.5206251191557385e-05, 8.242474905273411e-06, 1.2288704965612851e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.054122209548950195, 0.03225680813193321, 0.04163910076022148, 0.6349120736122131, 0.3719005584716797, 0.3680022656917572], "min": [-0.31036999821662903, 0.4675520062446594, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35084301233291626, -0.4868620038032532, 0.08735200017690659, 0.3495886027812958, -2.383669376373291, 0.5398069024085999], "max": [-0.3102779984474182, 0.4676010012626648, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1878570020198822, -0.37632301449775696, 0.22863300144672394, 2.074779510498047, -1.121137022972107, 1.5101059675216675], "count": [845]}, "gripper_mode_state": {"mean": [0.0, 0.5195266272189349], "std": [0.0, 0.49961856533705074], "min": [0, 0], "max": [0, 1], "count": [845]}, "gripper_activity_state": {"mean": [2.0, 1.9029585798816568], "std": [0.0, 0.3892681702162994], "min": [2, 0], "max": [2, 2], "count": [845]}, "gripper_mode_action": {"mean": [0.0, 0.5195266272189349], "std": [0.0, 0.49961856533705074], "min": [0, 0], "max": [0, 1], "count": [845]}, "gripper_activity_action": {"mean": [2.0, 1.9029585798816568], "std": [0.0, 0.3892681702162994], "min": [2, 0], "max": [2, 2], "count": [845]}}} +{"episode_index": 190, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.439245240751215]], [[0.4161484767785319]], [[0.4245656016947377]]], "std": [[[0.2071376460558953]], [[0.21038041616638734]], [[0.20548107076482203]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4058586758421317]], [[0.3960689141842635]], [[0.39811805162770236]]], "std": [[[0.22218801650040604]], [[0.2191929163477114]], [[0.20983926980220902]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4753216348772415]], [[0.46589119061085976]], [[0.46522106612409925]]], "std": [[[0.20527837382669206]], [[0.20677936034393873]], [[0.21431143303407124]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4564401853422993]], [[0.4382180128728842]], [[0.4454887728862913]]], "std": [[[0.2731297274353159]], [[0.26407438428606694]], [[0.2677823542868886]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02816961333155632, -0.3103620111942291, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05510004609823227, 0.2761634588241577, -0.6410245299339294, -1.8355278968811035, 0.25385814905166626, -0.3196919560432434, -0.10883872956037521, -0.34237098693847656, -0.4871070086956024, 0.062383998185396194, 0.3362765908241272, -2.457720994949341, 0.6561982035636902, 1000.0, 170.0, 0.0005056872614659369, -0.2345411479473114, -0.8517800569534302, 1.9045345783233643, -1.0590972900390625, 8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02839650586247444, -0.3102610111236572, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26506316661834717, 0.6804340481758118, -0.0763407051563263, -1.2389917373657227, 1.7244551181793213, 0.21968458592891693, 0.43790310621261597, -0.19221599400043488, -0.3722580075263977, 0.23276099562644958, 1.7216328382492065, -1.121137022972107, 1.6455305814743042, 1002.0, 1008.0, 0.0005075671360827982, -0.23452235758304596, -0.851768970489502, 1.9045504331588745, -1.0564064979553223, 3.0375857022590935e-05], "mean": [-0.19952453672885895, 0.6046724319458008, 0.45138785243034363, -1.4119659662246704, -0.25392135977745056, -0.12056978046894073, 0.028265928849577904, -0.3103213608264923, 0.46757563948631287, 0.22823895514011383, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.16698023676872253, 0.5495998859405518, -0.4370220899581909, -1.5426453351974487, 0.9810000658035278, -0.0008126857574097812, 0.15821801126003265, -0.2829609513282776, -0.4369511902332306, 0.16610538959503174, 1.2156521081924438, -1.9283818006515503, 1.1250157356262207, 1001.8106689453125, 612.6023559570312, 0.0005074649234302342, -0.23453059792518616, -0.8517676591873169, 1.9045411348342896, -1.0577116012573242, 2.1064301108708605e-05], "std": [2.5735305825946853e-05, 1.675310886639636e-05, 2.251618388982024e-05, 2.4599694370408542e-05, 2.256027073599398e-05, 2.1348650989239104e-05, 2.3277149011846632e-05, 1.5486570191569626e-05, 8.270595571957529e-06, 1.2598395187524147e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.061160728335380554, 0.123307965695858, 0.16674846410751343, 0.19253356754779816, 0.4492242932319641, 0.18458177149295807, 0.19796821475028992, 0.04455568641424179, 0.03411833941936493, 0.04682749882340431, 0.5275804400444031, 0.4508328437805176, 0.3496096432209015, 0.5855293869972229, 408.5491943359375, 4.221159315420664e-07, 1.5089727867234615e-06, 8.693931704328861e-06, 3.3539868127263617e-06, 0.0008709178655408323, 2.3706554657110246e-06], "count": [845]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12061969935894012, 0.02816961333155632, -0.3103620111942291, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05510004609823227, 0.2761634588241577, -0.6410245299339294, -1.8355278968811035, 0.25385814905166626, -0.3196919560432434, -0.10883872956037521, -0.34237098693847656, -0.4871070086956024, 0.062383998185396194, 0.3362765908241272, -2.457720994949341, 0.6561982035636902, 1000.0, 170.0, 0.0005056872614659369, -0.2345411479473114, -0.8517800569534302, 1.9045345783233643, -1.0590972900390625, 8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02839650586247444, -0.3102610111236572, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26506316661834717, 0.6804340481758118, -0.0763407051563263, -1.2389917373657227, 1.7244551181793213, 0.21968458592891693, 0.43790310621261597, -0.19221599400043488, -0.3722580075263977, 0.23276099562644958, 1.7216328382492065, -1.121137022972107, 1.6455305814743042, 1002.0, 1008.0, 0.0005075671360827982, -0.23452235758304596, -0.851768970489502, 1.9045504331588745, -1.0564064979553223, 3.0375857022590935e-05], "mean": [-0.19952461123466492, 0.6046724319458008, 0.45138785243034363, -1.4119659662246704, -0.25392135977745056, -0.12056973576545715, 0.028265908360481262, -0.3103213310241699, 0.4675756096839905, 0.22823892533779144, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.16698454320430756, 0.5496659874916077, -0.43723976612091064, -1.5428258180618286, 0.981364369392395, -0.0009825883898884058, 0.1581452190876007, -0.2829328775405884, -0.43691301345825195, 0.16602656245231628, 1.2157124280929565, -1.9287251234054565, 1.125296711921692, 1001.8106689453125, 612.604736328125, 0.0005074649234302342, -0.23453059792518616, -0.8517676591873169, 1.9045411348342896, -1.0577138662338257, 2.1072164599900134e-05], "std": [2.567417686805129e-05, 1.674615850788541e-05, 2.251618388982024e-05, 2.4602459234301932e-05, 2.2560272554983385e-05, 2.1353180272853933e-05, 2.3277416403288953e-05, 1.5500132576562464e-05, 8.274908395833336e-06, 1.2599133697221987e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.06116316094994545, 0.12335195392370224, 0.16688716411590576, 0.1924823522567749, 0.4487588405609131, 0.18475808203220367, 0.19804801046848297, 0.044545892626047134, 0.03410210460424423, 0.04677887260913849, 0.5276219844818115, 0.45033082365989685, 0.34939974546432495, 0.5855293869972229, 408.5529479980469, 4.221159599637758e-07, 1.5086654912011e-06, 8.688035450177267e-06, 3.3567937407497084e-06, 0.0008712596027180552, 2.3589880129293306e-06], "count": [845]}, "timestamp": {"min": [0.0], "max": [28.133333333333333], "mean": [14.066666666666665], "std": [8.1310105972956], "count": [845]}, "frame_index": {"min": [0], "max": [844], "mean": [422.0], "std": [243.93031791886796], "count": [845]}, "episode_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [845]}, "index": {"min": [154790], "max": [155634], "mean": [155212.0], "std": [243.93031791886796], "count": [845]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [845]}, "gripper_open_scale_state": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.6086946762877808], "std": [0.0, 0.4047710286776958], "count": [845]}, "gripper_open_scale_action": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.6086946762877808], "std": [0.0, 0.4047710286776958], "count": [845]}, "eef_direction_state": {"mean": [6.0, 3.990532544378698], "std": [0.0, 2.297393496151628], "min": [6, 0], "max": [6, 6], "count": [845]}, "eef_velocity_state": {"mean": [0.0, 0.6319526627218935], "std": [0.0, 0.6532008382092673], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_acc_mag_state": {"mean": [0.0, 0.5242603550295858], "std": [0.0, 0.7759343767789437], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_direction_action": {"mean": [6.0, 3.990532544378698], "std": [0.0, 2.297393496151628], "min": [6, 0], "max": [6, 6], "count": [845]}, "eef_velocity_action": {"mean": [0.0, 0.6319526627218935], "std": [0.0, 0.6532008382092673], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_acc_mag_action": {"mean": [0.0, 0.5242603550295858], "std": [0.0, 0.7759343767789437], "min": [0, 0], "max": [0, 2], "count": [845]}, "eef_sim_pose_state": {"mean": [-0.3103213310241699, 0.4675752818584442, 0.2282388061285019, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28296107053756714, -0.4369506537914276, 0.16610537469387054, 1.2156511545181274, -1.9283872842788696, 1.1250165700912476], "std": [1.5486564734601416e-05, 8.262334631581325e-06, 1.2597294698935002e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04455568268895149, 0.034118328243494034, 0.046827513724565506, 0.5275793075561523, 0.45083382725715637, 0.3496098220348358], "min": [-0.3103620111942291, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34237098693847656, -0.4871070086956024, 0.062383998185396194, 0.3362765908241272, -2.457720994949341, 0.6561982035636902], "max": [-0.3102610111236572, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19221599400043488, -0.3722580075263977, 0.23276099562644958, 1.7216328382492065, -1.121137022972107, 1.6455305814743042], "count": [845]}, "eef_sim_pose_action": {"mean": [-0.3103213608264923, 0.46757563948631287, 0.22823895514011383, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.2829609513282776, -0.4369511902332306, 0.16610538959503174, 1.2156521081924438, -1.9283818006515503, 1.1250157356262207], "std": [1.5486570191569626e-05, 8.270595571957529e-06, 1.2598395187524147e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.04455568641424179, 0.03411833941936493, 0.04682749882340431, 0.5275804400444031, 0.4508328437805176, 0.3496096432209015], "min": [-0.3103620111942291, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34237098693847656, -0.4871070086956024, 0.062383998185396194, 0.3362765908241272, -2.457720994949341, 0.6561982035636902], "max": [-0.3102610111236572, 0.4675990045070648, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19221599400043488, -0.3722580075263977, 0.23276099562644958, 1.7216328382492065, -1.121137022972107, 1.6455305814743042], "count": [845]}, "gripper_mode_state": {"mean": [0.0, 0.4662721893491124], "std": [0.0, 0.49886113778154373], "min": [0, 0], "max": [0, 1], "count": [845]}, "gripper_activity_state": {"mean": [2.0, 1.9041420118343195], "std": [0.0, 0.3880393790767837], "min": [2, 0], "max": [2, 2], "count": [845]}, "gripper_mode_action": {"mean": [0.0, 0.4662721893491124], "std": [0.0, 0.4988611377815437], "min": [0, 0], "max": [0, 1], "count": [845]}, "gripper_activity_action": {"mean": [2.0, 1.9041420118343195], "std": [0.0, 0.3880393790767837], "min": [2, 0], "max": [2, 2], "count": [845]}}} +{"episode_index": 191, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4331564161896643]], [[0.4113244174481387]], [[0.4199906210672675]]], "std": [[[0.20947800213109313]], [[0.21240533237781234]], [[0.20685025073938454]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4040806654183412]], [[0.3940446568120002]], [[0.39620716493118985]]], "std": [[[0.22121124497392963]], [[0.21819914355363249]], [[0.20848998897945945]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748631104615759]], [[0.4640357257033248]], [[0.4651286092335485]]], "std": [[[0.205416165945513]], [[0.20646941638215446]], [[0.21450928156763238]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45209529137742055]], [[0.4333997406933788]], [[0.442235540230585]]], "std": [[[0.27959758777829513]], [[0.2700064270771275]], [[0.27337173085391164]]], "count": [161]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31038299202919006, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03900810703635216, 0.2557081878185272, -0.637656033039093, -1.8851301670074463, 0.25391051173210144, -0.12058479338884354, -0.22532200813293457, -0.3440209925174713, -0.5009049773216248, 0.03894700109958649, 0.24234545230865479, -2.378427743911743, 0.5601403713226318, 1000.0, 179.0, 0.0005019275704398751, -0.2345486730337143, -0.8517705798149109, 1.9045321941375732, -1.0592081546783447, 2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36646679043769836, 0.6655988097190857, -0.10962413251399994, -1.235012412071228, 1.6393353939056396, 0.3029716908931732, 0.36915457248687744, -0.1553180068731308, -0.3778190016746521, 0.22828400135040283, 1.8175629377365112, -1.121137022972107, 1.6944401264190674, 1002.0, 1008.0, 0.0005132068181410432, -0.23451295495033264, -0.8516421914100647, 1.9045623540878296, -1.0563604831695557, 0.00044994239578954875], "mean": [-0.1995115429162979, 0.6046721339225769, 0.45138657093048096, -1.411970853805542, -0.253917932510376, -0.12054314464330673, 0.028274551033973694, -0.3103293776512146, 0.46757104992866516, 0.22824008762836456, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.19838166236877441, 0.48282039165496826, -0.41183897852897644, -1.5721715688705444, 0.9661650657653809, 0.09226628392934799, 0.09698069840669632, -0.2689094543457031, -0.44593068957328796, 0.14549216628074646, 1.1633912324905396, -1.9396004676818848, 1.103890061378479, 1001.7593383789062, 557.47216796875, 0.0005070951883681118, -0.2345273792743683, -0.8516539335250854, 1.9045419692993164, -1.057760238647461, 0.0002046773151960224], "std": [2.7119140213471837e-05, 1.7601832951186225e-05, 2.3732620320515707e-05, 2.5902319976012222e-05, 2.2608273866353557e-05, 1.7488984667579643e-05, 2.525663330743555e-05, 1.5201435417111497e-05, 8.20820605440531e-06, 1.236027128470596e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.06668377667665482, 0.12226418405771255, 0.14546655118465424, 0.20479285717010498, 0.4064556062221527, 0.14140023291110992, 0.1887064278125763, 0.05210830643773079, 0.03672870993614197, 0.05755079537630081, 0.5567595362663269, 0.36806467175483704, 0.3518940210342407, 0.6506673693656921, 403.9356384277344, 8.845615866448497e-07, 2.7977873742202064e-06, 3.1440536986337975e-05, 9.284102816309314e-06, 0.0008381657535210252, 5.20439789397642e-05], "count": [881]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31038299202919006, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.03900810703635216, 0.2557081878185272, -0.637656033039093, -1.8851301670074463, 0.25391051173210144, -0.12058479338884354, -0.22532200813293457, -0.3440209925174713, -0.5009049773216248, 0.03894700109958649, 0.24234545230865479, -2.378427743911743, 0.5601403713226318, 1000.0, 179.0, 0.0005019275704398751, -0.2345486730337143, -0.8517705798149109, 1.9045321941375732, -1.0592081546783447, 2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36646679043769836, 0.6655988097190857, -0.10962413251399994, -1.235012412071228, 1.6393353939056396, 0.3029716908931732, 0.36915457248687744, -0.1553180068731308, -0.3778190016746521, 0.22828400135040283, 1.8175629377365112, -1.121137022972107, 1.6944401264190674, 1002.0, 1008.0, 0.0005132068181410432, -0.23451295495033264, -0.8516421914100647, 1.9045623540878296, -1.0563604831695557, 0.00044994239578954875], "mean": [-0.19951152801513672, 0.6046721339225769, 0.45138663053512573, -1.411970853805542, -0.2539179027080536, -0.12054315209388733, 0.028274551033973694, -0.3103293776512146, 0.46757104992866516, 0.2282400280237198, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.1983519196510315, 0.4828261435031891, -0.4119751453399658, -1.5723860263824463, 0.9666217565536499, 0.09227373450994492, 0.09687193483114243, -0.26888540387153625, -0.4458979666233063, 0.14541380107402802, 1.163217544555664, -1.9400418996810913, 1.1042035818099976, 1001.7593383789062, 557.4744873046875, 0.0005070951883681118, -0.2345273792743683, -0.8516538143157959, 1.9045419692993164, -1.0577596426010132, 0.00020489710732363164], "std": [2.7115127522847615e-05, 1.7595151803107e-05, 2.3714619601378217e-05, 2.5935938538168557e-05, 2.2590522348764353e-05, 1.7488917364971712e-05, 2.525663330743555e-05, 1.5184691619651858e-05, 8.214296940423083e-06, 1.2363012501737103e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.06668905168771744, 0.12226998060941696, 0.14555956423282623, 0.20472367107868195, 0.40588051080703735, 0.1413891464471817, 0.18880632519721985, 0.05209403485059738, 0.03672225400805473, 0.05748507007956505, 0.556656002998352, 0.3673158288002014, 0.35169854760169983, 0.6506673693656921, 403.9386901855469, 8.845615866448497e-07, 2.7951753054367146e-06, 3.12263764499221e-05, 9.284102816309314e-06, 0.0008377971826121211, 5.167508061276749e-05], "count": [881]}, "timestamp": {"min": [0.0], "max": [29.333333333333332], "mean": [14.666666666666666], "std": [8.477420991472977], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [193], "max": [193], "mean": [193.0], "std": [0.0], "count": [881]}, "index": {"min": [155635], "max": [156515], "mean": [156075.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5542315584306143], "std": [0.0, 0.400324789584416], "count": [881]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5542315584306143], "std": [0.0, 0.400324789584416], "count": [881]}, "eef_direction_state": {"mean": [6.0, 3.8524404086265607], "std": [0.0, 2.2461512682812934], "min": [6, 0], "max": [6, 6], "count": [881]}, "eef_velocity_state": {"mean": [0.0, 0.677639046538025], "std": [0.0, 0.6342919843983262], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_acc_mag_state": {"mean": [0.0, 0.619750283768445], "std": [0.0, 0.8069057398126529], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_direction_action": {"mean": [6.0, 3.8524404086265607], "std": [0.0, 2.2461512682812934], "min": [6, 0], "max": [6, 6], "count": [881]}, "eef_velocity_action": {"mean": [0.0, 0.677639046538025], "std": [0.0, 0.6342919843983262], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_acc_mag_action": {"mean": [0.0, 0.619750283768445], "std": [0.0, 0.8069057398126529], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_sim_pose_state": {"mean": [-0.31032899022102356, 0.46757182478904724, 0.2282400280237198, -1.5732269287109375, -1.1211367845535278, -0.7462756037712097, -0.2689095735549927, -0.4459315240383148, 0.14549219608306885, 1.1633926630020142, -1.9396005868911743, 1.103888988494873], "std": [1.5196434105746448e-05, 8.172770321834832e-06, 1.2360062100924551e-05, 0.0, 2.384185791015625e-07, 0.0, 0.0521082803606987, 0.036728717386722565, 0.05755079537630081, 0.5567589998245239, 0.36806488037109375, 0.3518943786621094], "min": [-0.31038299202919006, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3440209925174713, -0.5009049773216248, 0.03894700109958649, 0.24234545230865479, -2.378427743911743, 0.5601403713226318], "max": [-0.31027698516845703, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1553180068731308, -0.3778190016746521, 0.22828400135040283, 1.8175629377365112, -1.121137022972107, 1.6944401264190674], "count": [881]}, "eef_sim_pose_action": {"mean": [-0.3103293776512146, 0.46757104992866516, 0.22824008762836456, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, -0.2689094543457031, -0.44593068957328796, 0.14549216628074646, 1.1633912324905396, -1.9396004676818848, 1.103890061378479], "std": [1.5201435417111497e-05, 8.20820605440531e-06, 1.236027128470596e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.05210830643773079, 0.03672870993614197, 0.05755079537630081, 0.5567595362663269, 0.36806467175483704, 0.3518940210342407], "min": [-0.31038299202919006, 0.46754300594329834, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3440209925174713, -0.5009049773216248, 0.03894700109958649, 0.24234545230865479, -2.378427743911743, 0.5601403713226318], "max": [-0.31027698516845703, 0.46760299801826477, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1553180068731308, -0.3778190016746521, 0.22828400135040283, 1.8175629377365112, -1.121137022972107, 1.6944401264190674], "count": [881]}, "gripper_mode_state": {"mean": [0.0, 0.5357548240635641], "std": [0.0, 0.4987199540385208], "min": [0, 0], "max": [0, 1], "count": [881]}, "gripper_activity_state": {"mean": [2.0, 1.909194097616345], "std": [0.0, 0.3762765299953198], "min": [2, 0], "max": [2, 2], "count": [881]}, "gripper_mode_action": {"mean": [0.0, 0.5357548240635641], "std": [0.0, 0.4987199540385209], "min": [0, 0], "max": [0, 1], "count": [881]}, "gripper_activity_action": {"mean": [2.0, 1.909194097616345], "std": [0.0, 0.3762765299953198], "min": [2, 0], "max": [2, 2], "count": [881]}}} +{"episode_index": 192, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43384467840166374]], [[0.4119412228906714]], [[0.42040609217171715]]], "std": [[[0.20983310917464204]], [[0.2127471244062154]], [[0.20728716449879228]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4047368074123589]], [[0.39498629944402003]], [[0.3969752965580171]]], "std": [[[0.2211986980870791]], [[0.21844680064460334]], [[0.2088855646467601]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4745917791358968]], [[0.4648353744907054]], [[0.4648842601434513]]], "std": [[[0.2053035331643445]], [[0.20667847296167532]], [[0.21443555439113787]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45739951378278587]], [[0.438871632554537]], [[0.4464956577327901]]], "std": [[[0.2791566375987654]], [[0.27001973477221497]], [[0.2736224288478845]]], "count": [154]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31038999557495117, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0809309184551239, 0.3125884532928467, -0.7198435664176941, -1.8958988189697266, 0.25389304757118225, -0.13613568246364594, -0.39992472529411316, -0.34737300872802734, -0.49651899933815, 0.034961998462677, 0.18639273941516876, -2.5168676376342773, 0.7184720635414124, 1000.0, 180.0, 0.0005056872614659369, -0.23453739285469055, -0.8516532778739929, 1.9045369625091553, -1.0589039325714111, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28907889127731323, 0.6422985792160034, -0.07340854406356812, -1.1878187656402588, 1.7037904262542725, 0.37749725580215454, 0.3967133164405823, -0.18975499272346497, -0.3813270032405853, 0.22827200591564178, 1.8226929903030396, -1.121137022972107, 1.6228992938995361, 1002.0, 1008.0, 0.0005075671360827982, -0.23452048003673553, -0.8516200184822083, 1.9045599699020386, -1.0563771724700928, 0.0002268696844112128], "mean": [-0.19950930774211884, 0.6046704053878784, 0.4513882100582123, -1.41196608543396, -0.25391626358032227, -0.1205386370420456, 0.028271378949284554, -0.31033164262771606, 0.46757084131240845, 0.22823986411094666, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.19359168410301208, 0.48201707005500793, -0.4322752356529236, -1.5513666868209839, 0.9649574756622314, 0.06630751490592957, 0.09115879237651825, -0.2759016752243042, -0.4450601041316986, 0.14614233374595642, 1.1577614545822144, -1.9256172180175781, 1.124382734298706, 1001.7476196289062, 558.4639282226562, 0.0005069511826150119, -0.2345278412103653, -0.8516422510147095, 1.9045418500900269, -1.0577455759048462, 0.00010957501945085824], "std": [2.48410342464922e-05, 2.3742552002659068e-05, 2.305035559402313e-05, 2.4359636881854385e-05, 2.22448943532072e-05, 1.6701311324140988e-05, 2.1305353584466502e-05, 1.4638144421041943e-05, 7.742766683804803e-06, 1.3633361049869563e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08779064565896988, 0.11111503094434738, 0.17483355104923248, 0.2048490047454834, 0.47217923402786255, 0.14499309659004211, 0.2294173389673233, 0.047832392156124115, 0.038243163377046585, 0.0551968514919281, 0.6054291725158691, 0.43499866127967834, 0.31821852922439575, 0.6641510725021362, 402.20831298828125, 8.818306582725199e-07, 1.3087228580843657e-06, 9.579709512763657e-06, 7.90275680628838e-06, 0.000808569195214659, 6.134947761893272e-05], "count": [832]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31038999557495117, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0809309184551239, 0.3125884532928467, -0.7198435664176941, -1.8958988189697266, 0.25389304757118225, -0.13613568246364594, -0.39992472529411316, -0.34737300872802734, -0.49651899933815, 0.034961998462677, 0.18639273941516876, -2.5168676376342773, 0.7184720635414124, 1000.0, 180.0, 0.0005056872614659369, -0.23453739285469055, -0.8516532778739929, 1.9045369625091553, -1.0589039325714111, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28907889127731323, 0.6422985792160034, -0.07340854406356812, -1.1878187656402588, 1.7037904262542725, 0.37749725580215454, 0.3967133164405823, -0.18975499272346497, -0.3813270032405853, 0.22827200591564178, 1.8226929903030396, -1.121137022972107, 1.6228992938995361, 1002.0, 1008.0, 0.0005075671360827982, -0.23452048003673553, -0.8516200184822083, 1.9045599699020386, -1.0563771724700928, 0.0002268696844112128], "mean": [-0.19950924813747406, 0.6046704053878784, 0.4513881504535675, -1.41196608543396, -0.2539162337779999, -0.12053857743740082, 0.028271403163671494, -0.31033164262771606, 0.46757084131240845, 0.22823987901210785, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.1936928927898407, 0.4820477068424225, -0.4325682818889618, -1.5515499114990234, 0.9653118848800659, 0.06630557775497437, 0.09097080677747726, -0.27586829662323, -0.44504132866859436, 0.1460409015417099, 1.1577321290969849, -1.9259229898452759, 1.1245951652526855, 1001.7476196289062, 558.4639282226562, 0.0005069489125162363, -0.2345278263092041, -0.8516422510147095, 1.9045418500900269, -1.0577455759048462, 0.00010932971781585366], "std": [2.4909668354666792e-05, 2.374932410020847e-05, 2.3072794647305273e-05, 2.4359636881854385e-05, 2.222292823716998e-05, 1.6627142031211406e-05, 2.131688415829558e-05, 1.4649124750576448e-05, 7.75520493334625e-06, 1.3641601981362328e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08784585446119308, 0.11115262657403946, 0.1750696450471878, 0.20479273796081543, 0.4717549979686737, 0.14499571919441223, 0.22957925498485565, 0.04781803488731384, 0.038235925137996674, 0.05512338504195213, 0.6054106950759888, 0.43452218174934387, 0.3180263042449951, 0.6641510725021362, 402.20831298828125, 8.826594921629294e-07, 1.3110333156873821e-06, 9.59972294367617e-06, 7.903651749074925e-06, 0.0008085371810011566, 6.134116119937971e-05], "count": [832]}, "timestamp": {"min": [0.0], "max": [27.7], "mean": [13.850000000000001], "std": [8.005917950005621], "count": [832]}, "frame_index": {"min": [0], "max": [831], "mean": [415.5], "std": [240.17753850016865], "count": [832]}, "episode_index": {"min": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [832]}, "index": {"min": [156516], "max": [157347], "mean": [156931.5], "std": [240.17753850016865], "count": [832]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [832]}, "gripper_open_scale_state": {"min": [1.0, 0.18000000715255737], "max": [1.0, 1.0], "mean": [1.0, 0.5554290842085791], "std": [0.0, 0.39882374108981755], "count": [832]}, "gripper_open_scale_action": {"min": [1.0, 0.18000000715255737], "max": [1.0, 1.0], "mean": [1.0, 0.5554290842085791], "std": [0.0, 0.39882374108981755], "count": [832]}, "eef_direction_state": {"mean": [6.0, 3.938701923076923], "std": [0.0, 2.2590293711263834], "min": [6, 0], "max": [6, 6], "count": [832]}, "eef_velocity_state": {"mean": [0.0, 0.6947115384615384], "std": [0.0, 0.6972272788183267], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_acc_mag_state": {"mean": [0.0, 0.5444711538461539], "std": [0.0, 0.7908388980250297], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_direction_action": {"mean": [6.0, 3.938701923076923], "std": [0.0, 2.2590293711263834], "min": [6, 0], "max": [6, 6], "count": [832]}, "eef_velocity_action": {"mean": [0.0, 0.6947115384615384], "std": [0.0, 0.6972272788183267], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_acc_mag_action": {"mean": [0.0, 0.5444711538461539], "std": [0.0, 0.7908388980250297], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_sim_pose_state": {"mean": [-0.31033167243003845, 0.4675711989402771, 0.2282400131225586, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2759016156196594, -0.44505980610847473, 0.14614230394363403, 1.157760500907898, -1.9256184101104736, 1.124383568763733], "std": [1.4638114407716785e-05, 7.734981409157626e-06, 1.3632398804475088e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04783239588141441, 0.038243167102336884, 0.055196814239025116, 0.6054286956787109, 0.43499842286109924, 0.31821927428245544], "min": [-0.31038999557495117, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34737300872802734, -0.49651899933815, 0.034961998462677, 0.18639273941516876, -2.5168676376342773, 0.7184720635414124], "max": [-0.3102859854698181, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18975499272346497, -0.3813270032405853, 0.22827200591564178, 1.8226929903030396, -1.121137022972107, 1.6228992938995361], "count": [832]}, "eef_sim_pose_action": {"mean": [-0.31033164262771606, 0.46757084131240845, 0.22823986411094666, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.2759016752243042, -0.4450601041316986, 0.14614233374595642, 1.1577614545822144, -1.9256172180175781, 1.124382734298706], "std": [1.4638144421041943e-05, 7.742766683804803e-06, 1.3633361049869563e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.047832392156124115, 0.038243163377046585, 0.0551968514919281, 0.6054291725158691, 0.43499866127967834, 0.31821852922439575], "min": [-0.31038999557495117, 0.46754398941993713, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34737300872802734, -0.49651899933815, 0.034961998462677, 0.18639273941516876, -2.5168676376342773, 0.7184720635414124], "max": [-0.3102859854698181, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18975499272346497, -0.3813270032405853, 0.22827200591564178, 1.8226929903030396, -1.121137022972107, 1.6228992938995361], "count": [832]}, "gripper_mode_state": {"mean": [0.0, 0.5360576923076923], "std": [0.0, 0.49869814800683016], "min": [0, 0], "max": [0, 1], "count": [832]}, "gripper_activity_state": {"mean": [2.0, 1.9038461538461537], "std": [0.0, 0.38653367773541886], "min": [2, 0], "max": [2, 2], "count": [832]}, "gripper_mode_action": {"mean": [0.0, 0.5360576923076923], "std": [0.0, 0.49869814800683016], "min": [0, 0], "max": [0, 1], "count": [832]}, "gripper_activity_action": {"mean": [2.0, 1.9038461538461537], "std": [0.0, 0.38653367773541886], "min": [2, 0], "max": [2, 2], "count": [832]}}} +{"episode_index": 193, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4328140330931569]], [[0.4107259958953461]], [[0.4196813417887235]]], "std": [[[0.2083787421382653]], [[0.21080101747427177]], [[0.206035469639679]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4041607631506418]], [[0.39434589460784314]], [[0.3966391558882589]]], "std": [[[0.2226560238487889]], [[0.219717235044228]], [[0.21014971008855635]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47401790249232223]], [[0.46293251683203407]], [[0.4641293839573982]]], "std": [[[0.20496306691070268]], [[0.2060043513182777]], [[0.2140087523385395]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44929699927159616]], [[0.43121975770729976]], [[0.4389472608571541]]], "std": [[[0.28174849219353637]], [[0.27154179903228615]], [[0.27475182827468564]]], "count": [166]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46754398941993713, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.011711159721016884, 0.28223717212677, -0.7683462500572205, -1.9000177383422852, 0.2537708580493927, -0.13721778988838196, -0.3753679692745209, -0.3525179922580719, -0.5108829736709595, 0.02920999936759472, 0.22329621016979218, -2.59326434135437, 0.5605170726776123, 1000.0, 181.0, 0.0005019275704398751, -0.23453551530838013, -0.8516334891319275, 1.9045401811599731, -1.0589823722839355, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028398871421814, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3655068278312683, 0.6923022866249084, -0.09922196716070175, -1.0840588808059692, 1.7429381608963013, 0.3606722950935364, 0.43563416600227356, -0.18105900287628174, -0.3787809908390045, 0.23417499661445618, 1.8439196348190308, -1.121137022972107, 1.5851606130599976, 1002.0, 1008.0, 0.0005113269435241818, -0.23451295495033264, -0.8516160845756531, 1.9045631885528564, -1.056334376335144, 2.7528119971975684e-05], "mean": [-0.1995123028755188, 0.6046673655509949, 0.45138663053512573, -1.4119642972946167, -0.25391560792922974, -0.12052459269762039, 0.028274154290556908, -0.3103337585926056, 0.4675712287425995, 0.22823990881443024, -1.5732393264770508, -1.1211432218551636, -0.7462767362594604, 0.2501840889453888, 0.5057159662246704, -0.45940282940864563, -1.4736579656600952, 1.049886703491211, 0.09243936091661453, 0.16865798830986023, -0.2818574011325836, -0.4551423192024231, 0.1531093567609787, 1.121698260307312, -2.0128142833709717, 1.100913166999817, 1001.7243041992188, 589.1630249023438, 0.0005057516973465681, -0.23452675342559814, -0.8516238927841187, 1.9045459032058716, -1.0577014684677124, 8.249269740190357e-06], "std": [2.653252158779651e-05, 2.1091478629386984e-05, 2.3548860554001294e-05, 2.4821763872751035e-05, 2.223306000814773e-05, 2.0163361114100553e-05, 1.897965557873249e-05, 1.5617904864484444e-05, 8.220214112952817e-06, 1.2643870832107496e-05, 1.239776611328125e-05, 6.198883056640625e-06, 1.1324882507324219e-06, 0.0821005329489708, 0.11499328911304474, 0.16349780559539795, 0.24726052582263947, 0.4761744439601898, 0.14912691712379456, 0.20768721401691437, 0.053177863359451294, 0.04215550795197487, 0.05986476317048073, 0.5939828753471375, 0.46401098370552063, 0.3611092269420624, 0.6895001530647278, 404.9834289550781, 4.347328399489925e-07, 2.06049162443378e-06, 3.1952454264683183e-06, 8.835470907797571e-06, 0.0008679548627696931, 2.6663412882044213e-06], "count": [914]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46754398941993713, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.011711159721016884, 0.28223717212677, -0.7683462500572205, -1.9000177383422852, 0.2537708580493927, -0.13721778988838196, -0.3753679692745209, -0.3525179922580719, -0.5108829736709595, 0.02920999936759472, 0.22329621016979218, -2.59326434135437, 0.5605170726776123, 1000.0, 181.0, 0.0005019275704398751, -0.23453551530838013, -0.8516334891319275, 1.9045401811599731, -1.0589823722839355, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028398871421814, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3655068278312683, 0.6923022866249084, -0.09922196716070175, -1.0840588808059692, 1.7429381608963013, 0.3606722950935364, 0.43563416600227356, -0.18105900287628174, -0.3787809908390045, 0.23417499661445618, 1.8439196348190308, -1.121137022972107, 1.5851606130599976, 1002.0, 1008.0, 0.0005113269435241818, -0.23451295495033264, -0.8516160845756531, 1.9045631885528564, -1.056334376335144, 2.7528119971975684e-05], "mean": [-0.19951236248016357, 0.6046673655509949, 0.45138663053512573, -1.4119642972946167, -0.25391560792922974, -0.1205245703458786, 0.028274156153202057, -0.3103337287902832, 0.4675711989402771, 0.22823989391326904, -1.5732393264770508, -1.1211432218551636, -0.7462767362594604, 0.25031593441963196, 0.5057365298271179, -0.45965954661369324, -1.4737334251403809, 1.0502350330352783, 0.09242235869169235, 0.168550506234169, -0.2818351984024048, -0.45514315366744995, 0.15303470194339752, 1.1216555833816528, -2.0130996704101562, 1.1010905504226685, 1001.7243041992188, 589.1652221679688, 0.0005057516973465681, -0.23452673852443695, -0.8516238927841187, 1.9045459032058716, -1.0577000379562378, 8.248231097240932e-06], "std": [2.650121859915089e-05, 2.1091478629386984e-05, 2.3548860554001294e-05, 2.485817276465241e-05, 2.2244941646931693e-05, 2.0148121620877646e-05, 1.897963920782786e-05, 1.562341276439838e-05, 8.219764822570141e-06, 1.262873502128059e-05, 1.239776611328125e-05, 6.198883056640625e-06, 1.1324882507324219e-06, 0.08211565017700195, 0.11501272767782211, 0.16366896033287048, 0.24725258350372314, 0.47570860385894775, 0.14915211498737335, 0.2078145295381546, 0.05317021533846855, 0.04215579107403755, 0.059813521802425385, 0.5939514636993408, 0.4635425806045532, 0.36097487807273865, 0.6895001530647278, 404.9853820800781, 4.347328399489925e-07, 2.056395260296995e-06, 3.195721774318372e-06, 8.840044756652787e-06, 0.0008685804205015302, 2.6664065444492735e-06], "count": [914]}, "timestamp": {"min": [0.0], "max": [30.433333333333334], "mean": [15.216666666666667], "std": [8.794963836701598], "count": [914]}, "frame_index": {"min": [0], "max": [913], "mean": [456.5], "std": [263.8489151010479], "count": [914]}, "episode_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [914]}, "index": {"min": [157348], "max": [158261], "mean": [157804.5], "std": [263.8489151010479], "count": [914]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [914]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5859037174372496], "std": [0.0, 0.4016200254408936], "count": [914]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5859037174372496], "std": [0.0, 0.4016200254408936], "count": [914]}, "eef_direction_state": {"mean": [6.0, 3.7177242888402624], "std": [0.0, 2.1918819952485955], "min": [6, 0], "max": [6, 6], "count": [914]}, "eef_velocity_state": {"mean": [0.0, 0.7954048140043763], "std": [0.0, 0.6670919779331606], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_acc_mag_state": {"mean": [0.0, 0.6137855579868708], "std": [0.0, 0.8093182031899548], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_direction_action": {"mean": [6.0, 3.7177242888402624], "std": [0.0, 2.1918819952485955], "min": [6, 0], "max": [6, 6], "count": [914]}, "eef_velocity_action": {"mean": [0.0, 0.7954048140043763], "std": [0.0, 0.6670919779331606], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_acc_mag_action": {"mean": [0.0, 0.6137855579868708], "std": [0.0, 0.8093182031899548], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_sim_pose_state": {"mean": [-0.31033363938331604, 0.46757176518440247, 0.22824007272720337, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28185752034187317, -0.45514190196990967, 0.15310946106910706, 1.1216987371444702, -2.012812852859497, 1.1009137630462646], "std": [1.5617673852830194e-05, 8.201598575396929e-06, 1.2643090485653374e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.053177863359451294, 0.04215550050139427, 0.05986478924751282, 0.5939829349517822, 0.46401143074035645, 0.36110955476760864], "min": [-0.31038400530815125, 0.46754398941993713, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3525179922580719, -0.5108829736709595, 0.02920999936759472, 0.22329621016979218, -2.59326434135437, 0.5605170726776123], "max": [-0.31028398871421814, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18105900287628174, -0.3787809908390045, 0.23417499661445618, 1.8439196348190308, -1.121137022972107, 1.5851606130599976], "count": [914]}, "eef_sim_pose_action": {"mean": [-0.3103337585926056, 0.4675712287425995, 0.22823990881443024, -1.5732393264770508, -1.1211432218551636, -0.7462767362594604, -0.2818574011325836, -0.4551423192024231, 0.1531093567609787, 1.121698260307312, -2.0128142833709717, 1.100913166999817], "std": [1.5617904864484444e-05, 8.220214112952817e-06, 1.2643870832107496e-05, 1.239776611328125e-05, 6.198883056640625e-06, 1.1324882507324219e-06, 0.053177863359451294, 0.04215550795197487, 0.05986476317048073, 0.5939828753471375, 0.46401098370552063, 0.3611092269420624], "min": [-0.31038400530815125, 0.46754398941993713, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3525179922580719, -0.5108829736709595, 0.02920999936759472, 0.22329621016979218, -2.59326434135437, 0.5605170726776123], "max": [-0.31028398871421814, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18105900287628174, -0.3787809908390045, 0.23417499661445618, 1.8439196348190308, -1.121137022972107, 1.5851606130599976], "count": [914]}, "gripper_mode_state": {"mean": [0.0, 0.4989059080962801], "std": [0.0, 0.4999988029614747], "min": [0, 0], "max": [0, 1], "count": [914]}, "gripper_activity_state": {"mean": [2.0, 1.912472647702407], "std": [0.0, 0.3698095373172529], "min": [2, 0], "max": [2, 2], "count": [914]}, "gripper_mode_action": {"mean": [0.0, 0.4989059080962801], "std": [0.0, 0.49999880296147475], "min": [0, 0], "max": [0, 1], "count": [914]}, "gripper_activity_action": {"mean": [2.0, 1.912472647702407], "std": [0.0, 0.3698095373172529], "min": [2, 0], "max": [2, 2], "count": [914]}}} +{"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.4321615397895269]], [[0.4105393093001089]], [[0.4207977029353408]]], "std": [[[0.2099287639580077]], [[0.21052433641741955]], [[0.20695613157200402]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4040733178688142]], [[0.3938556243678027]], [[0.39673682476462807]]], "std": [[[0.22265473664589946]], [[0.21953063707638182]], [[0.20962870181906382]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47537967096560846]], [[0.46398700712924057]], [[0.4655616708488951]]], "std": [[[0.2054898068572391]], [[0.2063763731927064]], [[0.21453743508701537]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43286436206427015]], [[0.4140639309543262]], [[0.42234555662542794]]], "std": [[[0.28132840342483717]], [[0.2690914943385582]], [[0.272571104319823]]], "count": [168]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.3103809952735901, 0.4675459861755371, 0.2281550019979477, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, 0.02825688011944294, 0.24178045988082886, -0.8571835160255432, -1.8916751146316528, 0.25385814905166626, -0.15013322234153748, -0.36819466948509216, -0.34031298756599426, -0.5057129859924316, -0.02751700021326542, -0.017277028411626816, -2.60361385345459, 0.3547205626964569, 1000.0, 180.0, 0.0005000476958230138, -0.234667107462883, -0.8516311049461365, 1.9045425653457642, -1.0589451789855957, -3.607133112382144e-05], "max": [-0.19945622980594635, 0.6048438549041748, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.02851867862045765, -0.31028199195861816, 0.4675999879837036, 0.22830599546432495, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.6200456619262695, 0.8013330101966858, -0.06302384287118912, -1.1731928586959839, 1.8044086694717407, 0.4051781892776489, 0.3787364661693573, -0.15619100630283356, -0.38973701000213623, 0.2282640039920807, 1.7854340076446533, -1.121137022972107, 1.7243345975875854, 1002.0, 1008.0, 0.0005132068181410432, -0.23452048003673553, -0.8516200184822083, 1.9046201705932617, -1.0564182996749878, 1.4238683434086852e-05], "mean": [-0.19951264560222626, 0.6046630144119263, 0.45138704776763916, -1.4119791984558105, -0.25391095876693726, -0.12053314596414566, 0.028272030875086784, -0.3103281855583191, 0.46757084131240845, 0.2282332330942154, -1.573238730430603, -1.121143102645874, -0.7462760210037231, 0.27778756618499756, 0.4978553056716919, -0.4763392210006714, -1.5352097749710083, 1.219268798828125, 0.17767469584941864, 0.0693463683128357, -0.2722811698913574, -0.45128104090690613, 0.14153452217578888, 0.9228138327598572, -2.092679500579834, 1.1154555082321167, 1001.692138671875, 557.8794555664062, 0.0005060809198766947, -0.23457691073417664, -0.8516243100166321, 1.9045586585998535, -1.057714581489563, 4.057535988977179e-06], "std": [2.644629785208963e-05, 2.507400859030895e-05, 2.253772981930524e-05, 2.658441007952206e-05, 2.2663405616185628e-05, 1.7514157661935315e-05, 2.540407149353996e-05, 1.5147293197514955e-05, 8.16442752693547e-06, 1.5106295904843137e-05, 3.067677607759833e-05, 1.851931847340893e-05, 2.18730783672072e-05, 0.14753904938697815, 0.12924863398075104, 0.22001603245735168, 0.21726690232753754, 0.4890701174736023, 0.16367985308170319, 0.17799723148345947, 0.061938025057315826, 0.03219253942370415, 0.07836151123046875, 0.6408202648162842, 0.40120553970336914, 0.4784216582775116, 0.7217633724212646, 402.828125, 8.767469239501224e-07, 4.22264747612644e-05, 2.688385393412318e-06, 2.8850117814727128e-05, 0.0008367722621187568, 5.784272161690751e-06], "count": [929]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.3103809952735901, 0.4675459861755371, 0.2281550019979477, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, 0.02825688011944294, 0.24178045988082886, -0.8571835160255432, -1.8916751146316528, 0.25385814905166626, -0.15013322234153748, -0.36819466948509216, -0.34031298756599426, -0.5057129859924316, -0.02751700021326542, -0.017277028411626816, -2.60361385345459, 0.3547205626964569, 1000.0, 180.0, 0.0005000476958230138, -0.234667107462883, -0.8516311049461365, 1.9045425653457642, -1.0589451789855957, -3.607133112382144e-05], "max": [-0.19945622980594635, 0.6048438549041748, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12041027098894119, 0.02851867862045765, -0.31028199195861816, 0.4675999879837036, 0.22830599546432495, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.6200456619262695, 0.8013330101966858, -0.06302384287118912, -1.1731928586959839, 1.8044086694717407, 0.4051781892776489, 0.3787364661693573, -0.15619100630283356, -0.38973701000213623, 0.2282640039920807, 1.7854340076446533, -1.121137022972107, 1.7243345975875854, 1002.0, 1008.0, 0.0005132068181410432, -0.23452048003673553, -0.8516200184822083, 1.9046201705932617, -1.0564182996749878, 1.4238683434086852e-05], "mean": [-0.19951264560222626, 0.6046630144119263, 0.45138704776763916, -1.411979079246521, -0.25391092896461487, -0.12053312361240387, 0.028271954506635666, -0.3103282153606415, 0.46757084131240845, 0.2282332479953766, -1.573238730430603, -1.121143102645874, -0.7462760210037231, 0.27788046002388, 0.49792513251304626, -0.4766402244567871, -1.5354490280151367, 1.2198140621185303, 0.1777239590883255, 0.06907712668180466, -0.27224940061569214, -0.45125535130500793, 0.14144401252269745, 0.922577440738678, -2.0930936336517334, 1.115729570388794, 1001.692138671875, 557.8794555664062, 0.0005060809198766947, -0.2345770299434662, -0.8516243100166321, 1.904558777809143, -1.0577133893966675, 4.041186912218109e-06], "std": [2.644629785208963e-05, 2.5083481887122616e-05, 2.253772981930524e-05, 2.65753005805891e-05, 2.267136915179435e-05, 1.7506412405055016e-05, 2.5448724045418203e-05, 1.514699306426337e-05, 8.163648999470752e-06, 1.5106393220776226e-05, 3.067677607759833e-05, 1.8519316654419526e-05, 2.18730783672072e-05, 0.14751695096492767, 0.1293237954378128, 0.22017289698123932, 0.21725361049175262, 0.48827534914016724, 0.16359694302082062, 0.17833344638347626, 0.061926085501909256, 0.03218906745314598, 0.07830981910228729, 0.6406210660934448, 0.400400847196579, 0.4782828092575073, 0.7217633724212646, 402.828125, 8.767469239501224e-07, 4.224240910843946e-05, 2.6875688945438014e-06, 2.878220402635634e-05, 0.0008367629488930106, 5.795703600597335e-06], "count": [929]}, "timestamp": {"min": [0.0], "max": [30.933333333333334], "mean": [15.466666666666667], "std": [8.939301488992925], "count": [929]}, "frame_index": {"min": [0], "max": [928], "mean": [464.0], "std": [268.17904466978774], "count": [929]}, "episode_index": {"min": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [929]}, "index": {"min": [158262], "max": [159190], "mean": [158726.0], "std": [268.17904466978774], "count": [929]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [929]}, "gripper_open_scale_state": {"min": [1.0, 0.18000000715255737], "max": [1.0, 1.0], "mean": [1.0, 0.5551776084146663], "std": [0.0, 0.39981900775863977], "count": [929]}, "gripper_open_scale_action": {"min": [1.0, 0.18000000715255737], "max": [1.0, 1.0], "mean": [1.0, 0.5551776084146663], "std": [0.0, 0.3998190077586397], "count": [929]}, "eef_direction_state": {"mean": [6.0, 3.815931108719053], "std": [0.0, 2.1885119912477573], "min": [6, 0], "max": [6, 6], "count": [929]}, "eef_velocity_state": {"mean": [0.0, 0.7911733046286329], "std": [0.0, 0.678350133210778], "min": [0, 0], "max": [0, 2], "count": [929]}, "eef_acc_mag_state": {"mean": [0.0, 0.6361679224973089], "std": [0.0, 0.8070096282914454], "min": [0, 0], "max": [0, 2], "count": [929]}, "eef_direction_action": {"mean": [6.0, 3.815931108719053], "std": [0.0, 2.1885119912477573], "min": [6, 0], "max": [6, 6], "count": [929]}, "eef_velocity_action": {"mean": [0.0, 0.7911733046286329], "std": [0.0, 0.678350133210778], "min": [0, 0], "max": [0, 2], "count": [929]}, "eef_acc_mag_action": {"mean": [0.0, 0.6361679224973089], "std": [0.0, 0.8070096282914454], "min": [0, 0], "max": [0, 2], "count": [929]}, "eef_sim_pose_state": {"mean": [-0.31032803654670715, 0.4675714671611786, 0.2282334268093109, -1.5732262134552002, -1.1211376190185547, -0.7462749481201172, -0.272281289100647, -0.4512811303138733, 0.1415344923734665, 0.9228140115737915, -2.092679023742676, 1.115455150604248], "std": [1.5146219084272161e-05, 8.139928468153812e-06, 1.5105190868780483e-05, 2.800619404297322e-05, 1.7741582269081846e-05, 2.1843896320206113e-05, 0.06193803250789642, 0.032192543148994446, 0.07836149632930756, 0.6408204436302185, 0.4012056887149811, 0.4784216284751892], "min": [-0.3103809952735901, 0.4675459861755371, 0.2281550019979477, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.34031298756599426, -0.5057129859924316, -0.02751700021326542, -0.017277028411626816, -2.60361385345459, 0.3547205626964569], "max": [-0.31028199195861816, 0.4675999879837036, 0.22830599546432495, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.15619100630283356, -0.38973701000213623, 0.2282640039920807, 1.7854340076446533, -1.121137022972107, 1.7243345975875854], "count": [929]}, "eef_sim_pose_action": {"mean": [-0.3103281855583191, 0.46757084131240845, 0.2282332330942154, -1.573238730430603, -1.121143102645874, -0.7462760210037231, -0.2722811698913574, -0.45128104090690613, 0.14153452217578888, 0.9228138327598572, -2.092679500579834, 1.1154555082321167], "std": [1.5147293197514955e-05, 8.16442752693547e-06, 1.5106295904843137e-05, 3.067677607759833e-05, 1.851931847340893e-05, 2.18730783672072e-05, 0.061938025057315826, 0.03219253942370415, 0.07836151123046875, 0.6408202648162842, 0.40120553970336914, 0.4784216582775116], "min": [-0.3103809952735901, 0.4675459861755371, 0.2281550019979477, -1.5733972787857056, -1.1216340065002441, -0.7462777495384216, -0.34031298756599426, -0.5057129859924316, -0.02751700021326542, -0.017277028411626816, -2.60361385345459, 0.3547205626964569], "max": [-0.31028199195861816, 0.4675999879837036, 0.22830599546432495, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.15619100630283356, -0.38973701000213623, 0.2282640039920807, 1.7854340076446533, -1.121137022972107, 1.7243345975875854], "count": [929]}, "gripper_mode_state": {"mean": [0.0, 0.5371367061356297], "std": [0.0, 0.4986189577797843], "min": [0, 0], "max": [0, 1], "count": [929]}, "gripper_activity_state": {"mean": [2.0, 1.9128094725511302], "std": [0.0, 0.371100198964249], "min": [2, 0], "max": [2, 2], "count": [929]}, "gripper_mode_action": {"mean": [0.0, 0.5371367061356297], "std": [0.0, 0.4986189577797843], "min": [0, 0], "max": [0, 1], "count": [929]}, "gripper_activity_action": {"mean": [2.0, 1.9128094725511302], "std": [0.0, 0.371100198964249], "min": [2, 0], "max": [2, 2], "count": [929]}}} +{"episode_index": 195, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.4342432557189542]], [[0.4112203744553377]], [[0.42067720043572987]]], "std": [[[0.20707356360558216]], [[0.2085361101959304]], [[0.20527614927020876]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40758652505446624]], [[0.397740709422658]], [[0.40025195533769065]]], "std": [[[0.22346089853879814]], [[0.22010908453178632]], [[0.21077625043722714]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.475289723583878]], [[0.46512737336601306]], [[0.4644438180827887]]], "std": [[[0.20543379131194434]], [[0.20666251711796754]], [[0.2142338465227847]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4462182611655774]], [[0.426640522875817]], [[0.4364426116557734]]], "std": [[[0.2825292150610707]], [[0.2722538480361951]], [[0.27495010092012306]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.4121109247207642, -0.25396284461021423, -0.12065461277961731, 0.028204521164298058, -0.3104200065135956, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.020228367298841476, 0.35732126235961914, -0.7290589213371277, -1.7896955013275146, 0.25384068489074707, -0.1708328276872635, -0.26103144884109497, -0.34914499521255493, -0.5152289867401123, 0.052538998425006866, 0.33249491453170776, -2.718597412109375, 0.512943685054779, 1000.0, 178.0, 0.0004417714080773294, -0.23467274010181427, -0.8516295552253723, 1.9045686721801758, -1.058957815170288, -1.4238683434086852e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.028553586453199387, -0.31022900342941284, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4398578703403473, 0.7614173293113708, -0.07168067246675491, -0.9745045900344849, 1.791231393814087, 0.38580501079559326, 0.512812614440918, -0.18797099590301514, -0.3972109854221344, 0.2423889935016632, 1.7220067977905273, -1.121137022972107, 1.5103577375411987, 1002.0, 1008.0, 0.0005207263166084886, -0.23444904386997223, -0.8516224026679993, 1.9045995473861694, -1.0564532279968262, 4.746227659779834e-06], "mean": [-0.1995171159505844, 0.6046754717826843, 0.4513881504535675, -1.411972165107727, -0.25391802191734314, -0.1205272302031517, 0.02828066796064377, -0.3103276193141937, 0.4675740599632263, 0.22824227809906006, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.271332710981369, 0.5589224696159363, -0.47986599802970886, -1.4533541202545166, 1.0750681161880493, 0.12068362534046173, 0.20414894819259644, -0.2806374728679657, -0.45649030804634094, 0.1684914082288742, 1.1329647302627563, -2.0380685329437256, 1.0566997528076172, 1001.7736206054688, 603.078369140625, 0.0004970869631506503, -0.23460379242897034, -0.8516244292259216, 1.9045727252960205, -1.057711124420166, -6.303509053395828e-06], "std": [2.925896660599392e-05, 1.719638385111466e-05, 2.3409093046211638e-05, 3.979252869612537e-05, 2.211760511272587e-05, 1.6040092305047438e-05, 3.0077344490564428e-05, 2.0282646801206283e-05, 8.883991540642455e-06, 1.4311971426650416e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.09351646155118942, 0.1165587455034256, 0.17899328470230103, 0.24098140001296997, 0.4603281319141388, 0.19237302243709564, 0.27304214239120483, 0.04978295415639877, 0.03343786671757698, 0.053382646292448044, 0.5303365588188171, 0.5211277604103088, 0.32271549105644226, 0.6336353421211243, 403.6945495605469, 1.691922443569638e-05, 4.307241033529863e-05, 2.3966836124600377e-06, 1.2528483239293564e-05, 0.0008797846967354417, 2.2663784875476267e-06], "count": [804]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.4121109247207642, -0.25396284461021423, -0.12065461277961731, 0.028204521164298058, -0.3104200065135956, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.020228367298841476, 0.35732126235961914, -0.7290589213371277, -1.7896955013275146, 0.25384068489074707, -0.1708328276872635, -0.26103144884109497, -0.34914499521255493, -0.5152289867401123, 0.052538998425006866, 0.33249491453170776, -2.718597412109375, 0.512943685054779, 1000.0, 178.0, 0.0004417714080773294, -0.23467274010181427, -0.8516295552253723, 1.9045686721801758, -1.058957815170288, -1.4238683434086852e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.028553586453199387, -0.31022900342941284, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4398578703403473, 0.7614173293113708, -0.07168067246675491, -0.9745045900344849, 1.791231393814087, 0.38580501079559326, 0.512812614440918, -0.18797099590301514, -0.3972109854221344, 0.2423889935016632, 1.7220067977905273, -1.121137022972107, 1.5103577375411987, 1002.0, 1008.0, 0.0005207263166084886, -0.23444904386997223, -0.8516224026679993, 1.9045995473861694, -1.0564532279968262, 4.746227659779834e-06], "mean": [-0.1995171159505844, 0.6046754717826843, 0.4513881206512451, -1.411972165107727, -0.25391802191734314, -0.1205272302031517, 0.028280625119805336, -0.3103276491165161, 0.46757400035858154, 0.22824226319789886, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.27146264910697937, 0.5590124726295471, -0.4802100360393524, -1.4535671472549438, 1.0755181312561035, 0.12063425034284592, 0.20385976135730743, -0.2805919945240021, -0.4564724862575531, 0.16840308904647827, 1.1328808069229126, -2.0383553504943848, 1.0570119619369507, 1001.7736206054688, 603.078369140625, 0.0004970355075784028, -0.23460371792316437, -0.8516244292259216, 1.9045727252960205, -1.0577131509780884, -6.2999670262797736e-06], "std": [2.925882290583104e-05, 1.719638385111466e-05, 2.340962782909628e-05, 3.981068221037276e-05, 2.2133550373837352e-05, 1.6040092305047438e-05, 3.0086381229921244e-05, 2.0281997421989217e-05, 8.882612746674567e-06, 1.4319600268208887e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.09348930418491364, 0.11662217229604721, 0.17920397222042084, 0.24102018773555756, 0.45970192551612854, 0.19244013726711273, 0.27341145277023315, 0.0497724749147892, 0.03343576565384865, 0.05334245041012764, 0.5302720665931702, 0.5206867456436157, 0.3225365877151489, 0.6336353421211243, 403.6945495605469, 1.6955835235421546e-05, 4.306955452193506e-05, 2.395676801825175e-06, 1.2529100786196068e-05, 0.0008791146101430058, 2.266578803755692e-06], "count": [804]}, "timestamp": {"min": [0.0], "max": [26.766666666666666], "mean": [13.383333333333333], "std": [7.73648762299409], "count": [804]}, "frame_index": {"min": [0], "max": [803], "mean": [401.5], "std": [232.09462868982268], "count": [804]}, "episode_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [804]}, "index": {"min": [159191], "max": [159994], "mean": [159592.5], "std": [232.09462868982268], "count": [804]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [804]}, "gripper_open_scale_state": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.600157960526534], "std": [0.0, 0.40078037131853606], "count": [804]}, "gripper_open_scale_action": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.600157960526534], "std": [0.0, 0.400780371318536], "count": [804]}, "eef_direction_state": {"mean": [6.0, 4.006218905472637], "std": [0.0, 2.2285374656178694], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.0, 0.7089552238805971], "std": [0.0, 0.6910007185379592], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_acc_mag_state": {"mean": [0.0, 0.5422885572139303], "std": [0.0, 0.780325698245098], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_direction_action": {"mean": [6.0, 4.006218905472637], "std": [0.0, 2.2285374656178694], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.0, 0.7089552238805971], "std": [0.0, 0.6910007185379592], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_acc_mag_action": {"mean": [0.0, 0.5422885572139303], "std": [0.0, 0.780325698245098], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [-0.3103276491165161, 0.4675736427307129, 0.22824230790138245, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.28063732385635376, -0.45649030804634094, 0.16849134862422943, 1.1329646110534668, -2.0380711555480957, 1.0566996335983276], "std": [2.0282663172110915e-05, 8.872991202224512e-06, 1.4311923223431222e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.049782946705818176, 0.033437881618738174, 0.05338265374302864, 0.5303362607955933, 0.5211281180381775, 0.3227155804634094], "min": [-0.3104200065135956, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34914499521255493, -0.5152289867401123, 0.052538998425006866, 0.33249491453170776, -2.718597412109375, 0.512943685054779], "max": [-0.31022900342941284, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18797099590301514, -0.3972109854221344, 0.2423889935016632, 1.7220067977905273, -1.121137022972107, 1.5103577375411987], "count": [804]}, "eef_sim_pose_action": {"mean": [-0.3103276193141937, 0.4675740599632263, 0.22824227809906006, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2806374728679657, -0.45649030804634094, 0.1684914082288742, 1.1329647302627563, -2.0380685329437256, 1.0566997528076172], "std": [2.0282646801206283e-05, 8.883991540642455e-06, 1.4311971426650416e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.04978295415639877, 0.03343786671757698, 0.053382646292448044, 0.5303365588188171, 0.5211277604103088, 0.32271549105644226], "min": [-0.3104200065135956, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34914499521255493, -0.5152289867401123, 0.052538998425006866, 0.33249491453170776, -2.718597412109375, 0.512943685054779], "max": [-0.31022900342941284, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18797099590301514, -0.3972109854221344, 0.2423889935016632, 1.7220067977905273, -1.121137022972107, 1.5103577375411987], "count": [804]}, "gripper_mode_state": {"mean": [0.0, 0.48009950248756217], "std": [0.0, 0.49960381323480685], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_state": {"mean": [2.0, 1.900497512437811], "std": [0.0, 0.3927828400612075], "min": [2, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.0, 0.48009950248756217], "std": [0.0, 0.49960381323480685], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_action": {"mean": [2.0, 1.900497512437811], "std": [0.0, 0.3927828400612075], "min": [2, 0], "max": [2, 2], "count": [804]}}} +{"episode_index": 196, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.996078431372549]]], "mean": [[[0.4416821075743894]], [[0.4175152406905745]], [[0.4269700923955108]]], "std": [[[0.20577660642039222]], [[0.20761198582233786]], [[0.20474245222332266]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40765798476737186]], [[0.39821934124527003]], [[0.40048556689671483]]], "std": [[[0.2253494919551686]], [[0.22231355398103703]], [[0.21268272297425822]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4786108396757826]], [[0.46918000193498455]], [[0.4667338119732542]]], "std": [[[0.20576589349237262]], [[0.2072626629985333]], [[0.21442467720799482]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44148121721276234]], [[0.4192582572776918]], [[0.43099863476092193]]], "std": [[[0.29211669830612497]], [[0.27489393662012546]], [[0.27661783872123025]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.033999014645814896, 0.4147949516773224, -0.6176370978355408, -1.796851396560669, 0.25389304757118225, -0.14838789403438568, -0.05169665068387985, -0.35664400458335876, -0.49371498823165894, 0.07994399964809418, 0.5119913220405579, -2.437601089477539, 0.6274240016937256, 1000.0, 161.0, 0.0004624500870704651, -0.23459002375602722, -0.8518355488777161, 1.903638482093811, -1.0593080520629883, -0.002258255146443844], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31027698516845703, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3556632101535797, 0.7551167011260986, -0.15058700740337372, -1.0882127285003662, 1.520199179649353, 0.3706555664539337, 0.45181336998939514, -0.21744300425052643, -0.3756749927997589, 0.23311899602413177, 1.605611801147461, -1.121137022972107, 1.2696855068206787, 1002.0, 1003.0, 0.0004624500870704651, -0.23455806076526642, -0.8516231775283813, 1.906437873840332, -1.0540127754211426, 0.0010080987121909857], "mean": [-0.1995151787996292, 0.6046737432479858, 0.4513859450817108, -1.411962628364563, -0.2539196312427521, -0.12052316218614578, 0.028278669342398643, -0.3103317320346832, 0.46757274866104126, 0.2282445728778839, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.2176124006509781, 0.5718268156051636, -0.4339632987976074, -1.435657262802124, 1.1562579870224, 0.17085638642311096, 0.2597787380218506, -0.30344095826148987, -0.449675977230072, 0.1800265908241272, 1.0120679140090942, -2.152421474456787, 1.0323402881622314, 1001.7867431640625, 544.4816284179688, 0.000462445110315457, -0.23457367718219757, -0.8516504168510437, 1.9045807123184204, -1.0577383041381836, 5.339272684068419e-05], "std": [2.545067764003761e-05, 1.699474341876339e-05, 2.358104393351823e-05, 2.5127879780484363e-05, 2.370643414906226e-05, 1.5989526218618266e-05, 2.0769322873093188e-05, 1.4768279470445123e-05, 7.906700375315268e-06, 1.2972327567695174e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.1024554893374443, 0.11019905656576157, 0.10697204619646072, 0.24452976882457733, 0.34239688515663147, 0.1478705108165741, 0.15433211624622345, 0.04194346070289612, 0.04113839566707611, 0.03761828690767288, 0.41035956144332886, 0.36721211671829224, 0.19874538481235504, 0.6172494292259216, 407.9689636230469, 4.976729695016502e-09, 1.922945557453204e-06, 4.7249570343410596e-05, 0.0003112568811047822, 0.0009434900712221861, 0.000413642730563879], "count": [816]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.033999014645814896, 0.4147949516773224, -0.6176370978355408, -1.796851396560669, 0.25389304757118225, -0.14838789403438568, -0.05169665068387985, -0.35664400458335876, -0.49371498823165894, 0.07994399964809418, 0.5119913220405579, -2.437601089477539, 0.6274240016937256, 1000.0, 161.0, 0.0004624500870704651, -0.23459002375602722, -0.8518355488777161, 1.903638482093811, -1.0593080520629883, -0.002258255146443844], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.31027698516845703, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3556632101535797, 0.7551167011260986, -0.15058700740337372, -1.0882127285003662, 1.520199179649353, 0.3706555664539337, 0.45181336998939514, -0.21744300425052643, -0.3756749927997589, 0.23311899602413177, 1.605611801147461, -1.121137022972107, 1.2696855068206787, 1002.0, 1003.0, 0.0004624500870704651, -0.23455806076526642, -0.8516231775283813, 1.906437873840332, -1.0540127754211426, 0.0010080987121909857], "mean": [-0.19951510429382324, 0.6046737432479858, 0.4513859450817108, -1.4119627475738525, -0.2539195716381073, -0.12052318453788757, 0.028278645128011703, -0.31033170223236084, 0.46757274866104126, 0.2282445728778839, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.2174888253211975, 0.572006106376648, -0.43411505222320557, -1.4360555410385132, 1.156876564025879, 0.17089684307575226, 0.2598165273666382, -0.3034050464630127, -0.4495938718318939, 0.17994219064712524, 1.0119613409042358, -2.1530961990356445, 1.0325015783309937, 1001.7867431640625, 544.4816284179688, 0.000462445110315457, -0.23457367718219757, -0.8516505360603333, 1.9045807123184204, -1.057738184928894, 5.368471465772018e-05], "std": [2.540252353355754e-05, 1.6983629393507726e-05, 2.358104393351823e-05, 2.512258470233064e-05, 2.369103822275065e-05, 1.5989453459042124e-05, 2.0782699721166864e-05, 1.4759621990378946e-05, 7.90843569120625e-06, 1.2964444977114908e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.10253803431987762, 0.11037139594554901, 0.10708440095186234, 0.2447555661201477, 0.3412202298641205, 0.14779527485370636, 0.15426525473594666, 0.041950058192014694, 0.041169505566358566, 0.03758725896477699, 0.41022539138793945, 0.36581987142562866, 0.19856655597686768, 0.6172494292259216, 407.9689636230469, 4.976729695016502e-09, 1.9256358427810483e-06, 4.7327492211479694e-05, 0.0003112585691269487, 0.0009435075335204601, 0.0004136890929657966], "count": [816]}, "timestamp": {"min": [0.0], "max": [27.166666666666668], "mean": [13.583333333333334], "std": [7.851957764834242], "count": [816]}, "frame_index": {"min": [0], "max": [815], "mean": [407.5], "std": [235.55873294502726], "count": [816]}, "episode_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [816]}, "index": {"min": [159995], "max": [160810], "mean": [160402.5], "std": [235.55873294502726], "count": [816]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [816]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5432328432433161], "std": [0.0, 0.40656583927493883], "count": [816]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5432328432433161], "std": [0.0, 0.4065658392749388], "count": [816]}, "eef_direction_state": {"mean": [6.0, 3.5036764705882355], "std": [0.0, 2.3696376436061546], "min": [6, 0], "max": [6, 6], "count": [816]}, "eef_velocity_state": {"mean": [0.0, 0.7022058823529411], "std": [0.0, 0.5801411565593584], "min": [0, 0], "max": [0, 2], "count": [816]}, "eef_acc_mag_state": {"mean": [0.0, 0.5698529411764706], "std": [0.0, 0.7905836624882376], "min": [0, 0], "max": [0, 2], "count": [816]}, "eef_direction_action": {"mean": [6.0, 3.5036764705882355], "std": [0.0, 2.3696376436061546], "min": [6, 0], "max": [6, 6], "count": [816]}, "eef_velocity_action": {"mean": [0.0, 0.7022058823529411], "std": [0.0, 0.5801411565593584], "min": [0, 0], "max": [0, 2], "count": [816]}, "eef_acc_mag_action": {"mean": [0.0, 0.5698529411764706], "std": [0.0, 0.7905836624882376], "min": [0, 0], "max": [0, 2], "count": [816]}, "eef_sim_pose_state": {"mean": [-0.310331791639328, 0.4675731956958771, 0.2282443642616272, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3034409284591675, -0.4496762752532959, 0.18002648651599884, 1.012067437171936, -2.1524221897125244, 1.0323396921157837], "std": [1.4768127584829926e-05, 7.895695489423815e-06, 1.2970666830369737e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.041943468153476715, 0.041138384491205215, 0.03761827573180199, 0.41035979986190796, 0.367212176322937, 0.19874538481235504], "min": [-0.3103890120983124, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35664400458335876, -0.49371498823165894, 0.07994399964809418, 0.5119913220405579, -2.437601089477539, 0.6274240016937256], "max": [-0.31027698516845703, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21744300425052643, -0.3756749927997589, 0.23311899602413177, 1.605611801147461, -1.121137022972107, 1.2696855068206787], "count": [816]}, "eef_sim_pose_action": {"mean": [-0.3103317320346832, 0.46757274866104126, 0.2282445728778839, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.30344095826148987, -0.449675977230072, 0.1800265908241272, 1.0120679140090942, -2.152421474456787, 1.0323402881622314], "std": [1.4768279470445123e-05, 7.906700375315268e-06, 1.2972327567695174e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.04194346070289612, 0.04113839566707611, 0.03761828690767288, 0.41035956144332886, 0.36721211671829224, 0.19874538481235504], "min": [-0.3103890120983124, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35664400458335876, -0.49371498823165894, 0.07994399964809418, 0.5119913220405579, -2.437601089477539, 0.6274240016937256], "max": [-0.31027698516845703, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21744300425052643, -0.3756749927997589, 0.23311899602413177, 1.605611801147461, -1.121137022972107, 1.2696855068206787], "count": [816]}, "gripper_mode_state": {"mean": [0.0, 0.5416666666666666], "std": [0.0, 0.49826086429589306], "min": [0, 0], "max": [0, 1], "count": [816]}, "gripper_activity_state": {"mean": [2.0, 1.9068627450980393], "std": [0.0, 0.38175544063603034], "min": [2, 0], "max": [2, 2], "count": [816]}, "gripper_mode_action": {"mean": [0.0, 0.5416666666666666], "std": [0.0, 0.49826086429589306], "min": [0, 0], "max": [0, 1], "count": [816]}, "gripper_activity_action": {"mean": [2.0, 1.9068627450980393], "std": [0.0, 0.3817554406360303], "min": [2, 0], "max": [2, 2], "count": [816]}}} +{"episode_index": 197, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4404066762061279]], [[0.41571809121047265]], [[0.4250707183403226]]], "std": [[[0.20622087965302205]], [[0.20788934351046157]], [[0.20542648758495827]]], "count": [173]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4078797307699573]], [[0.3985003329366429]], [[0.4002556304072689]]], "std": [[[0.2259201385752699]], [[0.22288623207896116]], [[0.21327942470848218]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4779058698383014]], [[0.4686629642222978]], [[0.4659833472647248]]], "std": [[[0.20536411728116769]], [[0.20707969860816033]], [[0.21407872822887763]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43652210368733235]], [[0.41697436387849934]], [[0.42991967844459555]]], "std": [[[0.29665619642801844]], [[0.2807367176016587]], [[0.28253219491411913]]], "count": [173]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.026738442480564117, 0.44683918356895447, -0.5720316767692566, -1.9050966501235962, 0.2537534236907959, -0.14505431056022644, -0.028379054740071297, -0.3632499873638153, -0.4934979975223541, 0.08662600070238113, 0.560495138168335, -2.5317258834838867, 0.40045878291130066, 1000.0, 170.0, 0.0004568104341160506, -0.23458626866340637, -0.8518268465995789, 1.9045219421386719, -1.0590734481811523, -0.0007043401710689068], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102709949016571, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4079008996486664, 0.7486415505409241, -0.1725257933139801, -1.079573392868042, 1.5317882299423218, 0.3179815411567688, 0.6184923052787781, -0.21373200416564941, -0.3362640142440796, 0.2342970073223114, 1.925657868385315, -1.121137022972107, 1.282455325126648, 1002.0, 1008.0, 0.0004680897400248796, -0.23455806076526642, -0.8514797687530518, 1.905199408531189, -1.0563327074050903, 0.0008752043941058218], "mean": [-0.19951646029949188, 0.6046726107597351, 0.45138484239578247, -1.411980152130127, -0.25391823053359985, -0.12052430957555771, 0.028274646028876305, -0.3103245794773102, 0.46757301688194275, 0.2282387763261795, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.19178539514541626, 0.6039706468582153, -0.4369621276855469, -1.4799102544784546, 1.0378583669662476, 0.1289428472518921, 0.39317458868026733, -0.2921886146068573, -0.4328845143318176, 0.17459620535373688, 1.2422586679458618, -2.1245298385620117, 0.914771556854248, 1001.8472900390625, 519.0195922851562, 0.00046246021520346403, -0.23457327485084534, -0.8517169952392578, 1.9047143459320068, -1.0577231645584106, 1.3170886631996837e-05], "std": [2.614681034174282e-05, 1.6413307093898766e-05, 2.2834867195342667e-05, 2.642395338625647e-05, 2.2866082872496918e-05, 1.635190892557148e-05, 2.5408788133063354e-05, 1.5188121324172243e-05, 8.05863874120405e-06, 1.1857709978357889e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.12075270712375641, 0.09562883526086807, 0.08514095842838287, 0.26836520433425903, 0.36869171261787415, 0.13782796263694763, 0.17782214283943176, 0.04645959660410881, 0.05012429133057594, 0.04454687982797623, 0.47002410888671875, 0.37540486454963684, 0.26203736662864685, 0.53116774559021, 403.12353515625, 4.09327839179241e-07, 3.887406819558237e-06, 5.2427702030399814e-05, 0.00012961236643604934, 0.0008266717777587473, 0.0004020992782898247], "count": [969]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.026738442480564117, 0.44683918356895447, -0.5720316767692566, -1.9050966501235962, 0.2537534236907959, -0.14505431056022644, -0.028379054740071297, -0.3632499873638153, -0.4934979975223541, 0.08662600070238113, 0.560495138168335, -2.5317258834838867, 0.40045878291130066, 1000.0, 170.0, 0.0004568104341160506, -0.23458626866340637, -0.8518268465995789, 1.9045219421386719, -1.0590734481811523, -0.0007043401710689068], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102709949016571, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4079008996486664, 0.7486415505409241, -0.1725257933139801, -1.079573392868042, 1.5317882299423218, 0.3179815411567688, 0.6184923052787781, -0.21373200416564941, -0.3362640142440796, 0.2342970073223114, 1.925657868385315, -1.121137022972107, 1.282455325126648, 1002.0, 1008.0, 0.0004680897400248796, -0.23455806076526642, -0.8514797687530518, 1.905199408531189, -1.0563327074050903, 0.0008752043941058218], "mean": [-0.1995164155960083, 0.6046726107597351, 0.4513847827911377, -1.411980152130127, -0.25391823053359985, -0.1205243244767189, 0.028274644166231155, -0.3103245794773102, 0.46757298707962036, 0.2282387763261795, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.19165168702602386, 0.6041170954704285, -0.4370359182357788, -1.4803117513656616, 1.0380769968032837, 0.12898868322372437, 0.3933081030845642, -0.2921374440193176, -0.43280330300331116, 0.174509659409523, 1.2424700260162354, -2.124903917312622, 0.9146984219551086, 1001.8472900390625, 519.022705078125, 0.0004624582943506539, -0.23457327485084534, -0.8517171144485474, 1.9047142267227173, -1.0577236413955688, 1.334525404672604e-05], "std": [2.6109850296052173e-05, 1.634383988857735e-05, 2.2835629351902753e-05, 2.642395338625647e-05, 2.2866082872496918e-05, 1.635061198612675e-05, 2.540881723689381e-05, 1.518237877462525e-05, 8.056667866185308e-06, 1.1859183359774761e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.1208156943321228, 0.09573836624622345, 0.08518431335687637, 0.2685542106628418, 0.3682889938354492, 0.13775238394737244, 0.1775539219379425, 0.04646695777773857, 0.05013171210885048, 0.0445239394903183, 0.4702190160751343, 0.37458479404449463, 0.2620942294597626, 0.53116774559021, 403.12640380859375, 4.04921195240604e-07, 3.891497726726811e-06, 5.255244468571618e-05, 0.00012974186392966658, 0.0008271538536064327, 0.000402217818191275], "count": [969]}, "timestamp": {"min": [0.0], "max": [32.266666666666666], "mean": [16.133333333333333], "std": [9.32420188223854], "count": [969]}, "frame_index": {"min": [0], "max": [968], "mean": [484.0], "std": [279.72605646715624], "count": [969]}, "episode_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [969]}, "index": {"min": [160811], "max": [161779], "mean": [161295.0], "std": [279.72605646715624], "count": [969]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [969]}, "gripper_open_scale_state": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.517416925714481], "std": [0.0, 0.40119284048687703], "count": [969]}, "gripper_open_scale_action": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.517416925714481], "std": [0.0, 0.40119284048687703], "count": [969]}, "eef_direction_state": {"mean": [6.0, 3.781217750257998], "std": [0.0, 2.3186812920298037], "min": [6, 0], "max": [6, 6], "count": [969]}, "eef_velocity_state": {"mean": [0.0, 0.6388028895768834], "std": [0.0, 0.5971907154512429], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_acc_mag_state": {"mean": [0.0, 0.5098039215686274], "std": [0.0, 0.7670705151259143], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_direction_action": {"mean": [6.0, 3.781217750257998], "std": [0.0, 2.3186812920298037], "min": [6, 0], "max": [6, 6], "count": [969]}, "eef_velocity_action": {"mean": [0.0, 0.6388028895768834], "std": [0.0, 0.5971907154512429], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_acc_mag_action": {"mean": [0.0, 0.5098039215686274], "std": [0.0, 0.7670705151259143], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_sim_pose_state": {"mean": [-0.3103247582912445, 0.46757301688194275, 0.22823889553546906, -1.5732269287109375, -1.1211367845535278, -0.7462756633758545, -0.2921885848045349, -0.43288472294807434, 0.17459607124328613, 1.2422586679458618, -2.1245298385620117, 0.9147716164588928], "std": [1.5187192730081733e-05, 8.058663297560997e-06, 1.1857097888423596e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.04645960032939911, 0.05012429878115654, 0.04454687237739563, 0.47002413868904114, 0.3754047751426697, 0.26203736662864685], "min": [-0.31036999821662903, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3632499873638153, -0.4934979975223541, 0.08662600070238113, 0.560495138168335, -2.5317258834838867, 0.40045878291130066], "max": [-0.3102709949016571, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21373200416564941, -0.3362640142440796, 0.2342970073223114, 1.925657868385315, -1.121137022972107, 1.282455325126648], "count": [969]}, "eef_sim_pose_action": {"mean": [-0.3103245794773102, 0.46757301688194275, 0.2282387763261795, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, -0.2921886146068573, -0.4328845143318176, 0.17459620535373688, 1.2422586679458618, -2.1245298385620117, 0.914771556854248], "std": [1.5188121324172243e-05, 8.05863874120405e-06, 1.1857709978357889e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.04645959660410881, 0.05012429133057594, 0.04454687982797623, 0.47002410888671875, 0.37540486454963684, 0.26203736662864685], "min": [-0.31036999821662903, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3632499873638153, -0.4934979975223541, 0.08662600070238113, 0.560495138168335, -2.5317258834838867, 0.40045878291130066], "max": [-0.3102709949016571, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21373200416564941, -0.3362640142440796, 0.2342970073223114, 1.925657868385315, -1.121137022972107, 1.282455325126648], "count": [969]}, "gripper_mode_state": {"mean": [0.0, 0.5768833849329206], "std": [0.0, 0.49405358527314874], "min": [0, 0], "max": [0, 1], "count": [969]}, "gripper_activity_state": {"mean": [2.0, 1.915376676986584], "std": [0.0, 0.364951737076495], "min": [2, 0], "max": [2, 2], "count": [969]}, "gripper_mode_action": {"mean": [0.0, 0.5768833849329206], "std": [0.0, 0.4940535852731488], "min": [0, 0], "max": [0, 1], "count": [969]}, "gripper_activity_action": {"mean": [2.0, 1.915376676986584], "std": [0.0, 0.364951737076495], "min": [2, 0], "max": [2, 2], "count": [969]}}} +{"episode_index": 198, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.44369816496860187]], [[0.41878084283822464]], [[0.42791672540475884]]], "std": [[[0.20471479275257842]], [[0.20684286127972004]], [[0.20458880673970747]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40679402953992055]], [[0.3975878414819087]], [[0.3994947095668333]]], "std": [[[0.22577583913704907]], [[0.22299733827096738]], [[0.2130485627668806]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47918014839378015]], [[0.46975968511042765]], [[0.46715218238711603]]], "std": [[[0.2055923173836513]], [[0.2073272265170046]], [[0.21445957226506296]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4458788660344312]], [[0.42698928830791577]], [[0.4368874724998932]]], "std": [[[0.29595062641096936]], [[0.28213194499736116]], [[0.28297184816888155]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.017470747232437134, 0.39851102232933044, -0.6210405230522156, -1.7516473531723022, 0.25391051173210144, -0.15625932812690735, -0.028326693922281265, -0.37645500898361206, -0.4737530052661896, 0.09299899637699127, 0.5789772868156433, -2.650268077850342, 0.635273814201355, 1000.0, 148.0, 0.0004417714080773294, -0.2345486730337143, -0.8518426418304443, 1.904523491859436, -1.0590299367904663, -0.0007783813634887338], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102799952030182, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28586748242378235, 0.7537204623222351, -0.1714087873697281, -1.0163750648498535, 1.5849509239196777, 0.23687608540058136, 0.6426127552986145, -0.22754399478435516, -0.3725849986076355, 0.2359199970960617, 1.5766602754592896, -1.121137022972107, 1.472934365272522, 1002.0, 1008.0, 0.00046620986540801823, -0.23448476195335388, -0.8518315553665161, 1.9045377969741821, -1.0564428567886353, 0.00023161590797826648], "mean": [-0.1995197832584381, 0.6046684980392456, 0.4513853192329407, -1.4119629859924316, -0.25391656160354614, -0.1205291673541069, 0.028279712423682213, -0.3103291690349579, 0.46757426857948303, 0.22824156284332275, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.18209651112556458, 0.5645135045051575, -0.4256245493888855, -1.3685554265975952, 1.2067850828170776, 0.10036960989236832, 0.4548175632953644, -0.31670552492141724, -0.4373006820678711, 0.18942971527576447, 1.0609716176986694, -2.265082836151123, 1.1170939207077026, 1001.790771484375, 515.77734375, 0.00045966485049575567, -0.2345271110534668, -0.8518333435058594, 1.9045393466949463, -1.0577269792556763, 8.444234845228493e-05], "std": [2.562647932791151e-05, 1.732747841742821e-05, 2.387820859439671e-05, 2.4803188352962025e-05, 2.337350815651007e-05, 1.4864765944366809e-05, 2.6737767257145606e-05, 1.498935125709977e-05, 7.853018360037822e-06, 1.2722710380330682e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08776108920574188, 0.11041866987943649, 0.09383295476436615, 0.2452641874551773, 0.3883536159992218, 0.11186990141868591, 0.1999984085559845, 0.04113607853651047, 0.036167729645967484, 0.039498135447502136, 0.3707827627658844, 0.4368281066417694, 0.2815200090408325, 0.6121324896812439, 412.87115478515625, 1.193252501252573e-06, 6.058575763745466e-06, 4.245345280651236e-06, 8.258913112513255e-06, 0.0009091729880310595, 0.00020684581249952316], "count": [822]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.017470747232437134, 0.39851102232933044, -0.6210405230522156, -1.7516473531723022, 0.25391051173210144, -0.15625932812690735, -0.028326693922281265, -0.37645500898361206, -0.4737530052661896, 0.09299899637699127, 0.5789772868156433, -2.650268077850342, 0.635273814201355, 1000.0, 148.0, 0.0004417714080773294, -0.2345486730337143, -0.8518426418304443, 1.904523491859436, -1.0590299367904663, -0.0007783813634887338], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.028361599892377853, -0.3102799952030182, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28586748242378235, 0.7537204623222351, -0.1714087873697281, -1.0163750648498535, 1.5849509239196777, 0.23687608540058136, 0.6426127552986145, -0.22754399478435516, -0.3725849986076355, 0.2359199970960617, 1.5766602754592896, -1.121137022972107, 1.472934365272522, 1002.0, 1008.0, 0.00046620986540801823, -0.23448476195335388, -0.8518315553665161, 1.9045377969741821, -1.0564428567886353, 0.00023161590797826648], "mean": [-0.1995198279619217, 0.6046684980392456, 0.4513852894306183, -1.4119631052017212, -0.25391650199890137, -0.12052924931049347, 0.02827969193458557, -0.3103291094303131, 0.46757426857948303, 0.22824156284332275, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.18189653754234314, 0.5646766424179077, -0.4257212281227112, -1.368965744972229, 1.2074819803237915, 0.10049579292535782, 0.45511594414711, -0.3166857361793518, -0.43718868494033813, 0.18932780623435974, 1.060858964920044, -2.266051769256592, 1.117095708847046, 1001.788330078125, 515.77734375, 0.00045966485049575567, -0.234527125954628, -0.8518334627151489, 1.9045393466949463, -1.057729721069336, 8.435458585154265e-05], "std": [2.5623552573961206e-05, 1.7327480236417614e-05, 2.3893482648418285e-05, 2.4840432160999626e-05, 2.338627564313356e-05, 1.4780052879359573e-05, 2.6735075152828358e-05, 1.5001435713202227e-05, 7.854721843614243e-06, 1.2722205610771198e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08790822327136993, 0.11057678610086441, 0.0939004048705101, 0.24561840295791626, 0.38715535402297974, 0.1116790622472763, 0.1994597613811493, 0.04114304482936859, 0.036216191947460175, 0.03950593248009682, 0.37064093351364136, 0.4351698160171509, 0.2815175950527191, 0.6152623891830444, 412.8711242675781, 1.193252501252573e-06, 6.0559350458788686e-06, 4.157389412284829e-06, 8.272578270407394e-06, 0.0009093302069231868, 0.0002068017201963812], "count": [822]}, "timestamp": {"min": [0.0], "max": [27.366666666666667], "mean": [13.68333333333333], "std": [7.909692834790789], "count": [822]}, "frame_index": {"min": [0], "max": [821], "mean": [410.5], "std": [237.29078504372364], "count": [822]}, "episode_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [822]}, "index": {"min": [161780], "max": [162601], "mean": [162190.5], "std": [237.29078504372364], "count": [822]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [822]}, "gripper_open_scale_state": {"min": [1.0, 0.14800000190734863], "max": [1.0, 1.0], "mean": [1.0, 0.513253038146345], "std": [0.0, 0.40987088286967116], "count": [822]}, "gripper_open_scale_action": {"min": [1.0, 0.14800000190734863], "max": [1.0, 1.0], "mean": [1.0, 0.513253038146345], "std": [0.0, 0.40987088286967116], "count": [822]}, "eef_direction_state": {"mean": [6.0, 3.5948905109489053], "std": [0.0, 2.2781353999314677], "min": [6, 0], "max": [6, 6], "count": [822]}, "eef_velocity_state": {"mean": [0.0, 0.7262773722627737], "std": [0.0, 0.6035301752657879], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_acc_mag_state": {"mean": [0.0, 0.6046228710462287], "std": [0.0, 0.8003211285906697], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_direction_action": {"mean": [6.0, 3.5948905109489053], "std": [0.0, 2.2781353999314677], "min": [6, 0], "max": [6, 6], "count": [822]}, "eef_velocity_action": {"mean": [0.0, 0.7262773722627737], "std": [0.0, 0.6035301752657879], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_acc_mag_action": {"mean": [0.0, 0.6046228710462287], "std": [0.0, 0.8003211285906697], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_sim_pose_state": {"mean": [-0.3103291690349579, 0.4675743579864502, 0.2282417267560959, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.316705584526062, -0.4373004734516144, 0.1894298493862152, 1.0609711408615112, -2.2650821208953857, 1.1170936822891235], "std": [1.4989355804573279e-05, 7.852643648220692e-06, 1.272171903110575e-05, 0.0, 0.0, 5.960464477539063e-08, 0.04113606736063957, 0.03616772219538689, 0.03949815034866333, 0.3707825541496277, 0.4368281066417694, 0.28151997923851013], "min": [-0.31038299202919006, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37645500898361206, -0.4737530052661896, 0.09299899637699127, 0.5789772868156433, -2.650268077850342, 0.635273814201355], "max": [-0.3102799952030182, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22754399478435516, -0.3725849986076355, 0.2359199970960617, 1.5766602754592896, -1.121137022972107, 1.472934365272522], "count": [822]}, "eef_sim_pose_action": {"mean": [-0.3103291690349579, 0.46757426857948303, 0.22824156284332275, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.31670552492141724, -0.4373006820678711, 0.18942971527576447, 1.0609716176986694, -2.265082836151123, 1.1170939207077026], "std": [1.498935125709977e-05, 7.853018360037822e-06, 1.2722710380330682e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.04113607853651047, 0.036167729645967484, 0.039498135447502136, 0.3707827627658844, 0.4368281066417694, 0.2815200090408325], "min": [-0.31038299202919006, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37645500898361206, -0.4737530052661896, 0.09299899637699127, 0.5789772868156433, -2.650268077850342, 0.635273814201355], "max": [-0.3102799952030182, 0.4675990045070648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22754399478435516, -0.3725849986076355, 0.2359199970960617, 1.5766602754592896, -1.121137022972107, 1.472934365272522], "count": [822]}, "gripper_mode_state": {"mean": [0.0, 0.5681265206812652], "std": [0.0, 0.4953370339272713], "min": [0, 0], "max": [0, 1], "count": [822]}, "gripper_activity_state": {"mean": [2.0, 1.8990267639902676], "std": [0.0, 0.39862784937924295], "min": [2, 0], "max": [2, 2], "count": [822]}, "gripper_mode_action": {"mean": [0.0, 0.5681265206812652], "std": [0.0, 0.4953370339272713], "min": [0, 0], "max": [0, 1], "count": [822]}, "gripper_activity_action": {"mean": [2.0, 1.8990267639902676], "std": [0.0, 0.39862784937924295], "min": [2, 0], "max": [2, 2], "count": [822]}}} +{"episode_index": 199, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4422068764403642]], [[0.4173847614190185]], [[0.42633754698893045]]], "std": [[[0.20619657358989457]], [[0.20788220331879995]], [[0.20545525227246217]]], "count": [173]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40792060995881974]], [[0.3983422872038989]], [[0.4000514080150364]]], "std": [[[0.22538800356304675]], [[0.22275922992875577]], [[0.21320174099816763]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4793193523555858]], [[0.46981872898485016]], [[0.4667666043295931]]], "std": [[[0.20589773166115571]], [[0.20758675133369262]], [[0.21471400368864238]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4408045437587366]], [[0.4191226257603234]], [[0.43085453502210136]]], "std": [[[0.29601967154116876]], [[0.28156892882211826]], [[0.28210455298299414]]], "count": [173]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04105014353990555, 0.423434317111969, -0.5988922715187073, -1.8080041408538818, 0.25385814905166626, -0.14367550611495972, -0.028326693922281265, -0.37394601106643677, -0.48200100660324097, 0.07472500205039978, 0.670940101146698, -2.5431625843048096, 0.5136284232139587, 1000.0, 169.0, 0.0004549305886030197, -0.2345411479473114, -0.8518561124801636, 1.904516339302063, -1.0589966773986816, -0.0005306282546371222], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102799952030182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3263242244720459, 0.7200530171394348, -0.1725432425737381, -0.979967474937439, 1.4860081672668457, 0.22104595601558685, 0.6552664041519165, -0.2234410047531128, -0.36809399724006653, 0.24522000551223755, 1.8234281539916992, -1.121137022972107, 1.4083607196807861, 1002.0, 1008.0, 0.0004624500870704651, -0.23452235758304596, -0.8518370985984802, 1.9045805931091309, -1.0564254522323608, 0.0004822167393285781], "mean": [-0.19952163100242615, 0.6046684384346008, 0.4513855576515198, -1.4119513034820557, -0.2539163827896118, -0.12052851915359497, 0.028274815529584885, -0.31033211946487427, 0.4675750434398651, 0.22824367880821228, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.18488454818725586, 0.5632832050323486, -0.4206774830818176, -1.428841233253479, 1.0055118799209595, 0.07733668386936188, 0.44814005494117737, -0.3021448850631714, -0.4340164065361023, 0.1756460815668106, 1.2817684412002563, -2.116140365600586, 0.9796350598335266, 1001.75439453125, 555.086669921875, 0.00045926999882794917, -0.23453135788440704, -0.8518561124801636, 1.9045393466949463, -1.0577380657196045, 0.00020205846522003412], "std": [2.6272839022567496e-05, 1.74768556462368e-05, 2.2385635020327754e-05, 2.5192202883772552e-05, 2.2601436285185628e-05, 1.532882197352592e-05, 1.95792435988551e-05, 1.4948898751754314e-05, 8.44162241264712e-06, 1.2150871043559164e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.08663371205329895, 0.09660589694976807, 0.08708079159259796, 0.2782457768917084, 0.36419835686683655, 0.09560052305459976, 0.1983720362186432, 0.046320658177137375, 0.040567588061094284, 0.05065174400806427, 0.4175993800163269, 0.38773050904273987, 0.3128960430622101, 0.6564338803291321, 407.6815185546875, 9.101156592805637e-07, 1.6430358300567605e-06, 1.070537564373808e-05, 1.973096550500486e-05, 0.0007976209162734449, 0.00018140410247724503], "count": [969]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04105014353990555, 0.423434317111969, -0.5988922715187073, -1.8080041408538818, 0.25385814905166626, -0.14367550611495972, -0.028326693922281265, -0.37394601106643677, -0.48200100660324097, 0.07472500205039978, 0.670940101146698, -2.5431625843048096, 0.5136284232139587, 1000.0, 169.0, 0.0004549305886030197, -0.2345411479473114, -0.8518561124801636, 1.904516339302063, -1.0589966773986816, -0.0005306282546371222], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102799952030182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3263242244720459, 0.7200530171394348, -0.1725432425737381, -0.979967474937439, 1.4860081672668457, 0.22104595601558685, 0.6552664041519165, -0.2234410047531128, -0.36809399724006653, 0.24522000551223755, 1.8234281539916992, -1.121137022972107, 1.4083607196807861, 1002.0, 1008.0, 0.0004624500870704651, -0.23452235758304596, -0.8518370985984802, 1.9045805931091309, -1.0564254522323608, 0.0004822167393285781], "mean": [-0.19952163100242615, 0.604668378829956, 0.45138558745384216, -1.4119513034820557, -0.25391632318496704, -0.12052851915359497, 0.02827479876577854, -0.31033214926719666, 0.4675750136375427, 0.2282436639070511, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.18472816050052643, 0.5633560419082642, -0.42073854804039, -1.4291867017745972, 1.0055999755859375, 0.0774112120270729, 0.44829070568084717, -0.3021216094493866, -0.4339355230331421, 0.1755538433790207, 1.28196382522583, -2.1164634227752686, 0.9794850945472717, 1001.75439453125, 555.086669921875, 0.0004592699697241187, -0.23453135788440704, -0.8518561124801636, 1.9045393466949463, -1.0577377080917358, 0.00020213880634400994], "std": [2.6272837203578092e-05, 1.74742399394745e-05, 2.2468653696705587e-05, 2.5192202883772552e-05, 2.2583317331736907e-05, 1.532882197352592e-05, 1.958776374522131e-05, 1.4952261153666768e-05, 8.443203114438802e-06, 1.2149395843152888e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.08674390614032745, 0.09666355699300766, 0.08712302893400192, 0.27843260765075684, 0.3640270233154297, 0.09547433257102966, 0.19806531071662903, 0.04632218927145004, 0.040578704327344894, 0.050637200474739075, 0.4177798926830292, 0.38703104853630066, 0.31304270029067993, 0.6564338803291321, 407.6815185546875, 9.101170803660352e-07, 1.6414711581091979e-06, 1.069337213266408e-05, 1.974677616090048e-05, 0.0007980846567079425, 0.00018140037718694657], "count": [969]}, "timestamp": {"min": [0.0], "max": [32.266666666666666], "mean": [16.133333333333333], "std": [9.32420188223854], "count": [969]}, "frame_index": {"min": [0], "max": [968], "mean": [484.0], "std": [279.72605646715624], "count": [969]}, "episode_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [969]}, "index": {"min": [162602], "max": [163570], "mean": [163086.0], "std": [279.72605646715624], "count": [969]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [969]}, "gripper_open_scale_state": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5522580006850886], "std": [0.0, 0.404550052271183], "count": [969]}, "gripper_open_scale_action": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5522580006850886], "std": [0.0, 0.404550052271183], "count": [969]}, "eef_direction_state": {"mean": [6.0, 4.035087719298246], "std": [0.0, 2.17709414683744], "min": [6, 0], "max": [6, 6], "count": [969]}, "eef_velocity_state": {"mean": [0.0, 0.6666666666666666], "std": [0.0, 0.5935092096796355], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_acc_mag_state": {"mean": [0.0, 0.5170278637770898], "std": [0.0, 0.7642482430026131], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_direction_action": {"mean": [6.0, 4.035087719298246], "std": [0.0, 2.17709414683744], "min": [6, 0], "max": [6, 6], "count": [969]}, "eef_velocity_action": {"mean": [0.0, 0.6666666666666666], "std": [0.0, 0.5935092096796355], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_acc_mag_action": {"mean": [0.0, 0.5170278637770898], "std": [0.0, 0.7642482430026131], "min": [0, 0], "max": [0, 2], "count": [969]}, "eef_sim_pose_state": {"mean": [-0.31033197045326233, 0.4675748944282532, 0.22824357450008392, -1.5732269287109375, -1.1211367845535278, -0.7462756633758545, -0.3021447956562042, -0.4340163469314575, 0.1756461262702942, 1.281766653060913, -2.116140842437744, 0.9796355366706848], "std": [1.4948145690141246e-05, 8.440728379355278e-06, 1.2150431757618207e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.046320658177137375, 0.040567584335803986, 0.05065172165632248, 0.4175992012023926, 0.3877306282520294, 0.3128960430622101], "min": [-0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37394601106643677, -0.48200100660324097, 0.07472500205039978, 0.670940101146698, -2.5431625843048096, 0.5136284232139587], "max": [-0.3102799952030182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2234410047531128, -0.36809399724006653, 0.24522000551223755, 1.8234281539916992, -1.121137022972107, 1.4083607196807861], "count": [969]}, "eef_sim_pose_action": {"mean": [-0.31033211946487427, 0.4675750434398651, 0.22824367880821228, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, -0.3021448850631714, -0.4340164065361023, 0.1756460815668106, 1.2817684412002563, -2.116140365600586, 0.9796350598335266], "std": [1.4948898751754314e-05, 8.44162241264712e-06, 1.2150871043559164e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.046320658177137375, 0.040567588061094284, 0.05065174400806427, 0.4175993800163269, 0.38773050904273987, 0.3128960430622101], "min": [-0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37394601106643677, -0.48200100660324097, 0.07472500205039978, 0.670940101146698, -2.5431625843048096, 0.5136284232139587], "max": [-0.3102799952030182, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2234410047531128, -0.36809399724006653, 0.24522000551223755, 1.8234281539916992, -1.121137022972107, 1.4083607196807861], "count": [969]}, "gripper_mode_state": {"mean": [0.0, 0.5356037151702786], "std": [0.0, 0.49873076450733617], "min": [0, 0], "max": [0, 1], "count": [969]}, "gripper_activity_state": {"mean": [2.0, 1.9184726522187823], "std": [0.0, 0.358530626357654], "min": [2, 0], "max": [2, 2], "count": [969]}, "gripper_mode_action": {"mean": [0.0, 0.5356037151702786], "std": [0.0, 0.4987307645073361], "min": [0, 0], "max": [0, 1], "count": [969]}, "gripper_activity_action": {"mean": [2.0, 1.9184726522187823], "std": [0.0, 0.3585306263576539], "min": [2, 0], "max": [2, 2], "count": [969]}}} +{"episode_index": 200, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.44326371566559114]], [[0.418235993474394]], [[0.42705819139364604]]], "std": [[[0.205596784756162]], [[0.20734913189880108]], [[0.2052708388724316]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4076880623293621]], [[0.39783878211094564]], [[0.39942483013775126]]], "std": [[[0.22595238289680492]], [[0.22309479306226637]], [[0.2135545322761063]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4798882658021014]], [[0.47028110650905935]], [[0.46715101451973196]]], "std": [[[0.2060934914179611]], [[0.2075707990285168]], [[0.21465200677521526]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4352198837077025]], [[0.4150126659841152]], [[0.426754009990072]]], "std": [[[0.29806245427406686]], [[0.2827877583745967]], [[0.2839734929045903]]], "count": [158]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675540030002594, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.028274333104491234, 0.43161991238594055, -0.5854706764221191, -1.8478847742080688, 0.25385814905166626, -0.14765486121177673, -0.02834414690732956, -0.3800249993801117, -0.49601200222969055, 0.07897499948740005, 0.6087954044342041, -2.575728416442871, 0.46680617332458496, 1000.0, 164.0, 0.00045305071398615837, -0.23460882902145386, -0.8519678711891174, 1.904530644416809, -1.0592533349990845, -0.0001196049342979677], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38693949580192566, 0.7464599013328552, -0.15849335491657257, -0.9456194043159485, 1.50789475440979, 0.27900832891464233, 0.7024601101875305, -0.21938399970531464, -0.35485899448394775, 0.2552199959754944, 1.9024959802627563, -1.121137022972107, 1.368303656578064, 1002.0, 1008.0, 0.00046057021245360374, -0.23459190130233765, -0.8518442511558533, 1.9046764373779297, -1.055993676185608, 0.00025344855384901166], "mean": [-0.19952096045017242, 0.6046735644340515, 0.4513860046863556, -1.4119365215301514, -0.253916472196579, -0.1205284520983696, 0.028273027390241623, -0.3103373944759369, 0.46757417917251587, 0.2282485067844391, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.17502819001674652, 0.5748663544654846, -0.4173387289047241, -1.402648687362671, 0.9898954033851624, 0.0715470165014267, 0.49119216203689575, -0.3093784749507904, -0.42858415842056274, 0.18328185379505157, 1.2949903011322021, -2.126915216445923, 0.9442263245582581, 1001.7710571289062, 512.6705322265625, 0.0004578676598612219, -0.23460270464420319, -0.8518701791763306, 1.9046036005020142, -1.0577239990234375, 0.00020703760674223304], "std": [2.693356691452209e-05, 1.6359719666070305e-05, 2.3403832528856583e-05, 2.5702865968924016e-05, 2.182948446716182e-05, 1.4809129424975254e-05, 2.059660073427949e-05, 1.5036789591249544e-05, 7.935472240205854e-06, 1.1705616998369806e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.12833945453166962, 0.09946075826883316, 0.08584798127412796, 0.3075864017009735, 0.3610118329524994, 0.13232769072055817, 0.22944964468479156, 0.04596134275197983, 0.04980035498738289, 0.05094965174794197, 0.43695104122161865, 0.4152858853340149, 0.2845263183116913, 0.6368045210838318, 403.47418212890625, 9.629333135308116e-07, 1.8114511703970493e-06, 3.1947391107678413e-05, 2.6820265702554025e-05, 0.0008926903828978539, 7.957505295053124e-05], "count": [856]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675540030002594, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.028274333104491234, 0.43161991238594055, -0.5854706764221191, -1.8478847742080688, 0.25385814905166626, -0.14765486121177673, -0.02834414690732956, -0.3800249993801117, -0.49601200222969055, 0.07897499948740005, 0.6087954044342041, -2.575728416442871, 0.46680617332458496, 1000.0, 164.0, 0.00045305071398615837, -0.23460882902145386, -0.8519678711891174, 1.904530644416809, -1.0592533349990845, -0.0001196049342979677], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38693949580192566, 0.7464599013328552, -0.15849335491657257, -0.9456194043159485, 1.50789475440979, 0.27900832891464233, 0.7024601101875305, -0.21938399970531464, -0.35485899448394775, 0.2552199959754944, 1.9024959802627563, -1.121137022972107, 1.368303656578064, 1002.0, 1008.0, 0.00046057021245360374, -0.23459190130233765, -0.8518442511558533, 1.9046764373779297, -1.055993676185608, 0.00025344855384901166], "mean": [-0.19952094554901123, 0.6046735048294067, 0.4513859748840332, -1.4119362831115723, -0.2539163827896118, -0.1205284520983696, 0.028273046016693115, -0.3103373944759369, 0.46757417917251587, 0.22824852168560028, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.1747889369726181, 0.5749751925468445, -0.4173663556575775, -1.4030426740646362, 0.990161120891571, 0.0716383159160614, 0.49135464429855347, -0.30936411023139954, -0.4284839928150177, 0.18319794535636902, 1.295055866241455, -2.1274163722991943, 0.9441452026367188, 1001.7686767578125, 512.6658935546875, 0.0004578676598612219, -0.23460270464420319, -0.8518702387809753, 1.9046037197113037, -1.057726502418518, 0.00020662507449742407], "std": [2.6933919798466377e-05, 1.6367157513741404e-05, 2.3420428988174535e-05, 2.5723005819600075e-05, 2.1808249584864825e-05, 1.4809128515480552e-05, 2.058927930193022e-05, 1.5036789591249544e-05, 7.937714144645724e-06, 1.1708571946655866e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.12848415970802307, 0.0995442345738411, 0.08586278557777405, 0.3078140616416931, 0.360553115606308, 0.13222195208072662, 0.2291308045387268, 0.04596295952796936, 0.049808040261268616, 0.050934627652168274, 0.43699657917022705, 0.41433000564575195, 0.2845924198627472, 0.639616847038269, 403.4685363769531, 9.629333135308116e-07, 1.8114511703970493e-06, 3.206058681826107e-05, 2.6851896109292284e-05, 0.0008923996356315911, 8.034337952267379e-05], "count": [856]}, "timestamp": {"min": [0.0], "max": [28.5], "mean": [14.25], "std": [8.236858219814962], "count": [856]}, "frame_index": {"min": [0], "max": [855], "mean": [427.5], "std": [247.1057465944489], "count": [856]}, "episode_index": {"min": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [856]}, "index": {"min": [163571], "max": [164426], "mean": [163998.5], "std": [247.1057465944489], "count": [856]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [856]}, "gripper_open_scale_state": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5108130837259727], "std": [0.0, 0.40120750605533967], "count": [856]}, "gripper_open_scale_action": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5108130837259727], "std": [0.0, 0.40120750605533967], "count": [856]}, "eef_direction_state": {"mean": [6.0, 3.5455607476635516], "std": [0.0, 2.177364202993592], "min": [6, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.0, 0.7698598130841121], "std": [0.0, 0.5591866414479085], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.0, 0.6074766355140186], "std": [0.0, 0.7987374306359722], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_direction_action": {"mean": [6.0, 3.5455607476635516], "std": [0.0, 2.177364202993592], "min": [6, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.0, 0.7698598130841121], "std": [0.0, 0.5591866414479085], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.0, 0.6074766355140186], "std": [0.0, 0.7987374306359722], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [-0.3103373050689697, 0.4675745666027069, 0.22824853658676147, -1.5732269287109375, -1.1211367845535278, -0.7462755441665649, -0.3093784749507904, -0.4285842776298523, 0.18328174948692322, 1.2949914932250977, -2.12691593170166, 0.9442266225814819], "std": [1.5036542208690662e-05, 7.925431418698281e-06, 1.1705569704645313e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.045961324125528336, 0.049800366163253784, 0.05094965547323227, 0.43695077300071716, 0.41528594493865967, 0.2845262587070465], "min": [-0.31037700176239014, 0.4675540030002594, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3800249993801117, -0.49601200222969055, 0.07897499948740005, 0.6087954044342041, -2.575728416442871, 0.46680617332458496], "max": [-0.3102929890155792, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21938399970531464, -0.35485899448394775, 0.2552199959754944, 1.9024959802627563, -1.121137022972107, 1.368303656578064], "count": [856]}, "eef_sim_pose_action": {"mean": [-0.3103373944759369, 0.46757417917251587, 0.2282485067844391, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.3093784749507904, -0.42858415842056274, 0.18328185379505157, 1.2949903011322021, -2.126915216445923, 0.9442263245582581], "std": [1.5036789591249544e-05, 7.935472240205854e-06, 1.1705616998369806e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.04596134275197983, 0.04980035498738289, 0.05094965174794197, 0.43695104122161865, 0.4152858853340149, 0.2845263183116913], "min": [-0.31037700176239014, 0.4675540030002594, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3800249993801117, -0.49601200222969055, 0.07897499948740005, 0.6087954044342041, -2.575728416442871, 0.46680617332458496], "max": [-0.3102929890155792, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21938399970531464, -0.35485899448394775, 0.2552199959754944, 1.9024959802627563, -1.121137022972107, 1.368303656578064], "count": [856]}, "gripper_mode_state": {"mean": [0.0, 0.580607476635514], "std": [0.0, 0.4934596586454206], "min": [0, 0], "max": [0, 1], "count": [856]}, "gripper_activity_state": {"mean": [2.0, 1.9065420560747663], "std": [0.0, 0.38140689583947385], "min": [2, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.0, 0.580607476635514], "std": [0.0, 0.49345965864542063], "min": [0, 0], "max": [0, 1], "count": [856]}, "gripper_activity_action": {"mean": [2.0, 1.9065420560747663], "std": [0.0, 0.38140689583947385], "min": [2, 0], "max": [2, 2], "count": [856]}}} +{"episode_index": 201, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4409375579964496]], [[0.4170656595457113]], [[0.42580532356975714]]], "std": [[[0.20484926557331432]], [[0.207053397193531]], [[0.20502642350597305]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40842865301984993]], [[0.3987015502703139]], [[0.4001743600217865]]], "std": [[[0.22634154558555264]], [[0.2231141952567452]], [[0.21356419639531712]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48032645823246994]], [[0.4706480220689099]], [[0.46752527258331317]]], "std": [[[0.20620932505948092]], [[0.20750084258827906]], [[0.2145067423949638]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4419913295307835]], [[0.4233997783526991]], [[0.43520175199709515]]], "std": [[[0.2991117140151327]], [[0.28090570461045844]], [[0.28231540633255947]]], "count": [162]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05368632823228836, 0.3923151195049286, -0.5418898463249207, -1.9354130029678345, 0.25389304757118225, -0.17287485301494598, -0.028379054740071297, -0.37777000665664673, -0.5014979839324951, 0.08529900014400482, 0.708563506603241, -2.5336873531341553, 0.3087463676929474, 1000.0, 164.0, 0.0004568104341160506, -0.2345731109380722, -0.8519591689109802, 1.9046351909637451, -1.058990240097046, -0.00013479286280926317], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102859854698181, 0.467602014541626, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4367162883281708, 0.8077558279037476, -0.16226325929164886, -0.8195717334747314, 1.3392086029052734, 0.27286475896835327, 0.7414507269859314, -0.21448899805545807, -0.3438270092010498, 0.2642199993133545, 1.9642667770385742, -1.121137022972107, 1.3471074104309082, 1002.0, 1008.0, 0.0004586903378367424, -0.23455244302749634, -0.8519424796104431, 1.9046685695648193, -1.0564143657684326, 0.00011011247988790274], "mean": [-0.19952186942100525, 0.6046711802482605, 0.4513910412788391, -1.4119510650634766, -0.25391489267349243, -0.12052891403436661, 0.028272707015275955, -0.31033360958099365, 0.4675741493701935, 0.22824320197105408, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.20477540791034698, 0.6095812916755676, -0.4215397238731384, -1.4261043071746826, 0.8861972093582153, 0.10176608711481094, 0.5068889260292053, -0.2964935898780823, -0.43201345205307007, 0.18407367169857025, 1.3962162733078003, -2.047379732131958, 0.8032625913619995, 1001.7694702148438, 502.29266357421875, 0.00045745534589514136, -0.23456358909606934, -0.8519455194473267, 1.9046610593795776, -1.0577592849731445, -6.910049705766141e-05], "std": [2.5371993615408428e-05, 1.8450047718943097e-05, 2.3195836547529325e-05, 2.4783885237411596e-05, 2.3290633180295117e-05, 1.6534873793716542e-05, 1.76481426024111e-05, 1.5047818124003243e-05, 8.065318979788572e-06, 1.2104309462301899e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.1609310507774353, 0.11862433701753616, 0.08284388482570648, 0.35655635595321655, 0.3314683437347412, 0.12978309392929077, 0.22307513654232025, 0.04631577804684639, 0.056799326092004776, 0.04940781742334366, 0.4170786440372467, 0.3930948078632355, 0.30078884959220886, 0.638655424118042, 402.7364807128906, 8.927211183618056e-07, 2.0131719793425873e-06, 7.720348548900802e-06, 1.2900102774437983e-05, 0.0008526560850441456, 8.41582877910696e-05], "count": [885]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05368632823228836, 0.3923151195049286, -0.5418898463249207, -1.9354130029678345, 0.25389304757118225, -0.17287485301494598, -0.028379054740071297, -0.37777000665664673, -0.5014979839324951, 0.08529900014400482, 0.708563506603241, -2.5336873531341553, 0.3087463676929474, 1000.0, 164.0, 0.0004568104341160506, -0.2345731109380722, -0.8519591689109802, 1.9046351909637451, -1.058990240097046, -0.00013479286280926317], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102859854698181, 0.467602014541626, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4367162883281708, 0.8077558279037476, -0.16226325929164886, -0.8195717334747314, 1.3392086029052734, 0.27286475896835327, 0.7414507269859314, -0.21448899805545807, -0.3438270092010498, 0.2642199993133545, 1.9642667770385742, -1.121137022972107, 1.3471074104309082, 1002.0, 1008.0, 0.0004586903378367424, -0.23455244302749634, -0.8519424796104431, 1.9046685695648193, -1.0564143657684326, 0.00011011247988790274], "mean": [-0.19952183961868286, 0.6046711802482605, 0.4513910412788391, -1.4119511842727661, -0.25391486287117004, -0.1205289363861084, 0.028272707015275955, -0.3103335499763489, 0.4675741493701935, 0.22824323177337646, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.20454151928424835, 0.6096814274787903, -0.42154383659362793, -1.426504373550415, 0.8863315582275391, 0.10186141729354858, 0.5070620775222778, -0.29647108912467957, -0.4319177269935608, 0.18399164080619812, 1.3963682651519775, -2.047757148742676, 0.8031151294708252, 1001.7672119140625, 502.29718017578125, 0.000457453221315518, -0.23456360399723053, -0.8519455194473267, 1.9046610593795776, -1.0577595233917236, -6.884951289976016e-05], "std": [2.5420296879019588e-05, 1.843872814788483e-05, 2.3195836547529325e-05, 2.4853943614289165e-05, 2.3268634322448634e-05, 1.6548665371374227e-05, 1.76481426024111e-05, 1.5047408851387445e-05, 8.071851880231407e-06, 1.2094843441445846e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.16108882427215576, 0.11865750700235367, 0.08284541219472885, 0.35673901438713074, 0.33123618364334106, 0.1296505331993103, 0.22271902859210968, 0.04631385952234268, 0.05681075155735016, 0.049394652247428894, 0.417167991399765, 0.39236557483673096, 0.3008486032485962, 0.6413705945014954, 402.7435302734375, 8.920195000428066e-07, 2.0120949102420127e-06, 7.72723706177203e-06, 1.291358239541296e-05, 0.000852800440043211, 8.429299487033859e-05], "count": [885]}, "timestamp": {"min": [0.0], "max": [29.466666666666665], "mean": [14.733333333333333], "std": [8.515911034102032], "count": [885]}, "frame_index": {"min": [0], "max": [884], "mean": [442.0], "std": [255.47733102306097], "count": [885]}, "episode_index": {"min": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [885]}, "index": {"min": [164427], "max": [165311], "mean": [164869.0], "std": [255.47733102306097], "count": [885]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [885]}, "gripper_open_scale_state": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5010169511966113], "std": [0.0, 0.4011478467004102], "count": [885]}, "gripper_open_scale_action": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5010169511966113], "std": [0.0, 0.40114784670041015], "count": [885]}, "eef_direction_state": {"mean": [6.0, 3.6485875706214688], "std": [0.0, 2.073156586230752], "min": [6, 0], "max": [6, 6], "count": [885]}, "eef_velocity_state": {"mean": [0.0, 0.8124293785310734], "std": [0.0, 0.5772164618950697], "min": [0, 0], "max": [0, 2], "count": [885]}, "eef_acc_mag_state": {"mean": [0.0, 0.6090395480225989], "std": [0.0, 0.7988181125682017], "min": [0, 0], "max": [0, 2], "count": [885]}, "eef_direction_action": {"mean": [6.0, 3.6485875706214688], "std": [0.0, 2.073156586230752], "min": [6, 0], "max": [6, 6], "count": [885]}, "eef_velocity_action": {"mean": [0.0, 0.8124293785310734], "std": [0.0, 0.5772164618950697], "min": [0, 0], "max": [0, 2], "count": [885]}, "eef_acc_mag_action": {"mean": [0.0, 0.6090395480225989], "std": [0.0, 0.7988181125682017], "min": [0, 0], "max": [0, 2], "count": [885]}, "eef_sim_pose_state": {"mean": [-0.3103337287902832, 0.46757417917251587, 0.2282433956861496, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2964934706687927, -0.43201398849487305, 0.1840737909078598, 1.3962159156799316, -2.047380208969116, 0.8032626509666443], "std": [1.504720148659544e-05, 8.065116162470076e-06, 1.210272512253141e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04631577059626579, 0.05679934099316597, 0.049407824873924255, 0.41707879304885864, 0.39309486746788025, 0.3007887005805969], "min": [-0.3103789985179901, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37777000665664673, -0.5014979839324951, 0.08529900014400482, 0.708563506603241, -2.5336873531341553, 0.3087463676929474], "max": [-0.3102859854698181, 0.467602014541626, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21448899805545807, -0.3438270092010498, 0.2642199993133545, 1.9642667770385742, -1.121137022972107, 1.3471074104309082], "count": [885]}, "eef_sim_pose_action": {"mean": [-0.31033360958099365, 0.4675741493701935, 0.22824320197105408, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, -0.2964935898780823, -0.43201345205307007, 0.18407367169857025, 1.3962162733078003, -2.047379732131958, 0.8032625913619995], "std": [1.5047818124003243e-05, 8.065318979788572e-06, 1.2104309462301899e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.04631577804684639, 0.056799326092004776, 0.04940781742334366, 0.4170786440372467, 0.3930948078632355, 0.30078884959220886], "min": [-0.3103789985179901, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37777000665664673, -0.5014979839324951, 0.08529900014400482, 0.708563506603241, -2.5336873531341553, 0.3087463676929474], "max": [-0.3102859854698181, 0.467602014541626, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21448899805545807, -0.3438270092010498, 0.2642199993133545, 1.9642667770385742, -1.121137022972107, 1.3471074104309082], "count": [885]}, "gripper_mode_state": {"mean": [0.0, 0.592090395480226], "std": [0.0, 0.4914461914190531], "min": [0, 0], "max": [0, 1], "count": [885]}, "gripper_activity_state": {"mean": [2.0, 1.9096045197740112], "std": [0.0, 0.37547463233565354], "min": [2, 0], "max": [2, 2], "count": [885]}, "gripper_mode_action": {"mean": [0.0, 0.592090395480226], "std": [0.0, 0.4914461914190531], "min": [0, 0], "max": [0, 1], "count": [885]}, "gripper_activity_action": {"mean": [2.0, 1.9096045197740112], "std": [0.0, 0.37547463233565354], "min": [2, 0], "max": [2, 2], "count": [885]}}} +{"episode_index": 202, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.44537919153168515]], [[0.4195786622620063]], [[0.4279699437746113]]], "std": [[[0.2036838029860078]], [[0.20501966327575127]], [[0.20313212081442272]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40541624294645395]], [[0.39568740865911584]], [[0.3977580278488207]]], "std": [[[0.2277771943837889]], [[0.22468644662870205]], [[0.2144563499398999]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48159913403767307]], [[0.4716214567348678]], [[0.46855546802054154]]], "std": [[[0.20624376117893567]], [[0.207387624088973]], [[0.2144452692276472]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.449630507094142]], [[0.4313819520561848]], [[0.441946569388625]]], "std": [[[0.294610670463079]], [[0.28104114691430976]], [[0.2816538282531717]]], "count": [161]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08934340626001358, 0.47881361842155457, -0.5617167353630066, -1.8681656122207642, 0.25385814905166626, -0.16290903091430664, -0.028326693922281265, -0.3449989855289459, -0.47982901334762573, 0.10812000185251236, 0.7540788054466248, -2.4867892265319824, 0.6309507489204407, 1000.0, 170.0, 0.0004568104341160506, -0.23460695147514343, -0.8519694209098816, 1.9046154022216797, -1.0589498281478882, 8.068587339948863e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31117475032806396, 0.8089776039123535, -0.1529606580734253, -1.0911972522735596, 1.4923611879348755, 0.27895596623420715, 0.6291214227676392, -0.23942500352859497, -0.3562009930610657, 0.26857298612594604, 1.8129523992538452, -1.121137022972107, 1.3587020635604858, 1002.0, 1008.0, 0.0004568104341160506, -0.23459377884864807, -0.8519527912139893, 1.9046542644500732, -1.0563874244689941, 9.58738019107841e-05], "mean": [-0.19952070713043213, 0.6046803593635559, 0.45138996839523315, -1.4119664430618286, -0.25391653180122375, -0.12052668631076813, 0.028270283713936806, -0.3103283643722534, 0.4675741195678711, 0.2282436043024063, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.11974728107452393, 0.6350221037864685, -0.38544899225234985, -1.4682217836380005, 1.0736753940582275, 0.06909657269716263, 0.45568448305130005, -0.29957008361816406, -0.4228496253490448, 0.20268583297729492, 1.23978590965271, -2.142045497894287, 1.0006093978881836, 1001.7579956054688, 585.961181640625, 0.0004568100266624242, -0.23460204899311066, -0.8519509434700012, 1.9046591520309448, -1.0577389001846313, 8.807917038211599e-05], "std": [2.6405781682115048e-05, 1.8692902813199908e-05, 2.3548418539576232e-05, 2.4361432224395685e-05, 2.292075259902049e-05, 1.5054630239319522e-05, 1.8884722521761432e-05, 1.4968843061069492e-05, 8.087106834864244e-06, 1.2598175089806318e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.11594279110431671, 0.09840995818376541, 0.08406782895326614, 0.2363317757844925, 0.3789042532444, 0.12537817656993866, 0.19708478450775146, 0.03234357386827469, 0.043112561106681824, 0.038525424897670746, 0.324930340051651, 0.4418333172798157, 0.2331431806087494, 0.652263343334198, 408.59210205078125, 4.0745362639427185e-10, 1.9212436654925114e-06, 5.887365659873467e-06, 1.5164760952757206e-05, 0.0008371018338948488, 1.936027274496155e-06], "count": [876]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08934340626001358, 0.47881361842155457, -0.5617167353630066, -1.8681656122207642, 0.25385814905166626, -0.16290903091430664, -0.028326693922281265, -0.3449989855289459, -0.47982901334762573, 0.10812000185251236, 0.7540788054466248, -2.4867892265319824, 0.6309507489204407, 1000.0, 170.0, 0.0004568104341160506, -0.23460695147514343, -0.8519694209098816, 1.9046154022216797, -1.0589498281478882, 8.068587339948863e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31117475032806396, 0.8089776039123535, -0.1529606580734253, -1.0911972522735596, 1.4923611879348755, 0.27895596623420715, 0.6291214227676392, -0.23942500352859497, -0.3562009930610657, 0.26857298612594604, 1.8129523992538452, -1.121137022972107, 1.3587020635604858, 1002.0, 1008.0, 0.0004568104341160506, -0.23459377884864807, -0.8519527912139893, 1.9046542644500732, -1.0563874244689941, 9.58738019107841e-05], "mean": [-0.19952069222927094, 0.6046804785728455, 0.45138999819755554, -1.4119662046432495, -0.25391656160354614, -0.12052667886018753, 0.028270306065678596, -0.3103283643722534, 0.4675741195678711, 0.2282436341047287, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.11942196637392044, 0.6352519989013672, -0.3853923976421356, -1.4687371253967285, 1.0739471912384033, 0.06908652186393738, 0.4559462368488312, -0.299515962600708, -0.42272475361824036, 0.20261581242084503, 1.2400513887405396, -2.1425206661224365, 1.0004856586456299, 1001.7579956054688, 585.9634399414062, 0.0004568100266624242, -0.23460204899311066, -0.851951003074646, 1.9046591520309448, -1.057740569114685, 8.807699487078935e-05], "std": [2.6408617486595176e-05, 1.8694860045798123e-05, 2.3525344658992253e-05, 2.4415148800471798e-05, 2.2907890524948016e-05, 1.505490126874065e-05, 1.8879840354202315e-05, 1.4964788533688989e-05, 8.083091415755916e-06, 1.2586373486556113e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.11611831933259964, 0.0985739529132843, 0.08404000848531723, 0.23670056462287903, 0.3784012496471405, 0.12539361417293549, 0.19659340381622314, 0.03236515074968338, 0.04314129054546356, 0.03853468596935272, 0.32529759407043457, 0.44095826148986816, 0.23330681025981903, 0.652263343334198, 408.5963134765625, 4.0745362639427185e-10, 1.9231213173043216e-06, 5.868683729204349e-06, 1.5223549780785106e-05, 0.0008374453755095601, 1.9358012650627643e-06], "count": [876]}, "timestamp": {"min": [0.0], "max": [29.166666666666668], "mean": [14.583333333333334], "std": [8.429308437869667], "count": [876]}, "frame_index": {"min": [0], "max": [875], "mean": [437.5], "std": [252.87925313608997], "count": [876]}, "episode_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [876]}, "index": {"min": [165312], "max": [166187], "mean": [165749.5], "std": [252.87925313608997], "count": [876]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [876]}, "gripper_open_scale_state": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.5829269408022977], "std": [0.0, 0.40547110447766715], "count": [876]}, "gripper_open_scale_action": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.5829269408022977], "std": [0.0, 0.40547110447766715], "count": [876]}, "eef_direction_state": {"mean": [6.0, 3.641552511415525], "std": [0.0, 2.241026623990519], "min": [6, 0], "max": [6, 6], "count": [876]}, "eef_velocity_state": {"mean": [0.0, 0.7431506849315068], "std": [0.0, 0.5941196857859052], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_acc_mag_state": {"mean": [0.0, 0.5365296803652968], "std": [0.0, 0.7673644706749484], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_direction_action": {"mean": [6.0, 3.641552511415525], "std": [0.0, 2.241026623990519], "min": [6, 0], "max": [6, 6], "count": [876]}, "eef_velocity_action": {"mean": [0.0, 0.7431506849315068], "std": [0.0, 0.5941196857859052], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_acc_mag_action": {"mean": [0.0, 0.5365296803652968], "std": [0.0, 0.7673644706749484], "min": [0, 0], "max": [0, 2], "count": [876]}, "eef_sim_pose_state": {"mean": [-0.31032830476760864, 0.46757400035858154, 0.22824357450008392, -1.573226809501648, -1.1211367845535278, -0.7462756037712097, -0.2995700240135193, -0.4228494465351105, 0.20268580317497253, 1.2397849559783936, -2.1420421600341797, 1.0006096363067627], "std": [1.496878030593507e-05, 8.08584263722878e-06, 1.259812506759772e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 0.0, 0.03234357386827469, 0.04311255365610123, 0.03852543607354164, 0.32493042945861816, 0.4418334364891052, 0.2331431657075882], "min": [-0.31037598848342896, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3449989855289459, -0.47982901334762573, 0.10812000185251236, 0.7540788054466248, -2.4867892265319824, 0.6309507489204407], "max": [-0.31028100848197937, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23942500352859497, -0.3562009930610657, 0.26857298612594604, 1.8129523992538452, -1.121137022972107, 1.3587020635604858], "count": [876]}, "eef_sim_pose_action": {"mean": [-0.3103283643722534, 0.4675741195678711, 0.2282436043024063, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.29957008361816406, -0.4228496253490448, 0.20268583297729492, 1.23978590965271, -2.142045497894287, 1.0006093978881836], "std": [1.4968843061069492e-05, 8.087106834864244e-06, 1.2598175089806318e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.03234357386827469, 0.043112561106681824, 0.038525424897670746, 0.324930340051651, 0.4418333172798157, 0.2331431806087494], "min": [-0.31037598848342896, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3449989855289459, -0.47982901334762573, 0.10812000185251236, 0.7540788054466248, -2.4867892265319824, 0.6309507489204407], "max": [-0.31028100848197937, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23942500352859497, -0.3562009930610657, 0.26857298612594604, 1.8129523992538452, -1.121137022972107, 1.3587020635604858], "count": [876]}, "gripper_mode_state": {"mean": [0.0, 0.4965753424657534], "std": [0.0, 0.4999882715832189], "min": [0, 0], "max": [0, 1], "count": [876]}, "gripper_activity_state": {"mean": [2.0, 1.9063926940639269], "std": [0.0, 0.3827385711264316], "min": [2, 0], "max": [2, 2], "count": [876]}, "gripper_mode_action": {"mean": [0.0, 0.4965753424657534], "std": [0.0, 0.49998827158321896], "min": [0, 0], "max": [0, 1], "count": [876]}, "gripper_activity_action": {"mean": [2.0, 1.9063926940639269], "std": [0.0, 0.3827385711264316], "min": [2, 0], "max": [2, 2], "count": [876]}}} +{"episode_index": 203, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4378536585988562]], [[0.4128581750408497]], [[0.42187219030841505]]], "std": [[[0.20651508894146192]], [[0.2077453511786932]], [[0.20561589574712472]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4059854115604575]], [[0.396744438061683]], [[0.39892674760008173]]], "std": [[[0.22592347479679217]], [[0.2232974688148371]], [[0.21335627337535082]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47998615834354574]], [[0.4705325891033497]], [[0.46735602787990194]]], "std": [[[0.2058562332813824]], [[0.20736112667200204]], [[0.21444724032625415]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43466369357638884]], [[0.4147431321486928]], [[0.4261690844566994]]], "std": [[[0.29408004595868753]], [[0.27917448502708403]], [[0.2809192842516101]]], "count": [160]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04703662171959877, 0.45376816391944885, -0.5864481329917908, -1.9190244674682617, 0.2537708580493927, -0.122714102268219, -0.028326693922281265, -0.34808701276779175, -0.4713839888572693, 0.05593099817633629, 0.48901796340942383, -2.5147836208343506, 0.48243921995162964, 1000.0, 168.0, 0.00044553118641488254, -0.23453927040100098, -0.8518458604812622, 1.9049782752990723, -1.0589815378189087, -0.00034362688893452287], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.3102889955043793, 0.4675990045070648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24588198959827423, 0.8265705108642578, -0.10562732815742493, -1.2411210536956787, 1.5794706344604492, 0.34695398807525635, 0.559482753276825, -0.1837099939584732, -0.3635849952697754, 0.24635900557041168, 1.839102029800415, -1.121137022972107, 1.3867548704147339, 1002.0, 1008.0, 0.00046620986540801823, -0.23449978232383728, -0.8518363237380981, 1.9050045013427734, -1.0563644170761108, 0.0004651303170248866], "mean": [-0.1995164006948471, 0.6046673059463501, 0.45139339566230774, -1.4119466543197632, -0.2539179027080536, -0.1205248236656189, 0.028267350047826767, -0.31033870577812195, 0.4675725996494293, 0.22824247181415558, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.13677333295345306, 0.6244102120399475, -0.39458099007606506, -1.5688527822494507, 1.0806312561035156, 0.12442397326231003, 0.3025757968425751, -0.28159379959106445, -0.42354708909988403, 0.18140272796154022, 1.191264033317566, -2.0948238372802734, 0.9838366508483887, 1001.7775268554688, 545.2442626953125, 0.00045672821579501033, -0.23452283442020416, -0.8518443703651428, 1.90500009059906, -1.0577402114868164, -7.412295235553756e-05], "std": [2.5798231945373118e-05, 1.8263763195136562e-05, 2.320935163879767e-05, 2.6419409550726414e-05, 2.1398076569312252e-05, 1.653569415793754e-05, 2.0162573491688818e-05, 1.556260758661665e-05, 8.115284799714573e-06, 1.292731030844152e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.08347207307815552, 0.10592404007911682, 0.11619533598423004, 0.22157901525497437, 0.3725936710834503, 0.1340036243200302, 0.1700219213962555, 0.04930853471159935, 0.03911596164107323, 0.05255986005067825, 0.4647921025753021, 0.3742873966693878, 0.29015567898750305, 0.6288571953773499, 408.62445068359375, 7.378731652352144e-07, 8.496878763253335e-06, 4.707409061666112e-06, 1.0039174412668217e-05, 0.0008423526305705309, 0.00018286534759681672], "count": [872]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04703662171959877, 0.45376816391944885, -0.5864481329917908, -1.9190244674682617, 0.25382325053215027, -0.122714102268219, -0.028326693922281265, -0.34808701276779175, -0.4713839888572693, 0.05593099817633629, 0.48901796340942383, -2.5147836208343506, 0.48243921995162964, 1000.0, 168.0, 0.00044553118641488254, -0.23453927040100098, -0.8518458604812622, 1.9049782752990723, -1.0589815378189087, -0.00034362688893452287], "max": [-0.19945622980594635, 0.6047565937042236, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.3102889955043793, 0.4675990045070648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24588198959827423, 0.8265705108642578, -0.10562732815742493, -1.2411210536956787, 1.5794706344604492, 0.34695398807525635, 0.559482753276825, -0.1837099939584732, -0.3635849952697754, 0.24635900557041168, 1.839102029800415, -1.121137022972107, 1.3867548704147339, 1002.0, 1008.0, 0.00046620986540801823, -0.23449978232383728, -0.8518363237380981, 1.9050045013427734, -1.0563644170761108, 0.0004651303170248866], "mean": [-0.1995164155960083, 0.6046673059463501, 0.4513934552669525, -1.4119466543197632, -0.2539178431034088, -0.12052476406097412, 0.028267310932278633, -0.31033867597579956, 0.46757254004478455, 0.2282424420118332, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.13652366399765015, 0.6246023774147034, -0.3945629596710205, -1.5693284273147583, 1.0811524391174316, 0.12450487166643143, 0.30277207493782043, -0.28154024481773376, -0.4234450161457062, 0.18133196234703064, 1.1912815570831299, -2.0954909324645996, 0.9838932156562805, 1001.7775268554688, 545.24658203125, 0.00045672821579501033, -0.23452284932136536, -0.8518444299697876, 1.90500009059906, -1.0577400922775269, -7.412730337819085e-05], "std": [2.57988376688445e-05, 1.8256409020978026e-05, 2.3216785848489963e-05, 2.6419409550726414e-05, 2.1394236682681367e-05, 1.660501402511727e-05, 2.0079072783119045e-05, 1.5564179193461314e-05, 8.112809155136347e-06, 1.2922112546220887e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.08360929787158966, 0.10603981465101242, 0.11618775129318237, 0.22168675065040588, 0.3717535138130188, 0.1338769793510437, 0.16973848640918732, 0.04930267855525017, 0.039117004722356796, 0.05253833904862404, 0.4648067355155945, 0.3730676472187042, 0.2901141345500946, 0.6288571953773499, 408.6266784667969, 7.378731652352144e-07, 8.491398148180451e-06, 4.752353561343625e-06, 1.005532976705581e-05, 0.0008423145627602935, 0.0001828667736845091], "count": [872]}, "timestamp": {"min": [0.0], "max": [29.033333333333335], "mean": [14.516666666666666], "std": [8.390818394729642], "count": [872]}, "frame_index": {"min": [0], "max": [871], "mean": [435.5], "std": [251.72455184188928], "count": [872]}, "episode_index": {"min": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [872]}, "index": {"min": [166188], "max": [167059], "mean": [166623.5], "std": [251.72455184188928], "count": [872]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [872]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5420229345936021], "std": [0.0, 0.40498009938311236], "count": [872]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5420229345936021], "std": [0.0, 0.40498009938311236], "count": [872]}, "eef_direction_state": {"mean": [6.0, 3.661697247706422], "std": [0.0, 2.181343088514257], "min": [6, 0], "max": [6, 6], "count": [872]}, "eef_velocity_state": {"mean": [0.0, 0.7878440366972477], "std": [0.0, 0.6168051254905454], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_acc_mag_state": {"mean": [0.0, 0.6135321100917431], "std": [0.0, 0.8061975543719796], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_direction_action": {"mean": [6.0, 3.661697247706422], "std": [0.0, 2.181343088514257], "min": [6, 0], "max": [6, 6], "count": [872]}, "eef_velocity_action": {"mean": [0.0, 0.7878440366972477], "std": [0.0, 0.6168051254905454], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_acc_mag_action": {"mean": [0.0, 0.6135321100917431], "std": [0.0, 0.8061975543719796], "min": [0, 0], "max": [0, 2], "count": [872]}, "eef_sim_pose_state": {"mean": [-0.3103386461734772, 0.4675726890563965, 0.22824254631996155, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2815936207771301, -0.4235474467277527, 0.1814027726650238, 1.1912648677825928, -2.0948243141174316, 0.9838366508483887], "std": [1.556235656607896e-05, 8.114607226161752e-06, 1.292717206524685e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04930851608514786, 0.03911594673991203, 0.052559882402420044, 0.46479225158691406, 0.37428736686706543, 0.2901555895805359], "min": [-0.3103890120983124, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34808701276779175, -0.4713839888572693, 0.05593099817633629, 0.48901796340942383, -2.5147836208343506, 0.48243921995162964], "max": [-0.3102889955043793, 0.4675990045070648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1837099939584732, -0.3635849952697754, 0.24635900557041168, 1.839102029800415, -1.121137022972107, 1.3867548704147339], "count": [872]}, "eef_sim_pose_action": {"mean": [-0.31033870577812195, 0.4675725996494293, 0.22824247181415558, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.28159379959106445, -0.42354708909988403, 0.18140272796154022, 1.191264033317566, -2.0948238372802734, 0.9838366508483887], "std": [1.556260758661665e-05, 8.115284799714573e-06, 1.292731030844152e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.04930853471159935, 0.03911596164107323, 0.05255986005067825, 0.4647921025753021, 0.3742873966693878, 0.29015567898750305], "min": [-0.3103890120983124, 0.4675469994544983, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34808701276779175, -0.4713839888572693, 0.05593099817633629, 0.48901796340942383, -2.5147836208343506, 0.48243921995162964], "max": [-0.3102889955043793, 0.4675990045070648, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1837099939584732, -0.3635849952697754, 0.24635900557041168, 1.839102029800415, -1.121137022972107, 1.3867548704147339], "count": [872]}, "gripper_mode_state": {"mean": [0.0, 0.5435779816513762], "std": [0.0, 0.49809733939782874], "min": [0, 0], "max": [0, 1], "count": [872]}, "gripper_activity_state": {"mean": [2.0, 1.9094036697247707], "std": [0.0, 0.37685761600215306], "min": [2, 0], "max": [2, 2], "count": [872]}, "gripper_mode_action": {"mean": [0.0, 0.5435779816513762], "std": [0.0, 0.4980973393978288], "min": [0, 0], "max": [0, 1], "count": [872]}, "gripper_activity_action": {"mean": [2.0, 1.9094036697247707], "std": [0.0, 0.37685761600215306], "min": [2, 0], "max": [2, 2], "count": [872]}}} +{"episode_index": 204, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4375821871395617]], [[0.41322986351403307]], [[0.42235791041906956]]], "std": [[[0.207027355758354]], [[0.2082997371167466]], [[0.20588740464911257]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4080610882833525]], [[0.39851838715878507]], [[0.40001831987697034]]], "std": [[[0.22414922146767255]], [[0.2214575145095098]], [[0.21180315275642314]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4802063905709342]], [[0.47094088211264895]], [[0.46795312740292194]]], "std": [[[0.20593041482973262]], [[0.20754706841562123]], [[0.21472066114346153]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43985883914840446]], [[0.41956988658208383]], [[0.4315131872356786]]], "std": [[[0.2898495931443329]], [[0.2741789430435809]], [[0.27617918046058126]]], "count": [170]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11899654567241669, 0.41945499181747437, -0.6074792742729187, -2.0169548988342285, 0.25385814905166626, -0.12086405605077744, -0.246597558259964, -0.34426501393318176, -0.4693189859390259, 0.04145999997854233, 0.4684962034225464, -2.5002973079681396, 0.46135926246643066, 1000.0, 153.0, 0.00044553118641488254, -0.23466333746910095, -0.8520621657371521, 1.904908537864685, -1.0589617490768433, -0.0006464362377300858], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46760299801826477, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2278527319431305, 0.7612951397895813, -0.06773623079061508, -1.3221217393875122, 1.5493112802505493, 0.3326946794986725, 0.4714832305908203, -0.19705599546432495, -0.35612601041793823, 0.24018900096416473, 1.8204128742218018, -1.121137022972107, 1.424769639968872, 1002.0, 1008.0, 0.0004624500870704651, -0.234605073928833, -0.8518410921096802, 1.9049988985061646, -1.056268572807312, 0.00028097667382098734], "mean": [-0.199518084526062, 0.6046708822250366, 0.45139309763908386, -1.4119800329208374, -0.2539146840572357, -0.12052468955516815, 0.028275543823838234, -0.3103267550468445, 0.46757227182388306, 0.22823481261730194, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, 0.09120204299688339, 0.5659937262535095, -0.3652590811252594, -1.650547981262207, 0.987126886844635, 0.16587287187576294, 0.1726619303226471, -0.2800176739692688, -0.41564851999282837, 0.16446428000926971, 1.1565485000610352, -2.0032026767730713, 0.9907020330429077, 1001.7589721679688, 486.91754150390625, 0.00045552171650342643, -0.2346218228340149, -0.8518911004066467, 1.9049729108810425, -1.0577551126480103, 7.900709169916809e-05], "std": [2.677109841897618e-05, 2.533563929318916e-05, 2.2986741896602325e-05, 2.5576273401384242e-05, 2.297952232765965e-05, 1.598243397893384e-05, 2.5382763851666823e-05, 1.5228682968881913e-05, 8.309410986839794e-06, 1.4336997992359102e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.08171016722917557, 0.09621122479438782, 0.12615013122558594, 0.20243053138256073, 0.35835641622543335, 0.11316273361444473, 0.21997524797916412, 0.04501914605498314, 0.03547806665301323, 0.05419246107339859, 0.4635787606239319, 0.3580076992511749, 0.311240553855896, 0.6511105298995972, 408.0132751464844, 1.0403808801129344e-06, 3.881097200064687e-06, 8.177635754691437e-05, 2.5664390705060214e-05, 0.0008675624849274755, 0.00020782262436114252], "count": [946]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11899654567241669, 0.41945499181747437, -0.6074792742729187, -2.0169548988342285, 0.25385814905166626, -0.12086405605077744, -0.246597558259964, -0.34426501393318176, -0.4693189859390259, 0.04145999997854233, 0.4684962034225464, -2.5002973079681396, 0.46135926246643066, 1000.0, 153.0, 0.00044553118641488254, -0.23466333746910095, -0.8520621657371521, 1.904908537864685, -1.0589617490768433, -0.0006464362377300858], "max": [-0.19943878054618835, 0.6047565937042236, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46760299801826477, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2278527319431305, 0.7612951397895813, -0.06773623079061508, -1.3221217393875122, 1.5493112802505493, 0.3326946794986725, 0.4714832305908203, -0.19705599546432495, -0.35612601041793823, 0.24018900096416473, 1.8204128742218018, -1.121137022972107, 1.424769639968872, 1002.0, 1008.0, 0.0004624500870704651, -0.234605073928833, -0.8518410921096802, 1.9049988985061646, -1.056268572807312, 0.00028097667382098734], "mean": [-0.1995180994272232, 0.6046708822250366, 0.45139315724372864, -1.4119800329208374, -0.25391459465026855, -0.12052468210458755, 0.028275543823838234, -0.31032681465148926, 0.46757224202156067, 0.22823482751846313, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, 0.09089424461126328, 0.5661056637763977, -0.3652411699295044, -1.6511824131011963, 0.9873039722442627, 0.16616833209991455, 0.1725277453660965, -0.27995091676712036, -0.41553282737731934, 0.16437304019927979, 1.156510829925537, -2.0034849643707275, 0.9907076358795166, 1001.7589721679688, 486.91754150390625, 0.00045552171650342643, -0.2346218079328537, -0.851891279220581, 1.904972791671753, -1.057754635810852, 7.937836926430464e-05], "std": [2.677076554391533e-05, 2.5343131710542366e-05, 2.295822196174413e-05, 2.5551134967827238e-05, 2.296912316523958e-05, 1.598273593117483e-05, 2.5382763851666823e-05, 1.5231830730044749e-05, 8.334698577527888e-06, 1.4337372704176232e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.08184989541769028, 0.09631768614053726, 0.1261390894651413, 0.2026219666004181, 0.3580353558063507, 0.11277897655963898, 0.22013643383979797, 0.04502098634839058, 0.03548693284392357, 0.054157644510269165, 0.4635462164878845, 0.3574168384075165, 0.311236172914505, 0.6511105298995972, 408.0132751464844, 1.0403808801129344e-06, 3.883885256072972e-06, 8.194718247978017e-05, 2.5703538995003328e-05, 0.0008676955476403236, 0.0002077844546874985], "count": [946]}, "timestamp": {"min": [0.0], "max": [31.5], "mean": [15.75], "std": [9.102884158331358], "count": [946]}, "frame_index": {"min": [0], "max": [945], "mean": [472.5], "std": [273.08652474994074], "count": [946]}, "episode_index": {"min": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [946]}, "index": {"min": [167060], "max": [168005], "mean": [167532.5], "std": [273.08652474994074], "count": [946]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [946]}, "gripper_open_scale_state": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.48405179688529787], "std": [0.0, 0.40435687541385135], "count": [946]}, "gripper_open_scale_action": {"min": [1.0, 0.15299999713897705], "max": [1.0, 1.0], "mean": [1.0, 0.48405179688529787], "std": [0.0, 0.40435687541385135], "count": [946]}, "eef_direction_state": {"mean": [6.0, 3.854122621564482], "std": [0.0, 2.204614831617639], "min": [6, 0], "max": [6, 6], "count": [946]}, "eef_velocity_state": {"mean": [0.0, 0.6649048625792812], "std": [0.0, 0.5859298472299155], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_acc_mag_state": {"mean": [0.0, 0.5295983086680761], "std": [0.0, 0.7732794769204212], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_direction_action": {"mean": [6.0, 3.854122621564482], "std": [0.0, 2.204614831617639], "min": [6, 0], "max": [6, 6], "count": [946]}, "eef_velocity_action": {"mean": [0.0, 0.6649048625792812], "std": [0.0, 0.5859298472299155], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_acc_mag_action": {"mean": [0.0, 0.5295983086680761], "std": [0.0, 0.7732794769204212], "min": [0, 0], "max": [0, 2], "count": [946]}, "eef_sim_pose_state": {"mean": [-0.3103267550468445, 0.46757274866104126, 0.22823481261730194, -1.5732269287109375, -1.1211369037628174, -0.7462757229804993, -0.2800177037715912, -0.4156482517719269, 0.1644643098115921, 1.156548261642456, -2.003204584121704, 0.9907013177871704], "std": [1.5228683878376614e-05, 8.29528653412126e-06, 1.4336988897412084e-05, 0.0, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.045019157230854034, 0.035478051751852036, 0.05419248715043068, 0.4635786712169647, 0.3580076992511749, 0.311240553855896], "min": [-0.31036901473999023, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34426501393318176, -0.4693189859390259, 0.04145999997854233, 0.4684962034225464, -2.5002973079681396, 0.46135926246643066], "max": [-0.3102850019931793, 0.46760299801826477, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19705599546432495, -0.35612601041793823, 0.24018900096416473, 1.8204128742218018, -1.121137022972107, 1.424769639968872], "count": [946]}, "eef_sim_pose_action": {"mean": [-0.3103267550468445, 0.46757227182388306, 0.22823481261730194, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, -0.2800176739692688, -0.41564851999282837, 0.16446428000926971, 1.1565485000610352, -2.0032026767730713, 0.9907020330429077], "std": [1.5228682968881913e-05, 8.309410986839794e-06, 1.4336997992359102e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.04501914605498314, 0.03547806665301323, 0.05419246107339859, 0.4635787606239319, 0.3580076992511749, 0.311240553855896], "min": [-0.31036901473999023, 0.4675450026988983, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34426501393318176, -0.4693189859390259, 0.04145999997854233, 0.4684962034225464, -2.5002973079681396, 0.46135926246643066], "max": [-0.3102850019931793, 0.46760299801826477, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19705599546432495, -0.35612601041793823, 0.24018900096416473, 1.8204128742218018, -1.121137022972107, 1.424769639968872], "count": [946]}, "gripper_mode_state": {"mean": [0.0, 0.6057082452431289], "std": [0.0, 0.4886980324163591], "min": [0, 0], "max": [0, 1], "count": [946]}, "gripper_activity_state": {"mean": [2.0, 1.9143763213530656], "std": [0.0, 0.36504869788608607], "min": [2, 0], "max": [2, 2], "count": [946]}, "gripper_mode_action": {"mean": [0.0, 0.6057082452431289], "std": [0.0, 0.48869803241635906], "min": [0, 0], "max": [0, 1], "count": [946]}, "gripper_activity_action": {"mean": [2.0, 1.9143763213530656], "std": [0.0, 0.36504869788608607], "min": [2, 0], "max": [2, 2], "count": [946]}}} +{"episode_index": 205, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.44272305220257663]], [[0.41754746118100416]], [[0.4261523492103971]]], "std": [[[0.205211276681029]], [[0.20664589920559812]], [[0.20459773630912462]]], "count": [173]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40608686104499603]], [[0.39694809257999925]], [[0.39913880860629414]]], "std": [[[0.22555690791081856]], [[0.22290192023661445]], [[0.21297542698260977]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48180104674336016]], [[0.47219444798632365]], [[0.46902083569458614]]], "std": [[[0.20635185771012587]], [[0.20754080063337943]], [[0.21468462320765566]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4510153505043636]], [[0.4301226198571914]], [[0.44125788422305334]]], "std": [[[0.2931939021378262]], [[0.2789154425533274]], [[0.2800989383945034]]], "count": [173]}, "observation.state": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12074188143014908, 0.02802998758852482, -0.3104029893875122, 0.46755000948905945, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2157052457332611, 0.45717155933380127, -0.5626592040061951, -1.9428482055664062, 0.25385814905166626, -0.1264316439628601, -0.028274333104491234, -0.36242300271987915, -0.478969007730484, 0.07185900211334229, 0.6520769596099854, -2.489729166030884, 0.6364096999168396, 1000.0, 173.0, 0.00044553118641488254, -0.23471035063266754, -0.8520764112472534, 1.9049243927001953, -1.059011697769165, 0.00021358024969231337], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.4118317365646362, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.31028398871421814, 0.4676089882850647, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26808255910873413, 0.8095011711120605, -0.1581442803144455, -1.1571358442306519, 1.5191346406936646, 0.2626197040081024, 0.541994571685791, -0.2216320037841797, -0.3370879888534546, 0.2356709986925125, 1.7760009765625, -1.121137022972107, 1.365985631942749, 1002.0, 1008.0, 0.0004624500870704651, -0.23464079201221466, -0.8520557880401611, 1.9049791097640991, -1.0563256740570068, 0.00024490535724908113], "mean": [-0.19951903820037842, 0.6046723127365112, 0.45139002799987793, -1.4119597673416138, -0.2539138197898865, -0.1205354705452919, 0.028275253251194954, -0.31033027172088623, 0.4675736129283905, 0.22824154794216156, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.09099731594324112, 0.6144891977310181, -0.37267744541168213, -1.551506519317627, 1.0388495922088623, 0.08545756340026855, 0.3521866500377655, -0.2917427718639374, -0.4182874858379364, 0.18561309576034546, 1.228041172027588, -2.0932161808013916, 1.0005511045455933, 1001.772705078125, 526.3729248046875, 0.0004556074272841215, -0.23468932509422302, -0.8520538806915283, 1.9049433469772339, -1.0577207803726196, 0.00022453474230132997], "std": [2.7580997993936762e-05, 1.7918773664860055e-05, 2.286447306687478e-05, 3.491696770652197e-05, 2.252219019283075e-05, 3.1198200304061174e-05, 2.3166494429460727e-05, 1.6181409591808915e-05, 8.170494766090997e-06, 1.4527163330058102e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.1254250705242157, 0.09489443153142929, 0.08348787575960159, 0.23395445942878723, 0.3388098180294037, 0.10732439905405045, 0.15959030389785767, 0.04027086868882179, 0.042566876858472824, 0.040908366441726685, 0.3398917317390442, 0.3735005259513855, 0.21805085241794586, 0.6347401738166809, 402.3976135253906, 1.0234055025648559e-06, 1.1167517186549958e-05, 7.933162123663351e-06, 1.7678059521131217e-05, 0.0008853261824697256, 4.610162704921095e-06], "count": [968]}, "action": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.2539803087711334, -0.12074188143014908, 0.02802998758852482, -0.3104029893875122, 0.46755000948905945, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2157052457332611, 0.45717155933380127, -0.5626592040061951, -1.9428482055664062, 0.25385814905166626, -0.1264316439628601, -0.028274333104491234, -0.36242300271987915, -0.478969007730484, 0.07185900211334229, 0.6520769596099854, -2.489729166030884, 0.6364096999168396, 1000.0, 173.0, 0.00044553118641488254, -0.23471035063266754, -0.8520764112472534, 1.9049243927001953, -1.059011697769165, 0.00021358024969231337], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.4118317365646362, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.31028398871421814, 0.4676089882850647, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.26808255910873413, 0.8095011711120605, -0.1581442803144455, -1.1571358442306519, 1.5191346406936646, 0.2626197040081024, 0.541994571685791, -0.2216320037841797, -0.3370879888534546, 0.2356709986925125, 1.7760009765625, -1.121137022972107, 1.365985631942749, 1002.0, 1008.0, 0.0004624500870704651, -0.23464079201221466, -0.8520557880401611, 1.9049791097640991, -1.0563256740570068, 0.00024490535724908113], "mean": [-0.19951903820037842, 0.604672372341156, 0.45139002799987793, -1.4119596481323242, -0.2539137899875641, -0.12053554505109787, 0.028275253251194954, -0.3103303015232086, 0.4675736129283905, 0.22824157774448395, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.09057078510522842, 0.6146539449691772, -0.37253448367118835, -1.5520448684692383, 1.03904128074646, 0.08545907586812973, 0.3523893654346466, -0.2916942536830902, -0.4181531071662903, 0.1855504810810089, 1.2282416820526123, -2.0936222076416016, 1.0004909038543701, 1001.772705078125, 526.3729248046875, 0.0004556054773274809, -0.2346893548965454, -0.8520538806915283, 1.9049433469772339, -1.0577211380004883, 0.00022452397388406098], "std": [2.7582129405345768e-05, 1.7832124285632744e-05, 2.286447306687478e-05, 3.4950528061017394e-05, 2.2499903934658505e-05, 3.123077840427868e-05, 2.316649624845013e-05, 1.6187610526685603e-05, 8.171114131982904e-06, 1.4506496881949715e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.12575700879096985, 0.09501571208238602, 0.08347147703170776, 0.23423199355602264, 0.3384178876876831, 0.10732156038284302, 0.15923118591308594, 0.040276750922203064, 0.04261629655957222, 0.04088948667049408, 0.3401526212692261, 0.37265652418136597, 0.21812938153743744, 0.6347402334213257, 402.3976135253906, 1.022898231894942e-06, 1.1183858987351414e-05, 7.965342774696182e-06, 1.7663165635894984e-05, 0.000885207555256784, 4.608035396813648e-06], "count": [968]}, "timestamp": {"min": [0.0], "max": [32.233333333333334], "mean": [16.116666666666667], "std": [9.314579372622733], "count": [968]}, "frame_index": {"min": [0], "max": [967], "mean": [483.5], "std": [279.43738117868196], "count": [968]}, "episode_index": {"min": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [968]}, "index": {"min": [168006], "max": [168973], "mean": [168489.5], "std": [279.43738117868196], "count": [968]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [968]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5232541314210774], "std": [0.0, 0.3986663408587656], "count": [968]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5232541314210774], "std": [0.0, 0.3986663408587657], "count": [968]}, "eef_direction_state": {"mean": [6.0, 3.50103305785124], "std": [0.0, 2.2025527467493142], "min": [6, 0], "max": [6, 6], "count": [968]}, "eef_velocity_state": {"mean": [0.0, 0.8057851239669421], "std": [0.0, 0.6008668009683793], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_acc_mag_state": {"mean": [0.0, 0.5847107438016529], "std": [0.0, 0.7971110796844069], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_direction_action": {"mean": [6.0, 3.50103305785124], "std": [0.0, 2.2025527467493142], "min": [6, 0], "max": [6, 6], "count": [968]}, "eef_velocity_action": {"mean": [0.0, 0.8057851239669421], "std": [0.0, 0.6008668009683793], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_acc_mag_action": {"mean": [0.0, 0.5847107438016529], "std": [0.0, 0.7971110796844069], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_sim_pose_state": {"mean": [-0.31032997369766235, 0.46757376194000244, 0.22824135422706604, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29174280166625977, -0.4182875454425812, 0.18561303615570068, 1.2280399799346924, -2.09321665763855, 1.0005508661270142], "std": [1.6179110389202833e-05, 8.169156899384689e-06, 1.4526057384500746e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04027087241411209, 0.042566873133182526, 0.040908388793468475, 0.3398917019367218, 0.3735004961490631, 0.21805089712142944], "min": [-0.3104029893875122, 0.46755000948905945, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36242300271987915, -0.478969007730484, 0.07185900211334229, 0.6520769596099854, -2.489729166030884, 0.6364096999168396], "max": [-0.31028398871421814, 0.4676089882850647, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2216320037841797, -0.3370879888534546, 0.2356709986925125, 1.7760009765625, -1.121137022972107, 1.365985631942749], "count": [968]}, "eef_sim_pose_action": {"mean": [-0.31033027172088623, 0.4675736129283905, 0.22824154794216156, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, -0.2917427718639374, -0.4182874858379364, 0.18561309576034546, 1.228041172027588, -2.0932161808013916, 1.0005511045455933], "std": [1.6181409591808915e-05, 8.170494766090997e-06, 1.4527163330058102e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.04027086868882179, 0.042566876858472824, 0.040908366441726685, 0.3398917317390442, 0.3735005259513855, 0.21805085241794586], "min": [-0.3104029893875122, 0.46755000948905945, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36242300271987915, -0.478969007730484, 0.07185900211334229, 0.6520769596099854, -2.489729166030884, 0.6364096999168396], "max": [-0.31028398871421814, 0.4676089882850647, 0.22830399870872498, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2216320037841797, -0.3370879888534546, 0.2356709986925125, 1.7760009765625, -1.121137022972107, 1.365985631942749], "count": [968]}, "gripper_mode_state": {"mean": [0.0, 0.5743801652892562], "std": [0.0, 0.4944366400374638], "min": [0, 0], "max": [0, 1], "count": [968]}, "gripper_activity_state": {"mean": [2.0, 1.9194214876033058], "std": [0.0, 0.35749772586842016], "min": [2, 0], "max": [2, 2], "count": [968]}, "gripper_mode_action": {"mean": [0.0, 0.5743801652892562], "std": [0.0, 0.4944366400374638], "min": [0, 0], "max": [0, 1], "count": [968]}, "gripper_activity_action": {"mean": [2.0, 1.9194214876033058], "std": [0.0, 0.35749772586842016], "min": [2, 0], "max": [2, 2], "count": [968]}}} +{"episode_index": 206, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.4394064071141277]], [[0.414643882499581]], [[0.4229924611404391]]], "std": [[[0.2052010704613651]], [[0.20652604028965196]], [[0.2045916307153454]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4051498201043238]], [[0.39605290425465056]], [[0.3978673956762192]]], "std": [[[0.2259073001071999]], [[0.22311553933002864]], [[0.21320355554683743]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47945193747905146]], [[0.46954442532889223]], [[0.4668107390124853]]], "std": [[[0.20575421990528828]], [[0.2067999138220342]], [[0.21401751643657535]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4336369236530082]], [[0.41605363352606]], [[0.4278348455568125]]], "std": [[[0.2958739828537301]], [[0.27972438833328916]], [[0.2807300984322887]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.3103890120983124, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24951225519180298, 0.4127354621887207, -0.5337216854095459, -1.975834846496582, 0.25385814905166626, -0.15488050878047943, -0.02834414690732956, -0.37710899114608765, -0.508092999458313, 0.07394199818372726, 0.709149956703186, -2.5254299640655518, 0.5064132809638977, 1000.0, 172.0, 0.0004417714080773294, -0.23482877016067505, -0.852101743221283, 1.9049291610717773, -1.0590410232543945, -0.000834386853966862], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4676060080528259, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47338563203811646, 0.9412036538124084, -0.08107054233551025, -1.0000910758972168, 1.4533705711364746, 0.30981338024139404, 0.7376285195350647, -0.21005100011825562, -0.3387320041656494, 0.2377219945192337, 1.8337126970291138, -1.121137022972107, 1.5747792720794678, 1002.0, 1008.0, 0.0004774891131091863, -0.23459754884243011, -0.8520771861076355, 1.9049901962280273, -1.05620276927948, 0.0004755720146931708], "mean": [-0.19952215254306793, 0.6046685576438904, 0.451386958360672, -1.4119333028793335, -0.2539161145687103, -0.12055166810750961, 0.02827444113790989, -0.31033456325531006, 0.4675752818584442, 0.22824649512767792, -1.5732392072677612, -1.1211421489715576, -0.7462767362594604, 0.10968872904777527, 0.6091380715370178, -0.38974082469940186, -1.5164461135864258, 1.0169965028762817, 0.0804438367486, 0.4225841760635376, -0.29572731256484985, -0.41454270482063293, 0.1869509071111679, 1.2646647691726685, -2.0945098400115967, 0.9630212783813477, 1001.781982421875, 518.604248046875, 0.00045461420086212456, -0.23468315601348877, -0.8520975708961487, 1.9049718379974365, -1.0577486753463745, 0.0001222401624545455], "std": [2.6832865842152387e-05, 2.3471156964660622e-05, 2.3311202312470414e-05, 2.6310019165975973e-05, 2.3070691895554774e-05, 2.930604387074709e-05, 2.3644517568754964e-05, 1.6153440810739994e-05, 8.618804713478312e-06, 1.4753149116586428e-05, 1.2278556823730469e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.20640142261981964, 0.13020336627960205, 0.12109485268592834, 0.3004140853881836, 0.31478220224380493, 0.13384751975536346, 0.20298762619495392, 0.049637287855148315, 0.05688278749585152, 0.04622683674097061, 0.37777164578437805, 0.3552713096141815, 0.3254905045032501, 0.6232925057411194, 400.0552062988281, 1.6122224906212068e-06, 4.972493843524717e-05, 9.20669572224142e-06, 2.4894081434467807e-05, 0.0007865127408877015, 0.00017928046872839332], "count": [844]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.3103890120983124, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24951225519180298, 0.4127354621887207, -0.5337216854095459, -1.975834846496582, 0.25385814905166626, -0.15488050878047943, -0.02834414690732956, -0.37710899114608765, -0.508092999458313, 0.07394199818372726, 0.709149956703186, -2.5254299640655518, 0.5064132809638977, 1000.0, 172.0, 0.0004417714080773294, -0.23482877016067505, -0.852101743221283, 1.9049291610717773, -1.0590410232543945, -0.000834386853966862], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4676060080528259, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47338563203811646, 0.9412036538124084, -0.08107054233551025, -1.0000910758972168, 1.4533705711364746, 0.30981338024139404, 0.7376285195350647, -0.21005100011825562, -0.3387320041656494, 0.2377219945192337, 1.8337126970291138, -1.121137022972107, 1.5747792720794678, 1002.0, 1008.0, 0.0004774891131091863, -0.23459754884243011, -0.8520771861076355, 1.9049901962280273, -1.05620276927948, 0.0004755720146931708], "mean": [-0.19952209293842316, 0.6046684980392456, 0.4513869881629944, -1.4119333028793335, -0.2539161145687103, -0.12055164575576782, 0.02827443927526474, -0.31033462285995483, 0.4675752520561218, 0.22824649512767792, -1.5732392072677612, -1.1211421489715576, -0.7462767362594604, 0.10938610881567001, 0.6095264554023743, -0.38979288935661316, -1.5171109437942505, 1.017336368560791, 0.080588698387146, 0.4226716458797455, -0.29566287994384766, -0.4143989086151123, 0.18687203526496887, 1.264830231666565, -2.0949695110321045, 0.9627770781517029, 1001.781982421875, 518.604248046875, 0.00045461420086212456, -0.23468303680419922, -0.8520975708961487, 1.904971718788147, -1.0577481985092163, 0.00012185214291093871], "std": [2.6885405532084405e-05, 2.347965528315399e-05, 2.3324493668042123e-05, 2.628681977512315e-05, 2.3070691895554774e-05, 2.932614370365627e-05, 2.3644575776415877e-05, 1.6183432308025658e-05, 8.641959539090749e-06, 1.4766875210625585e-05, 1.2278556823730469e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.20645670592784882, 0.13067719340324402, 0.1211308091878891, 0.30080291628837585, 0.3141123354434967, 0.13369596004486084, 0.2028091996908188, 0.049653615802526474, 0.056901928037405014, 0.046213120222091675, 0.3779376149177551, 0.3542609214782715, 0.3257300853729248, 0.6232925057411194, 400.0552062988281, 1.6122224906212068e-06, 4.975773845217191e-05, 9.184050213661976e-06, 2.4813689378788695e-05, 0.0007858926546759903, 0.00017942233534995466], "count": [844]}, "timestamp": {"min": [0.0], "max": [28.1], "mean": [14.05], "std": [8.121388086062902], "count": [844]}, "frame_index": {"min": [0], "max": [843], "mean": [421.5], "std": [243.64164258188706], "count": [844]}, "episode_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [844]}, "index": {"min": [168974], "max": [169817], "mean": [169395.5], "std": [243.64164258188706], "count": [844]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [844]}, "gripper_open_scale_state": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.5155959699073391], "std": [0.0, 0.3963767240803916], "count": [844]}, "gripper_open_scale_action": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.5155959699073391], "std": [0.0, 0.3963767240803916], "count": [844]}, "eef_direction_state": {"mean": [6.0, 3.311611374407583], "std": [0.0, 2.1903077670439335], "min": [6, 0], "max": [6, 6], "count": [844]}, "eef_velocity_state": {"mean": [0.0, 0.8767772511848341], "std": [0.0, 0.6130345951395736], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_acc_mag_state": {"mean": [0.0, 0.6800947867298578], "std": [0.0, 0.8200866851194818], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_direction_action": {"mean": [6.0, 3.311611374407583], "std": [0.0, 2.1903077670439335], "min": [6, 0], "max": [6, 6], "count": [844]}, "eef_velocity_action": {"mean": [0.0, 0.8767772511848341], "std": [0.0, 0.6130345951395736], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_acc_mag_action": {"mean": [0.0, 0.6800947867298578], "std": [0.0, 0.8200866851194818], "min": [0, 0], "max": [0, 2], "count": [844]}, "eef_sim_pose_state": {"mean": [-0.3103342652320862, 0.4675753712654114, 0.2282465100288391, -1.573226809501648, -1.1211369037628174, -0.7462755441665649, -0.29572737216949463, -0.41454246640205383, 0.1869506537914276, 1.2646642923355103, -2.0945098400115967, 0.9630210995674133], "std": [1.6151019735843875e-05, 8.618481842859183e-06, 1.4753129107702989e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04963728040456772, 0.05688279867172241, 0.04622683674097061, 0.37777191400527954, 0.35527127981185913, 0.3254905045032501], "min": [-0.3103890120983124, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37710899114608765, -0.508092999458313, 0.07394199818372726, 0.709149956703186, -2.5254299640655518, 0.5064132809638977], "max": [-0.3102779984474182, 0.4676060080528259, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21005100011825562, -0.3387320041656494, 0.2377219945192337, 1.8337126970291138, -1.121137022972107, 1.5747792720794678], "count": [844]}, "eef_sim_pose_action": {"mean": [-0.31033456325531006, 0.4675752818584442, 0.22824649512767792, -1.5732392072677612, -1.1211421489715576, -0.7462767362594604, -0.29572731256484985, -0.41454270482063293, 0.1869509071111679, 1.2646647691726685, -2.0945098400115967, 0.9630212783813477], "std": [1.6153440810739994e-05, 8.618804713478312e-06, 1.4753149116586428e-05, 1.2278556823730469e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.049637287855148315, 0.05688278749585152, 0.04622683674097061, 0.37777164578437805, 0.3552713096141815, 0.3254905045032501], "min": [-0.3103890120983124, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.37710899114608765, -0.508092999458313, 0.07394199818372726, 0.709149956703186, -2.5254299640655518, 0.5064132809638977], "max": [-0.3102779984474182, 0.4676060080528259, 0.22829699516296387, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21005100011825562, -0.3387320041656494, 0.2377219945192337, 1.8337126970291138, -1.121137022972107, 1.5747792720794678], "count": [844]}, "gripper_mode_state": {"mean": [0.0, 0.580568720379147], "std": [0.0, 0.49346598798343244], "min": [0, 0], "max": [0, 1], "count": [844]}, "gripper_activity_state": {"mean": [2.0, 1.9087677725118484], "std": [0.0, 0.38015823358607526], "min": [2, 0], "max": [2, 2], "count": [844]}, "gripper_mode_action": {"mean": [0.0, 0.580568720379147], "std": [0.0, 0.4934659879834325], "min": [0, 0], "max": [0, 1], "count": [844]}, "gripper_activity_action": {"mean": [2.0, 1.9087677725118484], "std": [0.0, 0.38015823358607526], "min": [2, 0], "max": [2, 2], "count": [844]}}} +{"episode_index": 207, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4349737764034974]], [[0.41155183985845994]], [[0.419484980305588]]], "std": [[[0.20382487633707774]], [[0.2052173805921169]], [[0.2030899233747442]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40020963862918235]], [[0.3909871756373631]], [[0.3952794388174696]]], "std": [[[0.2307381295980947]], [[0.23023274151563713]], [[0.21777607604406263]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4821800875427434]], [[0.46382648492620004]], [[0.47057183996667096]]], "std": [[[0.20717270821302608]], [[0.20492578842586898]], [[0.21485334855780083]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4539264800567026]], [[0.4340757179803489]], [[0.44436879274336666]]], "std": [[[0.28691856294328705]], [[0.27455237882734324]], [[0.2765636327304502]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.31039199233055115, 0.4675390124320984, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07412413507699966, 0.4067838788032532, -0.6059433817863464, -1.873820424079895, 0.25385814905166626, -0.13442526757717133, -0.028291787952184677, -0.3452570140361786, -0.4983749985694885, 0.0751579999923706, 0.5915794372558594, -2.502105474472046, 0.6521114706993103, 1000.0, 169.0, 0.0004549305886030197, -0.23459754884243011, -0.852106511592865, 1.9049584865570068, -1.0589895248413086, 4.176680522505194e-05], "max": [-0.19940386712551117, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.31028199195861816, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3321710526943207, 0.7993956804275513, -0.16350243985652924, -1.115562081336975, 1.5742346048355103, 0.24010494351387024, 0.531156063079834, -0.2087000012397766, -0.3610619902610779, 0.2405879944562912, 1.6948446035385132, -1.121137022972107, 1.4665424823760986, 1002.0, 1009.0, 0.0004568104341160506, -0.23457686603069305, -0.8520961999893188, 1.9049838781356812, -1.0562970638275146, 0.0002382606326136738], "mean": [-0.19951596856117249, 0.6046707034111023, 0.45138970017433167, -1.4119540452957153, -0.2539151608943939, -0.12052790075540543, 0.02827630564570427, -0.3103347718715668, 0.467573344707489, 0.2282429188489914, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.1425814926624298, 0.5772476196289062, -0.3802759647369385, -1.4889675378799438, 1.0926263332366943, 0.07619262486696243, 0.32173269987106323, -0.2932285666465759, -0.4356156587600708, 0.18930703401565552, 1.1519663333892822, -2.092942237854004, 1.1072026491165161, 1001.839111328125, 601.572998046875, 0.0004550670855678618, -0.23458737134933472, -0.8521052598953247, 1.904965877532959, -1.0577374696731567, 0.0001449902047170326], "std": [3.3378906664438546e-05, 1.7123660654760897e-05, 2.284879701619502e-05, 2.5035074941115454e-05, 2.3126243831939064e-05, 1.559897827974055e-05, 2.8660053430940025e-05, 1.808698652894236e-05, 1.0049313459603582e-05, 1.1960286428802647e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.10931476205587387, 0.11012697219848633, 0.09486936777830124, 0.2502351999282837, 0.38907262682914734, 0.09948611259460449, 0.1798303872346878, 0.040581896901130676, 0.04472941532731056, 0.04468096047639847, 0.3907186686992645, 0.41090524196624756, 0.2906382083892822, 0.5439616441726685, 407.3323974609375, 4.852429924540047e-07, 2.65304652202758e-06, 5.0761582315317355e-06, 6.953280262678163e-06, 0.0008676326251588762, 8.520185656379908e-05], "count": [808]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02816961333155632, -0.31039199233055115, 0.4675390124320984, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.07412413507699966, 0.4067838788032532, -0.6059433817863464, -1.873820424079895, 0.25385814905166626, -0.13442526757717133, -0.028291787952184677, -0.3452570140361786, -0.4983749985694885, 0.0751579999923706, 0.5915794372558594, -2.502105474472046, 0.6521114706993103, 1000.0, 169.0, 0.0004549305886030197, -0.23459754884243011, -0.852106511592865, 1.9049584865570068, -1.0589895248413086, 4.176680522505194e-05], "max": [-0.19940386712551117, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028361599892377853, -0.31028199195861816, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3321710526943207, 0.7993956804275513, -0.16350243985652924, -1.115562081336975, 1.5742346048355103, 0.24010494351387024, 0.531156063079834, -0.2087000012397766, -0.3610619902610779, 0.2405879944562912, 1.6948446035385132, -1.121137022972107, 1.4665424823760986, 1002.0, 1009.0, 0.0004568104341160506, -0.23457686603069305, -0.8520961999893188, 1.9049838781356812, -1.0562970638275146, 0.0002382606326136738], "mean": [-0.19951601326465607, 0.6046707034111023, 0.45138972997665405, -1.4119540452957153, -0.2539151906967163, -0.12052789330482483, 0.02827630378305912, -0.3103347420692444, 0.4675733745098114, 0.228242889046669, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.14231759309768677, 0.5774127244949341, -0.38027191162109375, -1.4895354509353638, 1.0929327011108398, 0.07639606297016144, 0.3218722641468048, -0.2931704521179199, -0.43550238013267517, 0.18921016156673431, 1.1520599126815796, -2.0934600830078125, 1.107102632522583, 1001.839111328125, 601.5816650390625, 0.0004550670855678618, -0.23458737134933472, -0.8521053194999695, 1.904965877532959, -1.0577400922775269, 0.00014476697833742946], "std": [3.341455158079043e-05, 1.7110902263084427e-05, 2.2824149709776975e-05, 2.5004901544889435e-05, 2.311378557351418e-05, 1.559922020533122e-05, 2.8660055249929428e-05, 1.810422145354096e-05, 1.0053935511677992e-05, 1.1954673936998006e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.10943444073200226, 0.11026789247989655, 0.09486646205186844, 0.2505800127983093, 0.3885088562965393, 0.09925134479999542, 0.1796024739742279, 0.04059096425771713, 0.04476422816514969, 0.04468134418129921, 0.3908286988735199, 0.4099429249763489, 0.29077619314193726, 0.5439616441726685, 407.34130859375, 4.852429924540047e-07, 2.6544034881226253e-06, 5.1240217544545885e-06, 6.954295713512693e-06, 0.0008672168478369713, 8.522085408912972e-05], "count": [808]}, "timestamp": {"min": [0.0], "max": [26.9], "mean": [13.450000000000001], "std": [7.774977670564578], "count": [808]}, "frame_index": {"min": [0], "max": [807], "mean": [403.5], "std": [233.2493301169373], "count": [808]}, "episode_index": {"min": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [808]}, "index": {"min": [169818], "max": [170625], "mean": [170221.5], "std": [233.2493301169373], "count": [808]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [808]}, "gripper_open_scale_state": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5999863867896913], "std": [0.0, 0.40576107812903334], "count": [808]}, "gripper_open_scale_action": {"min": [1.0, 0.16899999976158142], "max": [1.0, 1.0], "mean": [1.0, 0.5999863867896913], "std": [0.0, 0.40576107812903334], "count": [808]}, "eef_direction_state": {"mean": [6.0, 3.9047029702970297], "std": [0.0, 2.2282119237451092], "min": [6, 0], "max": [6, 6], "count": [808]}, "eef_velocity_state": {"mean": [0.0, 0.7425742574257426], "std": [0.0, 0.6933698075561056], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_acc_mag_state": {"mean": [0.0, 0.5532178217821783], "std": [0.0, 0.7737267036619673], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_direction_action": {"mean": [6.0, 3.9047029702970297], "std": [0.0, 2.2282119237451092], "min": [6, 0], "max": [6, 6], "count": [808]}, "eef_velocity_action": {"mean": [0.0, 0.7425742574257426], "std": [0.0, 0.6933698075561056], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_acc_mag_action": {"mean": [0.0, 0.5532178217821783], "std": [0.0, 0.7737267036619673], "min": [0, 0], "max": [0, 2], "count": [808]}, "eef_sim_pose_state": {"mean": [-0.310334712266922, 0.4675726592540741, 0.228242889046669, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2932286560535431, -0.4356154203414917, 0.1893070936203003, 1.1519666910171509, -2.0929431915283203, 1.107201099395752], "std": [1.808685738069471e-05, 1.0025539268099237e-05, 1.1960284609813243e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04058188572525978, 0.044729411602020264, 0.04468095302581787, 0.39071860909461975, 0.41090551018714905, 0.2906382083892822], "min": [-0.31039199233055115, 0.4675390124320984, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3452570140361786, -0.4983749985694885, 0.0751579999923706, 0.5915794372558594, -2.502105474472046, 0.6521114706993103], "max": [-0.31028199195861816, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2087000012397766, -0.3610619902610779, 0.2405879944562912, 1.6948446035385132, -1.121137022972107, 1.4665424823760986], "count": [808]}, "eef_sim_pose_action": {"mean": [-0.3103347718715668, 0.467573344707489, 0.2282429188489914, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.2932285666465759, -0.4356156587600708, 0.18930703401565552, 1.1519663333892822, -2.092942237854004, 1.1072026491165161], "std": [1.808698652894236e-05, 1.0049313459603582e-05, 1.1960286428802647e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.040581896901130676, 0.04472941532731056, 0.04468096047639847, 0.3907186686992645, 0.41090524196624756, 0.2906382083892822], "min": [-0.31039199233055115, 0.4675390124320984, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3452570140361786, -0.4983749985694885, 0.0751579999923706, 0.5915794372558594, -2.502105474472046, 0.6521114706993103], "max": [-0.31028199195861816, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2087000012397766, -0.3610619902610779, 0.2405879944562912, 1.6948446035385132, -1.121137022972107, 1.4665424823760986], "count": [808]}, "gripper_mode_state": {"mean": [0.0, 0.474009900990099], "std": [0.0, 0.49932405785567474], "min": [0, 0], "max": [0, 1], "count": [808]}, "gripper_activity_state": {"mean": [2.0, 1.9034653465346534], "std": [0.0, 0.3861306802942269], "min": [2, 0], "max": [2, 2], "count": [808]}, "gripper_mode_action": {"mean": [0.0, 0.474009900990099], "std": [0.0, 0.49932405785567474], "min": [0, 0], "max": [0, 1], "count": [808]}, "gripper_activity_action": {"mean": [2.0, 1.9034653465346534], "std": [0.0, 0.3861306802942269], "min": [2, 0], "max": [2, 2], "count": [808]}}} +{"episode_index": 208, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9921568627450981]]], "mean": [[[0.4381907026143791]], [[0.414807644335512]], [[0.42223709694989103]]], "std": [[[0.20333398728982802]], [[0.2044775942403752]], [[0.20260362839430376]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3978557080610022]], [[0.388614375]], [[0.39252510484749453]]], "std": [[[0.23073741304455805]], [[0.23022509086151766]], [[0.217586519658704]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4830025612745098]], [[0.46443068355119826]], [[0.4708639814814815]]], "std": [[[0.20752513183271062]], [[0.20509276101423055]], [[0.214990359069649]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44599537037037035]], [[0.4253395234204793]], [[0.4355618232570806]]], "std": [[[0.2973031032178693]], [[0.28228737483577127]], [[0.28280428713666483]]], "count": [150]}, "observation.state": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06527531147003174, 0.44348815083503723, -0.5734104514122009, -1.763061761856079, 0.25384068489074707, -0.2523047924041748, -0.07159341126680374, -0.36623701453208923, -0.4908680021762848, 0.099651999771595, 0.6600765585899353, -2.5763068199157715, 0.626201331615448, 1000.0, 161.0, 0.00045117083936929703, -0.23459754884243011, -0.852108895778656, 1.9049497842788696, -1.0590314865112305, 1.803566556191072e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102700114250183, 0.4676060080528259, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.385333776473999, 0.764995276927948, -0.17060592770576477, -0.9070999622344971, 1.5061492919921875, 0.27872908115386963, 0.720751166343689, -0.23762699961662292, -0.3670780062675476, 0.2539919912815094, 1.7664207220077515, -1.121137022972107, 1.3787891864776611, 1002.0, 1009.0, 0.0004568104341160506, -0.2345731109380722, -0.8520898818969727, 1.9049941301345825, -1.0563795566558838, 6.075171404518187e-05], "mean": [-0.19953323900699615, 0.6046634912490845, 0.45139092206954956, -1.411979079246521, -0.2539108693599701, -0.12054876983165741, 0.028273191303014755, -0.31031641364097595, 0.46757861971855164, 0.22823254764080048, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.15141244232654572, 0.6039169430732727, -0.39645156264305115, -1.3817627429962158, 1.0928553342819214, 0.07705142349004745, 0.5090548992156982, -0.3118668794631958, -0.4284818172454834, 0.2040330022573471, 1.207818627357483, -2.1920888423919678, 1.0267977714538574, 1001.7947387695312, 489.8523254394531, 0.00045502156717702746, -0.23458342254161835, -0.8521072864532471, 1.904974102973938, -1.0577598810195923, 4.2572366510285065e-05], "std": [2.6469873773748986e-05, 1.8279166397405788e-05, 2.236372893094085e-05, 2.5289584300480783e-05, 2.32129059440922e-05, 1.9123417587252334e-05, 2.075150769087486e-05, 1.6213962226174772e-05, 8.180267286661547e-06, 1.2700880688498728e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.14389668405056, 0.10752353072166443, 0.08417805284261703, 0.28203049302101135, 0.3746521770954132, 0.14609239995479584, 0.24593158066272736, 0.03820539265871048, 0.04489123821258545, 0.03872869163751602, 0.34825199842453003, 0.4535185992717743, 0.23473984003067017, 0.606945276260376, 402.1697998046875, 4.711656060862879e-07, 1.7793985307434923e-06, 6.242528343136655e-06, 8.873418664734345e-06, 0.000823436479549855, 5.437841537059285e-06], "count": [799]}, "action": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.06527531147003174, 0.44348815083503723, -0.5734104514122009, -1.763061761856079, 0.25384068489074707, -0.2523047924041748, -0.07159341126680374, -0.36623701453208923, -0.4908680021762848, 0.099651999771595, 0.6600765585899353, -2.5763068199157715, 0.626201331615448, 1000.0, 161.0, 0.00045117083936929703, -0.23459754884243011, -0.852108895778656, 1.9049497842788696, -1.0590314865112305, 1.803566556191072e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102700114250183, 0.4676060080528259, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.385333776473999, 0.764995276927948, -0.17060592770576477, -0.9070999622344971, 1.5061492919921875, 0.27872908115386963, 0.720751166343689, -0.23762699961662292, -0.3670780062675476, 0.2539919912815094, 1.7664207220077515, -1.121137022972107, 1.3787891864776611, 1002.0, 1009.0, 0.0004568104341160506, -0.2345731109380722, -0.8520898818969727, 1.9049941301345825, -1.0563795566558838, 6.075171404518187e-05], "mean": [-0.19953322410583496, 0.6046634316444397, 0.45139092206954956, -1.411979079246521, -0.25391095876693726, -0.1205487847328186, 0.028273146599531174, -0.31031638383865356, 0.4675786793231964, 0.22823253273963928, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.1510895937681198, 0.6041092276573181, -0.3964768946170807, -1.3821673393249512, 1.0929433107376099, 0.0768958330154419, 0.50901859998703, -0.3118477761745453, -0.42836543917655945, 0.20398078858852386, 1.2080345153808594, -2.1922671794891357, 1.0268234014511108, 1001.7947387695312, 489.8523254394531, 0.00045502156717702746, -0.23458342254161835, -0.8521072864532471, 1.904974102973938, -1.057757019996643, 4.255691965227015e-05], "std": [2.64701375272125e-05, 1.8266951883560978e-05, 2.236372893094085e-05, 2.5289584300480783e-05, 2.3285278075491078e-05, 1.9114580936729908e-05, 2.0749046598211862e-05, 1.621456613065675e-05, 8.186323611880653e-06, 1.2709409929811954e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.14407770335674286, 0.10766185820102692, 0.0841977447271347, 0.28230491280555725, 0.37446343898773193, 0.1463688164949417, 0.24601301550865173, 0.038209982216358185, 0.044910263270139694, 0.03872419893741608, 0.3485318422317505, 0.45312491059303284, 0.23471033573150635, 0.606945276260376, 402.1698303222656, 4.711656060862879e-07, 1.779437866389344e-06, 6.238585228857119e-06, 8.896159670257475e-06, 0.0008237615693360567, 5.4360680223908275e-06], "count": [799]}, "timestamp": {"min": [0.0], "max": [26.6], "mean": [13.3], "std": [7.688375063113864], "count": [799]}, "frame_index": {"min": [0], "max": [798], "mean": [399.0], "std": [230.65125189341592], "count": [799]}, "episode_index": {"min": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [799]}, "index": {"min": [170626], "max": [171424], "mean": [171025.0], "std": [230.65125189341592], "count": [799]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [799]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.48708635846500253], "std": [0.0, 0.3986085729386695], "count": [799]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.48708635846500253], "std": [0.0, 0.39860857293866947], "count": [799]}, "eef_direction_state": {"mean": [6.0, 3.44180225281602], "std": [0.0, 2.150484942473368], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_state": {"mean": [0.0, 0.9649561952440551], "std": [0.0, 0.7102140323862147], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_state": {"mean": [0.0, 0.6983729662077597], "std": [0.0, 0.8238527008275915], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_direction_action": {"mean": [6.0, 3.44180225281602], "std": [0.0, 2.150484942473368], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_action": {"mean": [0.0, 0.9649561952440551], "std": [0.0, 0.7102140323862147], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_action": {"mean": [0.0, 0.6983729662077597], "std": [0.0, 0.8238527008275915], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_sim_pose_state": {"mean": [-0.3103162944316864, 0.4675777554512024, 0.22823241353034973, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.31186702847480774, -0.4284818768501282, 0.20403288304805756, 1.207818627357483, -2.1920876502990723, 1.0267980098724365], "std": [1.621338196855504e-05, 8.137561962939799e-06, 1.2699984836217482e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.038205403834581375, 0.044891249388456345, 0.03872870281338692, 0.34825199842453003, 0.4535185396671295, 0.23473988473415375], "min": [-0.31037598848342896, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36623701453208923, -0.4908680021762848, 0.099651999771595, 0.6600765585899353, -2.5763068199157715, 0.626201331615448], "max": [-0.3102700114250183, 0.4676060080528259, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23762699961662292, -0.3670780062675476, 0.2539919912815094, 1.7664207220077515, -1.121137022972107, 1.3787891864776611], "count": [799]}, "eef_sim_pose_action": {"mean": [-0.31031641364097595, 0.46757861971855164, 0.22823254764080048, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.3118668794631958, -0.4284818172454834, 0.2040330022573471, 1.207818627357483, -2.1920888423919678, 1.0267977714538574], "std": [1.6213962226174772e-05, 8.180267286661547e-06, 1.2700880688498728e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.03820539265871048, 0.04489123821258545, 0.03872869163751602, 0.34825199842453003, 0.4535185992717743, 0.23473984003067017], "min": [-0.31037598848342896, 0.46755000948905945, 0.22819000482559204, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36623701453208923, -0.4908680021762848, 0.099651999771595, 0.6600765585899353, -2.5763068199157715, 0.626201331615448], "max": [-0.3102700114250183, 0.4676060080528259, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23762699961662292, -0.3670780062675476, 0.2539919912815094, 1.7664207220077515, -1.121137022972107, 1.3787891864776611], "count": [799]}, "gripper_mode_state": {"mean": [0.0, 0.6057571964956195], "std": [0.0, 0.48868744140747206], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_state": {"mean": [2.0, 1.8973717146433042], "std": [0.0, 0.3996000513040399], "min": [2, 0], "max": [2, 2], "count": [799]}, "gripper_mode_action": {"mean": [0.0, 0.6057571964956195], "std": [0.0, 0.488687441407472], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_action": {"mean": [2.0, 1.8973717146433042], "std": [0.0, 0.3996000513040399], "min": [2, 0], "max": [2, 2], "count": [799]}}} +{"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.43795666337813954]], [[0.41458549142927614]], [[0.422081844504049]]], "std": [[[0.20296350690296652]], [[0.20460049922592896]], [[0.20278923355442802]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39794904452871294]], [[0.3885785174394705]], [[0.39260610766843423]]], "std": [[[0.2308459195476701]], [[0.23031523919479702]], [[0.21769321074947207]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4831103159555227]], [[0.4646268369507132]], [[0.47114636514983355]]], "std": [[[0.20758982919315253]], [[0.20523209577471044]], [[0.21517137615397164]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4528950060632219]], [[0.4332449580198956]], [[0.4415887863793316]]], "std": [[[0.2953958249417126]], [[0.282099412683824]], [[0.2825257961291262]]], "count": [159]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14128440618515015, 0.47169268131256104, -0.5491154789924622, -1.917855143547058, 0.25385814905166626, -0.17462019622325897, -0.028291787952184677, -0.3595989942550659, -0.4676080048084259, 0.1077129989862442, 0.6690460443496704, -2.561055898666382, 0.6509749293327332, 1000.0, 130.0, 0.00045305071398615837, -0.2346031814813614, -0.8521548509597778, 1.9049323797225952, -1.0590417385101318, 1.7086420484702103e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027400493621826, 0.4675990045070648, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23263494670391083, 0.8408472537994385, -0.1690351516008377, -1.1081095933914185, 1.5356976985931396, 0.21041688323020935, 0.6222622394561768, -0.22928600013256073, -0.32752498984336853, 0.2502810060977936, 1.7958024740219116, -1.121137022972107, 1.4418452978134155, 1002.0, 1008.0, 0.0004549305886030197, -0.23459377884864807, -0.8521001935005188, 1.904977560043335, -1.0563921928405762, 4.176680522505194e-05], "mean": [-0.19951477646827698, 0.6046630144119263, 0.45138823986053467, -1.411981225013733, -0.2539125978946686, -0.12054746598005295, 0.028271514922380447, -0.31032440066337585, 0.4675719439983368, 0.228231281042099, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.08081669360399246, 0.6011687517166138, -0.3714098036289215, -1.474682092666626, 1.1359280347824097, 0.05422113835811615, 0.41636040806770325, -0.30986565351486206, -0.41665518283843994, 0.19888685643672943, 1.1391894817352295, -2.1723010540008545, 1.1190364360809326, 1001.764404296875, 501.44342041015625, 0.00045463265269063413, -0.23459944128990173, -0.8521087765693665, 1.9049628973007202, -1.0577219724655151, 3.246290361857973e-05], "std": [2.6118885216419585e-05, 1.7293612472712994e-05, 2.2548370907315984e-05, 2.4068987841019407e-05, 2.262217276438605e-05, 1.741878077154979e-05, 2.049429531325586e-05, 1.534406874270644e-05, 8.036170584091451e-06, 1.1695222383423243e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.1172737330198288, 0.09816145151853561, 0.08263266831636429, 0.25418081879615784, 0.3890404999256134, 0.10824675112962723, 0.19093498587608337, 0.0353187695145607, 0.04452994838356972, 0.041233256459236145, 0.35165953636169434, 0.40635091066360474, 0.264030396938324, 0.6447048783302307, 423.137451171875, 6.88044281105249e-07, 1.7840891359810485e-06, 9.64716400631005e-06, 9.860053069132846e-06, 0.0008415186894126236, 4.098991666978691e-06], "count": [866]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14128440618515015, 0.47169268131256104, -0.5491154789924622, -1.917855143547058, 0.25385814905166626, -0.17462019622325897, -0.028291787952184677, -0.3595989942550659, -0.4676080048084259, 0.1077129989862442, 0.6690460443496704, -2.561055898666382, 0.6509749293327332, 1000.0, 130.0, 0.00045305071398615837, -0.2346031814813614, -0.8521548509597778, 1.9049323797225952, -1.0590417385101318, 1.7086420484702103e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027400493621826, 0.4675990045070648, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23263494670391083, 0.8408472537994385, -0.1690351516008377, -1.1081095933914185, 1.5356976985931396, 0.21041688323020935, 0.6222622394561768, -0.22928600013256073, -0.32752498984336853, 0.2502810060977936, 1.7958024740219116, -1.121137022972107, 1.4418452978134155, 1002.0, 1008.0, 0.0004549305886030197, -0.23459377884864807, -0.8521001935005188, 1.904977560043335, -1.0563921928405762, 4.176680522505194e-05], "mean": [-0.19951482117176056, 0.6046630144119263, 0.45138823986053467, -1.4119811058044434, -0.25391265749931335, -0.12054739892482758, 0.028271574527025223, -0.31032440066337585, 0.4675719738006592, 0.2282313108444214, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.08043157309293747, 0.6014208197593689, -0.371455579996109, -1.4752607345581055, 1.1361799240112305, 0.05416688323020935, 0.4164844751358032, -0.3098292648792267, -0.41649600863456726, 0.1987907439470291, 1.139420986175537, -2.172809362411499, 1.1189433336257935, 1001.764404296875, 501.44573974609375, 0.00045463265269063413, -0.23459944128990173, -0.8521087765693665, 1.9049628973007202, -1.057722806930542, 3.244974868721329e-05], "std": [2.6162602807744406e-05, 1.729642644932028e-05, 2.2568350686924532e-05, 2.4033581212279387e-05, 2.2649430320598185e-05, 1.7380842109560035e-05, 2.0579602278303355e-05, 1.5335488569689915e-05, 8.055492799030617e-06, 1.1695152352331206e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.11743056774139404, 0.09845000505447388, 0.08268791437149048, 0.2546073794364929, 0.3885398209095001, 0.10834603011608124, 0.19068072736263275, 0.0353345051407814, 0.044593922793865204, 0.041261766105890274, 0.3520110845565796, 0.4053099453449249, 0.2641758918762207, 0.6447048783302307, 423.1394348144531, 6.88044281105249e-07, 1.7840891359810485e-06, 9.676899026089814e-06, 9.88548435998382e-06, 0.0008408729336224496, 4.099576926819282e-06], "count": [866]}, "timestamp": {"min": [0.0], "max": [28.833333333333332], "mean": [14.416666666666666], "std": [8.333083329583221], "count": [866]}, "frame_index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "episode_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [866]}, "index": {"min": [171425], "max": [172290], "mean": [171857.5], "std": [249.99249988749662], "count": [866]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}, "gripper_open_scale_state": {"min": [1.0, 0.12999999523162842], "max": [1.0, 1.0], "mean": [1.0, 0.4984965347114942], "std": [0.0, 0.4196127785537152], "count": [866]}, "gripper_open_scale_action": {"min": [1.0, 0.12999999523162842], "max": [1.0, 1.0], "mean": [1.0, 0.4984965347114942], "std": [0.0, 0.41961277855371515], "count": [866]}, "eef_direction_state": {"mean": [6.0, 3.7217090069284064], "std": [0.0, 2.261723849152785], "min": [6, 0], "max": [6, 6], "count": [866]}, "eef_velocity_state": {"mean": [0.0, 0.7020785219399538], "std": [0.0, 0.5877269191373212], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_acc_mag_state": {"mean": [0.0, 0.5681293302540416], "std": [0.0, 0.7900071399646695], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_direction_action": {"mean": [6.0, 3.7217090069284064], "std": [0.0, 2.261723849152785], "min": [6, 0], "max": [6, 6], "count": [866]}, "eef_velocity_action": {"mean": [0.0, 0.7020785219399538], "std": [0.0, 0.5877269191373212], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_acc_mag_action": {"mean": [0.0, 0.5681293302540416], "std": [0.0, 0.7900071399646695], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_sim_pose_state": {"mean": [-0.31032437086105347, 0.46757203340530396, 0.22823144495487213, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3098655641078949, -0.4166552722454071, 0.1988869309425354, 1.139190435409546, -2.172297239303589, 1.1190376281738281], "std": [1.5344015992013738e-05, 8.035613063839264e-06, 1.1693839951476548e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.035318773239851, 0.04452996701002121, 0.04123325273394585, 0.3516596555709839, 0.40635091066360474, 0.26403024792671204], "min": [-0.31036901473999023, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3595989942550659, -0.4676080048084259, 0.1077129989862442, 0.6690460443496704, -2.561055898666382, 0.6509749293327332], "max": [-0.31027400493621826, 0.4675990045070648, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22928600013256073, -0.32752498984336853, 0.2502810060977936, 1.7958024740219116, -1.121137022972107, 1.4418452978134155], "count": [866]}, "eef_sim_pose_action": {"mean": [-0.31032440066337585, 0.4675719439983368, 0.228231281042099, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, -0.30986565351486206, -0.41665518283843994, 0.19888685643672943, 1.1391894817352295, -2.1723010540008545, 1.1190364360809326], "std": [1.534406874270644e-05, 8.036170584091451e-06, 1.1695222383423243e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.0353187695145607, 0.04452994838356972, 0.041233256459236145, 0.35165953636169434, 0.40635091066360474, 0.264030396938324], "min": [-0.31036901473999023, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3595989942550659, -0.4676080048084259, 0.1077129989862442, 0.6690460443496704, -2.561055898666382, 0.6509749293327332], "max": [-0.31027400493621826, 0.4675990045070648, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22928600013256073, -0.32752498984336853, 0.2502810060977936, 1.7958024740219116, -1.121137022972107, 1.4418452978134155], "count": [866]}, "gripper_mode_state": {"mean": [0.0, 0.5727482678983834], "std": [0.0, 0.4946793805261996], "min": [0, 0], "max": [0, 1], "count": [866]}, "gripper_activity_state": {"mean": [2.0, 1.9006928406466512], "std": [0.0, 0.3925689423213496], "min": [2, 0], "max": [2, 2], "count": [866]}, "gripper_mode_action": {"mean": [0.0, 0.5727482678983834], "std": [0.0, 0.4946793805261996], "min": [0, 0], "max": [0, 1], "count": [866]}, "gripper_activity_action": {"mean": [2.0, 1.9006928406466512], "std": [0.0, 0.3925689423213496], "min": [2, 0], "max": [2, 2], "count": [866]}}} +{"episode_index": 210, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43679028766495986]], [[0.41385305045585113]], [[0.42161882311310933]]], "std": [[[0.20380372930259216]], [[0.20538235514869882]], [[0.20344597140094886]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39868609758128304]], [[0.38921561342158945]], [[0.39312003299196535]]], "std": [[[0.2298238967314109]], [[0.22956008160061275]], [[0.21722761035212781]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4830908645039757]], [[0.4646976304587652]], [[0.4712656178448025]]], "std": [[[0.20771669248042635]], [[0.20529645183793852]], [[0.21519271574084353]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4567487510927938]], [[0.43519176840056617]], [[0.44569361964531035]]], "std": [[[0.2891838817820576]], [[0.27608112673365703]], [[0.2783696044293726]]], "count": [157]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1587551385164261, 0.4325798451900482, -0.5425356030464172, -1.7936923503875732, 0.25385814905166626, -0.24780184030532837, -0.13285446166992188, -0.36740100383758545, -0.470209002494812, 0.09059099853038788, 0.6270189881324768, -2.5194449424743652, 0.7462756037712097, 1000.0, 163.0, 0.00045305071398615837, -0.23460130393505096, -0.8519726395606995, 1.9049513339996338, -1.059185266494751, 1.803566556191072e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31027498841285706, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2528632879257202, 0.7105759382247925, -0.12868313491344452, -1.0876543521881104, 1.4950491189956665, 0.24087288975715637, 0.5338962078094482, -0.24133500456809998, -0.3568280041217804, 0.23998500406742096, 1.6992597579956055, -1.121137022972107, 1.3890968561172485, 1002.0, 1009.0, 0.0004549305886030197, -0.23457686603069305, -0.8519298434257507, 1.904979944229126, -1.056319236755371, 3.512208422762342e-05], "mean": [-0.19951674342155457, 0.6046677827835083, 0.451385498046875, -1.4119746685028076, -0.25391069054603577, -0.12056094408035278, 0.028267167508602142, -0.3103233575820923, 0.46757325530052185, 0.22823597490787506, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.08289965242147446, 0.5431640148162842, -0.36456578969955444, -1.4590344429016113, 0.999610424041748, 0.021135859191417694, 0.3514114022254944, -0.3165251910686493, -0.421653687953949, 0.1897815465927124, 1.1863476037979126, -2.0509793758392334, 1.112156867980957, 1001.7686157226562, 544.489990234375, 0.0004549278528429568, -0.23458974063396454, -0.8519425988197327, 1.9049676656723022, -1.0577342510223389, 2.8086249585612677e-05], "std": [2.5390032533323392e-05, 1.7782605937100016e-05, 2.3233591491589323e-05, 2.4638391550979577e-05, 2.2379426809493452e-05, 2.0901621610391885e-05, 1.9793757019215263e-05, 1.4723023923579603e-05, 7.717143489571754e-06, 1.1936939699808136e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.12686173617839813, 0.07911837100982666, 0.09668665379285812, 0.2327137589454651, 0.405879408121109, 0.14022572338581085, 0.21940189599990845, 0.03378712013363838, 0.04309941455721855, 0.042024288326501846, 0.3853970170021057, 0.44094112515449524, 0.23864677548408508, 0.6397348642349243, 410.1650695800781, 9.125628253059404e-08, 2.2335777885018615e-06, 1.491071998316329e-05, 6.520963779621525e-06, 0.0008610651129856706, 2.2430081116908696e-06], "count": [847]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1587551385164261, 0.4325798451900482, -0.5425356030464172, -1.7936923503875732, 0.25385814905166626, -0.24780184030532837, -0.13285446166992188, -0.36740100383758545, -0.470209002494812, 0.09059099853038788, 0.6270189881324768, -2.5194449424743652, 0.7462756037712097, 1000.0, 163.0, 0.00045305071398615837, -0.23460130393505096, -0.8519726395606995, 1.9049513339996338, -1.059185266494751, 1.803566556191072e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31027498841285706, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2528632879257202, 0.7105759382247925, -0.12868313491344452, -1.0876543521881104, 1.4950491189956665, 0.24087288975715637, 0.5338962078094482, -0.24133500456809998, -0.3568280041217804, 0.23998500406742096, 1.6992597579956055, -1.121137022972107, 1.3890968561172485, 1002.0, 1009.0, 0.0004549305886030197, -0.23457686603069305, -0.8519298434257507, 1.904979944229126, -1.056319236755371, 3.512208422762342e-05], "mean": [-0.19951677322387695, 0.6046677827835083, 0.4513855576515198, -1.4119746685028076, -0.253910630941391, -0.1205608993768692, 0.028267189860343933, -0.3103232681751251, 0.46757325530052185, 0.22823594510555267, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.08259345591068268, 0.5432674288749695, -0.36467087268829346, -1.4594025611877441, 0.999681293964386, 0.021001258864998817, 0.35131749510765076, -0.3165311813354492, -0.4215303361415863, 0.18969586491584778, 1.1864908933639526, -2.0512278079986572, 1.1122171878814697, 1001.7686157226562, 544.489990234375, 0.0004549278528429568, -0.23458974063396454, -0.8519425392150879, 1.9049676656723022, -1.0577366352081299, 2.8081765776732937e-05], "std": [2.543279879319016e-05, 1.777068064257037e-05, 2.3232516468851827e-05, 2.462832890159916e-05, 2.23481074499432e-05, 2.0889006918878295e-05, 1.9792143575614318e-05, 1.4724595530424267e-05, 7.718082997598685e-06, 1.1920569704670925e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.12689273059368134, 0.0792558565735817, 0.09682918339967728, 0.2328857183456421, 0.40575453639030457, 0.1404162496328354, 0.21958120167255402, 0.03378647565841675, 0.04311731085181236, 0.042019739747047424, 0.38556352257728577, 0.4404764175415039, 0.23856079578399658, 0.6397348046302795, 410.1650695800781, 9.125628253059404e-08, 2.233577561128186e-06, 1.4909081983205397e-05, 6.5269405240542255e-06, 0.0008606974151916802, 2.2441156488639535e-06], "count": [847]}, "timestamp": {"min": [0.0], "max": [28.2], "mean": [14.099999999999996], "std": [8.150255619713205], "count": [847]}, "frame_index": {"min": [0], "max": [846], "mean": [423.0], "std": [244.50766859139614], "count": [847]}, "episode_index": {"min": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [847]}, "index": {"min": [172291], "max": [173137], "mean": [172714.0], "std": [244.50766859139614], "count": [847]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [847]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5411629303674067], "std": [0.0, 0.40640531773258254], "count": [847]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.5411629303674067], "std": [0.0, 0.40640531773258254], "count": [847]}, "eef_direction_state": {"mean": [6.0, 3.709563164108619], "std": [0.0, 2.2109933923101432], "min": [6, 0], "max": [6, 6], "count": [847]}, "eef_velocity_state": {"mean": [0.0, 0.7461629279811098], "std": [0.0, 0.6339704810612851], "min": [0, 0], "max": [0, 2], "count": [847]}, "eef_acc_mag_state": {"mean": [0.0, 0.6210153482880756], "std": [0.0, 0.8140921793666039], "min": [0, 0], "max": [0, 2], "count": [847]}, "eef_direction_action": {"mean": [6.0, 3.709563164108619], "std": [0.0, 2.2109933923101432], "min": [6, 0], "max": [6, 6], "count": [847]}, "eef_velocity_action": {"mean": [0.0, 0.7461629279811098], "std": [0.0, 0.6339704810612851], "min": [0, 0], "max": [0, 2], "count": [847]}, "eef_acc_mag_action": {"mean": [0.0, 0.6210153482880756], "std": [0.0, 0.8140921793666039], "min": [0, 0], "max": [0, 2], "count": [847]}, "eef_sim_pose_state": {"mean": [-0.31032320857048035, 0.4675730764865875, 0.2282361388206482, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3165251612663269, -0.42165374755859375, 0.18978159129619598, 1.1863473653793335, -2.0509796142578125, 1.112156867980957], "std": [1.4722068954142742e-05, 7.71522263676161e-06, 1.1935964721487835e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03378713130950928, 0.04309941083192825, 0.04202427342534065, 0.3853972554206848, 0.44094139337539673, 0.23864687979221344], "min": [-0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36740100383758545, -0.470209002494812, 0.09059099853038788, 0.6270189881324768, -2.5194449424743652, 0.7462756037712097], "max": [-0.31027498841285706, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24133500456809998, -0.3568280041217804, 0.23998500406742096, 1.6992597579956055, -1.121137022972107, 1.3890968561172485], "count": [847]}, "eef_sim_pose_action": {"mean": [-0.3103233575820923, 0.46757325530052185, 0.22823597490787506, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.3165251910686493, -0.421653687953949, 0.1897815465927124, 1.1863476037979126, -2.0509793758392334, 1.112156867980957], "std": [1.4723023923579603e-05, 7.717143489571754e-06, 1.1936939699808136e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.03378712013363838, 0.04309941455721855, 0.042024288326501846, 0.3853970170021057, 0.44094112515449524, 0.23864677548408508], "min": [-0.31037798523902893, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36740100383758545, -0.470209002494812, 0.09059099853038788, 0.6270189881324768, -2.5194449424743652, 0.7462756037712097], "max": [-0.31027498841285706, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24133500456809998, -0.3568280041217804, 0.23998500406742096, 1.6992597579956055, -1.121137022972107, 1.3890968561172485], "count": [847]}, "gripper_mode_state": {"mean": [0.0, 0.5430932703659976], "std": [0.0, 0.49813950862098805], "min": [0, 0], "max": [0, 1], "count": [847]}, "gripper_activity_state": {"mean": [2.0, 1.9055489964580874], "std": [0.0, 0.3833055749321696], "min": [2, 0], "max": [2, 2], "count": [847]}, "gripper_mode_action": {"mean": [0.0, 0.5430932703659976], "std": [0.0, 0.49813950862098805], "min": [0, 0], "max": [0, 1], "count": [847]}, "gripper_activity_action": {"mean": [2.0, 1.9055489964580874], "std": [0.0, 0.3833055749321696], "min": [2, 0], "max": [2, 2], "count": [847]}}} +{"episode_index": 211, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43124366018482446]], [[0.40920715924338835]], [[0.4170626853114314]]], "std": [[[0.20355721373774568]], [[0.20574940152574697]], [[0.20268884075803906]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3994289662056876]], [[0.38958951353720295]], [[0.39381064688568584]]], "std": [[[0.22972207651923146]], [[0.22935046144251697]], [[0.2168993647476325]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48270322712418295]], [[0.464357442756352]], [[0.47095746358698004]]], "std": [[[0.2076784516744074]], [[0.20535919929977192]], [[0.2153666245110783]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4525390993593905]], [[0.43302808617928407]], [[0.4425524012033069]]], "std": [[[0.28307413844029944]], [[0.2722363518269088]], [[0.2745457870513747]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05209807679057121, 0.3539353013038635, -0.6196442246437073, -1.7660287618637085, 0.25384068489074707, -0.1685115396976471, -0.02834414690732956, -0.3626919984817505, -0.4795059859752655, 0.058789998292922974, 0.523194432258606, -2.4470126628875732, 0.661632776260376, 1000.0, 161.0, 0.0004549305886030197, -0.23459377884864807, -0.8519116044044495, 1.9045560359954834, -1.0589269399642944, -0.00013194512575864792], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2571219205856323, 0.6485992074012756, -0.12735667824745178, -1.1521615982055664, 1.5516849756240845, 0.1892635077238083, 0.49441686272621155, -0.24116000533103943, -0.37098801136016846, 0.25499099493026733, 1.8295819759368896, -1.121137022972107, 1.5430220365524292, 1002.0, 1009.0, 0.0004549305886030197, -0.2345806360244751, -0.851889431476593, 1.904585361480713, -1.0563913583755493, -8.258435991592705e-05], "mean": [-0.19952015578746796, 0.6046692132949829, 0.4513993561267853, -1.41195547580719, -0.25391438603401184, -0.1205613762140274, 0.028276460245251656, -0.3103305697441101, 0.46757224202156067, 0.2282382845878601, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.1378280520439148, 0.5053939819335938, -0.3699047863483429, -1.4390348196029663, 1.1038864850997925, 0.03934136778116226, 0.30004850029945374, -0.31048503518104553, -0.4404778480529785, 0.18318700790405273, 1.0705105066299438, -2.096141815185547, 1.2033501863479614, 1001.7791748046875, 563.985107421875, 0.0004549322766251862, -0.2345874160528183, -0.8518919348716736, 1.90457022190094, -1.0577101707458496, -0.00010389068484073505], "std": [2.7254051019554026e-05, 1.6973701349343173e-05, 2.2499190890812315e-05, 2.4000872144824825e-05, 2.2723837901139632e-05, 2.0782941646757536e-05, 2.002810470003169e-05, 1.4601503607991617e-05, 8.05285253591137e-06, 1.192929357785033e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.0806744396686554, 0.08587347716093063, 0.1072247251868248, 0.18983997404575348, 0.37561601400375366, 0.10162553191184998, 0.14266815781593323, 0.03452255576848984, 0.03281095623970032, 0.04830560460686684, 0.380953311920166, 0.37857314944267273, 0.28129079937934875, 0.6268318891525269, 410.506591796875, 1.6880221664905548e-09, 1.626982111702091e-06, 6.433046564779943e-06, 9.582659004081506e-06, 0.0008509831968694925, 1.7369437045999803e-05], "count": [806]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05209807679057121, 0.3539353013038635, -0.6196442246437073, -1.7660287618637085, 0.25384068489074707, -0.1685115396976471, -0.02834414690732956, -0.3626919984817505, -0.4795059859752655, 0.058789998292922974, 0.523194432258606, -2.4470126628875732, 0.661632776260376, 1000.0, 161.0, 0.0004549305886030197, -0.23459377884864807, -0.8519116044044495, 1.9045567512512207, -1.0589269399642944, -0.00013194512575864792], "max": [-0.19945622980594635, 0.6047216653823853, 0.45148175954818726, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2571219205856323, 0.6485992074012756, -0.12735667824745178, -1.1521615982055664, 1.5516849756240845, 0.1892635077238083, 0.49441686272621155, -0.24116000533103943, -0.37098801136016846, 0.25499099493026733, 1.8295819759368896, -1.121137022972107, 1.5430220365524292, 1002.0, 1009.0, 0.0004549305886030197, -0.2345806360244751, -0.851889431476593, 1.904585361480713, -1.0563913583755493, -8.258435991592705e-05], "mean": [-0.19952015578746796, 0.6046692132949829, 0.4513993561267853, -1.4119553565979004, -0.25391438603401184, -0.12056133151054382, 0.028276480734348297, -0.3103305399417877, 0.46757227182388306, 0.2282382845878601, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.13752532005310059, 0.5054462552070618, -0.36988550424575806, -1.439470887184143, 1.103955864906311, 0.03929935768246651, 0.3002687692642212, -0.31045645475387573, -0.4403606653213501, 0.18308155238628387, 1.070812463760376, -2.0965259075164795, 1.2032710313796997, 1001.7791748046875, 563.985107421875, 0.0004549322766251862, -0.2345874160528183, -0.851891815662384, 1.90457022190094, -1.057712197303772, -0.00010383768676547334], "std": [2.7254051019554026e-05, 1.6973701349343173e-05, 2.2499190890812315e-05, 2.4004772058106028e-05, 2.2723837901139632e-05, 2.0770499759237282e-05, 2.0016443158965558e-05, 1.4603181625716388e-05, 8.050930773606524e-06, 1.1927953892154619e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.08089979737997055, 0.08594664186239243, 0.10721147805452347, 0.19018034636974335, 0.3754643201828003, 0.1016986221075058, 0.142297625541687, 0.03453220799565315, 0.03288247808814049, 0.0482998862862587, 0.38144758343696594, 0.377739280462265, 0.28142815828323364, 0.6268318891525269, 410.506591796875, 1.6880221664905548e-09, 1.626982111702091e-06, 6.460932127083652e-06, 9.571096597937867e-06, 0.0008505150908604264, 1.7348897017654963e-05], "count": [806]}, "timestamp": {"min": [0.0], "max": [26.833333333333332], "mean": [13.416666666666664], "std": [7.755732646816089], "count": [806]}, "frame_index": {"min": [0], "max": [805], "mean": [402.5], "std": [232.67197940448264], "count": [806]}, "episode_index": {"min": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [806]}, "index": {"min": [173138], "max": [173943], "mean": [173540.5], "std": [232.67197940448264], "count": [806]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [806]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5604925577715963], "std": [0.0, 0.40672875266324754], "count": [806]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5604925577715963], "std": [0.0, 0.4067287526632476], "count": [806]}, "eef_direction_state": {"mean": [6.0, 4.038461538461538], "std": [0.0, 2.184370289959377], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_state": {"mean": [0.0, 0.71712158808933], "std": [0.0, 0.6585039458915927], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_state": {"mean": [0.0, 0.5669975186104218], "std": [0.0, 0.7938052135854379], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_direction_action": {"mean": [6.0, 4.038461538461538], "std": [0.0, 2.184370289959377], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_action": {"mean": [0.0, 0.71712158808933], "std": [0.0, 0.6585039458915927], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_action": {"mean": [0.0, 0.5669975186104218], "std": [0.0, 0.7938052135854379], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_sim_pose_state": {"mean": [-0.310330331325531, 0.4675725996494293, 0.22823835909366608, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.31048494577407837, -0.44047799706459045, 0.18318700790405273, 1.0705105066299438, -2.0961432456970215, 1.2033520936965942], "std": [1.4599835594708566e-05, 8.04388037067838e-06, 1.1929040738323238e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03452255576848984, 0.03281094878911972, 0.04830559715628624, 0.3809534013271332, 0.3785730302333832, 0.2812906801700592], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3626919984817505, -0.4795059859752655, 0.058789998292922974, 0.523194432258606, -2.4470126628875732, 0.661632776260376], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24116000533103943, -0.37098801136016846, 0.25499099493026733, 1.8295819759368896, -1.121137022972107, 1.5430220365524292], "count": [806]}, "eef_sim_pose_action": {"mean": [-0.3103305697441101, 0.46757224202156067, 0.2282382845878601, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.31048503518104553, -0.4404778480529785, 0.18318700790405273, 1.0705105066299438, -2.096141815185547, 1.2033501863479614], "std": [1.4601503607991617e-05, 8.05285253591137e-06, 1.192929357785033e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.03452255576848984, 0.03281095623970032, 0.04830560460686684, 0.380953311920166, 0.37857314944267273, 0.28129079937934875], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3626919984817505, -0.4795059859752655, 0.058789998292922974, 0.523194432258606, -2.4470126628875732, 0.661632776260376], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24116000533103943, -0.37098801136016846, 0.25499099493026733, 1.8295819759368896, -1.121137022972107, 1.5430220365524292], "count": [806]}, "gripper_mode_state": {"mean": [0.0, 0.5198511166253101], "std": [0.0, 0.4996057777575527], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_state": {"mean": [2.0, 1.8995037220843674], "std": [0.0, 0.39672949808548197], "min": [2, 0], "max": [2, 2], "count": [806]}, "gripper_mode_action": {"mean": [0.0, 0.5198511166253101], "std": [0.0, 0.49960577775755266], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_action": {"mean": [2.0, 1.8995037220843674], "std": [0.0, 0.3967294980854819], "min": [2, 0], "max": [2, 2], "count": [806]}}} +{"episode_index": 212, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.42942261078628235]], [[0.4079819473974329]], [[0.4147004796145366]]], "std": [[[0.20166066996315102]], [[0.20458149367965092]], [[0.20109937088940472]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39779016802504136]], [[0.38848880940428376]], [[0.39285883484920076]]], "std": [[[0.23098151146875645]], [[0.23038145861995643]], [[0.21786411940261916]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4827656028525868]], [[0.4643565721218206]], [[0.4707095366761162]]], "std": [[[0.207628818797662]], [[0.20523366774593627]], [[0.2151417079490558]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4388110173537286]], [[0.41861323849318843]], [[0.42932855072249787]]], "std": [[[0.2898753759516276]], [[0.27501644954532767]], [[0.27591802753137634]]], "count": [166]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675450026988983, 0.22818100452423096, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0742986649274826, 0.4309043288230896, -0.5538802742958069, -1.8287559747695923, 0.25389304757118225, -0.17130406200885773, -0.02834414690732956, -0.3601140081882477, -0.46926000714302063, 0.089867003262043, 0.6103855967521667, -2.517444372177124, 0.6216216087341309, 1000.0, 167.0, 0.00045305071398615837, -0.23458439111709595, -0.8518902063369751, 1.9045766592025757, -1.0589276552200317, -8.733059075893834e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028361599892377853, -0.31028398871421814, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22101104259490967, 0.7607715725898743, -0.1313360333442688, -1.1628605127334595, 1.4966024160385132, 0.2448522448539734, 0.5897118449211121, -0.23486900329589844, -0.34721899032592773, 0.28375300765037537, 1.7498500347137451, -1.121137022972107, 1.3771172761917114, 1002.0, 1008.0, 0.0004549305886030197, -0.23457123339176178, -0.8518743515014648, 1.904590129852295, -1.0563280582427979, 0.0001651687198318541], "mean": [-0.1995227038860321, 0.6046637296676636, 0.45139676332473755, -1.4119532108306885, -0.2539163827896118, -0.12055720388889313, 0.028277650475502014, -0.31033092737197876, 0.4675735831260681, 0.2282378375530243, -1.5732393264770508, -1.1211432218551636, -0.7462767362594604, 0.10331781208515167, 0.5976427793502808, -0.35418736934661865, -1.4761296510696411, 1.0332320928573608, 0.0648202896118164, 0.41294926404953003, -0.3041187524795532, -0.4230382442474365, 0.20089191198349, 1.2202329635620117, -2.094231128692627, 1.0313749313354492, 1001.8118286132812, 595.2811889648438, 0.0004539333749562502, -0.2345760315656662, -0.8518728613853455, 1.9045705795288086, -1.0577229261398315, 0.00014147131878416985], "std": [2.686106199689675e-05, 1.772541509126313e-05, 2.077688623103313e-05, 2.4354445486096665e-05, 2.2718093532603234e-05, 2.0430123186088167e-05, 2.486786979716271e-05, 1.457197777199326e-05, 7.841342267056461e-06, 1.2069256627000868e-05, 1.239776611328125e-05, 6.198883056640625e-06, 1.1324882507324219e-06, 0.09831840544939041, 0.09539823979139328, 0.09847284108400345, 0.22500202059745789, 0.3634874224662781, 0.1189674511551857, 0.16287559270858765, 0.036645084619522095, 0.04153668135404587, 0.04806121066212654, 0.3568566143512726, 0.39770278334617615, 0.25850942730903625, 0.5839149951934814, 411.26922607421875, 9.380465826325235e-07, 2.1391033442341723e-06, 6.857341304566944e-06, 1.3456691704050172e-05, 0.0007306066108867526, 5.665600474458188e-05], "count": [914]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675450026988983, 0.22818100452423096, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0742986649274826, 0.4309043288230896, -0.5538802742958069, -1.8287559747695923, 0.25389304757118225, -0.17130406200885773, -0.02834414690732956, -0.3601140081882477, -0.46926000714302063, 0.089867003262043, 0.6103855967521667, -2.517444372177124, 0.6216216087341309, 1000.0, 167.0, 0.00045305071398615837, -0.23458439111709595, -0.8518902063369751, 1.9045766592025757, -1.0589276552200317, -8.733059075893834e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45148175954818726, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028361599892377853, -0.31028398871421814, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.22101104259490967, 0.7607715725898743, -0.1313360333442688, -1.1628605127334595, 1.4966024160385132, 0.2448522448539734, 0.5897118449211121, -0.23486900329589844, -0.34721899032592773, 0.28375300765037537, 1.7498500347137451, -1.121137022972107, 1.3771172761917114, 1002.0, 1008.0, 0.0004549305886030197, -0.23457123339176178, -0.8518743515014648, 1.904590129852295, -1.0563280582427979, 0.0001651687198318541], "mean": [-0.19952267408370972, 0.6046637296676636, 0.4513967037200928, -1.4119532108306885, -0.2539164125919342, -0.12055724859237671, 0.028277650475502014, -0.310330867767334, 0.4675736129283905, 0.2282378226518631, -1.5732393264770508, -1.1211432218551636, -0.7462767362594604, 0.10302133113145828, 0.5976783633232117, -0.35411199927330017, -1.4764647483825684, 1.033402919769287, 0.06479229778051376, 0.41326266527175903, -0.30410996079444885, -0.42293351888656616, 0.20081619918346405, 1.2204203605651855, -2.0947160720825195, 1.0313059091567993, 1001.8118286132812, 595.2811889648438, 0.0004539313667919487, -0.2345760315656662, -0.8518728613853455, 1.9045705795288086, -1.0577234029769897, 0.00014173513045534492], "std": [2.6910291126114316e-05, 1.772541509126313e-05, 2.0778987163794227e-05, 2.4335802663699724e-05, 2.2705673472955823e-05, 2.0448964278330095e-05, 2.486786979716271e-05, 1.4575334716937505e-05, 7.842459126550239e-06, 1.2066659110132605e-05, 1.239776611328125e-05, 6.198883056640625e-06, 1.1324882507324219e-06, 0.09843645244836807, 0.09540687501430511, 0.0984247550368309, 0.22513414919376373, 0.36315807700157166, 0.11901409178972244, 0.16230089962482452, 0.036644551903009415, 0.041544873267412186, 0.04807257652282715, 0.35708698630332947, 0.39678508043289185, 0.258593887090683, 0.5839149951934814, 411.26922607421875, 9.379112384522159e-07, 2.1391033442341723e-06, 6.840354672021931e-06, 1.3449684047373012e-05, 0.0007304794853553176, 5.6153610785258934e-05], "count": [914]}, "timestamp": {"min": [0.0], "max": [30.433333333333334], "mean": [15.216666666666667], "std": [8.794963836701598], "count": [914]}, "frame_index": {"min": [0], "max": [913], "mean": [456.5], "std": [263.8489151010479], "count": [914]}, "episode_index": {"min": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [914]}, "index": {"min": [173944], "max": [174857], "mean": [174400.5], "std": [263.8489151010479], "count": [914]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [914]}, "gripper_open_scale_state": {"min": [1.0, 0.16699999570846558], "max": [1.0, 1.0], "mean": [1.0, 0.5914726466983883], "std": [0.0, 0.40744997227676066], "count": [914]}, "gripper_open_scale_action": {"min": [1.0, 0.16699999570846558], "max": [1.0, 1.0], "mean": [1.0, 0.5914726466983883], "std": [0.0, 0.40744997227676066], "count": [914]}, "eef_direction_state": {"mean": [6.0, 3.974835886214442], "std": [0.0, 2.219966394708612], "min": [6, 0], "max": [6, 6], "count": [914]}, "eef_velocity_state": {"mean": [0.0, 0.6849015317286652], "std": [0.0, 0.6304210335814494], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_acc_mag_state": {"mean": [0.0, 0.5711159737417943], "std": [0.0, 0.7951421584821226], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_direction_action": {"mean": [6.0, 3.974835886214442], "std": [0.0, 2.219966394708612], "min": [6, 0], "max": [6, 6], "count": [914]}, "eef_velocity_action": {"mean": [0.0, 0.6849015317286652], "std": [0.0, 0.6304210335814494], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_acc_mag_action": {"mean": [0.0, 0.5711159737417943], "std": [0.0, 0.7951421584821226], "min": [0, 0], "max": [0, 2], "count": [914]}, "eef_sim_pose_state": {"mean": [-0.3103310167789459, 0.46757349371910095, 0.22823749482631683, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3041185140609741, -0.42303815484046936, 0.20089197158813477, 1.2202340364456177, -2.094230890274048, 1.0313740968704224], "std": [1.457159760320792e-05, 7.840999387553893e-06, 1.206440447276691e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03664508834481239, 0.041536666452884674, 0.04806123301386833, 0.3568567931652069, 0.39770281314849854, 0.25850939750671387], "min": [-0.31037500500679016, 0.4675450026988983, 0.22818100452423096, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3601140081882477, -0.46926000714302063, 0.089867003262043, 0.6103855967521667, -2.517444372177124, 0.6216216087341309], "max": [-0.31028398871421814, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23486900329589844, -0.34721899032592773, 0.28375300765037537, 1.7498500347137451, -1.121137022972107, 1.3771172761917114], "count": [914]}, "eef_sim_pose_action": {"mean": [-0.31033092737197876, 0.4675735831260681, 0.2282378375530243, -1.5732393264770508, -1.1211432218551636, -0.7462767362594604, -0.3041187524795532, -0.4230382442474365, 0.20089191198349, 1.2202329635620117, -2.094231128692627, 1.0313749313354492], "std": [1.457197777199326e-05, 7.841342267056461e-06, 1.2069256627000868e-05, 1.239776611328125e-05, 6.198883056640625e-06, 1.1324882507324219e-06, 0.036645084619522095, 0.04153668135404587, 0.04806121066212654, 0.3568566143512726, 0.39770278334617615, 0.25850942730903625], "min": [-0.31037500500679016, 0.4675450026988983, 0.22818100452423096, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3601140081882477, -0.46926000714302063, 0.089867003262043, 0.6103855967521667, -2.517444372177124, 0.6216216087341309], "max": [-0.31028398871421814, 0.4675990045070648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23486900329589844, -0.34721899032592773, 0.28375300765037537, 1.7498500347137451, -1.121137022972107, 1.3771172761917114], "count": [914]}, "gripper_mode_state": {"mean": [0.0, 0.48468271334792123], "std": [0.0, 0.49976532565756776], "min": [0, 0], "max": [0, 1], "count": [914]}, "gripper_activity_state": {"mean": [2.0, 1.9102844638949672], "std": [0.0, 0.3751634596909659], "min": [2, 0], "max": [2, 2], "count": [914]}, "gripper_mode_action": {"mean": [0.0, 0.48468271334792123], "std": [0.0, 0.49976532565756776], "min": [0, 0], "max": [0, 1], "count": [914]}, "gripper_activity_action": {"mean": [2.0, 1.9102844638949672], "std": [0.0, 0.3751634596909659], "min": [2, 0], "max": [2, 2], "count": [914]}}} +{"episode_index": 213, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.431365144686907]], [[0.4099540968269028]], [[0.416584600990934]]], "std": [[[0.20175817641624574]], [[0.20449348469897027]], [[0.20104234413495817]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39445878663293277]], [[0.38506082384566725]], [[0.389595186327219]]], "std": [[[0.23094318480989257]], [[0.23033423591290786]], [[0.2170658789497784]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4842637254901961]], [[0.4655092965949821]], [[0.47171636622390894]]], "std": [[[0.20782152660722064]], [[0.20538230139685942]], [[0.21532303323922145]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45163770951929155]], [[0.4320800508644318]], [[0.4440485439068101]]], "std": [[[0.29815073176980594]], [[0.2806552446954682]], [[0.2815838730933889]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3364122211933136, 0.41833797097206116, -0.46474626660346985, -2.028927803039551, 0.5307197570800781, -0.07974409312009811, 0.26719245314598083, -0.35673901438713074, -0.45801401138305664, 0.10296700149774551, 0.6702854633331299, -2.3405261039733887, 0.5343716740608215, 1000.0, 171.0, 0.0004474110610317439, -0.23476861417293549, -0.8518862724304199, 1.9045543670654297, -1.0589767694473267, -0.0005666996003128588], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31028300523757935, 0.46759700775146484, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23719024658203125, 0.8649677038192749, -0.0193033404648304, -1.3964380025863647, 1.4113953113555908, 0.20547761023044586, 0.5186944007873535, -0.2205290049314499, -0.3098509907722473, 0.26807498931884766, 1.7146553993225098, -1.611553430557251, 1.3999049663543701, 1002.0, 1008.0, 0.0004680897400248796, -0.23436257243156433, -0.8518711924552917, 1.904589295387268, -1.0562503337860107, 0.0005306282546371222], "mean": [-0.199520543217659, 0.6046667098999023, 0.4513888955116272, -1.411952257156372, -0.2539181113243103, -0.12055714428424835, 0.028268981724977493, -0.310329794883728, 0.4675743877887726, 0.22823956608772278, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.049793653190135956, 0.636464536190033, -0.27635762095451355, -1.6548017263412476, 1.0310102701187134, 0.07715501636266708, 0.3663437068462372, -0.29276931285858154, -0.38762152194976807, 0.20286299288272858, 1.2137095928192139, -2.076585054397583, 1.0173474550247192, 1001.8496704101562, 559.4439086914062, 0.000453432381618768, -0.23461143672466278, -0.8518794775009155, 1.904551386833191, -1.057748794555664, 1.0095111065311357e-05], "std": [2.616695564938709e-05, 2.1979925804771483e-05, 2.3194750610855408e-05, 2.5584648028598167e-05, 2.3370997951133177e-05, 2.047727321041748e-05, 2.231762118753977e-05, 1.5154728316701949e-05, 8.03213788458379e-06, 1.3729159036302008e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.16753289103507996, 0.125568687915802, 0.11856120824813843, 0.21192426979541779, 0.2616768181324005, 0.08481790125370026, 0.06009368970990181, 0.036575548350811005, 0.048247866332530975, 0.04301651939749718, 0.3125670552253723, 0.18720926344394684, 0.24658657610416412, 0.5273593664169312, 404.8526916503906, 1.0884210723816068e-06, 1.4530569387716241e-05, 4.65341054223245e-06, 2.074996336887125e-05, 0.0008065517758950591, 0.00032801824272610247], "count": [838]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3364122211933136, 0.41833797097206116, -0.46474626660346985, -2.028927803039551, 0.5307197570800781, -0.07974409312009811, 0.26719245314598083, -0.35673901438713074, -0.45801401138305664, 0.10296700149774551, 0.6702854633331299, -2.3405261039733887, 0.5343716740608215, 1000.0, 171.0, 0.0004474110610317439, -0.23476861417293549, -0.8518862724304199, 1.9045543670654297, -1.0589767694473267, -0.0005666996003128588], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31028300523757935, 0.46759700775146484, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.23719024658203125, 0.8649677038192749, -0.0193033404648304, -1.3964380025863647, 1.4113953113555908, 0.20547761023044586, 0.5186944007873535, -0.2205290049314499, -0.3098509907722473, 0.26807498931884766, 1.7146553993225098, -1.611553430557251, 1.3999049663543701, 1002.0, 1008.0, 0.0004680897400248796, -0.23436257243156433, -0.8518711924552917, 1.904589295387268, -1.0562503337860107, 0.0005306282546371222], "mean": [-0.199520543217659, 0.6046666502952576, 0.4513889253139496, -1.411952257156372, -0.2539181113243103, -0.12055711448192596, 0.028269005939364433, -0.310329794883728, 0.4675743877887726, 0.2282395213842392, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.049935679882764816, 0.6368265151977539, -0.2767012119293213, -1.655190348625183, 1.0310369729995728, 0.07718710601329803, 0.3663618564605713, -0.2927538752555847, -0.38751012086868286, 0.20275992155075073, 1.2140367031097412, -2.0768203735351562, 1.016750454902649, 1001.8496704101562, 559.4522705078125, 0.000453432381618768, -0.23461145162582397, -0.8518794775009155, 1.9045515060424805, -1.0577512979507446, 1.0257096619170625e-05], "std": [2.616695564938709e-05, 2.197608773713e-05, 2.3207061531138606e-05, 2.5584648028598167e-05, 2.3370997951133177e-05, 2.045656401605811e-05, 2.233060513390228e-05, 1.5163125681283418e-05, 8.034033271542285e-06, 1.372927818010794e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.16755421459674835, 0.12540587782859802, 0.11853617429733276, 0.21198371052742004, 0.2616269290447235, 0.0847683697938919, 0.060086190700531006, 0.03657183051109314, 0.048268042504787445, 0.043064799159765244, 0.31294170022010803, 0.1867479532957077, 0.24713270366191864, 0.5273593664169312, 404.8625793457031, 1.0884210723816068e-06, 1.4531779925164301e-05, 4.653416453948012e-06, 2.063998908852227e-05, 0.0008064677240327001, 0.00032805537921376526], "count": [838]}, "timestamp": {"min": [0.0], "max": [27.9], "mean": [13.949999999999998], "std": [8.063653018328605], "count": [838]}, "frame_index": {"min": [0], "max": [837], "mean": [418.5], "std": [241.9095905498581], "count": [838]}, "episode_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [838]}, "index": {"min": [174858], "max": [175695], "mean": [175276.5], "std": [241.9095905498581], "count": [838]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [838]}, "gripper_open_scale_state": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5578054915891343], "std": [0.0, 0.4030492750639105], "count": [838]}, "gripper_open_scale_action": {"min": [1.0, 0.17100000381469727], "max": [1.0, 1.0], "mean": [1.0, 0.5578054915891343], "std": [0.0, 0.4030492750639105], "count": [838]}, "eef_direction_state": {"mean": [6.0, 3.818615751789976], "std": [0.0, 2.204472995180982], "min": [6, 0], "max": [6, 6], "count": [838]}, "eef_velocity_state": {"mean": [0.0, 0.7326968973747017], "std": [0.0, 0.6408192334741326], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_acc_mag_state": {"mean": [0.0, 0.6026252983293556], "std": [0.0, 0.7957781082350457], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_direction_action": {"mean": [6.0, 3.818615751789976], "std": [0.0, 2.204472995180982], "min": [6, 0], "max": [6, 6], "count": [838]}, "eef_velocity_action": {"mean": [0.0, 0.7326968973747017], "std": [0.0, 0.6408192334741326], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_acc_mag_action": {"mean": [0.0, 0.6026252983293556], "std": [0.0, 0.7957781082350457], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_sim_pose_state": {"mean": [-0.31032946705818176, 0.46757397055625916, 0.22823956608772278, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2927693724632263, -0.38762161135673523, 0.20286303758621216, 1.2137094736099243, -2.076585531234741, 1.017347812652588], "std": [1.5151398656598758e-05, 8.021816029213369e-06, 1.3729152669839095e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.036575548350811005, 0.04824786260724068, 0.043016500771045685, 0.31256699562072754, 0.18720924854278564, 0.24658653140068054], "min": [-0.310373991727829, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35673901438713074, -0.45801401138305664, 0.10296700149774551, 0.6702854633331299, -2.3405261039733887, 0.5343716740608215], "max": [-0.31028300523757935, 0.46759700775146484, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2205290049314499, -0.3098509907722473, 0.26807498931884766, 1.7146553993225098, -1.611553430557251, 1.3999049663543701], "count": [838]}, "eef_sim_pose_action": {"mean": [-0.310329794883728, 0.4675743877887726, 0.22823956608772278, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.29276931285858154, -0.38762152194976807, 0.20286299288272858, 1.2137095928192139, -2.076585054397583, 1.0173474550247192], "std": [1.5154728316701949e-05, 8.03213788458379e-06, 1.3729159036302008e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.036575548350811005, 0.048247866332530975, 0.04301651939749718, 0.3125670552253723, 0.18720926344394684, 0.24658657610416412], "min": [-0.310373991727829, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35673901438713074, -0.45801401138305664, 0.10296700149774551, 0.6702854633331299, -2.3405261039733887, 0.5343716740608215], "max": [-0.31028300523757935, 0.46759700775146484, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2205290049314499, -0.3098509907722473, 0.26807498931884766, 1.7146553993225098, -1.611553430557251, 1.3999049663543701], "count": [838]}, "gripper_mode_state": {"mean": [0.0, 0.5286396181384249], "std": [0.0, 0.4991790983934388], "min": [0, 0], "max": [0, 1], "count": [838]}, "gripper_activity_state": {"mean": [2.0, 1.905727923627685], "std": [0.0, 0.38397572573712646], "min": [2, 0], "max": [2, 2], "count": [838]}, "gripper_mode_action": {"mean": [0.0, 0.5286396181384249], "std": [0.0, 0.4991790983934388], "min": [0, 0], "max": [0, 1], "count": [838]}, "gripper_activity_action": {"mean": [2.0, 1.905727923627685], "std": [0.0, 0.3839757257371264], "min": [2, 0], "max": [2, 2], "count": [838]}}} +{"episode_index": 214, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4303783135157216]], [[0.40833381359300475]], [[0.41633767085099804]]], "std": [[[0.20224328196698613]], [[0.20485046604162688]], [[0.2015467711078766]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3973902634251899]], [[0.3880585005961844]], [[0.3922730331434376]]], "std": [[[0.23011965342575694]], [[0.2295109666169047]], [[0.21722456595570114]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48339587611508567]], [[0.4648152449324325]], [[0.4712794890478714]]], "std": [[[0.20783072385815698]], [[0.20543320722301775]], [[0.21532646395104127]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47279161698463174]], [[0.4489168281332803]], [[0.460339066088147]]], "std": [[[0.28532087804359507]], [[0.27050109263420447]], [[0.27259418997174606]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046518683433533, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.311104953289032, 0.39072683453559875, -0.45139452815055847, -2.0154712200164795, 0.02940879762172699, -0.28358107805252075, -0.02834414690732956, -0.35750600695610046, -0.48801299929618835, 0.07137300074100494, 0.9573485255241394, -2.1213526725769043, 0.54042649269104, 1000.0, 161.0, 0.00045305071398615837, -0.23454491794109344, -0.8518632650375366, 1.9047437906265259, -1.0589799880981445, -0.0003464746114332229], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027498841285706, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2765125334262848, 0.6655289530754089, -0.11650072783231735, -1.110779881477356, 1.0343519449234009, 0.1045626774430275, 0.4704185724258423, -0.21783599257469177, -0.317207008600235, 0.26176100969314575, 1.9066529273986816, -1.121137022972107, 1.2372735738754272, 1002.0, 1008.0, 0.00045305071398615837, -0.23453551530838013, -0.8518434762954712, 1.9048048257827759, -1.0562907457351685, 0.00030375857022590935], "mean": [-0.19952160120010376, 0.6046814322471619, 0.4513925611972809, -1.4119735956192017, -0.253906786441803, -0.12055126577615738, 0.028271222487092018, -0.31032291054725647, 0.46757349371910095, 0.22823993861675262, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.00015883994637988508, 0.5569650530815125, -0.28076687455177307, -1.5979416370391846, 0.7111649513244629, 0.00035806273808702826, 0.31623122096061707, -0.2943994700908661, -0.4069656729698181, 0.19035416841506958, 1.4263209104537964, -1.8050432205200195, 0.9399464726448059, 1001.7484130859375, 554.5260620117188, 0.0004530529258772731, -0.2345423847436905, -0.8518620729446411, 1.9047808647155762, -1.0577481985092163, 5.289484397508204e-05], "std": [2.6244089895044453e-05, 1.9046314264414832e-05, 2.211183891631663e-05, 2.51148176175775e-05, 2.211943683505524e-05, 1.990008786378894e-05, 2.536140709707979e-05, 1.5032324881758541e-05, 7.764785550534725e-06, 1.3066203791822772e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.17877130210399628, 0.07766111195087433, 0.07585213333368301, 0.2634340226650238, 0.3244953453540802, 0.11134824901819229, 0.14421677589416504, 0.03543827310204506, 0.05692731961607933, 0.04287585988640785, 0.31151115894317627, 0.33576270937919617, 0.20977434515953064, 0.6632329225540161, 403.9190368652344, 2.2118911147117615e-09, 1.73350144905271e-06, 7.383154752460541e-06, 1.716125370876398e-05, 0.0008740815101191401, 0.00018305456615053117], "count": [787]}, "action": {"min": [-0.1995958536863327, 0.6046518683433533, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.311104953289032, 0.39072683453559875, -0.45139452815055847, -2.0154712200164795, 0.02940879762172699, -0.28358107805252075, -0.02834414690732956, -0.35750600695610046, -0.48801299929618835, 0.07137300074100494, 0.9573485255241394, -2.1213526725769043, 0.54042649269104, 1000.0, 161.0, 0.00045305071398615837, -0.23454491794109344, -0.8518632650375366, 1.9047437906265259, -1.0589799880981445, -0.0003464746114332229], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027498841285706, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2765125334262848, 0.6655289530754089, -0.11650072783231735, -1.110779881477356, 1.0343519449234009, 0.1045626774430275, 0.4704185724258423, -0.21783599257469177, -0.317207008600235, 0.26176100969314575, 1.9066529273986816, -1.121137022972107, 1.2372735738754272, 1002.0, 1008.0, 0.00045305071398615837, -0.23453551530838013, -0.8518434762954712, 1.9048048257827759, -1.0562907457351685, 0.00030375857022590935], "mean": [-0.19952154159545898, 0.6046814918518066, 0.4513925313949585, -1.4119735956192017, -0.2539067268371582, -0.12055123597383499, 0.028271222487092018, -0.31032297015190125, 0.46757349371910095, 0.22823992371559143, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.00045417825458571315, 0.5569937229156494, -0.2805182635784149, -1.5985010862350464, 0.7108967900276184, 0.00016139533545356244, 0.3163747191429138, -0.29437360167503357, -0.40679264068603516, 0.1902850717306137, 1.4267295598983765, -1.805091142654419, 0.9398458003997803, 1001.745849609375, 554.5349731445312, 0.0004530529258772731, -0.2345423847436905, -0.8518620729446411, 1.9047808647155762, -1.0577473640441895, 5.2993746066931635e-05], "std": [2.6208026611129753e-05, 1.9099266864941455e-05, 2.2143143723951653e-05, 2.508793113520369e-05, 2.2077765606809407e-05, 1.9911518393200822e-05, 2.536140709707979e-05, 1.5011834875622299e-05, 7.76084289100254e-06, 1.3070877685095184e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.17891375720500946, 0.07768290489912033, 0.07561293989419937, 0.2635059356689453, 0.3249601423740387, 0.11169791221618652, 0.14392969012260437, 0.035434093326330185, 0.05694977939128876, 0.0428585521876812, 0.311914324760437, 0.33566832542419434, 0.20988647639751434, 0.6660926938056946, 403.9277038574219, 2.2118911147117615e-09, 1.73350144905271e-06, 7.383154752460541e-06, 1.711029290163424e-05, 0.0008733557187952101, 0.0001830497640185058], "count": [787]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.572904917459937], "count": [787]}, "frame_index": {"min": [0], "max": [786], "mean": [393.0], "std": [227.1871475237981], "count": [787]}, "episode_index": {"min": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [787]}, "index": {"min": [175696], "max": [176482], "mean": [176089.0], "std": [227.1871475237981], "count": [787]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [787]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5527547659989082], "std": [0.0, 0.4019409467208632], "count": [787]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5527547659989082], "std": [0.0, 0.4019409467208632], "count": [787]}, "eef_direction_state": {"mean": [6.0, 3.717916137229987], "std": [0.0, 2.216198131519668], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_state": {"mean": [0.0, 0.7331639135959339], "std": [0.0, 0.6006819735609286], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_state": {"mean": [0.0, 0.590851334180432], "std": [0.0, 0.7956793502851962], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_direction_action": {"mean": [6.0, 3.717916137229987], "std": [0.0, 2.216198131519668], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_action": {"mean": [0.0, 0.7331639135959339], "std": [0.0, 0.6006819735609286], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_action": {"mean": [0.0, 0.590851334180432], "std": [0.0, 0.7956793502851962], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_sim_pose_state": {"mean": [-0.31032299995422363, 0.4675734341144562, 0.22823987901210785, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29439932107925415, -0.4069654047489166, 0.190354123711586, 1.4263213872909546, -1.8050442934036255, 0.939947247505188], "std": [1.5032051123853307e-05, 7.764529073028825e-06, 1.3066024621366523e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03543826565146446, 0.05692734196782112, 0.042875856161117554, 0.31151115894317627, 0.3357626795768738, 0.20977440476417542], "min": [-0.310373991727829, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35750600695610046, -0.48801299929618835, 0.07137300074100494, 0.9573485255241394, -2.1213526725769043, 0.54042649269104], "max": [-0.31027498841285706, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21783599257469177, -0.317207008600235, 0.26176100969314575, 1.9066529273986816, -1.121137022972107, 1.2372735738754272], "count": [787]}, "eef_sim_pose_action": {"mean": [-0.31032291054725647, 0.46757349371910095, 0.22823993861675262, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2943994700908661, -0.4069656729698181, 0.19035416841506958, 1.4263209104537964, -1.8050432205200195, 0.9399464726448059], "std": [1.5032324881758541e-05, 7.764785550534725e-06, 1.3066203791822772e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.03543827310204506, 0.05692731961607933, 0.04287585988640785, 0.31151115894317627, 0.33576270937919617, 0.20977434515953064], "min": [-0.310373991727829, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35750600695610046, -0.48801299929618835, 0.07137300074100494, 0.9573485255241394, -2.1213526725769043, 0.54042649269104], "max": [-0.31027498841285706, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21783599257469177, -0.317207008600235, 0.26176100969314575, 1.9066529273986816, -1.121137022972107, 1.2372735738754272], "count": [787]}, "gripper_mode_state": {"mean": [0.0, 0.5349428208386277], "std": [0.0, 0.49877750477726923], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_state": {"mean": [2.0, 1.9047013977128335], "std": [0.0, 0.39024412394685315], "min": [2, 0], "max": [2, 2], "count": [787]}, "gripper_mode_action": {"mean": [0.0, 0.5349428208386277], "std": [0.0, 0.4987775047772692], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_action": {"mean": [2.0, 1.9047013977128335], "std": [0.0, 0.39024412394685315], "min": [2, 0], "max": [2, 2], "count": [787]}}} +{"episode_index": 215, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.996078431372549]]], "mean": [[[0.4312746438810698]], [[0.40868827313645295]], [[0.4166813073900317]]], "std": [[[0.20203353686906675]], [[0.204498855589519]], [[0.20166571008117512]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3953560487589719]], [[0.38578621711977223]], [[0.38958127080075383]]], "std": [[[0.23064169508843518]], [[0.22994663944614477]], [[0.21708599982390311]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4833716743855006]], [[0.4646891126849513]], [[0.47078438514976545]]], "std": [[[0.2078198594378687]], [[0.2052949692309307]], [[0.21517010658660013]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44416689096395207]], [[0.42529654983158904]], [[0.4368774334375877]]], "std": [[[0.29608741170843467]], [[0.2754956001803924]], [[0.276951602647975]]], "count": [163]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.0280823465436697, -0.31037798523902893, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32014575600624084, 0.4845208525657654, -0.4514119625091553, -2.0542001724243164, 0.25384068489074707, -0.2272942215204239, -0.028326693922281265, -0.36262500286102295, -0.4772779941558838, 0.09263599663972855, 0.9463760256767273, -2.269243001937866, 0.2558450698852539, 1000.0, 166.0, 0.00044929093564860523, -0.23457498848438263, -0.8518593311309814, 1.9047802686691284, -1.0589632987976074, 9.207681432599202e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.31028398871421814, 0.46760299801826477, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34637805819511414, 0.856572687625885, -0.10128145664930344, -1.0902024507522583, 1.1010583639144897, 0.15568336844444275, 0.8145626187324524, -0.21217399835586548, -0.3035280108451843, 0.2806220054626465, 1.9959033727645874, -1.121137022972107, 1.2167547941207886, 1002.0, 1009.0, 0.0004568104341160506, -0.23452235758304596, -0.851832389831543, 1.9048269987106323, -1.0563026666641235, 0.00017845815455075353], "mean": [-0.1995236724615097, 0.6046700477600098, 0.451389342546463, -1.41194486618042, -0.25390878319740295, -0.12054913491010666, 0.028273707255721092, -0.31033071875572205, 0.4675755798816681, 0.2282431572675705, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.0008991206414066255, 0.6683919429779053, -0.3100763261318207, -1.6146438121795654, 0.764211118221283, 0.0033545715268701315, 0.47472745180130005, -0.28960826992988586, -0.38873064517974854, 0.200396329164505, 1.524025321006775, -1.8895145654678345, 0.7622513771057129, 1001.7802734375, 580.7107543945312, 0.00045305106323212385, -0.23454649746418, -0.851852297782898, 1.904787302017212, -1.057731032371521, 0.00013285299064591527], "std": [2.6551746486802585e-05, 1.7184680473292246e-05, 2.243989183625672e-05, 2.931694507424254e-05, 2.2581472876481712e-05, 1.83142601599684e-05, 2.435261194477789e-05, 1.6344940377166495e-05, 8.35166883916827e-06, 1.2635112398129422e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.19164302945137024, 0.11311850696802139, 0.09556835889816284, 0.2925907075405121, 0.27946391701698303, 0.09264861047267914, 0.2264273315668106, 0.04389020428061485, 0.058232083916664124, 0.048515450209379196, 0.3412476181983948, 0.3091486394405365, 0.30536532402038574, 0.6254433393478394, 404.8841552734375, 1.88832700587227e-07, 5.611691904050531e-06, 8.951355994213372e-06, 1.8873039152822457e-05, 0.0007920882198959589, 1.656085078138858e-05], "count": [892]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.0280823465436697, -0.31037798523902893, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32014575600624084, 0.4845208525657654, -0.4514119625091553, -2.0542001724243164, 0.25384068489074707, -0.2272942215204239, -0.028326693922281265, -0.36262500286102295, -0.4772779941558838, 0.09263599663972855, 0.9463760256767273, -2.269243001937866, 0.2558450698852539, 1000.0, 166.0, 0.00044929093564860523, -0.23457498848438263, -0.8518593311309814, 1.9047802686691284, -1.0589632987976074, 9.207681432599202e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.31028398871421814, 0.46760299801826477, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34637805819511414, 0.856572687625885, -0.10128145664930344, -1.0902024507522583, 1.1010583639144897, 0.15568336844444275, 0.8145626187324524, -0.21217399835586548, -0.3035280108451843, 0.2806220054626465, 1.9959033727645874, -1.121137022972107, 1.2167547941207886, 1002.0, 1009.0, 0.0004568104341160506, -0.23452235758304596, -0.851832389831543, 1.9048269987106323, -1.0563026666641235, 0.00017845815455075353], "mean": [-0.19952373206615448, 0.6046701073646545, 0.45138928294181824, -1.41194486618042, -0.25390878319740295, -0.12054911255836487, 0.02827366814017296, -0.31033074855804443, 0.4675755798816681, 0.2282431572675705, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.000609909591730684, 0.6684834361076355, -0.30999183654785156, -1.615044116973877, 0.7644199132919312, 0.003368210047483444, 0.4753880798816681, -0.2895824909210205, -0.38859713077545166, 0.20029833912849426, 1.5244288444519043, -1.890222430229187, 0.7618685960769653, 1001.7802734375, 580.7107543945312, 0.00045305106323212385, -0.2345465123653412, -0.851852297782898, 1.9047871828079224, -1.0577309131622314, 0.00013291896902956069], "std": [2.66136212303536e-05, 1.7186926925205626e-05, 2.2430085664382204e-05, 2.931694507424254e-05, 2.2587544663110748e-05, 1.832304405979812e-05, 2.4351402316824533e-05, 1.634542604733724e-05, 8.351639735337812e-06, 1.263343347090995e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.19153757393360138, 0.11309996992349625, 0.09547661244869232, 0.2925572097301483, 0.2791520059108734, 0.09263132512569427, 0.2258175015449524, 0.0438847690820694, 0.058187637478113174, 0.04854731261730194, 0.3415183126926422, 0.30810967087745667, 0.30559906363487244, 0.6254433393478394, 404.8841552734375, 1.88832700587227e-07, 5.61784736419213e-06, 8.957494173955638e-06, 1.897140646178741e-05, 0.0007922661025077105, 1.6519223208888434e-05], "count": [892]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.850000000000001], "std": [8.583268608170199], "count": [892]}, "frame_index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "episode_index": {"min": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [892]}, "index": {"min": [176483], "max": [177374], "mean": [176928.5], "std": [257.498058245106], "count": [892]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}, "gripper_open_scale_state": {"min": [1.0, 0.16599999368190765], "max": [1.0, 1.0], "mean": [1.0, 0.5773923765918064], "std": [0.0, 0.4013891864131569], "count": [892]}, "gripper_open_scale_action": {"min": [1.0, 0.16599999368190765], "max": [1.0, 1.0], "mean": [1.0, 0.5773923765918064], "std": [0.0, 0.4013891864131569], "count": [892]}, "eef_direction_state": {"mean": [6.0, 3.562780269058296], "std": [0.0, 2.208190091651142], "min": [6, 0], "max": [6, 6], "count": [892]}, "eef_velocity_state": {"mean": [0.0, 0.7791479820627802], "std": [0.0, 0.577504443003471], "min": [0, 0], "max": [0, 2], "count": [892]}, "eef_acc_mag_state": {"mean": [0.0, 0.5930493273542601], "std": [0.0, 0.797471414384013], "min": [0, 0], "max": [0, 2], "count": [892]}, "eef_direction_action": {"mean": [6.0, 3.562780269058296], "std": [0.0, 2.208190091651142], "min": [6, 0], "max": [6, 6], "count": [892]}, "eef_velocity_action": {"mean": [0.0, 0.7791479820627802], "std": [0.0, 0.577504443003471], "min": [0, 0], "max": [0, 2], "count": [892]}, "eef_acc_mag_action": {"mean": [0.0, 0.5930493273542601], "std": [0.0, 0.797471414384013], "min": [0, 0], "max": [0, 2], "count": [892]}, "eef_sim_pose_state": {"mean": [-0.3103305399417877, 0.4675750136375427, 0.22824318706989288, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2896081209182739, -0.3887310028076172, 0.20039625465869904, 1.524025321006775, -1.8895140886306763, 0.7622511386871338], "std": [1.634388172533363e-05, 8.331263416039292e-06, 1.2635064194910228e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.04389021173119545, 0.05823209136724472, 0.048515431582927704, 0.3412476181983948, 0.30914852023124695, 0.30536556243896484], "min": [-0.31037798523902893, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36262500286102295, -0.4772779941558838, 0.09263599663972855, 0.9463760256767273, -2.269243001937866, 0.2558450698852539], "max": [-0.31028398871421814, 0.46760299801826477, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21217399835586548, -0.3035280108451843, 0.2806220054626465, 1.9959033727645874, -1.121137022972107, 1.2167547941207886], "count": [892]}, "eef_sim_pose_action": {"mean": [-0.31033071875572205, 0.4675755798816681, 0.2282431572675705, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, -0.28960826992988586, -0.38873064517974854, 0.200396329164505, 1.524025321006775, -1.8895145654678345, 0.7622513771057129], "std": [1.6344940377166495e-05, 8.35166883916827e-06, 1.2635112398129422e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.04389020428061485, 0.058232083916664124, 0.048515450209379196, 0.3412476181983948, 0.3091486394405365, 0.30536532402038574], "min": [-0.31037798523902893, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36262500286102295, -0.4772779941558838, 0.09263599663972855, 0.9463760256767273, -2.269243001937866, 0.2558450698852539], "max": [-0.31028398871421814, 0.46760299801826477, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21217399835586548, -0.3035280108451843, 0.2806220054626465, 1.9959033727645874, -1.121137022972107, 1.2167547941207886], "count": [892]}, "gripper_mode_state": {"mean": [0.0, 0.5100896860986547], "std": [0.0, 0.49989818786872553], "min": [0, 0], "max": [0, 1], "count": [892]}, "gripper_activity_state": {"mean": [2.0, 1.913677130044843], "std": [0.0, 0.3733756133838826], "min": [2, 0], "max": [2, 2], "count": [892]}, "gripper_mode_action": {"mean": [0.0, 0.5100896860986547], "std": [0.0, 0.49989818786872553], "min": [0, 0], "max": [0, 1], "count": [892]}, "gripper_activity_action": {"mean": [2.0, 1.913677130044843], "std": [0.0, 0.3733756133838826], "min": [2, 0], "max": [2, 2], "count": [892]}}} +{"episode_index": 216, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.43344371338474413]], [[0.41021934780009567]], [[0.41764488681651524]]], "std": [[[0.20225739475162471]], [[0.2041777419865563]], [[0.20154491895342108]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39531375538020086]], [[0.3857518058544556]], [[0.38973310841104736]]], "std": [[[0.2314988919367802]], [[0.23071774386363683]], [[0.218003652723934]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4840247850410489]], [[0.4652567850310856]], [[0.4712850759206122]]], "std": [[[0.2076103402181296]], [[0.20515380596671765]], [[0.21502282922409605]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4510238721504862]], [[0.4307051575203252]], [[0.4424532981129443]]], "std": [[[0.301761501210422]], [[0.27879143604210893]], [[0.2792816849670119]]], "count": [164]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.0280823465436697, -0.31037798523902893, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3321536183357239, 0.4801749587059021, -0.47561967372894287, -1.9152894020080566, 0.25385814905166626, -0.23109905421733856, -0.028379054740071297, -0.36700600385665894, -0.48685601353645325, 0.11798900365829468, 1.0628345012664795, -2.2410905361175537, 0.3890695571899414, 1000.0, 161.0, 0.0004474110610317439, -0.23458439111709595, -0.8518474102020264, 1.9048079252243042, -1.059002161026001, -0.00024585460778325796], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102720081806183, 0.46759700775146484, 0.22831299901008606, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.42243948578834534, 0.8722108006477356, -0.10566223412752151, -1.0270564556121826, 1.0551388263702393, 0.17762215435504913, 0.8269718885421753, -0.2290560007095337, -0.30886000394821167, 0.2741830050945282, 2.033146381378174, -1.121137022972107, 1.159606695175171, 1002.0, 1008.0, 0.0004586903378367424, -0.2345016747713089, -0.8517484068870544, 1.9049869775772095, -1.0563074350357056, 0.00047177504166029394], "mean": [-0.19952186942100525, 0.6046609282493591, 0.45138847827911377, -1.4119443893432617, -0.25391072034835815, -0.12053580582141876, 0.028271760791540146, -0.3103340268135071, 0.4675750732421875, 0.2282409518957138, -1.5732383728027344, -1.1211432218551636, -0.7462759613990784, 0.030998511239886284, 0.659904420375824, -0.3151615858078003, -1.5213979482650757, 0.7804731726646423, -0.03207913041114807, 0.563746452331543, -0.30111947655677795, -0.396649569272995, 0.2106112837791443, 1.5464237928390503, -1.9383574724197388, 0.7566215395927429, 1001.7333374023438, 478.1177673339844, 0.0004533911414910108, -0.2345532327890396, -0.8518244624137878, 1.904834270477295, -1.0577354431152344, 0.000148683218867518], "std": [2.650883652677294e-05, 1.8551798348198645e-05, 2.3038024664856493e-05, 2.7804426281363703e-05, 2.3685024643782526e-05, 1.9254432118032128e-05, 2.0690191377070732e-05, 1.4863759133731946e-05, 8.003089533303864e-06, 1.2605079064087477e-05, 3.0498429623548873e-05, 9.301560567109846e-06, 2.221950671810191e-05, 0.21105435490608215, 0.10320311784744263, 0.09496793895959854, 0.2758103013038635, 0.2309008091688156, 0.11359705030918121, 0.22220788896083832, 0.03471456840634346, 0.0613129548728466, 0.04035719856619835, 0.2963792383670807, 0.29427337646484375, 0.22923944890499115, 0.6798673868179321, 395.1231994628906, 8.285718990919122e-07, 4.050214556627907e-06, 3.0278759368229657e-05, 5.453577250591479e-05, 0.0008710919646546245, 0.00010979136277455837], "count": [900]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.0280823465436697, -0.31037798523902893, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.3321536183357239, 0.4801749587059021, -0.47561967372894287, -1.9152894020080566, 0.25385814905166626, -0.23109905421733856, -0.028379054740071297, -0.36700600385665894, -0.48685601353645325, 0.11798900365829468, 1.0628345012664795, -2.2410905361175537, 0.3890695571899414, 1000.0, 161.0, 0.0004474110610317439, -0.23458439111709595, -0.8518474102020264, 1.9048079252243042, -1.059002161026001, -0.00024585460778325796], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.4118491411209106, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102720081806183, 0.46759700775146484, 0.22831299901008606, -1.5723901987075806, -1.121137022972107, -0.7456094622612, 0.42243948578834534, 0.8722108006477356, -0.10566223412752151, -1.0270564556121826, 1.0551388263702393, 0.17762215435504913, 0.8269718885421753, -0.2290560007095337, -0.30886000394821167, 0.2741830050945282, 2.033146381378174, -1.121137022972107, 1.159606695175171, 1002.0, 1008.0, 0.0004586903378367424, -0.2345016747713089, -0.8517484068870544, 1.9049869775772095, -1.0563074350357056, 0.00047177504166029394], "mean": [-0.19952192902565002, 0.6046609282493591, 0.45138847827911377, -1.4119446277618408, -0.25391072034835815, -0.12053576856851578, 0.02827170304954052, -0.3103339970111847, 0.4675750732421875, 0.2282409518957138, -1.5732383728027344, -1.1211432218551636, -0.7462759613990784, 0.030741926282644272, 0.6600707769393921, -0.3150801658630371, -1.521775722503662, 0.7809117436408997, -0.031979821622371674, 0.5644677877426147, -0.3010868728160858, -0.3965221047401428, 0.21053464710712433, 1.5466867685317993, -1.9392699003219604, 0.7562653422355652, 1001.7333374023438, 478.1177673339844, 0.0004533911414910108, -0.2345532327890396, -0.8518243432044983, 1.904834508895874, -1.0577369928359985, 0.00014862522948533297], "std": [2.646293432917446e-05, 1.8551454559201375e-05, 2.3038024664856493e-05, 2.7872398277395405e-05, 2.3685024643782526e-05, 1.9262357454863377e-05, 2.075620614050422e-05, 1.4853468201181386e-05, 7.994665793376043e-06, 1.2610860721906647e-05, 3.0498429623548873e-05, 9.301560567109846e-06, 2.221950671810191e-05, 0.21098968386650085, 0.10323459655046463, 0.09488247334957123, 0.2758931815624237, 0.2302742302417755, 0.11355875432491302, 0.22133700549602509, 0.03471975028514862, 0.06128454953432083, 0.04038913547992706, 0.29650774598121643, 0.29300862550735474, 0.22950448095798492, 0.6798673868179321, 395.12322998046875, 8.285718990919122e-07, 4.052424628753215e-06, 3.037201167899184e-05, 5.471592885442078e-05, 0.0008716451120562851, 0.00010980193474097177], "count": [900]}, "timestamp": {"min": [0.0], "max": [29.966666666666665], "mean": [14.983333333333333], "std": [8.66024869200691], "count": [900]}, "frame_index": {"min": [0], "max": [899], "mean": [449.5], "std": [259.80746076020733], "count": [900]}, "episode_index": {"min": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [900]}, "index": {"min": [177375], "max": [178274], "mean": [177824.5], "std": [259.80746076020733], "count": [900]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [900]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.47545444399118425], "std": [0.0, 0.39155544704919665], "count": [900]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.47545444399118425], "std": [0.0, 0.3915554470491967], "count": [900]}, "eef_direction_state": {"mean": [6.0, 3.4677777777777776], "std": [0.0, 2.058064234921191], "min": [6, 0], "max": [6, 6], "count": [900]}, "eef_velocity_state": {"mean": [0.0, 0.88], "std": [0.0, 0.6028082429577243], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_acc_mag_state": {"mean": [0.0, 0.7233333333333334], "std": [0.0, 0.821996215184581], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_direction_action": {"mean": [6.0, 3.4677777777777776], "std": [0.0, 2.058064234921191], "min": [6, 0], "max": [6, 6], "count": [900]}, "eef_velocity_action": {"mean": [0.0, 0.88], "std": [0.0, 0.6028082429577243], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_acc_mag_action": {"mean": [0.0, 0.7233333333333334], "std": [0.0, 0.821996215184581], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_sim_pose_state": {"mean": [-0.310333788394928, 0.46757498383522034, 0.22824110090732574, -1.5732258558273315, -1.1211371421813965, -0.7462748885154724, -0.3011195957660675, -0.39664971828460693, 0.21061140298843384, 1.5464229583740234, -1.9383578300476074, 0.7566211223602295], "std": [1.4862183888908476e-05, 8.002361028047744e-06, 1.2604273251781706e-05, 2.787586890917737e-05, 7.141630248952424e-06, 2.2192392862052657e-05, 0.03471457585692406, 0.06131294369697571, 0.04035719856619835, 0.29637911915779114, 0.2942734658718109, 0.22923949360847473], "min": [-0.31037798523902893, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36700600385665894, -0.48685601353645325, 0.11798900365829468, 1.0628345012664795, -2.2410905361175537, 0.3890695571899414], "max": [-0.3102720081806183, 0.46759700775146484, 0.22831299901008606, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2290560007095337, -0.30886000394821167, 0.2741830050945282, 2.033146381378174, -1.121137022972107, 1.159606695175171], "count": [900]}, "eef_sim_pose_action": {"mean": [-0.3103340268135071, 0.4675750732421875, 0.2282409518957138, -1.5732383728027344, -1.1211432218551636, -0.7462759613990784, -0.30111947655677795, -0.396649569272995, 0.2106112837791443, 1.5464237928390503, -1.9383574724197388, 0.7566215395927429], "std": [1.4863759133731946e-05, 8.003089533303864e-06, 1.2605079064087477e-05, 3.0498429623548873e-05, 9.301560567109846e-06, 2.221950671810191e-05, 0.03471456840634346, 0.0613129548728466, 0.04035719856619835, 0.2963792383670807, 0.29427337646484375, 0.22923944890499115], "min": [-0.31037798523902893, 0.46755000948905945, 0.2282010018825531, -1.5732269287109375, -1.1213513612747192, -0.7462756037712097, -0.36700600385665894, -0.48685601353645325, 0.11798900365829468, 1.0628345012664795, -2.2410905361175537, 0.3890695571899414], "max": [-0.3102720081806183, 0.46759700775146484, 0.22831299901008606, -1.5723901987075806, -1.121137022972107, -0.7456094622612, -0.2290560007095337, -0.30886000394821167, 0.2741830050945282, 2.033146381378174, -1.121137022972107, 1.159606695175171], "count": [900]}, "gripper_mode_state": {"mean": [0.0, 0.6277777777777778], "std": [0.0, 0.48339718607597254], "min": [0, 0], "max": [0, 1], "count": [900]}, "gripper_activity_state": {"mean": [2.0, 1.9122222222222223], "std": [0.0, 0.37722017672493957], "min": [2, 0], "max": [2, 2], "count": [900]}, "gripper_mode_action": {"mean": [0.0, 0.6277777777777778], "std": [0.0, 0.48339718607597254], "min": [0, 0], "max": [0, 1], "count": [900]}, "gripper_activity_action": {"mean": [2.0, 1.9122222222222223], "std": [0.0, 0.37722017672493957], "min": [2, 0], "max": [2, 2], "count": [900]}}} +{"episode_index": 217, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.43752637408430933]], [[0.4130463397047857]], [[0.4205950659626267]]], "std": [[[0.20293932379182222]], [[0.204890231295592]], [[0.20218242184224114]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40339963865859546]], [[0.39450186153879896]], [[0.39865088882309074]]], "std": [[[0.23235042398136696]], [[0.23169548915950627]], [[0.21998443724843963]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49664842002237136]], [[0.48220413047769445]], [[0.4839044487761548]]], "std": [[[0.2128699432208535]], [[0.2104555927563286]], [[0.21857606694912057]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4506876247422906]], [[0.42979279757204897]], [[0.44019664319866647]]], "std": [[[0.2849097908129427]], [[0.27353030412565205]], [[0.2754955915888642]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12054989486932755, 0.02816961333155632, -0.31037798523902893, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13550736010074615, 0.422334760427475, -0.5000019073486328, -1.7771116495132446, 0.25391051173210144, -0.31552061438560486, -0.028291787952184677, -0.3530470132827759, -0.493149995803833, 0.09804999828338623, 0.918857216835022, -2.34763765335083, 0.6435317993164062, 1000.0, 144.0, 0.00045305071398615837, -0.2345637083053589, -0.8517602682113647, 1.9049854278564453, -1.0589237213134766, -0.0006606748793274164], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.31027498841285706, 0.46760299801826477, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.313443660736084, 0.7162831425666809, -0.16027358174324036, -1.0259219408035278, 1.3238496780395508, 0.1276010125875473, 0.6794741153717041, -0.22950899600982666, -0.3586840033531189, 0.26214298605918884, 1.8652546405792236, -1.121137022972107, 1.3931294679641724, 1002.0, 1009.0, 0.00045305071398615837, -0.23455055058002472, -0.8517475724220276, 1.9050060510635376, -1.0564104318618774, 0.0010963785462081432], "mean": [-0.19951438903808594, 0.6046631336212158, 0.45138031244277954, -1.4119644165039062, -0.25391432642936707, -0.12051785737276077, 0.028278030455112457, -0.3103318512439728, 0.4675728678703308, 0.2282402515411377, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.12442607432603836, 0.5498557686805725, -0.33755001425743103, -1.4185802936553955, 0.909430205821991, -0.02662329189479351, 0.4603128433227539, -0.30431684851646423, -0.4316825270652771, 0.1993449479341507, 1.3725740909576416, -1.992864727973938, 1.04191255569458, 1001.753173828125, 540.673828125, 0.00045305295498110354, -0.23455804586410522, -0.8517470955848694, 1.9049984216690063, -1.0577361583709717, 8.667531119499472e-07], "std": [2.672467235242948e-05, 1.70684652402997e-05, 2.2877680748933926e-05, 2.4687566110515036e-05, 2.2941758288652636e-05, 1.7882617612485774e-05, 2.4546150598325767e-05, 1.5694293324486353e-05, 8.559360139770433e-06, 1.2556737601698842e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.13711054623126984, 0.08666520565748215, 0.07516345381736755, 0.25366389751434326, 0.34481456875801086, 0.12545214593410492, 0.19594122469425201, 0.03668415918946266, 0.047890499234199524, 0.04448872059583664, 0.3444335460662842, 0.38212883472442627, 0.259624719619751, 0.6578496694564819, 415.45318603515625, 2.240994945168495e-09, 9.041205544235709e-07, 6.994872819632292e-06, 6.425700121326372e-06, 0.0008652713731862605, 0.0003348744357936084], "count": [794]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12054989486932755, 0.02816961333155632, -0.31037798523902893, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13550736010074615, 0.422334760427475, -0.5000019073486328, -1.7771116495132446, 0.25391051173210144, -0.31552061438560486, -0.028291787952184677, -0.3530470132827759, -0.493149995803833, 0.09804999828338623, 0.918857216835022, -2.34763765335083, 0.6435317993164062, 1000.0, 144.0, 0.00045305071398615837, -0.2345637083053589, -0.8517602682113647, 1.9049854278564453, -1.0589237213134766, -0.0006606748793274164], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.31027498841285706, 0.46760299801826477, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.313443660736084, 0.7162831425666809, -0.16027358174324036, -1.0259219408035278, 1.3238496780395508, 0.1276010125875473, 0.6794741153717041, -0.22950899600982666, -0.3586840033531189, 0.26214298605918884, 1.8652546405792236, -1.121137022972107, 1.3931294679641724, 1002.0, 1009.0, 0.00045305071398615837, -0.23455055058002472, -0.8517475724220276, 1.9050060510635376, -1.0564104318618774, 0.0010963785462081432], "mean": [-0.19951441884040833, 0.604663074016571, 0.45138031244277954, -1.4119644165039062, -0.2539142966270447, -0.12051787227392197, 0.028278054669499397, -0.3103318512439728, 0.4675728678703308, 0.2282402217388153, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.12403502315282822, 0.5498257875442505, -0.3374301791191101, -1.4189209938049316, 0.9094971418380737, -0.026830973103642464, 0.4606960415840149, -0.30431699752807617, -0.4315497577190399, 0.19925180077552795, 1.3729257583618164, -1.9933245182037354, 1.0418866872787476, 1001.753173828125, 540.673828125, 0.00045305295498110354, -0.23455804586410522, -0.8517470955848694, 1.9049984216690063, -1.0577361583709717, 5.690689022230799e-07], "std": [2.6726789656095207e-05, 1.7054344425559975e-05, 2.2905911464476958e-05, 2.4730925360927358e-05, 2.2941932911635377e-05, 1.7889451555674896e-05, 2.4535034754080698e-05, 1.570726089994423e-05, 8.54529753269162e-06, 1.2512879948189948e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.13733868300914764, 0.08665034919977188, 0.07505756616592407, 0.2538366913795471, 0.3446922302246094, 0.12574350833892822, 0.1952817440032959, 0.03668418899178505, 0.047936901450157166, 0.04450555518269539, 0.34478044509887695, 0.38129839301109314, 0.259655237197876, 0.6578496694564819, 415.45318603515625, 2.240994945168495e-09, 9.041205544235709e-07, 7.003642167546786e-06, 6.424713774322299e-06, 0.0008652191609144211, 0.0003348872996866703], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [794]}, "index": {"min": [178275], "max": [179068], "mean": [178671.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.14399999380111694], "max": [1.0, 1.0], "mean": [1.0, 0.5373526437944669], "std": [0.0, 0.41171922219838714], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.14399999380111694], "max": [1.0, 1.0], "mean": [1.0, 0.5373526437944669], "std": [0.0, 0.41171922219838714], "count": [794]}, "eef_direction_state": {"mean": [6.0, 3.7418136020151134], "std": [0.0, 2.1405500212486066], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.7783375314861462], "std": [0.0, 0.6053782937270071], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.5856423173803527], "std": [0.0, 0.7988312640576514], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 3.7418136020151134], "std": [0.0, 2.1405500212486066], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.7783375314861462], "std": [0.0, 0.6053782937270071], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.5856423173803527], "std": [0.0, 0.7988312640576514], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.310331791639328, 0.46757325530052185, 0.22824031114578247, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3043166697025299, -0.4316825568675995, 0.19934484362602234, 1.3725743293762207, -1.9928640127182007, 1.0419129133224487], "std": [1.5694244211772457e-05, 8.548920050088782e-06, 1.2556643014249858e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03668417036533356, 0.04789050295948982, 0.04448869824409485, 0.34443339705467224, 0.38212883472442627, 0.259624719619751], "min": [-0.31037798523902893, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3530470132827759, -0.493149995803833, 0.09804999828338623, 0.918857216835022, -2.34763765335083, 0.6435317993164062], "max": [-0.31027498841285706, 0.46760299801826477, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22950899600982666, -0.3586840033531189, 0.26214298605918884, 1.8652546405792236, -1.121137022972107, 1.3931294679641724], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.3103318512439728, 0.4675728678703308, 0.2282402515411377, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.30431684851646423, -0.4316825270652771, 0.1993449479341507, 1.3725740909576416, -1.992864727973938, 1.04191255569458], "std": [1.5694293324486353e-05, 8.559360139770433e-06, 1.2556737601698842e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03668415918946266, 0.047890499234199524, 0.04448872059583664, 0.3444335460662842, 0.38212883472442627, 0.259624719619751], "min": [-0.31037798523902893, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3530470132827759, -0.493149995803833, 0.09804999828338623, 0.918857216835022, -2.34763765335083, 0.6435317993164062], "max": [-0.31027498841285706, 0.46760299801826477, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22950899600982666, -0.3586840033531189, 0.26214298605918884, 1.8652546405792236, -1.121137022972107, 1.3931294679641724], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.5390428211586902], "std": [0.0, 0.49847332738669703], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8929471032745593], "std": [0.0, 0.4106585357327872], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.5390428211586902], "std": [0.0, 0.49847332738669703], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8929471032745593], "std": [0.0, 0.4106585357327872], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"episode_index": 218, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.43670141051518646]], [[0.4120624591503268]], [[0.4192409686178393]]], "std": [[[0.20222127304092094]], [[0.20409277153019528]], [[0.20141090870447426]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4030293000288351]], [[0.3941443975874664]], [[0.398479764994233]]], "std": [[[0.23305889730596108]], [[0.23231998374921864]], [[0.2201206845504712]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4960458657727797]], [[0.4829079152249135]], [[0.48383532655709344]]], "std": [[[0.21262647601887594]], [[0.2107121807585952]], [[0.2186938872297419]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44639292219338716]], [[0.42771726018838907]], [[0.43705909145520955]]], "std": [[[0.2937277924193262]], [[0.28348647621703077]], [[0.2848418145603632]]], "count": [170]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14953981339931488, 0.41313686966896057, -0.5117654800415039, -1.882686734199524, 0.25391051173210144, -0.23399628698825836, -0.028326693922281265, -0.3588300049304962, -0.49514099955558777, 0.09677500277757645, 0.7066240906715393, -2.5481038093566895, 0.6098740696907043, 1000.0, 157.0, 0.00043989153346046805, -0.23458439111709595, -0.8517586588859558, 1.9049941301345825, -1.0589689016342163, -0.00013099588977638632], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40163514018058777, 0.753947377204895, -0.12632693350315094, -0.8676555752754211, 1.510320782661438, 0.2652551531791687, 0.7631626725196838, -0.2097029983997345, -0.3514220118522644, 0.27859899401664734, 1.8321534395217896, -1.121137022972107, 1.5462924242019653, 1002.0, 1009.0, 0.00046057021245360374, -0.2345336228609085, -0.851719856262207, 1.9050393104553223, -1.0563422441482544, -9.872153896139935e-05], "mean": [-0.1995122879743576, 0.6046726703643799, 0.45138248801231384, -1.41196608543396, -0.253921777009964, -0.12053664028644562, 0.02827438712120056, -0.31033024191856384, 0.467572420835495, 0.22824212908744812, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, 0.1355033814907074, 0.5764106512069702, -0.339396595954895, -1.3977779150009155, 1.0797773599624634, 0.037966933101415634, 0.5249270796775818, -0.30004262924194336, -0.43045616149902344, 0.20969243347644806, 1.2664989233016968, -2.143159866333008, 1.111903190612793, 1001.7245483398438, 471.2701416015625, 0.00045319044147618115, -0.2345585972070694, -0.8517468571662903, 1.9050158262252808, -1.0577232837677002, -0.00011043722770409659], "std": [2.7136000426253304e-05, 1.7226284398930147e-05, 2.4644028599141166e-05, 2.4486827896907926e-05, 2.305863017681986e-05, 1.8258189811604097e-05, 1.843378231569659e-05, 1.564025296829641e-05, 8.033382073335815e-06, 1.217123462993186e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.14869937300682068, 0.10412119328975677, 0.08340459316968918, 0.3122032582759857, 0.36308979988098145, 0.1307055652141571, 0.20655156672000885, 0.044920843094587326, 0.04917681962251663, 0.047017112374305725, 0.4040769636631012, 0.3920813500881195, 0.2981760799884796, 0.6891911029815674, 400.03985595703125, 9.278342645302473e-07, 5.1371875997574534e-06, 9.585963198333047e-06, 1.3726576071348973e-05, 0.000834385456983, 4.648334652301855e-06], "count": [944]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512898027896881, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14953981339931488, 0.41313686966896057, -0.5117654800415039, -1.882686734199524, 0.25391051173210144, -0.23399628698825836, -0.028326693922281265, -0.3588300049304962, -0.49514099955558777, 0.09677500277757645, 0.7066240906715393, -2.5481038093566895, 0.6098740696907043, 1000.0, 157.0, 0.00043989153346046805, -0.23458439111709595, -0.8517586588859558, 1.9049941301345825, -1.0589689016342163, -0.00013099588977638632], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40163514018058777, 0.753947377204895, -0.12632693350315094, -0.8676555752754211, 1.510320782661438, 0.2652551531791687, 0.7631626725196838, -0.2097029983997345, -0.3514220118522644, 0.27859899401664734, 1.8321534395217896, -1.121137022972107, 1.5462924242019653, 1002.0, 1009.0, 0.00046057021245360374, -0.2345336228609085, -0.851719856262207, 1.9050393104553223, -1.0563422441482544, -9.872153896139935e-05], "mean": [-0.19951222836971283, 0.6046726703643799, 0.45138251781463623, -1.41196608543396, -0.25392186641693115, -0.120536670088768, 0.02827436849474907, -0.31033027172088623, 0.4675724506378174, 0.22824214398860931, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, 0.1352863907814026, 0.5765112042427063, -0.3393166959285736, -1.3980485200881958, 1.0801126956939697, 0.03789211064577103, 0.5252583622932434, -0.30001401901245117, -0.4303792417049408, 0.20965176820755005, 1.2666629552841187, -2.1436588764190674, 1.1119447946548462, 1001.7245483398438, 471.2701416015625, 0.00045319044147618115, -0.2345586121082306, -0.8517468571662903, 1.9050158262252808, -1.057725429534912, -0.00011042717233067378], "std": [2.709068030526396e-05, 1.7226284398930147e-05, 2.4642613425385207e-05, 2.444226629449986e-05, 2.313516779395286e-05, 1.8262355297338217e-05, 1.8425032976665534e-05, 1.563581645314116e-05, 8.033262929529883e-06, 1.2179077202745248e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.14875532686710358, 0.10419431328773499, 0.08333330601453781, 0.3123261332511902, 0.36247265338897705, 0.13081645965576172, 0.2059137374162674, 0.044922906905412674, 0.04917552322149277, 0.047017667442560196, 0.40423277020454407, 0.39107900857925415, 0.2981277406215668, 0.6891911029815674, 400.03985595703125, 9.278342645302473e-07, 5.132332262292039e-06, 9.598723408998922e-06, 1.3723066331294831e-05, 0.0008344409870915115, 4.649015863833483e-06], "count": [944]}, "timestamp": {"min": [0.0], "max": [31.433333333333334], "mean": [15.716666666666667], "std": [9.08363913858317], "count": [944]}, "frame_index": {"min": [0], "max": [943], "mean": [471.5], "std": [272.5091741574951], "count": [944]}, "episode_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [944]}, "index": {"min": [179069], "max": [180012], "mean": [179540.5], "std": [272.5091741574951], "count": [944]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [944]}, "gripper_open_scale_state": {"min": [1.0, 0.15700000524520874], "max": [1.0, 1.0], "mean": [1.0, 0.46859215905542595], "std": [0.0, 0.3964492870601486], "count": [944]}, "gripper_open_scale_action": {"min": [1.0, 0.15700000524520874], "max": [1.0, 1.0], "mean": [1.0, 0.46859215905542595], "std": [0.0, 0.39644928706014865], "count": [944]}, "eef_direction_state": {"mean": [6.0, 3.6959745762711864], "std": [0.0, 2.2665924695636113], "min": [6, 0], "max": [6, 6], "count": [944]}, "eef_velocity_state": {"mean": [0.0, 0.7764830508474576], "std": [0.0, 0.6668909680540365], "min": [0, 0], "max": [0, 2], "count": [944]}, "eef_acc_mag_state": {"mean": [0.0, 0.6186440677966102], "std": [0.0, 0.8056420907555755], "min": [0, 0], "max": [0, 2], "count": [944]}, "eef_direction_action": {"mean": [6.0, 3.6959745762711864], "std": [0.0, 2.2665924695636113], "min": [6, 0], "max": [6, 6], "count": [944]}, "eef_velocity_action": {"mean": [0.0, 0.7764830508474576], "std": [0.0, 0.6668909680540365], "min": [0, 0], "max": [0, 2], "count": [944]}, "eef_acc_mag_action": {"mean": [0.0, 0.6186440677966102], "std": [0.0, 0.8056420907555755], "min": [0, 0], "max": [0, 2], "count": [944]}, "eef_sim_pose_state": {"mean": [-0.31033003330230713, 0.46757248044013977, 0.2282421588897705, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.30004242062568665, -0.4304560720920563, 0.20969241857528687, 1.266499638557434, -2.1431589126586914, 1.1119028329849243], "std": [1.5638746845070273e-05, 8.033187441469636e-06, 1.2171177331765648e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04492085427045822, 0.04917682707309723, 0.04701710864901543, 0.4040769338607788, 0.39208152890205383, 0.298176109790802], "min": [-0.3103800117969513, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3588300049304962, -0.49514099955558777, 0.09677500277757645, 0.7066240906715393, -2.5481038093566895, 0.6098740696907043], "max": [-0.31028199195861816, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2097029983997345, -0.3514220118522644, 0.27859899401664734, 1.8321534395217896, -1.121137022972107, 1.5462924242019653], "count": [944]}, "eef_sim_pose_action": {"mean": [-0.31033024191856384, 0.467572420835495, 0.22824212908744812, -1.5732394456863403, -1.1211415529251099, -0.7462767362594604, -0.30004262924194336, -0.43045616149902344, 0.20969243347644806, 1.2664989233016968, -2.143159866333008, 1.111903190612793], "std": [1.564025296829641e-05, 8.033382073335815e-06, 1.217123462993186e-05, 1.2516975402832031e-05, 4.5299530029296875e-06, 1.1324882507324219e-06, 0.044920843094587326, 0.04917681962251663, 0.047017112374305725, 0.4040769636631012, 0.3920813500881195, 0.2981760799884796], "min": [-0.3103800117969513, 0.4675469994544983, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3588300049304962, -0.49514099955558777, 0.09677500277757645, 0.7066240906715393, -2.5481038093566895, 0.6098740696907043], "max": [-0.31028199195861816, 0.46759501099586487, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2097029983997345, -0.3514220118522644, 0.27859899401664734, 1.8321534395217896, -1.121137022972107, 1.5462924242019653], "count": [944]}, "gripper_mode_state": {"mean": [0.0, 0.6260593220338984], "std": [0.0, 0.4838481655730002], "min": [0, 0], "max": [0, 1], "count": [944]}, "gripper_activity_state": {"mean": [2.0, 1.9110169491525424], "std": [0.0, 0.3718446682955747], "min": [2, 0], "max": [2, 2], "count": [944]}, "gripper_mode_action": {"mean": [0.0, 0.6260593220338984], "std": [0.0, 0.48384816557300014], "min": [0, 0], "max": [0, 1], "count": [944]}, "gripper_activity_action": {"mean": [2.0, 1.9110169491525424], "std": [0.0, 0.3718446682955748], "min": [2, 0], "max": [2, 2], "count": [944]}}} +{"episode_index": 219, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.43465617049392463]], [[0.4102913417883932]], [[0.4177630732662192]]], "std": [[[0.2027796315046607]], [[0.20476548000413525]], [[0.20191171610732683]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4039900877856735]], [[0.3952028981335264]], [[0.39976192179892095]]], "std": [[[0.23264554402022497]], [[0.23179081276972857]], [[0.22009024237708394]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4961224667719437]], [[0.48222388910821595]], [[0.4835318298460324]]], "std": [[[0.21266461285333968]], [[0.21049889813664152]], [[0.21855705431499664]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4459869500372856]], [[0.42503646587270255]], [[0.4343841048164232]]], "std": [[[0.28608716122853256]], [[0.2740511907654821]], [[0.27593952794244236]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31037798523902893, 0.46754300594329834, 0.22819699347019196, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.0987856313586235, 0.4743106961250305, -0.5401968359947205, -1.8997036218643188, 0.25385814905166626, -0.2581167221069336, -0.02834414690732956, -0.3501740097999573, -0.5003960132598877, 0.10336299985647202, 0.7695796489715576, -2.543700933456421, 0.4761568307876587, 1000.0, 167.0, 0.000434251909609884, -0.23457686603069305, -0.85194331407547, 1.9050099849700928, -1.0590084791183472, -0.00011106173042207956], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.3102720081806183, 0.467602014541626, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.38271579146385193, 0.7625518441200256, -0.1351233869791031, -0.9405055642127991, 1.4033668041229248, 0.22284363210201263, 0.6845006942749023, -0.20001299679279327, -0.36185500025749207, 0.28189700841903687, 1.9215455055236816, -1.121137022972107, 1.3602077960968018, 1002.0, 1009.0, 0.00046432996168732643, -0.2345336228609085, -0.8514987826347351, 1.9050449132919312, -1.0562527179718018, 4.8411522584501654e-05], "mean": [-0.19951242208480835, 0.6046738624572754, 0.4513917565345764, -1.4119651317596436, -0.25392019748687744, -0.12055233120918274, 0.028271228075027466, -0.3103296160697937, 0.46757060289382935, 0.22823883593082428, -1.5732380151748657, -1.1211422681808472, -0.7462758421897888, 0.14997300505638123, 0.599340558052063, -0.35615846514701843, -1.4378472566604614, 0.9304778575897217, 0.027043793350458145, 0.4378913938999176, -0.2927016019821167, -0.4344051778316498, 0.20692923665046692, 1.3586134910583496, -1.9792249202728271, 1.002510666847229, 1001.7528076171875, 577.2660522460938, 0.0004531996964942664, -0.23456285893917084, -0.8517422080039978, 1.9050277471542358, -1.0577579736709595, -5.9895792219322175e-05], "std": [2.70416076091351e-05, 1.701055771263782e-05, 2.2954252926865593e-05, 2.4725966795813292e-05, 2.35734351008432e-05, 1.938398963829968e-05, 2.1277566702337936e-05, 1.628739119041711e-05, 8.620770131528843e-06, 1.190789134852821e-05, 2.6482333851163276e-05, 2.561145265644882e-05, 2.359731479373295e-05, 0.14394010603427887, 0.09512849897146225, 0.0850677415728569, 0.3077825605869293, 0.3852311372756958, 0.1445567011833191, 0.21364125609397888, 0.044548019766807556, 0.048078183084726334, 0.04957859590649605, 0.3943203389644623, 0.4208528995513916, 0.28939780592918396, 0.6582069396972656, 408.1829833984375, 1.4304467867987114e-06, 3.1811721328267595e-06, 8.01877467893064e-05, 8.169741704477929e-06, 0.0008249199599958956, 6.30621361779049e-05], "count": [793]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31037798523902893, 0.46754300594329834, 0.22819699347019196, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.0987856313586235, 0.4743106961250305, -0.5401968359947205, -1.8997036218643188, 0.25385814905166626, -0.2581167221069336, -0.02834414690732956, -0.3501740097999573, -0.5003960132598877, 0.10336299985647202, 0.7695796489715576, -2.543700933456421, 0.4761568307876587, 1000.0, 167.0, 0.000434251909609884, -0.23457686603069305, -0.851944088935852, 1.9050099849700928, -1.0590084791183472, -0.00011106173042207956], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.3102720081806183, 0.467602014541626, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.38271579146385193, 0.7625518441200256, -0.1351233869791031, -0.9405055642127991, 1.4033668041229248, 0.22284363210201263, 0.6845006942749023, -0.20001299679279327, -0.36185500025749207, 0.28189700841903687, 1.9215455055236816, -1.121137022972107, 1.3602077960968018, 1002.0, 1009.0, 0.00046432996168732643, -0.2345336228609085, -0.8514987826347351, 1.9050449132919312, -1.0562527179718018, 4.8411522584501654e-05], "mean": [-0.1995125114917755, 0.6046738624572754, 0.4513917565345764, -1.4119651317596436, -0.25392019748687744, -0.12055238336324692, 0.028271228075027466, -0.3103296160697937, 0.46757060289382935, 0.2282387912273407, -1.5732380151748657, -1.1211422681808472, -0.7462758421897888, 0.14966098964214325, 0.5994551181793213, -0.35612431168556213, -1.438248872756958, 0.9306686520576477, 0.02689523436129093, 0.43817049264907837, -0.29267311096191406, -0.4342864155769348, 0.20684726536273956, 1.3589376211166382, -1.9796723127365112, 1.0024827718734741, 1001.7528076171875, 577.2660522460938, 0.0004531973390839994, -0.23456285893917084, -0.8517424464225769, 1.9050277471542358, -1.0577552318572998, -5.9725807659560814e-05], "std": [2.7060294087277725e-05, 1.7005117115331814e-05, 2.2954252926865593e-05, 2.4725966795813292e-05, 2.35734351008432e-05, 1.9417744624661282e-05, 2.1277564883348532e-05, 1.6286639947793446e-05, 8.627539500594139e-06, 1.1910545254067983e-05, 2.6482333851163276e-05, 2.561145265644882e-05, 2.359731479373295e-05, 0.1441003829240799, 0.09518957138061523, 0.08503477275371552, 0.30795589089393616, 0.38493332266807556, 0.14476870000362396, 0.21317605674266815, 0.044543951749801636, 0.048112381249666214, 0.04959706589579582, 0.39460211992263794, 0.42012819647789, 0.2894233763217926, 0.6582069396972656, 408.1829833984375, 1.4322453125714674e-06, 3.1827194106881507e-06, 8.049912139540538e-05, 8.190906555682886e-06, 0.0008251992403529584, 6.312345067271963e-05], "count": [793]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.200000000000001], "std": [7.63063999063425], "count": [793]}, "frame_index": {"min": [0], "max": [792], "mean": [396.0], "std": [228.9191997190275], "count": [793]}, "episode_index": {"min": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [793]}, "index": {"min": [180013], "max": [180805], "mean": [180409.0], "std": [228.9191997190275], "count": [793]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [793]}, "gripper_open_scale_state": {"min": [1.0, 0.16699999570846558], "max": [1.0, 1.0], "mean": [1.0, 0.5736733930746815], "std": [0.0, 0.40439507229859], "count": [793]}, "gripper_open_scale_action": {"min": [1.0, 0.16699999570846558], "max": [1.0, 1.0], "mean": [1.0, 0.5736733930746815], "std": [0.0, 0.40439507229859], "count": [793]}, "eef_direction_state": {"mean": [6.0, 3.6443883984867593], "std": [0.0, 2.1745163768889992], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_state": {"mean": [0.0, 0.8133669609079445], "std": [0.0, 0.6195412921093044], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_state": {"mean": [0.0, 0.6015132408575031], "std": [0.0, 0.8004398098351605], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_direction_action": {"mean": [6.0, 3.6443883984867593], "std": [0.0, 2.1745163768889992], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_action": {"mean": [0.0, 0.8133669609079445], "std": [0.0, 0.6195412921093044], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_action": {"mean": [0.0, 0.6015132408575031], "std": [0.0, 0.8004398098351605], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_sim_pose_state": {"mean": [-0.3103296756744385, 0.46757087111473083, 0.22823891043663025, -1.5732262134552002, -1.1211377382278442, -0.7462747693061829, -0.2927016019821167, -0.4344050884246826, 0.2069292515516281, 1.3586161136627197, -1.9792240858078003, 1.0025115013122559], "std": [1.6287338439724408e-05, 8.616692866780795e-06, 1.1907695807167329e-05, 2.3645019609830342e-05, 2.524026967876125e-05, 2.35727693507215e-05, 0.044548023492097855, 0.04807818681001663, 0.04957862198352814, 0.39432039856910706, 0.4208528697490692, 0.2893977165222168], "min": [-0.31037798523902893, 0.46754300594329834, 0.22819699347019196, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3501740097999573, -0.5003960132598877, 0.10336299985647202, 0.7695796489715576, -2.543700933456421, 0.4761568307876587], "max": [-0.3102720081806183, 0.467602014541626, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.20001299679279327, -0.36185500025749207, 0.28189700841903687, 1.9215455055236816, -1.121137022972107, 1.3602077960968018], "count": [793]}, "eef_sim_pose_action": {"mean": [-0.3103296160697937, 0.46757060289382935, 0.22823883593082428, -1.5732380151748657, -1.1211422681808472, -0.7462758421897888, -0.2927016019821167, -0.4344051778316498, 0.20692923665046692, 1.3586134910583496, -1.9792249202728271, 1.002510666847229], "std": [1.628739119041711e-05, 8.620770131528843e-06, 1.190789134852821e-05, 2.6482333851163276e-05, 2.561145265644882e-05, 2.359731479373295e-05, 0.044548019766807556, 0.048078183084726334, 0.04957859590649605, 0.3943203389644623, 0.4208528995513916, 0.28939780592918396], "min": [-0.31037798523902893, 0.46754300594329834, 0.22819699347019196, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3501740097999573, -0.5003960132598877, 0.10336299985647202, 0.7695796489715576, -2.543700933456421, 0.4761568307876587], "max": [-0.3102720081806183, 0.467602014541626, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.20001299679279327, -0.36185500025749207, 0.28189700841903687, 1.9215455055236816, -1.121137022972107, 1.3602077960968018], "count": [793]}, "gripper_mode_state": {"mean": [0.0, 0.5069356872635561], "std": [0.0, 0.4999518939279874], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_state": {"mean": [2.0, 1.8978562421185372], "std": [0.0, 0.39975773813018056], "min": [2, 0], "max": [2, 2], "count": [793]}, "gripper_mode_action": {"mean": [0.0, 0.5069356872635561], "std": [0.0, 0.4999518939279874], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_action": {"mean": [2.0, 1.8978562421185372], "std": [0.0, 0.39975773813018056], "min": [2, 0], "max": [2, 2], "count": [793]}}} +{"episode_index": 220, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.984313725490196]]], "mean": [[[0.43577238745391317]], [[0.41138122695659457]], [[0.41846301926219204]]], "std": [[[0.20265623914482805]], [[0.20446969469838205]], [[0.2016947219038314]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4016592849212335]], [[0.3928071764496397]], [[0.3973459574534942]]], "std": [[[0.2327671654800124]], [[0.23191048486632634]], [[0.21986629940199529]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4966838117458522]], [[0.4821602145131557]], [[0.48385281810373726]]], "std": [[[0.21291811674957242]], [[0.21045953795242991]], [[0.21860189046318487]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44597569575372886]], [[0.4255040875858891]], [[0.4356070470923412]]], "std": [[[0.29104841112910756]], [[0.2789252798502974]], [[0.2802145957541643]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16484634578227997, 0.5011014938354492, -0.4654618799686432, -1.9057250022888184, 0.25389304757118225, -0.28958502411842346, -0.028326693922281265, -0.3419809937477112, -0.49165600538253784, 0.0986040011048317, 0.8686798214912415, -2.3382527828216553, 0.6160330176353455, 1000.0, 170.0, 0.00045305071398615837, -0.23454491794109344, -0.8519845008850098, 1.9049965143203735, -1.0590323209762573, 2.5629629817558452e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3518933057785034, 0.7452207207679749, -0.16283921897411346, -1.019446849822998, 1.3530665636062622, 0.21762509644031525, 0.6348460912704468, -0.20879299938678741, -0.3535270094871521, 0.2874529957771301, 1.847029209136963, -1.121137022972107, 1.3029282093048096, 1002.0, 1009.0, 0.00045305071398615837, -0.23452986776828766, -0.8519488573074341, 1.905025839805603, -1.0562416315078735, 0.000251550052780658], "mean": [-0.19951170682907104, 0.6046686768531799, 0.45139673352241516, -1.4119694232940674, -0.2539205551147461, -0.12055572122335434, 0.028268568217754364, -0.3103310465812683, 0.4675697386264801, 0.2282354086637497, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.10047610104084015, 0.6270381212234497, -0.32949358224868774, -1.5123907327651978, 0.9091386198997498, 0.029868002980947495, 0.42135268449783325, -0.2833201587200165, -0.42361778020858765, 0.20903293788433075, 1.3958070278167725, -1.9617360830307007, 0.9678449630737305, 1001.7285766601562, 504.7071533203125, 0.00045305307139642537, -0.23453854024410248, -0.8519699573516846, 1.9050266742706299, -1.0577363967895508, 6.257110362639651e-05], "std": [2.600985681056045e-05, 1.712754055915866e-05, 2.213278457929846e-05, 2.5966146495193243e-05, 2.2815553165855817e-05, 2.0291363398428075e-05, 2.0156488972133957e-05, 1.5074289876793046e-05, 8.073170647548977e-06, 1.2854248780058697e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.1560128927230835, 0.07321923971176147, 0.07454165071249008, 0.29029950499534607, 0.3265964984893799, 0.13640719652175903, 0.19482484459877014, 0.039459750056266785, 0.052678678184747696, 0.05134928226470947, 0.34759804606437683, 0.3562977910041809, 0.22231395542621613, 0.6849691271781921, 398.8703918457031, 2.35741026699543e-09, 2.213009111073916e-06, 1.3773156751994975e-05, 1.7992098946706392e-05, 0.000820918707177043, 6.707610737066716e-05], "count": [840]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16484634578227997, 0.5011014938354492, -0.4654618799686432, -1.9057250022888184, 0.25389304757118225, -0.28958502411842346, -0.028326693922281265, -0.3419809937477112, -0.49165600538253784, 0.0986040011048317, 0.8686798214912415, -2.3382527828216553, 0.6160330176353455, 1000.0, 170.0, 0.00045305071398615837, -0.23454491794109344, -0.8519845008850098, 1.9049965143203735, -1.0590323209762573, 2.5629629817558452e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3518933057785034, 0.7452207207679749, -0.16283921897411346, -1.019446849822998, 1.3530665636062622, 0.21762509644031525, 0.6348460912704468, -0.20879299938678741, -0.3535270094871521, 0.2874529957771301, 1.847029209136963, -1.121137022972107, 1.3029282093048096, 1002.0, 1009.0, 0.00045305071398615837, -0.23452986776828766, -0.8519488573074341, 1.905025839805603, -1.0562416315078735, 0.000251550052780658], "mean": [-0.19951176643371582, 0.6046687364578247, 0.451396644115448, -1.4119694232940674, -0.2539204955101013, -0.12055575102567673, 0.028268568217754364, -0.3103310465812683, 0.4675697684288025, 0.2282353937625885, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.10014044493436813, 0.6271538734436035, -0.329429566860199, -1.5127557516098022, 0.9094283580780029, 0.029713019728660583, 0.42158791422843933, -0.28330084681510925, -0.4235040545463562, 0.2089751660823822, 1.395991563796997, -1.9622128009796143, 0.967931866645813, 1001.7285766601562, 504.7071533203125, 0.00045305307139642537, -0.23453854024410248, -0.8519699573516846, 1.9050266742706299, -1.057739019393921, 6.275756459217519e-05], "std": [2.6064395569846965e-05, 1.7117294191848487e-05, 2.21654318011133e-05, 2.5991730581154115e-05, 2.2801079467171803e-05, 2.0276424038456753e-05, 2.0156488972133957e-05, 1.506459193478804e-05, 8.071238880802412e-06, 1.2854359738412313e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.15610271692276, 0.07326064258813858, 0.0744599848985672, 0.2903657555580139, 0.3261229395866394, 0.13665179908275604, 0.19440056383609772, 0.039450474083423615, 0.05268681049346924, 0.05135490745306015, 0.3477332592010498, 0.3554396629333496, 0.22224165499210358, 0.6849691271781921, 398.8703918457031, 2.35741026699543e-09, 2.213009111073916e-06, 1.3763865354121663e-05, 1.8011305655818433e-05, 0.0008208623039536178, 6.721179670421407e-05], "count": [840]}, "timestamp": {"min": [0.0], "max": [27.966666666666665], "mean": [13.983333333333333], "std": [8.08289804097149], "count": [840]}, "frame_index": {"min": [0], "max": [839], "mean": [419.5], "std": [242.48694122914466], "count": [840]}, "episode_index": {"min": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [840]}, "index": {"min": [180806], "max": [181645], "mean": [181225.5], "std": [242.48694122914466], "count": [840]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [840]}, "gripper_open_scale_state": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.5018107156845786], "std": [0.0, 0.39521624910849334], "count": [840]}, "gripper_open_scale_action": {"min": [1.0, 0.17000000178813934], "max": [1.0, 1.0], "mean": [1.0, 0.5018107156845786], "std": [0.0, 0.39521624910849334], "count": [840]}, "eef_direction_state": {"mean": [6.0, 3.5619047619047617], "std": [0.0, 2.135521836633675], "min": [6, 0], "max": [6, 6], "count": [840]}, "eef_velocity_state": {"mean": [0.0, 0.8857142857142857], "std": [0.0, 0.6315406063072813], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_acc_mag_state": {"mean": [0.0, 0.6464285714285715], "std": [0.0, 0.8076931331136288], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_direction_action": {"mean": [6.0, 3.5619047619047617], "std": [0.0, 2.135521836633675], "min": [6, 0], "max": [6, 6], "count": [840]}, "eef_velocity_action": {"mean": [0.0, 0.8857142857142857], "std": [0.0, 0.6315406063072813], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_acc_mag_action": {"mean": [0.0, 0.6464285714285715], "std": [0.0, 0.8076931331136288], "min": [0, 0], "max": [0, 2], "count": [840]}, "eef_sim_pose_state": {"mean": [-0.31033098697662354, 0.46757012605667114, 0.22823548316955566, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28332018852233887, -0.42361781001091003, 0.20903295278549194, 1.3958076238632202, -1.9617356061935425, 0.9678444862365723], "std": [1.5074178008944727e-05, 8.063881068665069e-06, 1.2853966836701147e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03945975378155708, 0.05267868936061859, 0.05134926736354828, 0.347598135471344, 0.35629788041114807, 0.2223139852285385], "min": [-0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3419809937477112, -0.49165600538253784, 0.0986040011048317, 0.8686798214912415, -2.3382527828216553, 0.6160330176353455], "max": [-0.31028300523757935, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20879299938678741, -0.3535270094871521, 0.2874529957771301, 1.847029209136963, -1.121137022972107, 1.3029282093048096], "count": [840]}, "eef_sim_pose_action": {"mean": [-0.3103310465812683, 0.4675697386264801, 0.2282354086637497, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.2833201587200165, -0.42361778020858765, 0.20903293788433075, 1.3958070278167725, -1.9617360830307007, 0.9678449630737305], "std": [1.5074289876793046e-05, 8.073170647548977e-06, 1.2854248780058697e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.039459750056266785, 0.052678678184747696, 0.05134928226470947, 0.34759804606437683, 0.3562977910041809, 0.22231395542621613], "min": [-0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3419809937477112, -0.49165600538253784, 0.0986040011048317, 0.8686798214912415, -2.3382527828216553, 0.6160330176353455], "max": [-0.31028300523757935, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20879299938678741, -0.3535270094871521, 0.2874529957771301, 1.847029209136963, -1.121137022972107, 1.3029282093048096], "count": [840]}, "gripper_mode_state": {"mean": [0.0, 0.5976190476190476], "std": [0.0, 0.4903779374543213], "min": [0, 0], "max": [0, 1], "count": [840]}, "gripper_activity_state": {"mean": [2.0, 1.9047619047619047], "std": [0.0, 0.3878833777557754], "min": [2, 0], "max": [2, 2], "count": [840]}, "gripper_mode_action": {"mean": [0.0, 0.5976190476190476], "std": [0.0, 0.4903779374543213], "min": [0, 0], "max": [0, 1], "count": [840]}, "gripper_activity_action": {"mean": [2.0, 1.9047619047619047], "std": [0.0, 0.3878833777557754], "min": [2, 0], "max": [2, 2], "count": [840]}}} +{"episode_index": 221, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.996078431372549]]], "mean": [[[0.43619482395998943]], [[0.4118196100512277]], [[0.4190701179120297]]], "std": [[[0.2025866148198291]], [[0.20427247960909667]], [[0.20148799138107096]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4031334183448154]], [[0.3943843429826886]], [[0.39872697099673204]]], "std": [[[0.23274514621074377]], [[0.23194712295653155]], [[0.22018267225548566]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4972100432233704]], [[0.4817688888336866]], [[0.4845187121864512]]], "std": [[[0.21317694296786013]], [[0.21023299650413313]], [[0.21874484771389938]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4408118582737149]], [[0.4237699376766473]], [[0.4326377048003886]]], "std": [[[0.2915782165201208]], [[0.2789254045398609]], [[0.27929794186266155]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05235987901687622, 0.3896971046924591, -0.5697976350784302, -1.7414196729660034, 0.25385814905166626, -0.19490091502666473, -0.02834414690732956, -0.3629530072212219, -0.5134720206260681, 0.09405700117349625, 0.8802722692489624, -2.5348620414733887, 0.4802737832069397, 1000.0, 159.0, 0.00044553118641488254, -0.23462386429309845, -0.8519948124885559, 1.9050012826919556, -1.0590925216674805, -6.454869435401633e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5212774872779846, 0.7746818661689758, -0.15343190729618073, -0.6460161805152893, 1.3432402610778809, 0.17551030218601227, 0.9764244556427002, -0.22983700037002563, -0.37286001443862915, 0.3015510141849518, 1.8178461790084839, -1.121137022972107, 1.4454787969589233, 1002.0, 1009.0, 0.0004586903378367424, -0.23452986776828766, -0.8519757986068726, 1.905031442642212, -1.05638587474823, 0.00021452948567457497], "mean": [-0.1995156854391098, 0.6046688556671143, 0.45139554142951965, -1.411968469619751, -0.2539205551147461, -0.12055455148220062, 0.028278179466724396, -0.3103286623954773, 0.46757134795188904, 0.22823670506477356, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19171187281608582, 0.5730693936347961, -0.3522392511367798, -1.3190680742263794, 0.9535654187202454, 0.02042342908680439, 0.6036244034767151, -0.30566495656967163, -0.43942180275917053, 0.21330872178077698, 1.387320637702942, -2.0834105014801025, 0.9879881143569946, 1001.76171875, 579.5526123046875, 0.00045239596511237323, -0.23457728326320648, -0.8519898056983948, 1.9050242900848389, -1.0577373504638672, 0.00017158349510282278], "std": [2.582323031674605e-05, 2.002460678340867e-05, 2.1898049453739077e-05, 2.5349052521050908e-05, 2.358535857638344e-05, 1.975357736228034e-05, 2.0400759240146726e-05, 1.4867365280224476e-05, 7.778255167067982e-06, 1.3083775229461025e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.161986842751503, 0.11469604074954987, 0.08585012704133987, 0.3357759714126587, 0.3464883863925934, 0.10125771909952164, 0.252128005027771, 0.038888540118932724, 0.047493163496255875, 0.04871706664562225, 0.3318042755126953, 0.4096801280975342, 0.3176180124282837, 0.6478995680809021, 413.04339599609375, 1.0225643336525536e-06, 5.0280305003980175e-06, 6.346353984554298e-06, 1.2987426998734009e-05, 0.000865774869453162, 5.573796443059109e-05], "count": [789]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.05235987901687622, 0.3896971046924591, -0.5697976350784302, -1.7414196729660034, 0.25385814905166626, -0.19490091502666473, -0.02834414690732956, -0.3629530072212219, -0.5134720206260681, 0.09405700117349625, 0.8802722692489624, -2.5348620414733887, 0.4802737832069397, 1000.0, 159.0, 0.00044553118641488254, -0.23462386429309845, -0.8519948124885559, 1.9050012826919556, -1.0590925216674805, -6.454869435401633e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5212774872779846, 0.7746818661689758, -0.15343190729618073, -0.6460161805152893, 1.3432402610778809, 0.17551030218601227, 0.9764244556427002, -0.22983700037002563, -0.37286001443862915, 0.3015510141849518, 1.8178461790084839, -1.121137022972107, 1.4454787969589233, 1002.0, 1009.0, 0.0004586903378367424, -0.23452986776828766, -0.8519757986068726, 1.905031442642212, -1.05638587474823, 0.00021452948567457497], "mean": [-0.1995156854391098, 0.6046688556671143, 0.45139560103416443, -1.411968469619751, -0.2539204955101013, -0.12055457383394241, 0.028278108686208725, -0.3103286623954773, 0.46757128834724426, 0.22823667526245117, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19143100082874298, 0.5731394290924072, -0.35214489698410034, -1.3194293975830078, 0.9537568688392639, 0.02046707645058632, 0.6042172312736511, -0.305652916431427, -0.43930432200431824, 0.21322041749954224, 1.3876283168792725, -2.084073305130005, 0.9876620173454285, 1001.76171875, 579.5526123046875, 0.00045239596511237323, -0.23457728326320648, -0.8519899249076843, 1.9050242900848389, -1.0577350854873657, 0.00017128030594903976], "std": [2.582323031674605e-05, 2.002460678340867e-05, 2.1905265384702943e-05, 2.5384504624526016e-05, 2.3588821932207793e-05, 1.9738425180548802e-05, 2.049786053248681e-05, 1.4868838661641348e-05, 7.779544830555096e-06, 1.3104206118441653e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.16216512024402618, 0.11473215371370316, 0.08578191697597504, 0.3360287845134735, 0.34614306688308716, 0.10120434314012527, 0.2511896789073944, 0.03888855502009392, 0.047537993639707565, 0.04875306040048599, 0.33208927512168884, 0.40854451060295105, 0.3179978132247925, 0.6478995680809021, 413.04339599609375, 1.0225643336525536e-06, 5.0359526539978106e-06, 6.39841300653643e-06, 1.29952713905368e-05, 0.000866302230861038, 5.625499034067616e-05], "count": [789]}, "timestamp": {"min": [0.0], "max": [26.266666666666666], "mean": [13.133333333333335], "std": [7.5921499419295415], "count": [789]}, "frame_index": {"min": [0], "max": [788], "mean": [394.0], "std": [227.76449825788623], "count": [789]}, "episode_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [789]}, "index": {"min": [181646], "max": [182434], "mean": [182040.0], "std": [227.76449825788623], "count": [789]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [789]}, "gripper_open_scale_state": {"min": [1.0, 0.1589999943971634], "max": [1.0, 1.0], "mean": [1.0, 0.5758998729430224], "std": [0.0, 0.4092559992299142], "count": [789]}, "gripper_open_scale_action": {"min": [1.0, 0.1589999943971634], "max": [1.0, 1.0], "mean": [1.0, 0.5758998729430224], "std": [0.0, 0.4092559992299142], "count": [789]}, "eef_direction_state": {"mean": [6.0, 3.4575411913814955], "std": [0.0, 2.1777267568539096], "min": [6, 0], "max": [6, 6], "count": [789]}, "eef_velocity_state": {"mean": [0.0, 0.9505703422053232], "std": [0.0, 0.6670520844194072], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_acc_mag_state": {"mean": [0.0, 0.697084917617237], "std": [0.0, 0.8185146020397203], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_direction_action": {"mean": [6.0, 3.4575411913814955], "std": [0.0, 2.1777267568539096], "min": [6, 0], "max": [6, 6], "count": [789]}, "eef_velocity_action": {"mean": [0.0, 0.9505703422053232], "std": [0.0, 0.6670520844194072], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_acc_mag_action": {"mean": [0.0, 0.697084917617237], "std": [0.0, 0.8185146020397203], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_sim_pose_state": {"mean": [-0.31032851338386536, 0.46757185459136963, 0.2282366007566452, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.30566519498825073, -0.4394221007823944, 0.213308647274971, 1.387320876121521, -2.0834109783172607, 0.98798668384552], "std": [1.486659311922267e-05, 7.763130270177498e-06, 1.3083256817481015e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.038888536393642426, 0.047493159770965576, 0.048717059195041656, 0.3318043649196625, 0.40968015789985657, 0.31761807203292847], "min": [-0.31036901473999023, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3629530072212219, -0.5134720206260681, 0.09405700117349625, 0.8802722692489624, -2.5348620414733887, 0.4802737832069397], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22983700037002563, -0.37286001443862915, 0.3015510141849518, 1.8178461790084839, -1.121137022972107, 1.4454787969589233], "count": [789]}, "eef_sim_pose_action": {"mean": [-0.3103286623954773, 0.46757134795188904, 0.22823670506477356, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.30566495656967163, -0.43942180275917053, 0.21330872178077698, 1.387320637702942, -2.0834105014801025, 0.9879881143569946], "std": [1.4867365280224476e-05, 7.778255167067982e-06, 1.3083775229461025e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.038888540118932724, 0.047493163496255875, 0.04871706664562225, 0.3318042755126953, 0.4096801280975342, 0.3176180124282837], "min": [-0.31036901473999023, 0.4675480127334595, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3629530072212219, -0.5134720206260681, 0.09405700117349625, 0.8802722692489624, -2.5348620414733887, 0.4802737832069397], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22983700037002563, -0.37286001443862915, 0.3015510141849518, 1.8178461790084839, -1.121137022972107, 1.4454787969589233], "count": [789]}, "gripper_mode_state": {"mean": [0.0, 0.49936628643852976], "std": [0.0, 0.49999959840696556], "min": [0, 0], "max": [0, 1], "count": [789]}, "gripper_activity_state": {"mean": [2.0, 1.8922686945500633], "std": [0.0, 0.40878012446870987], "min": [2, 0], "max": [2, 2], "count": [789]}, "gripper_mode_action": {"mean": [0.0, 0.49936628643852976], "std": [0.0, 0.49999959840696556], "min": [0, 0], "max": [0, 1], "count": [789]}, "gripper_activity_action": {"mean": [2.0, 1.8922686945500633], "std": [0.0, 0.40878012446870987], "min": [2, 0], "max": [2, 2], "count": [789]}}} +{"episode_index": 222, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.434560978223594]], [[0.4109205007363027]], [[0.4182872173303478]]], "std": [[[0.2029137712177805]], [[0.20489049673987195]], [[0.20195158403874092]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4015439260066166]], [[0.39269438770878723]], [[0.3970559552267409]]], "std": [[[0.2322710445683575]], [[0.231657474952467]], [[0.21986933617171064]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49670606012466717]], [[0.4818416533022674]], [[0.4844291295993706]]], "std": [[[0.21302714502553577]], [[0.2104555496211267]], [[0.21892223232790967]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4430304292241588]], [[0.4254724226882111]], [[0.43645669934640524]]], "std": [[[0.2953388836094743]], [[0.28544040179876534]], [[0.28610623697082327]]], "count": [162]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512723386287689, -1.4125473499298096, -0.2540152072906494, -0.12091641128063202, 0.028099801391363144, -0.31038498878479004, 0.46755000948905945, 0.2281379997730255, -1.5740636587142944, -1.1216340065002441, -0.7469417452812195, -0.12360421568155289, 0.3821398615837097, -0.5163207650184631, -1.7342987060546875, 0.25385814905166626, -0.20406390726566315, -0.028379054740071297, -0.366551011800766, -0.4979490041732788, 0.08477800339460373, 1.0072959661483765, -2.304389238357544, 0.5660111308097839, 1000.0, 164.0, 0.0003816153039224446, -0.2348964512348175, -0.8519963622093201, 1.9045195579528809, -1.0590147972106934, -0.000147133061545901], "max": [-0.19945622980594635, 0.6048089265823364, 0.45153412222862244, -1.4118317365646362, -0.2537708580493927, -0.12046262621879578, 0.029094640165567398, -0.31012600660324097, 0.4676310122013092, 0.22833600640296936, -1.5730562210083008, -1.1206401586532593, -0.7462738752365112, 0.3794171214103699, 0.6743428707122803, -0.14590951800346375, -0.8419817686080933, 1.1690216064453125, 0.0642281174659729, 0.7948752641677856, -0.2321929931640625, -0.35804998874664307, 0.2917340099811554, 1.9047988653182983, -1.121137022972107, 1.3553028106689453, 1002.0, 1009.0, 0.0004549305886030197, -0.2342967689037323, -0.8519781827926636, 1.905094027519226, -1.0563113689422607, 0.00015757475921418518], "mean": [-0.1995215266942978, 0.6046661734580994, 0.45138227939605713, -1.4119623899459839, -0.25390756130218506, -0.12052755057811737, 0.0282721146941185, -0.31032881140708923, 0.4675755202770233, 0.22824062407016754, -1.5732420682907104, -1.121142029762268, -0.7462790012359619, 0.15249277651309967, 0.532636821269989, -0.32443031668663025, -1.3586472272872925, 0.8908372521400452, -0.061277251690626144, 0.61379075050354, -0.3017926514148712, -0.4325524866580963, 0.2008783221244812, 1.5010871887207031, -2.040070056915283, 1.0107663869857788, 1001.7612915039062, 529.384033203125, 0.00044098548823967576, -0.23458726704120636, -0.8519878387451172, 1.9047189950942993, -1.0577430725097656, -8.457696094410494e-05], "std": [2.6608899133861996e-05, 2.0040915842400864e-05, 2.5294304577982984e-05, 5.9386260545579717e-05, 2.2934873413760215e-05, 3.329531318740919e-05, 4.017935134470463e-05, 2.4070104700513184e-05, 8.365110261365771e-06, 1.8803488273988478e-05, 5.0738261052174494e-05, 2.7276972105028108e-05, 3.8670856156386435e-05, 0.1469336599111557, 0.07733473181724548, 0.08882705867290497, 0.27354851365089417, 0.2537798285484314, 0.08441541343927383, 0.20903930068016052, 0.03489534929394722, 0.048705093562603, 0.05650198087096214, 0.2812129855155945, 0.3161528706550598, 0.2304866760969162, 0.6484425663948059, 407.0326843261719, 6.365450644807424e-06, 1.821826481318567e-05, 4.607098617270822e-06, 0.00021369056776165962, 0.0007711260695941746, 6.353564094752073e-05], "count": [888]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4512723386287689, -1.4125473499298096, -0.2540152072906494, -0.12091641128063202, 0.028099801391363144, -0.31038498878479004, 0.46755000948905945, 0.2281379997730255, -1.5740636587142944, -1.1216340065002441, -0.7469417452812195, -0.12360421568155289, 0.3821398615837097, -0.5163207650184631, -1.7342987060546875, 0.25385814905166626, -0.20406390726566315, -0.028379054740071297, -0.366551011800766, -0.4979490041732788, 0.08477800339460373, 1.0072959661483765, -2.304389238357544, 0.5660111308097839, 1000.0, 164.0, 0.0003816153039224446, -0.2348964512348175, -0.8519963622093201, 1.9045195579528809, -1.0590147972106934, -0.000147133061545901], "max": [-0.19945622980594635, 0.6048089265823364, 0.45153412222862244, -1.4118317365646362, -0.2537708580493927, -0.12046262621879578, 0.029094640165567398, -0.31012600660324097, 0.4676310122013092, 0.22833600640296936, -1.5730562210083008, -1.1206401586532593, -0.7462738752365112, 0.3794171214103699, 0.6743428707122803, -0.14590951800346375, -0.8419817686080933, 1.1690216064453125, 0.0642281174659729, 0.7948752641677856, -0.2321929931640625, -0.35804998874664307, 0.2917340099811554, 1.9047988653182983, -1.121137022972107, 1.3553028106689453, 1002.0, 1009.0, 0.0004549305886030197, -0.2342967689037323, -0.8519781827926636, 1.905094027519226, -1.0563113689422607, 0.00015757475921418518], "mean": [-0.19952145218849182, 0.6046660542488098, 0.4513823091983795, -1.4119623899459839, -0.25390756130218506, -0.1205274760723114, 0.028272151947021484, -0.3103288412094116, 0.4675754904747009, 0.22824063897132874, -1.5732420682907104, -1.121142029762268, -0.7462790012359619, 0.15230190753936768, 0.5326071977615356, -0.3243430256843567, -1.3588824272155762, 0.8911234736442566, -0.061246879398822784, 0.6144521236419678, -0.3017803430557251, -0.43246039748191833, 0.20078235864639282, 1.5013631582260132, -2.040856122970581, 1.0105717182159424, 1001.7612915039062, 529.384033203125, 0.00044096854981034994, -0.23458728194236755, -0.8519878387451172, 1.9047185182571411, -1.0577447414398193, -8.465712744509801e-05], "std": [2.6581135898595676e-05, 2.010735624935478e-05, 2.528505319787655e-05, 5.9368787333369255e-05, 2.292991484864615e-05, 3.332598862471059e-05, 4.018191248178482e-05, 2.4067816411843523e-05, 8.366963811567985e-06, 1.8792576156556606e-05, 5.0738261052174494e-05, 2.7276972105028108e-05, 3.867085979436524e-05, 0.14698246121406555, 0.07731222361326218, 0.0887402817606926, 0.27368417382240295, 0.2532040476799011, 0.08439900726079941, 0.20793282985687256, 0.034894268959760666, 0.048715975135564804, 0.0565277636051178, 0.2814035713672638, 0.3147316873073578, 0.23078295588493347, 0.6484425663948059, 407.0326843261719, 6.353403023240389e-06, 1.8208444089395925e-05, 4.608140443451703e-06, 0.00021353637566789985, 0.0007708909688517451, 6.352651689667255e-05], "count": [888]}, "timestamp": {"min": [0.0], "max": [29.566666666666666], "mean": [14.783333333333331], "std": [8.544778565927894], "count": [888]}, "frame_index": {"min": [0], "max": [887], "mean": [443.5], "std": [256.3433569778368], "count": [888]}, "episode_index": {"min": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [888]}, "index": {"min": [182435], "max": [183322], "mean": [182878.5], "std": [256.3433569778368], "count": [888]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [888]}, "gripper_open_scale_state": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5262015771187909], "std": [0.0, 0.4032924420654023], "count": [888]}, "gripper_open_scale_action": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5262015771187909], "std": [0.0, 0.40329244206540227], "count": [888]}, "eef_direction_state": {"mean": [6.0, 3.279279279279279], "std": [0.0, 2.060661886018558], "min": [6, 0], "max": [6, 6], "count": [888]}, "eef_velocity_state": {"mean": [0.0, 0.9087837837837838], "std": [0.0, 0.5151002334962066], "min": [0, 0], "max": [0, 2], "count": [888]}, "eef_acc_mag_state": {"mean": [0.0, 0.6813063063063063], "std": [0.0, 0.814293539971619], "min": [0, 0], "max": [0, 2], "count": [888]}, "eef_direction_action": {"mean": [6.0, 3.279279279279279], "std": [0.0, 2.060661886018558], "min": [6, 0], "max": [6, 6], "count": [888]}, "eef_velocity_action": {"mean": [0.0, 0.9087837837837838], "std": [0.0, 0.5151002334962066], "min": [0, 0], "max": [0, 2], "count": [888]}, "eef_acc_mag_action": {"mean": [0.0, 0.6813063063063063], "std": [0.0, 0.814293539971619], "min": [0, 0], "max": [0, 2], "count": [888]}, "eef_sim_pose_state": {"mean": [-0.3103286325931549, 0.4675751030445099, 0.22824063897132874, -1.5732297897338867, -1.1211360692977905, -0.7462778687477112, -0.30179253220558167, -0.43255239725112915, 0.20087841153144836, 1.5010868310928345, -2.040069818496704, 1.0107661485671997], "std": [2.406977364444174e-05, 8.355802492587827e-06, 1.880347917904146e-05, 4.9221631343243644e-05, 2.666898217285052e-05, 3.865331382257864e-05, 0.034895364195108414, 0.0487050786614418, 0.05650196969509125, 0.28121277689933777, 0.31615281105041504, 0.23048663139343262], "min": [-0.31038498878479004, 0.46755000948905945, 0.2281379997730255, -1.5740636587142944, -1.1216340065002441, -0.7469417452812195, -0.366551011800766, -0.4979490041732788, 0.08477800339460373, 1.0072959661483765, -2.304389238357544, 0.5660111308097839], "max": [-0.31012600660324097, 0.4676310122013092, 0.22833600640296936, -1.5730562210083008, -1.1206401586532593, -0.7462738752365112, -0.2321929931640625, -0.35804998874664307, 0.2917340099811554, 1.9047988653182983, -1.121137022972107, 1.3553028106689453], "count": [888]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.4675755202770233, 0.22824062407016754, -1.5732420682907104, -1.121142029762268, -0.7462790012359619, -0.3017926514148712, -0.4325524866580963, 0.2008783221244812, 1.5010871887207031, -2.040070056915283, 1.0107663869857788], "std": [2.4070104700513184e-05, 8.365110261365771e-06, 1.8803488273988478e-05, 5.0738261052174494e-05, 2.7276972105028108e-05, 3.8670856156386435e-05, 0.03489534929394722, 0.048705093562603, 0.05650198087096214, 0.2812129855155945, 0.3161528706550598, 0.2304866760969162], "min": [-0.31038498878479004, 0.46755000948905945, 0.2281379997730255, -1.5740636587142944, -1.1216340065002441, -0.7469417452812195, -0.366551011800766, -0.4979490041732788, 0.08477800339460373, 1.0072959661483765, -2.304389238357544, 0.5660111308097839], "max": [-0.31012600660324097, 0.4676310122013092, 0.22833600640296936, -1.5730562210083008, -1.1206401586532593, -0.7462738752365112, -0.2321929931640625, -0.35804998874664307, 0.2917340099811554, 1.9047988653182983, -1.121137022972107, 1.3553028106689453], "count": [888]}, "gripper_mode_state": {"mean": [0.0, 0.5641891891891891], "std": [0.0, 0.49586263016205834], "min": [0, 0], "max": [0, 1], "count": [888]}, "gripper_activity_state": {"mean": [2.0, 1.9110360360360361], "std": [0.0, 0.376643316535144], "min": [2, 0], "max": [2, 2], "count": [888]}, "gripper_mode_action": {"mean": [0.0, 0.5641891891891891], "std": [0.0, 0.4958626301620584], "min": [0, 0], "max": [0, 1], "count": [888]}, "gripper_activity_action": {"mean": [2.0, 1.9110360360360361], "std": [0.0, 0.376643316535144], "min": [2, 0], "max": [2, 2], "count": [888]}}} +{"episode_index": 223, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9803921568627451]]], "mean": [[[0.433256336970272]], [[0.4100355813830908]], [[0.4176597867910605]]], "std": [[[0.20288216908224213]], [[0.2050092941730024]], [[0.20171378091430395]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39245783391313516]], [[0.38436845219270505]], [[0.3881708662766182]]], "std": [[[0.22857290813498013]], [[0.22563662118102196]], [[0.21651896794123066]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4969139692705039]], [[0.4806083847248577]], [[0.4843623286949188]]], "std": [[[0.21291755458289388]], [[0.20993591870612777]], [[0.21876172081436163]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43459309376976596]], [[0.41503838551549654]], [[0.42682935510225595]]], "std": [[[0.2939909380881197]], [[0.2739383189655481]], [[0.2746676652541976]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.31038299202919006, 0.4675520062446594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13557717204093933, 0.47657960653305054, -0.5451710224151611, -1.8986738920211792, 0.25389304757118225, -0.15741124749183655, -0.028326693922281265, -0.3774949908256531, -0.5164780020713806, 0.091389000415802, 0.8861194849014282, -2.3876852989196777, 0.36532965302467346, 1000.0, 161.0, 0.0004323720349930227, -0.23460130393505096, -0.8521207571029663, 1.9046471118927002, -1.0589855909347534, -0.00011296021693851799], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.31027400493621826, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5224992036819458, 0.8321205973625183, -0.09843656420707703, -0.9234711527824402, 1.238206386566162, 0.27378979325294495, 0.7809301018714905, -0.21764600276947021, -0.35567399859428406, 0.2808240056037903, 1.915615200996399, -1.121137022972107, 1.266299843788147, 1002.0, 1008.0, 0.000434251909609884, -0.23458626866340637, -0.8520867228507996, 1.9048055410385132, -1.056319236755371, -7.97366228653118e-05], "mean": [-0.19952143728733063, 0.6046791672706604, 0.4513728618621826, -1.4119616746902466, -0.2539079487323761, -0.12052428722381592, 0.02827616222202778, -0.3103260397911072, 0.4675763249397278, 0.22824983298778534, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.17923445999622345, 0.6305481195449829, -0.3855772912502289, -1.4389201402664185, 0.8736326098442078, 0.09318075329065323, 0.5104653835296631, -0.29473528265953064, -0.43131446838378906, 0.2040196806192398, 1.397444248199463, -2.0023727416992188, 0.8095782995223999, 1001.8463134765625, 551.9459838867188, 0.00043329442269168794, -0.23459351062774658, -0.8521115183830261, 1.904699683189392, -1.0577460527420044, -0.00010128101712325588], "std": [2.650516398716718e-05, 1.9237964806961827e-05, 2.3211903680930845e-05, 2.6021687517641112e-05, 2.2224638087209314e-05, 1.7460646631661803e-05, 2.8309594199527055e-05, 1.521942249382846e-05, 7.978734174685087e-06, 1.2822280041291378e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.17773224413394928, 0.10659903287887573, 0.10574792325496674, 0.3088458478450775, 0.2881927490234375, 0.1109551265835762, 0.2075376808643341, 0.04637753590941429, 0.05126424878835678, 0.0506695993244648, 0.33414697647094727, 0.36055687069892883, 0.2742418348789215, 0.5326461791992188, 407.75469970703125, 9.397890039508638e-07, 1.940441052283859e-06, 1.2842428986914456e-05, 6.324533023871481e-05, 0.000841320666950196, 7.298949185496895e-06], "count": [833]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.31038299202919006, 0.4675520062446594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13557717204093933, 0.47657960653305054, -0.5451710224151611, -1.8986738920211792, 0.25389304757118225, -0.15741124749183655, -0.028326693922281265, -0.3774949908256531, -0.5164780020713806, 0.091389000415802, 0.8861194849014282, -2.3876852989196777, 0.36532965302467346, 1000.0, 161.0, 0.0004323720349930227, -0.23460130393505096, -0.8521207571029663, 1.9046471118927002, -1.0589855909347534, -0.00011296021693851799], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028361599892377853, -0.31027400493621826, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5224992036819458, 0.8321205973625183, -0.09843656420707703, -0.9234711527824402, 1.238206386566162, 0.27378979325294495, 0.7809301018714905, -0.21764600276947021, -0.35567399859428406, 0.2808240056037903, 1.915615200996399, -1.121137022972107, 1.266299843788147, 1002.0, 1008.0, 0.000434251909609884, -0.23458626866340637, -0.8520867228507996, 1.9048055410385132, -1.056319236755371, -7.97366228653118e-05], "mean": [-0.19952136278152466, 0.6046791672706604, 0.4513728618621826, -1.4119616746902466, -0.25390803813934326, -0.12052428722381592, 0.028276141732931137, -0.31032606959342957, 0.4675762951374054, 0.22824983298778534, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.1790238916873932, 0.6307514905929565, -0.3855125606060028, -1.4394330978393555, 0.8738377690315247, 0.09338632971048355, 0.5108628869056702, -0.2946678400039673, -0.4312133193016052, 0.2039419710636139, 1.3977150917053223, -2.002845525741577, 0.8092347383499146, 1001.8463134765625, 551.9544067382812, 0.0004332921816967428, -0.23459351062774658, -0.8521114587783813, 1.9046999216079712, -1.0577458143234253, -0.00010125138942385092], "std": [2.6474792321096174e-05, 1.9217721273889765e-05, 2.3192076696432196e-05, 2.6020867153420113e-05, 2.219514499302022e-05, 1.7460646631661803e-05, 2.8304475563345477e-05, 1.5200377674773335e-05, 7.96282256487757e-06, 1.2821811651519965e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.17781193554401398, 0.10671105980873108, 0.10572414845228195, 0.3091553747653961, 0.28781211376190186, 0.11071725934743881, 0.20682121813297272, 0.046395640820264816, 0.051275718957185745, 0.050682008266448975, 0.334380567073822, 0.3596581816673279, 0.2745002806186676, 0.5326461791992188, 407.76409912109375, 9.397380722475646e-07, 1.940441052283859e-06, 1.2831772437493782e-05, 6.329575990093872e-05, 0.0008410476730205119, 7.309262855415e-06], "count": [833]}, "timestamp": {"min": [0.0], "max": [27.733333333333334], "mean": [13.866666666666664], "std": [8.015540461434206], "count": [833]}, "frame_index": {"min": [0], "max": [832], "mean": [416.0], "std": [240.4662138430262], "count": [833]}, "episode_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [833]}, "index": {"min": [183323], "max": [184155], "mean": [183739.0], "std": [240.4662138430262], "count": [833]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [833]}, "gripper_open_scale_state": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5502533023955585], "std": [0.0, 0.4058724523745686], "count": [833]}, "gripper_open_scale_action": {"min": [1.0, 0.16099999845027924], "max": [1.0, 1.0], "mean": [1.0, 0.5502533023955585], "std": [0.0, 0.40587245237456865], "count": [833]}, "eef_direction_state": {"mean": [6.0, 3.6350540216086435], "std": [0.0, 2.1916178915759765], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_state": {"mean": [0.0, 0.8067226890756303], "std": [0.0, 0.6079528486617132], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_state": {"mean": [0.0, 0.6218487394957983], "std": [0.0, 0.8065476000471811], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_direction_action": {"mean": [6.0, 3.6350540216086435], "std": [0.0, 2.1916178915759765], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_action": {"mean": [0.0, 0.8067226890756303], "std": [0.0, 0.6079528486617132], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_action": {"mean": [0.0, 0.6218487394957983], "std": [0.0, 0.8065476000471811], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_sim_pose_state": {"mean": [-0.3103260099887848, 0.46757617592811584, 0.22824972867965698, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29473504424095154, -0.4313145577907562, 0.2040196806192398, 1.3974443674087524, -2.0023727416992188, 0.809578537940979], "std": [1.5219352462736424e-05, 7.977478162501939e-06, 1.282174707739614e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04637753590941429, 0.051264259964227676, 0.0506695993244648, 0.3341468274593353, 0.3605569899082184, 0.2742418348789215], "min": [-0.31038299202919006, 0.4675520062446594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3774949908256531, -0.5164780020713806, 0.091389000415802, 0.8861194849014282, -2.3876852989196777, 0.36532965302467346], "max": [-0.31027400493621826, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21764600276947021, -0.35567399859428406, 0.2808240056037903, 1.915615200996399, -1.121137022972107, 1.266299843788147], "count": [833]}, "eef_sim_pose_action": {"mean": [-0.3103260397911072, 0.4675763249397278, 0.22824983298778534, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.29473528265953064, -0.43131446838378906, 0.2040196806192398, 1.397444248199463, -2.0023727416992188, 0.8095782995223999], "std": [1.521942249382846e-05, 7.978734174685087e-06, 1.2822280041291378e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.04637753590941429, 0.05126424878835678, 0.0506695993244648, 0.33414697647094727, 0.36055687069892883, 0.2742418348789215], "min": [-0.31038299202919006, 0.4675520062446594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3774949908256531, -0.5164780020713806, 0.091389000415802, 0.8861194849014282, -2.3876852989196777, 0.36532965302467346], "max": [-0.31027400493621826, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21764600276947021, -0.35567399859428406, 0.2808240056037903, 1.915615200996399, -1.121137022972107, 1.266299843788147], "count": [833]}, "gripper_mode_state": {"mean": [0.0, 0.5330132052821128], "std": [0.0, 0.4989089378604058], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_state": {"mean": [2.0, 1.9087635054021608], "std": [0.0, 0.3780693140882753], "min": [2, 0], "max": [2, 2], "count": [833]}, "gripper_mode_action": {"mean": [0.0, 0.5330132052821128], "std": [0.0, 0.49890893786040585], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_action": {"mean": [2.0, 1.9087635054021608], "std": [0.0, 0.3780693140882753], "min": [2, 0], "max": [2, 2], "count": [833]}}} +{"episode_index": 224, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9803921568627451]]], "mean": [[[0.4421395561847928]], [[0.41863098409653715]], [[0.4261125624162708]]], "std": [[[0.2047958249167968]], [[0.20741627352851147]], [[0.20435399725369977]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39052286693662974]], [[0.382006424308854]], [[0.38517665580725047]]], "std": [[[0.22831439752425356]], [[0.22518065522605396]], [[0.2163166432692802]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49710629795396416]], [[0.48000604752770676]], [[0.4849888082044412]]], "std": [[[0.21321498180691778]], [[0.2097332675051891]], [[0.21883942555536207]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4385004326005765]], [[0.4240522850444526]], [[0.43528580562659847]]], "std": [[[0.296063602046793]], [[0.2719276365931454]], [[0.27332201980075327]]], "count": [161]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3104020059108734, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.09402088820934296, 0.4254065752029419, -0.5404760837554932, -1.799766182899475, 0.2537883222103119, -0.18942058086395264, -0.02834414690732956, -0.38830798864364624, -0.5250099897384644, 0.10821700096130371, 1.1519801616668701, -2.2562203407287598, 0.23972012102603912, 1000.0, 164.0, 0.00042485250742174685, -0.23465019464492798, -0.8521152138710022, 1.9046550989151, -1.059072732925415, -0.00026389025151729584], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118317365646362, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.46760401129722595, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.630692183971405, 0.7971616983413696, -0.1765924096107483, -0.7930601239204407, 0.9283231496810913, 0.1658935546875, 1.0506184101104736, -0.24908599257469177, -0.3470749855041504, 0.29726800322532654, 1.9721882343292236, -1.121137022972107, 1.1517870426177979, 1002.0, 1008.0, 0.00043989153346046805, -0.2345186024904251, -0.8519052863121033, 1.9048246145248413, -1.0562210083007812, 0.0003464746114332229], "mean": [-0.19951872527599335, 0.6046607494354248, 0.45139172673225403, -1.4119340181350708, -0.2539266049861908, -0.12052593380212784, 0.0282755047082901, -0.3103404939174652, 0.4675734341144562, 0.22824309766292572, -1.5732386112213135, -1.1211434602737427, -0.7462759613990784, 0.21550695598125458, 0.6006505489349365, -0.38691195845603943, -1.3277604579925537, 0.7182425260543823, 0.00044736574636772275, 0.6485498547554016, -0.31256362795829773, -0.4340449869632721, 0.2104540318250656, 1.546910285949707, -1.942501187324524, 0.6733590364456177, 1001.7820434570312, 523.2633666992188, 0.0004326662456151098, -0.234563410282135, -0.8520453572273254, 1.9047588109970093, -1.0577425956726074, 2.256962761748582e-05], "std": [2.6554886062513106e-05, 1.9079599951510318e-05, 2.1616646336042322e-05, 2.586700429674238e-05, 2.3160291675594635e-05, 1.532742135168519e-05, 1.997948311327491e-05, 1.5353140042861924e-05, 8.26154700916959e-06, 1.285672260564752e-05, 2.5651783289504237e-05, 2.4600332835689187e-05, 2.2393405743059702e-05, 0.2069171667098999, 0.10914631932973862, 0.10463301092386246, 0.322225958108902, 0.18274949491024017, 0.08529286831617355, 0.27743422985076904, 0.03945781663060188, 0.05200732871890068, 0.050453316420316696, 0.2297694832086563, 0.2856067419052124, 0.28053584694862366, 0.6231972575187683, 396.23553466796875, 1.1922786598006496e-06, 9.234267963620368e-06, 9.086510544875637e-05, 4.534810796030797e-05, 0.0008015482453629375, 0.00014236046990845352], "count": [881]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.3104020059108734, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.09402088820934296, 0.4254065752029419, -0.5404760837554932, -1.799766182899475, 0.2537883222103119, -0.18942058086395264, -0.02834414690732956, -0.38830798864364624, -0.5250099897384644, 0.10821700096130371, 1.1519801616668701, -2.2562203407287598, 0.23972012102603912, 1000.0, 164.0, 0.00042485250742174685, -0.23465019464492798, -0.8521152138710022, 1.9046550989151, -1.059072732925415, -0.00026389025151729584], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.4118317365646362, -0.25385814905166626, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.46760401129722595, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.630692183971405, 0.7971616983413696, -0.1765924096107483, -0.7930601239204407, 0.9283231496810913, 0.1658935546875, 1.0506184101104736, -0.24908599257469177, -0.3470749855041504, 0.29726800322532654, 1.9721882343292236, -1.121137022972107, 1.1517870426177979, 1002.0, 1008.0, 0.00043989153346046805, -0.2345186024904251, -0.8519052863121033, 1.9048246145248413, -1.0562210083007812, 0.0003464746114332229], "mean": [-0.19951872527599335, 0.6046608090400696, 0.4513918161392212, -1.4119341373443604, -0.25392666459083557, -0.12052591890096664, 0.02827548235654831, -0.3103404939174652, 0.4675734043121338, 0.22824303805828094, -1.5732386112213135, -1.1211434602737427, -0.7462759613990784, 0.2154516726732254, 0.6007590889930725, -0.3869349956512451, -1.3280001878738403, 0.7185090184211731, 0.0005046582664363086, 0.6493810415267944, -0.31253358721733093, -0.4339539706707001, 0.21036028861999512, 1.5473612546920776, -1.9432791471481323, 0.67279452085495, 1001.7820434570312, 523.2713012695312, 0.00043266412103548646, -0.23456339538097382, -0.8520452380180359, 1.9047588109970093, -1.0577436685562134, 2.2264706785790622e-05], "std": [2.655488788150251e-05, 1.9185679775546305e-05, 2.1598014427581802e-05, 2.5880770408548415e-05, 2.316312566108536e-05, 1.533094109618105e-05, 1.998912739509251e-05, 1.5359128155978397e-05, 8.279166650027037e-06, 1.291069474973483e-05, 2.5651783289504237e-05, 2.4600332835689187e-05, 2.23934039240703e-05, 0.20692802965641022, 0.10919779539108276, 0.1046493723988533, 0.3223668932914734, 0.18224260210990906, 0.08522886037826538, 0.2765005826950073, 0.039469338953495026, 0.052019018679857254, 0.050496846437454224, 0.23020857572555542, 0.2842997610569, 0.2808901071548462, 0.6231972575187683, 396.2456970214844, 1.1944871403102297e-06, 9.233842320099939e-06, 9.093639528146014e-05, 4.5374770706985146e-05, 0.0008021157118491828, 0.0001426146482117474], "count": [881]}, "timestamp": {"min": [0.0], "max": [29.333333333333332], "mean": [14.666666666666666], "std": [8.477420991472977], "count": [881]}, "frame_index": {"min": [0], "max": [880], "mean": [440.0], "std": [254.3226297441893], "count": [881]}, "episode_index": {"min": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [881]}, "index": {"min": [185265], "max": [186145], "mean": [185705.0], "std": [254.3226297441893], "count": [881]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [881]}, "gripper_open_scale_state": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5218274701940621], "std": [0.0, 0.39448897818630674], "count": [881]}, "gripper_open_scale_action": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5218274701940621], "std": [0.0, 0.39448897818630674], "count": [881]}, "eef_direction_state": {"mean": [6.0, 3.659477866061294], "std": [0.0, 2.2174223359369125], "min": [6, 0], "max": [6, 6], "count": [881]}, "eef_velocity_state": {"mean": [0.0, 0.7639046538024972], "std": [0.0, 0.5978510210324256], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_acc_mag_state": {"mean": [0.0, 0.6174801362088536], "std": [0.0, 0.8100467369977843], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_direction_action": {"mean": [6.0, 3.659477866061294], "std": [0.0, 2.2174223359369125], "min": [6, 0], "max": [6, 6], "count": [881]}, "eef_velocity_action": {"mean": [0.0, 0.7639046538024972], "std": [0.0, 0.5978510210324256], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_acc_mag_action": {"mean": [0.0, 0.6174801362088536], "std": [0.0, 0.8100467369977843], "min": [0, 0], "max": [0, 2], "count": [881]}, "eef_sim_pose_state": {"mean": [-0.3103404939174652, 0.46757376194000244, 0.22824303805828094, -1.5732260942459106, -1.1211376190185547, -0.7462748289108276, -0.3125637471675873, -0.43404483795166016, 0.21045386791229248, 1.5469099283218384, -1.9425020217895508, 0.673359215259552], "std": [1.5353140042861924e-05, 8.25394999992568e-06, 1.2856665307481308e-05, 2.2434283891925588e-05, 2.394834882579744e-05, 2.2365922632161528e-05, 0.03945781663060188, 0.052007339894771576, 0.050453316420316696, 0.22976963222026825, 0.28560683131217957, 0.28053584694862366], "min": [-0.3104020059108734, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.38830798864364624, -0.5250099897384644, 0.10821700096130371, 1.1519801616668701, -2.2562203407287598, 0.23972012102603912], "max": [-0.3102790117263794, 0.46760401129722595, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.24908599257469177, -0.3470749855041504, 0.29726800322532654, 1.9721882343292236, -1.121137022972107, 1.1517870426177979], "count": [881]}, "eef_sim_pose_action": {"mean": [-0.3103404939174652, 0.4675734341144562, 0.22824309766292572, -1.5732386112213135, -1.1211434602737427, -0.7462759613990784, -0.31256362795829773, -0.4340449869632721, 0.2104540318250656, 1.546910285949707, -1.942501187324524, 0.6733590364456177], "std": [1.5353140042861924e-05, 8.26154700916959e-06, 1.285672260564752e-05, 2.5651783289504237e-05, 2.4600332835689187e-05, 2.2393405743059702e-05, 0.03945781663060188, 0.05200732871890068, 0.050453316420316696, 0.2297694832086563, 0.2856067419052124, 0.28053584694862366], "min": [-0.3104020059108734, 0.4675480127334595, 0.22819200158119202, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.38830798864364624, -0.5250099897384644, 0.10821700096130371, 1.1519801616668701, -2.2562203407287598, 0.23972012102603912], "max": [-0.3102790117263794, 0.46760401129722595, 0.22828400135040283, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.24908599257469177, -0.3470749855041504, 0.29726800322532654, 1.9721882343292236, -1.121137022972107, 1.1517870426177979], "count": [881]}, "gripper_mode_state": {"mean": [0.0, 0.5788876276958003], "std": [0.0, 0.49373752358569095], "min": [0, 0], "max": [0, 1], "count": [881]}, "gripper_activity_state": {"mean": [2.0, 1.9080590238365494], "std": [0.0, 0.3834735515444577], "min": [2, 0], "max": [2, 2], "count": [881]}, "gripper_mode_action": {"mean": [0.0, 0.5788876276958003], "std": [0.0, 0.49373752358569095], "min": [0, 0], "max": [0, 1], "count": [881]}, "gripper_activity_action": {"mean": [2.0, 1.9080590238365494], "std": [0.0, 0.3834735515444577], "min": [2, 0], "max": [2, 2], "count": [881]}}} +{"episode_index": 225, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4390235281352124]], [[0.41500773718341505]], [[0.4227613715277778]]], "std": [[[0.20607709210609843]], [[0.20866415338603636]], [[0.20551357412526713]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3931990106719771]], [[0.385287508935866]], [[0.3892699295343137]]], "std": [[[0.22828376822197433]], [[0.2271987891038125]], [[0.21590488965199334]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49564783496732023]], [[0.4813932827818628]], [[0.4836467511744281]]], "std": [[[0.2125300259980468]], [[0.21045121736150357]], [[0.21874394575711764]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4524236723856209]], [[0.42921838107638893]], [[0.4416455473856209]]], "std": [[[0.2955861290984296]], [[0.28164488139629734]], [[0.28303226950201793]]], "count": [160]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17186257243156433, 0.3539353013038635, -0.5035623908042908, -2.0103747844696045, 0.25391051173210144, -0.16367697715759277, -0.028291787952184677, -0.35332998633384705, -0.5142030119895935, 0.060958001762628555, 1.0505738258361816, -2.2972168922424316, 0.35456544160842896, 1000.0, 163.0, 0.0004286122857593, -0.23459942638874054, -0.8519385457038879, 1.9047850370407104, -1.0590449571609497, -0.0007337668212130666], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028300523757935, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4075692892074585, 0.7603352069854736, -0.15303047001361847, -0.9320756196975708, 1.1213740110397339, 0.19694295525550842, 0.7853981852531433, -0.18593600392341614, -0.3363550007343292, 0.27241000533103943, 2.0246388912200928, -1.121137022972107, 1.2937980890274048, 1002.0, 1009.0, 0.0004323720349930227, -0.23453551530838013, -0.8519036769866943, 1.9048222303390503, -1.056266188621521, 0.00039583537727594376], "mean": [-0.19951744377613068, 0.604666531085968, 0.451392263174057, -1.411963701248169, -0.253913551568985, -0.12052757292985916, 0.028278842568397522, -0.3103324770927429, 0.4675721824169159, 0.2282387614250183, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.1322437971830368, 0.5902301669120789, -0.33116209506988525, -1.508019208908081, 0.7533763647079468, 0.0032890383154153824, 0.4890250861644745, -0.2779422402381897, -0.42492371797561646, 0.1885456144809723, 1.5638210773468018, -1.8913620710372925, 0.8437855839729309, 1001.779296875, 538.2655029296875, 0.00042986817425116897, -0.23456056416034698, -0.8519296050071716, 1.9047924280166626, -1.0577582120895386, 0.00017096244846470654], "std": [2.708498686843086e-05, 2.073422547255177e-05, 2.324269553355407e-05, 2.5213985281880014e-05, 2.447653423587326e-05, 1.5843925211811438e-05, 2.022161424974911e-05, 1.5198185792542063e-05, 8.166298357537016e-06, 1.3375447451835498e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.18019486963748932, 0.11430665105581284, 0.08123401552438736, 0.3485007584095001, 0.2610813081264496, 0.08276374638080597, 0.18738022446632385, 0.047293782234191895, 0.06329414248466492, 0.05347098410129547, 0.29775506258010864, 0.30449727177619934, 0.2575451731681824, 0.6266357898712158, 406.7052001953125, 8.953040833148407e-07, 9.923192010319326e-06, 8.725926818442531e-06, 1.343117492069723e-05, 0.0008017877698875964, 0.0002036140504060313], "count": [870]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.17186257243156433, 0.3539353013038635, -0.5035623908042908, -2.0103747844696045, 0.25391051173210144, -0.16367697715759277, -0.028291787952184677, -0.35332998633384705, -0.5142030119895935, 0.060958001762628555, 1.0505738258361816, -2.2972168922424316, 0.35456544160842896, 1000.0, 163.0, 0.0004286122857593, -0.23459942638874054, -0.8519385457038879, 1.9047850370407104, -1.0590449571609497, -0.0007337668212130666], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028300523757935, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4075692892074585, 0.7603352069854736, -0.15303047001361847, -0.9320756196975708, 1.1213740110397339, 0.19694295525550842, 0.7853981852531433, -0.18593600392341614, -0.3363550007343292, 0.27241000533103943, 2.0246388912200928, -1.121137022972107, 1.2937980890274048, 1002.0, 1009.0, 0.0004323720349930227, -0.23453551530838013, -0.8519036769866943, 1.9048222303390503, -1.056266188621521, 0.00039583537727594376], "mean": [-0.19951744377613068, 0.604666531085968, 0.451392263174057, -1.4119638204574585, -0.2539135813713074, -0.12052755057811737, 0.028278842568397522, -0.31033244729042053, 0.4675721824169159, 0.22823874652385712, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.1318534016609192, 0.5902625322341919, -0.3310474157333374, -1.5084885358810425, 0.7533866763114929, 0.0032403115183115005, 0.4895411431789398, -0.27791982889175415, -0.4247739911079407, 0.18843427300453186, 1.564269781112671, -1.891867995262146, 0.8434707522392273, 1001.779296875, 538.2655029296875, 0.00042986817425116897, -0.23456057906150818, -0.8519296050071716, 1.9047924280166626, -1.057760238647461, 0.00017107701569329947], "std": [2.708498686843086e-05, 2.073422547255177e-05, 2.3216427507577464e-05, 2.5167051717289723e-05, 2.4466717150062323e-05, 1.584969686518889e-05, 2.022161424974911e-05, 1.5193293620541226e-05, 8.17097861727234e-06, 1.3388573279371485e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.18041658401489258, 0.1143147349357605, 0.0811346173286438, 0.34864556789398193, 0.2610616981983185, 0.08284903317689896, 0.1865713894367218, 0.047283049672842026, 0.06334707140922546, 0.053489021956920624, 0.2980630397796631, 0.303581178188324, 0.2578316032886505, 0.6266357898712158, 406.7052001953125, 8.953041401582595e-07, 9.933673936757259e-06, 8.726276973902714e-06, 1.3427321391645819e-05, 0.0008020481909625232, 0.00020359974587336183], "count": [870]}, "timestamp": {"min": [0.0], "max": [28.966666666666665], "mean": [14.483333333333333], "std": [8.371573373072755], "count": [870]}, "frame_index": {"min": [0], "max": [869], "mean": [434.5], "std": [251.14720119218265], "count": [870]}, "episode_index": {"min": [228], "max": [228], "mean": [228.0], "std": [0.0], "count": [870]}, "index": {"min": [186146], "max": [187015], "mean": [186580.5], "std": [251.14720119218265], "count": [870]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [870]}, "gripper_open_scale_state": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.535018392814987], "std": [0.0, 0.40295725555936], "count": [870]}, "gripper_open_scale_action": {"min": [1.0, 0.16300000250339508], "max": [1.0, 1.0], "mean": [1.0, 0.535018392814987], "std": [0.0, 0.40295725555936], "count": [870]}, "eef_direction_state": {"mean": [6.0, 3.4689655172413794], "std": [0.0, 2.144402515442532], "min": [6, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.0, 0.9091954022988505], "std": [0.0, 0.6519876213316184], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.0, 0.7103448275862069], "std": [0.0, 0.8228118991141392], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_direction_action": {"mean": [6.0, 3.4689655172413794], "std": [0.0, 2.144402515442532], "min": [6, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.0, 0.9091954022988505], "std": [0.0, 0.6519876213316184], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.0, 0.7103448275862069], "std": [0.0, 0.8228118991141392], "min": [0, 0], "max": [0, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [-0.31033241748809814, 0.4675728380680084, 0.2282388061285019, -1.5732269287109375, -1.1211367845535278, -0.7462756037712097, -0.27794209122657776, -0.4249236285686493, 0.18854555487632751, 1.5638203620910645, -1.891361117362976, 0.8437855243682861], "std": [1.5198070286714938e-05, 8.142085789586417e-06, 1.3375371963775251e-05, 0.0, 2.384185791015625e-07, 0.0, 0.04729379341006279, 0.06329412758350372, 0.05347099155187607, 0.2977551221847534, 0.3044971823692322, 0.25754523277282715], "min": [-0.3103809952735901, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35332998633384705, -0.5142030119895935, 0.060958001762628555, 1.0505738258361816, -2.2972168922424316, 0.35456544160842896], "max": [-0.31028300523757935, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18593600392341614, -0.3363550007343292, 0.27241000533103943, 2.0246388912200928, -1.121137022972107, 1.2937980890274048], "count": [870]}, "eef_sim_pose_action": {"mean": [-0.3103324770927429, 0.4675721824169159, 0.2282387614250183, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.2779422402381897, -0.42492371797561646, 0.1885456144809723, 1.5638210773468018, -1.8913620710372925, 0.8437855839729309], "std": [1.5198185792542063e-05, 8.166298357537016e-06, 1.3375447451835498e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.047293782234191895, 0.06329414248466492, 0.05347098410129547, 0.29775506258010864, 0.30449727177619934, 0.2575451731681824], "min": [-0.3103809952735901, 0.46755099296569824, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35332998633384705, -0.5142030119895935, 0.060958001762628555, 1.0505738258361816, -2.2972168922424316, 0.35456544160842896], "max": [-0.31028300523757935, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18593600392341614, -0.3363550007343292, 0.27241000533103943, 2.0246388912200928, -1.121137022972107, 1.2937980890274048], "count": [870]}, "gripper_mode_state": {"mean": [0.0, 0.5563218390804597], "std": [0.0, 0.49681772355924814], "min": [0, 0], "max": [0, 1], "count": [870]}, "gripper_activity_state": {"mean": [2.0, 1.9091954022988507], "std": [0.0, 0.3833104992423733], "min": [2, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.0, 0.5563218390804597], "std": [0.0, 0.49681772355924814], "min": [0, 0], "max": [0, 1], "count": [870]}, "gripper_activity_action": {"mean": [2.0, 1.9091954022988507], "std": [0.0, 0.3833104992423733], "min": [2, 0], "max": [2, 2], "count": [870]}}} +{"episode_index": 226, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9882352941176471]]], "mean": [[[0.44128566815459885]], [[0.4181544174699675]], [[0.4255214460784314]]], "std": [[[0.20478863497424285]], [[0.20782336015402644]], [[0.2045793123660657]]], "count": [179]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39330474883156247]], [[0.3848917415196991]], [[0.38879022437652905]]], "std": [[[0.2283914864672873]], [[0.22707709789456468]], [[0.2157619625672461]]], "count": [179]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49687057728119177]], [[0.48177883781538683]], [[0.4845186128455106]]], "std": [[[0.21292011898663668]], [[0.21045269912897058]], [[0.21897673868056103]]], "count": [179]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44421745034140286]], [[0.4272745508818052]], [[0.43853042387811736]]], "std": [[[0.2964495796837962]], [[0.27300832733431957]], [[0.2749130560589681]]], "count": [179]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2594780921936035, 0.4179365336894989, -0.5861164927482605, -1.9239636659622192, 0.25385814905166626, -0.17807593941688538, -0.02834414690732956, -0.36180099844932556, -0.4787389934062958, 0.085037000477314, 1.0303984880447388, -2.1165308952331543, 0.0812123566865921, 1000.0, 168.0, 0.0004286122857593, -0.23461447656154633, -0.8519298434257507, 1.9047833681106567, -1.0590862035751343, -0.0008932400378398597], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4288797676563263, 0.861128032207489, -0.07770206034183502, -1.1001160144805908, 0.8959124088287354, 0.22800981998443604, 0.8969945311546326, -0.1996770054101944, -0.3348569869995117, 0.27439001202583313, 2.086650848388672, -1.121137022972107, 1.1755239963531494, 1002.0, 1009.0, 0.0004286122857593, -0.2345956563949585, -0.8519139885902405, 1.9048254489898682, -1.0564175844192505, 0.0007641426636837423], "mean": [-0.1995173543691635, 0.6046714782714844, 0.45139169692993164, -1.4119699001312256, -0.2539021074771881, -0.12052789330482483, 0.028273141011595726, -0.3103293776512146, 0.46757254004478455, 0.22823850810527802, -1.5732396841049194, -1.121138334274292, -0.7462767362594604, 0.16212938725948334, 0.655110776424408, -0.3659060001373291, -1.5143858194351196, 0.6613652110099792, 0.025480231270194054, 0.53798508644104, -0.28404632210731506, -0.421506404876709, 0.20164194703102112, 1.6160577535629272, -1.8050256967544556, 0.6106952428817749, 1001.792724609375, 561.9723510742188, 0.00042861528345383704, -0.234604150056839, -0.8519281148910522, 1.9047881364822388, -1.0577491521835327, 0.0001510808797320351], "std": [2.5738776457728818e-05, 1.8401469787932e-05, 2.295330705237575e-05, 2.5008323063957505e-05, 2.0849563952651806e-05, 1.566545142850373e-05, 2.2336818801704794e-05, 1.466775756853167e-05, 7.713003469689284e-06, 1.3006271728954744e-05, 1.2755393981933594e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.16758181154727936, 0.12757748365402222, 0.11763375997543335, 0.2558608651161194, 0.19460324943065643, 0.10033491253852844, 0.27544331550598145, 0.045055191963911057, 0.04707464948296547, 0.047938860952854156, 0.3430739641189575, 0.24981671571731567, 0.3434765338897705, 0.6096216440200806, 407.03375244140625, 2.9976945370435715e-09, 1.4352782500282046e-06, 7.277388704096666e-06, 1.6516980394953862e-05, 0.0008352355216629803, 0.0003539025201462209], "count": [1013]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028134707361459732, -0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2594780921936035, 0.4179365336894989, -0.5861164927482605, -1.9239636659622192, 0.25385814905166626, -0.17807593941688538, -0.02834414690732956, -0.36180099844932556, -0.4787389934062958, 0.085037000477314, 1.0303984880447388, -2.1165308952331543, 0.0812123566865921, 1000.0, 168.0, 0.0004286122857593, -0.23461447656154633, -0.8519298434257507, 1.9047833681106567, -1.0590862035751343, -0.0008932400378398597], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4288797676563263, 0.861128032207489, -0.07770206034183502, -1.1001160144805908, 0.8959124088287354, 0.22800981998443604, 0.8969945311546326, -0.1996770054101944, -0.3348569869995117, 0.27439001202583313, 2.086650848388672, -1.121137022972107, 1.1755239963531494, 1002.0, 1009.0, 0.0004286122857593, -0.2345956563949585, -0.8519139885902405, 1.9048254489898682, -1.0564175844192505, 0.0007641426636837423], "mean": [-0.1995173543691635, 0.6046715378761292, 0.45139169692993164, -1.4119700193405151, -0.2539021074771881, -0.12052793055772781, 0.028273142874240875, -0.3103293180465698, 0.46757256984710693, 0.2282385528087616, -1.5732396841049194, -1.121138334274292, -0.7462767362594604, 0.16200654208660126, 0.6551952362060547, -0.3658870458602905, -1.5146254301071167, 0.6615827679634094, 0.025447458028793335, 0.5386930108070374, -0.2840217053890228, -0.42141199111938477, 0.20155943930149078, 1.616506576538086, -1.8056755065917969, 0.6102737188339233, 1001.792724609375, 561.9723510742188, 0.00042861528345383704, -0.234604150056839, -0.8519281148910522, 1.9047881364822388, -1.0577503442764282, 0.00015108089428395033], "std": [2.5738776457728818e-05, 1.8458038539392874e-05, 2.295330705237575e-05, 2.5007044314406812e-05, 2.0849834982072935e-05, 1.567362960486207e-05, 2.2336798792821355e-05, 1.467222045903327e-05, 7.703912160650361e-06, 1.3001817933400162e-05, 1.2755393981933594e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.16760008037090302, 0.12757225334644318, 0.117621511220932, 0.2558782994747162, 0.194270521402359, 0.10038793087005615, 0.27490806579589844, 0.045047637075185776, 0.04707806184887886, 0.04796488955616951, 0.34331488609313965, 0.24889151751995087, 0.34357181191444397, 0.6096216440200806, 407.03375244140625, 2.9976945370435715e-09, 1.4352782500282046e-06, 7.277388704096666e-06, 1.6518597476533614e-05, 0.0008357034530490637, 0.0003539025201462209], "count": [1013]}, "timestamp": {"min": [0.0], "max": [33.733333333333334], "mean": [16.866666666666667], "std": [9.747592295308394], "count": [1013]}, "frame_index": {"min": [0], "max": [1012], "mean": [506.0], "std": [292.4277688592518], "count": [1013]}, "episode_index": {"min": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [1013]}, "index": {"min": [187016], "max": [188028], "mean": [187522.0], "std": [292.4277688592518], "count": [1013]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1013]}, "gripper_open_scale_state": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5585034540675117], "std": [0.0, 0.4032326408473939], "count": [1013]}, "gripper_open_scale_action": {"min": [1.0, 0.1679999977350235], "max": [1.0, 1.0], "mean": [1.0, 0.5585034540675117], "std": [0.0, 0.4032326408473939], "count": [1013]}, "eef_direction_state": {"mean": [6.0, 3.456071076011846], "std": [0.0, 2.1820625568159966], "min": [6, 0], "max": [6, 6], "count": [1013]}, "eef_velocity_state": {"mean": [0.0, 0.771964461994077], "std": [0.0, 0.555261818237423], "min": [0, 0], "max": [0, 2], "count": [1013]}, "eef_acc_mag_state": {"mean": [0.0, 0.648568608094768], "std": [0.0, 0.8113766739866133], "min": [0, 0], "max": [0, 2], "count": [1013]}, "eef_direction_action": {"mean": [6.0, 3.456071076011846], "std": [0.0, 2.1820625568159966], "min": [6, 0], "max": [6, 6], "count": [1013]}, "eef_velocity_action": {"mean": [0.0, 0.771964461994077], "std": [0.0, 0.555261818237423], "min": [0, 0], "max": [0, 2], "count": [1013]}, "eef_acc_mag_action": {"mean": [0.0, 0.648568608094768], "std": [0.0, 0.8113766739866133], "min": [0, 0], "max": [0, 2], "count": [1013]}, "eef_sim_pose_state": {"mean": [-0.3103296160697937, 0.4675728976726532, 0.22823858261108398, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.284046471118927, -0.4215067923069, 0.20164187252521515, 1.6160576343536377, -1.8050261735916138, 0.6106945276260376], "std": [1.4666082279291004e-05, 7.705207281105686e-06, 1.3005991604586598e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.045055218040943146, 0.04707466438412666, 0.04793887212872505, 0.3430739939212799, 0.24981684982776642, 0.34347647428512573], "min": [-0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36180099844932556, -0.4787389934062958, 0.085037000477314, 1.0303984880447388, -2.1165308952331543, 0.0812123566865921], "max": [-0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1996770054101944, -0.3348569869995117, 0.27439001202583313, 2.086650848388672, -1.121137022972107, 1.1755239963531494], "count": [1013]}, "eef_sim_pose_action": {"mean": [-0.3103293776512146, 0.46757254004478455, 0.22823850810527802, -1.5732396841049194, -1.121138334274292, -0.7462767362594604, -0.28404632210731506, -0.421506404876709, 0.20164194703102112, 1.6160577535629272, -1.8050256967544556, 0.6106952428817749], "std": [1.466775756853167e-05, 7.713003469689284e-06, 1.3006271728954744e-05, 1.2755393981933594e-05, 1.3113021850585938e-06, 1.1324882507324219e-06, 0.045055191963911057, 0.04707464948296547, 0.047938860952854156, 0.3430739641189575, 0.24981671571731567, 0.3434765338897705], "min": [-0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36180099844932556, -0.4787389934062958, 0.085037000477314, 1.0303984880447388, -2.1165308952331543, 0.0812123566865921], "max": [-0.31028199195861816, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1996770054101944, -0.3348569869995117, 0.27439001202583313, 2.086650848388672, -1.121137022972107, 1.1755239963531494], "count": [1013]}, "gripper_mode_state": {"mean": [0.0, 0.5291214215202369], "std": [0.0, 0.4991512223852034], "min": [0, 0], "max": [0, 1], "count": [1013]}, "gripper_activity_state": {"mean": [2.0, 1.9200394866732478], "std": [0.0, 0.35619354081703264], "min": [2, 0], "max": [2, 2], "count": [1013]}, "gripper_mode_action": {"mean": [0.0, 0.5291214215202369], "std": [0.0, 0.4991512223852034], "min": [0, 0], "max": [0, 1], "count": [1013]}, "gripper_activity_action": {"mean": [2.0, 1.9200394866732478], "std": [0.0, 0.35619354081703264], "min": [2, 0], "max": [2, 2], "count": [1013]}}} +{"episode_index": 227, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9882352941176471]]], "mean": [[[0.4399824569221628]], [[0.4161233981976629]], [[0.42397170107942167]]], "std": [[[0.20480933277255198]], [[0.2073528844073446]], [[0.20412940194981397]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3930039500396118]], [[0.3847812462863934]], [[0.38878757179639534]]], "std": [[[0.22814059290887992]], [[0.22682031720895435]], [[0.21525634528595736]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4957166778074867]], [[0.48047082219251336]], [[0.48386378614577147]]], "std": [[[0.21204198104240496]], [[0.209684669464723]], [[0.21834504305227545]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43526853956228956]], [[0.42167722940186175]], [[0.43372686175480296]]], "std": [[[0.3009301536336746]], [[0.27759226450375646]], [[0.2800483036148326]]], "count": [165]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028152162209153175, -0.3103710114955902, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.19895008206367493, 0.46701517701148987, -0.6105161905288696, -1.9154291152954102, 0.25385814905166626, -0.12065461277961731, -0.028379054740071297, -0.3629299998283386, -0.5034559965133667, 0.08329199999570847, 0.9902747273445129, -2.271549701690674, 0.015660343691706657, 1000.0, 165.0, 0.00042297266190871596, -0.23465019464492798, -0.848304033279419, 1.9053459167480469, -1.0646357536315918, 0.00020503703854046762], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31026801466941833, 0.4675920009613037, 0.22826500236988068, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.6064320802688599, 0.920434296131134, -0.1425585001707077, -0.7786088585853577, 1.0191326141357422, 0.2802824378013611, 1.2100367546081543, -0.17681999504566193, -0.36567801237106323, 0.31549200415611267, 2.0935399532318115, -1.121137022972107, 1.1358624696731567, 1002.0, 1009.0, 0.000434251909609884, -0.23458439111709595, -0.8472050428390503, 1.9061098098754883, -1.0621113777160645, 0.0002439561067149043], "mean": [-0.1995164006948471, 0.6046589612960815, 0.45139649510383606, -1.4119731187820435, -0.25390103459358215, -0.12052763253450394, 0.028276655822992325, -0.31033143401145935, 0.4675714671611786, 0.22823145985603333, -1.573238730430603, -1.1211439371109009, -0.7462760806083679, 0.2388506978750229, 0.6654682755470276, -0.3929996192455292, -1.4433248043060303, 0.7049573659896851, 0.06830167770385742, 0.6228669881820679, -0.2790651321411133, -0.4300805628299713, 0.20921757817268372, 1.6031662225723267, -1.872859001159668, 0.5626454949378967, 1001.7606811523438, 552.82763671875, 0.0004284502356313169, -0.2346024364233017, -0.8472943305969238, 1.9059687852859497, -1.063096284866333, 0.00022942395298741758], "std": [2.6484050977160223e-05, 1.8119148080586456e-05, 2.4343191398656927e-05, 2.506071177776903e-05, 2.3235947082866915e-05, 1.4773762814002112e-05, 2.5808738428168e-05, 1.5297984646167606e-05, 8.090452865872066e-06, 1.217716453538742e-05, 2.5373214157298207e-05, 2.433585723338183e-05, 2.2028014427633025e-05, 0.21357013285160065, 0.14113129675388336, 0.12305085361003876, 0.3609626591205597, 0.19947953522205353, 0.10219945758581161, 0.35219115018844604, 0.05413096770644188, 0.047921229153871536, 0.05394294485449791, 0.3618380129337311, 0.2816513478755951, 0.3477819859981537, 0.6491002440452576, 408.35101318359375, 7.128053880478546e-07, 4.366433131508529e-06, 0.00018273807654622942, 0.00020409192075021565, 0.0003682425303850323, 5.7052493502851576e-06], "count": [911]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.028152162209153175, -0.3103710114955902, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.19895008206367493, 0.46701517701148987, -0.6105161905288696, -1.9154291152954102, 0.25385814905166626, -0.12065461277961731, -0.028379054740071297, -0.3629299998283386, -0.5034559965133667, 0.08329199999570847, 0.9902747273445129, -2.271549701690674, 0.015660343691706657, 1000.0, 165.0, 0.00042297266190871596, -0.23465019464492798, -0.848304033279419, 1.9053459167480469, -1.0646357536315918, 0.00020503703854046762], "max": [-0.19943878054618835, 0.6047216653823853, 0.45148175954818726, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31026801466941833, 0.4675920009613037, 0.22826500236988068, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.6064320802688599, 0.920434296131134, -0.1425585001707077, -0.7786088585853577, 1.0191326141357422, 0.2802824378013611, 1.2100367546081543, -0.17681999504566193, -0.36567801237106323, 0.31549200415611267, 2.0935399532318115, -1.121137022972107, 1.1358624696731567, 1002.0, 1009.0, 0.000434251909609884, -0.23458439111709595, -0.8472050428390503, 1.9061098098754883, -1.0621113777160645, 0.0002439561067149043], "mean": [-0.19951635599136353, 0.6046590209007263, 0.4513964056968689, -1.411972999572754, -0.25390100479125977, -0.12052761763334274, 0.02827661857008934, -0.31033140420913696, 0.467571496963501, 0.22823147475719452, -1.573238730430603, -1.1211439371109009, -0.7462760806083679, 0.2387382984161377, 0.6656932830810547, -0.39296239614486694, -1.4436626434326172, 0.7051551342010498, 0.06834212690591812, 0.6236307621002197, -0.2790152132511139, -0.42998164892196655, 0.20915578305721283, 1.6036531925201416, -1.8734347820281982, 0.5620183348655701, 1001.7606811523438, 552.82763671875, 0.0004284502356313169, -0.2346024364233017, -0.8472940325737, 1.9059689044952393, -1.063096523284912, 0.00022941248607821763], "std": [2.6445542971487157e-05, 1.8139389794669114e-05, 2.437586590531282e-05, 2.5062719942070544e-05, 2.323612898180727e-05, 1.4756929886061698e-05, 2.5811952582444064e-05, 1.531827547296416e-05, 8.092523785308003e-06, 1.218395664182026e-05, 2.5373214157298207e-05, 2.433585723338183e-05, 2.2028014427633025e-05, 0.21361768245697021, 0.14119760692119598, 0.12303823977708817, 0.36107704043388367, 0.1991214007139206, 0.10213194042444229, 0.35153189301490784, 0.054123107343912125, 0.04793667420744896, 0.05395330488681793, 0.3620956838130951, 0.28064846992492676, 0.3479655086994171, 0.6491002440452576, 408.35101318359375, 7.128053880478546e-07, 4.36562822869746e-06, 0.00018255767645314336, 0.00020409224089235067, 0.0003683182876557112, 5.69988969800761e-06], "count": [911]}, "timestamp": {"min": [0.0], "max": [30.333333333333332], "mean": [15.166666666666668], "std": [8.766096305907462], "count": [911]}, "frame_index": {"min": [0], "max": [910], "mean": [455.0], "std": [262.98288917722385], "count": [911]}, "episode_index": {"min": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [911]}, "index": {"min": [188029], "max": [188939], "mean": [188484.0], "std": [262.98288917722385], "count": [911]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [911]}, "gripper_open_scale_state": {"min": [1.0, 0.16500000655651093], "max": [1.0, 1.0], "mean": [1.0, 0.5494412744477081], "std": [0.0, 0.40457913773952364], "count": [911]}, "gripper_open_scale_action": {"min": [1.0, 0.16500000655651093], "max": [1.0, 1.0], "mean": [1.0, 0.5494412744477081], "std": [0.0, 0.40457913773952364], "count": [911]}, "eef_direction_state": {"mean": [6.0, 3.477497255762898], "std": [0.0, 2.2188912228349644], "min": [6, 0], "max": [6, 6], "count": [911]}, "eef_velocity_state": {"mean": [0.0, 0.827661909989023], "std": [0.0, 0.619782653618089], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_acc_mag_state": {"mean": [0.0, 0.6147091108671789], "std": [0.0, 0.7977485455628993], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_direction_action": {"mean": [6.0, 3.477497255762898], "std": [0.0, 2.2188912228349644], "min": [6, 0], "max": [6, 6], "count": [911]}, "eef_velocity_action": {"mean": [0.0, 0.827661909989023], "std": [0.0, 0.619782653618089], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_acc_mag_action": {"mean": [0.0, 0.6147091108671789], "std": [0.0, 0.7977485455628993], "min": [0, 0], "max": [0, 2], "count": [911]}, "eef_sim_pose_state": {"mean": [-0.3103312849998474, 0.46757185459136963, 0.2282315343618393, -1.5732260942459106, -1.1211376190185547, -0.7462748885154724, -0.27906534075737, -0.4300804138183594, 0.20921774208545685, 1.6031666994094849, -1.8728582859039307, 0.5626460313796997], "std": [1.529708970338106e-05, 8.08171807875624e-06, 1.2176908967376221e-05, 2.2062322386773303e-05, 2.355098149564583e-05, 2.1994981580064632e-05, 0.05413098633289337, 0.047921229153871536, 0.053942956030368805, 0.36183789372444153, 0.28165146708488464, 0.3477821350097656], "min": [-0.3103710114955902, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3629299998283386, -0.5034559965133667, 0.08329199999570847, 0.9902747273445129, -2.271549701690674, 0.015660343691706657], "max": [-0.31026801466941833, 0.4675920009613037, 0.22826500236988068, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.17681999504566193, -0.36567801237106323, 0.31549200415611267, 2.0935399532318115, -1.121137022972107, 1.1358624696731567], "count": [911]}, "eef_sim_pose_action": {"mean": [-0.31033143401145935, 0.4675714671611786, 0.22823145985603333, -1.573238730430603, -1.1211439371109009, -0.7462760806083679, -0.2790651321411133, -0.4300805628299713, 0.20921757817268372, 1.6031662225723267, -1.872859001159668, 0.5626454949378967], "std": [1.5297984646167606e-05, 8.090452865872066e-06, 1.217716453538742e-05, 2.5373214157298207e-05, 2.433585723338183e-05, 2.2028014427633025e-05, 0.05413096770644188, 0.047921229153871536, 0.05394294485449791, 0.3618380129337311, 0.2816513478755951, 0.3477819859981537], "min": [-0.3103710114955902, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3629299998283386, -0.5034559965133667, 0.08329199999570847, 0.9902747273445129, -2.271549701690674, 0.015660343691706657], "max": [-0.31026801466941833, 0.4675920009613037, 0.22826500236988068, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.17681999504566193, -0.36567801237106323, 0.31549200415611267, 2.0935399532318115, -1.121137022972107, 1.1358624696731567], "count": [911]}, "gripper_mode_state": {"mean": [0.0, 0.5378704720087816], "std": [0.0, 0.4985637645776411], "min": [0, 0], "max": [0, 1], "count": [911]}, "gripper_activity_state": {"mean": [2.0, 1.9132821075740944], "std": [0.0, 0.3750584096455273], "min": [2, 0], "max": [2, 2], "count": [911]}, "gripper_mode_action": {"mean": [0.0, 0.5378704720087816], "std": [0.0, 0.4985637645776411], "min": [0, 0], "max": [0, 1], "count": [911]}, "gripper_activity_action": {"mean": [2.0, 1.9132821075740944], "std": [0.0, 0.3750584096455273], "min": [2, 0], "max": [2, 2], "count": [911]}}} +{"episode_index": 228, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43978064753154933]], [[0.41626908887244624]], [[0.4241989507543059]]], "std": [[[0.20498880507687733]], [[0.20745374921823537]], [[0.2037799682349969]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39865675355572]], [[0.390659898209808]], [[0.3942607005590496]]], "std": [[[0.23061724123217117]], [[0.22830416634469172]], [[0.21886701772743544]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49697967150696754]], [[0.47867102396514166]], [[0.48605733598470835]]], "std": [[[0.2126737406235799]], [[0.20921103268223593]], [[0.2190027234227461]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.451641860124553]], [[0.4331034087639249]], [[0.4432556367410696]]], "std": [[[0.28943587893775896]], [[0.28012338861699027]], [[0.28118775256604156]]], "count": [159]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0676838681101799, 0.4096287488937378, -0.5375614166259766, -1.881848931312561, 0.25391051173210144, -0.1656666398048401, -0.028326693922281265, -0.35554900765419006, -0.5169609785079956, 0.07382000237703323, 1.0103015899658203, -2.367683172225952, 0.5053122043609619, 1000.0, 160.0, 0.00042297266190871596, -0.23461447656154633, -0.8474063277244568, 1.9059607982635498, -1.0639820098876953, -4.8411522584501654e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759599447250366, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45931828022003174, 0.7131415605545044, -0.17390459775924683, -0.8620006442070007, 1.218135118484497, 0.10222393274307251, 0.8470432162284851, -0.19432799518108368, -0.3637950122356415, 0.27810201048851013, 1.981829285621643, -1.121137022972107, 1.3309392929077148, 1002.0, 1008.0, 0.000434251909609884, -0.23457875847816467, -0.8472605347633362, 1.9060139656066895, -1.0623347759246826, 0.0004252619983162731], "mean": [-0.19951798021793365, 0.6046687960624695, 0.45139309763908386, -1.4119837284088135, -0.25391116738319397, -0.1205294132232666, 0.02827850915491581, -0.3103257715702057, 0.4675726294517517, 0.22823405265808105, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.17556914687156677, 0.5542395114898682, -0.34334343671798706, -1.3752762079238892, 0.8654237389564514, -0.010204034857451916, 0.5248434543609619, -0.29748567938804626, -0.4404028356075287, 0.20462554693222046, 1.4480198621749878, -1.9757378101348877, 0.985341489315033, 1001.768798828125, 545.3572387695312, 0.0004285107715986669, -0.2345992922782898, -0.847288191318512, 1.906005859375, -1.0632003545761108, 0.00020187855989206582], "std": [2.5284107323386706e-05, 1.6774236428318545e-05, 2.35965198953636e-05, 2.8922544515808113e-05, 2.1615202058455907e-05, 1.5682486264267936e-05, 2.3135713490773924e-05, 1.665982199483551e-05, 8.031959623622242e-06, 1.2622222129721195e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.13638310134410858, 0.08453597873449326, 0.08589287102222443, 0.29460981488227844, 0.3359581232070923, 0.08836948126554489, 0.2511463761329651, 0.04155659303069115, 0.04563349485397339, 0.053084395825862885, 0.29747113585472107, 0.4042147696018219, 0.2649833858013153, 0.639508068561554, 411.01531982421875, 6.175243356665305e-07, 5.406383934314363e-06, 4.285178874852136e-05, 1.5712592357886024e-05, 0.00022002520563546568, 6.736974319210276e-05], "count": [865]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0676838681101799, 0.4096287488937378, -0.5375614166259766, -1.881848931312561, 0.25391051173210144, -0.1656666398048401, -0.028326693922281265, -0.35554900765419006, -0.5169609785079956, 0.07382000237703323, 1.0103015899658203, -2.367683172225952, 0.5053122043609619, 1000.0, 160.0, 0.00042297266190871596, -0.23461447656154633, -0.8474063277244568, 1.9059607982635498, -1.0639820098876953, -4.8411522584501654e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759599447250366, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45931828022003174, 0.7131415605545044, -0.17390459775924683, -0.8620006442070007, 1.218135118484497, 0.10222393274307251, 0.8470432162284851, -0.19432799518108368, -0.3637950122356415, 0.27810201048851013, 1.981829285621643, -1.121137022972107, 1.3309392929077148, 1002.0, 1008.0, 0.000434251909609884, -0.23457875847816467, -0.8472605347633362, 1.9060139656066895, -1.0623347759246826, 0.0004252619983162731], "mean": [-0.19951803982257843, 0.604668915271759, 0.45139312744140625, -1.4119839668273926, -0.25391116738319397, -0.1205294132232666, 0.02827851101756096, -0.3103257715702057, 0.4675726294517517, 0.22823408246040344, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.1753050982952118, 0.5542231202125549, -0.3432672619819641, -1.3756647109985352, 0.8654402494430542, -0.01022570300847292, 0.5253523588180542, -0.29745593667030334, -0.4402886927127838, 0.2045072466135025, 1.4484655857086182, -1.9762206077575684, 0.985068142414093, 1001.768798828125, 545.3572387695312, 0.0004285107715986669, -0.2345992922782898, -0.8472882509231567, 1.906005859375, -1.0632003545761108, 0.00020164038869552314], "std": [2.5323071895400062e-05, 1.6859812603797764e-05, 2.356797813263256e-05, 2.89366962533677e-05, 2.1606432710541412e-05, 1.5682486264267936e-05, 2.3135620722314343e-05, 1.6660715118632652e-05, 8.03966850071447e-06, 1.2655681530304719e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.1365574598312378, 0.08452758938074112, 0.08582620322704315, 0.29487931728363037, 0.3359282314777374, 0.08839884400367737, 0.250470370054245, 0.041556596755981445, 0.045688800513744354, 0.053145598620176315, 0.2979467213153839, 0.4034426510334015, 0.26535147428512573, 0.639508068561554, 411.01531982421875, 6.175243356665305e-07, 5.405091542343143e-06, 4.303022433305159e-05, 1.5784284187247977e-05, 0.0002200002345489338, 6.764444697182626e-05], "count": [865]}, "timestamp": {"min": [0.0], "max": [28.8], "mean": [14.4], "std": [8.323460818673924], "count": [865]}, "frame_index": {"min": [0], "max": [864], "mean": [432.0], "std": [249.70382456021773], "count": [865]}, "episode_index": {"min": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [865]}, "index": {"min": [188940], "max": [189804], "mean": [189372.0], "std": [249.70382456021773], "count": [865]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [865]}, "gripper_open_scale_state": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5420115598364372], "std": [0.0, 0.4072522110928626], "count": [865]}, "gripper_open_scale_action": {"min": [1.0, 0.1599999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5420115598364372], "std": [0.0, 0.4072522110928626], "count": [865]}, "eef_direction_state": {"mean": [6.0, 3.654335260115607], "std": [0.0, 2.264489949531965], "min": [6, 0], "max": [6, 6], "count": [865]}, "eef_velocity_state": {"mean": [0.0, 0.869364161849711], "std": [0.0, 0.7278427625794768], "min": [0, 0], "max": [0, 2], "count": [865]}, "eef_acc_mag_state": {"mean": [0.0, 0.6936416184971098], "std": [0.0, 0.8285477432786681], "min": [0, 0], "max": [0, 2], "count": [865]}, "eef_direction_action": {"mean": [6.0, 3.654335260115607], "std": [0.0, 2.264489949531965], "min": [6, 0], "max": [6, 6], "count": [865]}, "eef_velocity_action": {"mean": [0.0, 0.869364161849711], "std": [0.0, 0.7278427625794768], "min": [0, 0], "max": [0, 2], "count": [865]}, "eef_acc_mag_action": {"mean": [0.0, 0.6936416184971098], "std": [0.0, 0.8285477432786681], "min": [0, 0], "max": [0, 2], "count": [865]}, "eef_sim_pose_state": {"mean": [-0.3103257119655609, 0.4675728380680084, 0.22823402285575867, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29748573899269104, -0.440403014421463, 0.20462562143802643, 1.448020100593567, -1.975737452507019, 0.9853403568267822], "std": [1.6659741959301755e-05, 8.02950671641156e-06, 1.262219939235365e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.041556600481271744, 0.04563349857926369, 0.053084395825862885, 0.29747122526168823, 0.404215008020401, 0.26498332619667053], "min": [-0.3103800117969513, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35554900765419006, -0.5169609785079956, 0.07382000237703323, 1.0103015899658203, -2.367683172225952, 0.5053122043609619], "max": [-0.3102779984474182, 0.46759599447250366, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19432799518108368, -0.3637950122356415, 0.27810201048851013, 1.981829285621643, -1.121137022972107, 1.3309392929077148], "count": [865]}, "eef_sim_pose_action": {"mean": [-0.3103257715702057, 0.4675726294517517, 0.22823405265808105, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, -0.29748567938804626, -0.4404028356075287, 0.20462554693222046, 1.4480198621749878, -1.9757378101348877, 0.985341489315033], "std": [1.665982199483551e-05, 8.031959623622242e-06, 1.2622222129721195e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.04155659303069115, 0.04563349485397339, 0.053084395825862885, 0.29747113585472107, 0.4042147696018219, 0.2649833858013153], "min": [-0.3103800117969513, 0.4675469994544983, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35554900765419006, -0.5169609785079956, 0.07382000237703323, 1.0103015899658203, -2.367683172225952, 0.5053122043609619], "max": [-0.3102779984474182, 0.46759599447250366, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19432799518108368, -0.3637950122356415, 0.27810201048851013, 1.981829285621643, -1.121137022972107, 1.3309392929077148], "count": [865]}, "gripper_mode_state": {"mean": [0.0, 0.5410404624277456], "std": [0.0, 0.49831283391431086], "min": [0, 0], "max": [0, 1], "count": [865]}, "gripper_activity_state": {"mean": [2.0, 1.9063583815028902], "std": [0.0, 0.38379761782362753], "min": [2, 0], "max": [2, 2], "count": [865]}, "gripper_mode_action": {"mean": [0.0, 0.5410404624277456], "std": [0.0, 0.49831283391431086], "min": [0, 0], "max": [0, 1], "count": [865]}, "gripper_activity_action": {"mean": [2.0, 1.9063583815028902], "std": [0.0, 0.38379761782362753], "min": [2, 0], "max": [2, 2], "count": [865]}}} +{"episode_index": 229, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40375519942316973]], [[0.4019909952515682]], [[0.4044359962385402]]], "std": [[[0.19619090090011332]], [[0.1925934574801659]], [[0.18867937295361065]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3872594804140896]], [[0.3859394300785191]], [[0.3822573762446813]]], "std": [[[0.24271111568367906]], [[0.23265659059500074]], [[0.23115529477599345]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5249282416546037]], [[0.49533371304338286]], [[0.505318612372242]]], "std": [[[0.21031788950978333]], [[0.19640198422779342]], [[0.20744812409415883]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45747952307321144]], [[0.43421337922752995]], [[0.44279335548537085]]], "std": [[[0.26369195123541833]], [[0.24954056965715685]], [[0.251952850282475]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12054989486932755, 0.02816961333155632, -0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.004014257341623306, 0.3110002279281616, -0.6042329668998718, -1.684731364250183, 0.25384068489074707, -0.12058479338884354, -0.08218755573034286, -0.3121330142021179, -0.5300089716911316, 0.02954299934208393, 0.7054436802864075, -2.1086788177490234, 0.4679298400878906, 1001.0, 207.0, 0.0005263659404590726, -0.22605350613594055, -0.836309552192688, 1.9090731143951416, -1.0680317878723145, -6.644718814641237e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4360530376434326, 0.6419320702552795, -0.17697639763355255, -1.2101589441299438, 1.134568691253662, 0.32588788866996765, 0.5984035730361938, -0.18639199435710907, -0.41698700189590454, 0.22825899720191956, 2.0652432441711426, -1.121137022972107, 1.2915148735046387, 1001.0, 1003.0, 0.0005357653135433793, -0.22603845596313477, -0.8362548351287842, 1.9090882539749146, -1.0677084922790527, -2.8477366868173704e-05], "mean": [-0.19951921701431274, 0.6046748161315918, 0.4514022469520569, -1.4119675159454346, -0.2538911700248718, -0.12051600217819214, 0.028277147561311722, -0.310333251953125, 0.4675712585449219, 0.2282383292913437, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.28882020711898804, 0.45750105381011963, -0.3712848424911499, -1.4457248449325562, 0.7349255681037903, 0.11912795156240463, 0.23599986732006073, -0.26384878158569336, -0.4797835946083069, 0.1626192331314087, 1.3755574226379395, -1.7969884872436523, 0.9413496851921082, 1001.0, 537.0742797851562, 0.0005318637122400105, -0.22604529559612274, -0.8362583518028259, 1.909069299697876, -1.0678374767303467, -3.6512490623863414e-05], "std": [2.547780422901269e-05, 1.6795180272310972e-05, 2.197600588260684e-05, 2.4858769393176772e-05, 2.2807493223808706e-05, 1.7770160411600955e-05, 2.1156802176847123e-05, 1.4044748240849003e-05, 7.761200322420336e-06, 1.2562022675410844e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.11401963233947754, 0.09270022809505463, 0.11286789178848267, 0.12854261696338654, 0.27122974395751953, 0.12406255304813385, 0.20857137441635132, 0.04407721012830734, 0.03240368515253067, 0.06065480783581734, 0.43563440442085266, 0.295588880777359, 0.25982290506362915, 0.0, 382.2903747558594, 2.966921101688058e-06, 1.8979218339154613e-06, 1.5131899999687448e-05, 1.4820169781160075e-05, 0.0001083350507542491, 9.359982868772931e-06], "count": [794]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25394541025161743, -0.12054989486932755, 0.02816961333155632, -0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.004014257341623306, 0.3110002279281616, -0.6042329668998718, -1.684731364250183, 0.25384068489074707, -0.12058479338884354, -0.08218755573034286, -0.3121330142021179, -0.5300089716911316, 0.02954299934208393, 0.7054436802864075, -2.1086788177490234, 0.4679298400878906, 1001.0, 207.0, 0.0005263659404590726, -0.22605350613594055, -0.836309552192688, 1.9090731143951416, -1.0680317878723145, -6.644718814641237e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4360530376434326, 0.6419320702552795, -0.17697639763355255, -1.2101589441299438, 1.134568691253662, 0.32588788866996765, 0.5984035730361938, -0.18639199435710907, -0.41698700189590454, 0.22825899720191956, 2.0652432441711426, -1.121137022972107, 1.2915148735046387, 1001.0, 1003.0, 0.0005357653135433793, -0.22603845596313477, -0.8362548351287842, 1.9090882539749146, -1.0677084922790527, -2.8477366868173704e-05], "mean": [-0.19951926171779633, 0.6046748161315918, 0.4514022171497345, -1.4119675159454346, -0.2538911700248718, -0.12051596492528915, 0.028277168050408363, -0.310333251953125, 0.4675712287425995, 0.22823835909366608, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2885976731777191, 0.45753002166748047, -0.3711785674095154, -1.4460206031799316, 0.7353038787841797, 0.11937238276004791, 0.23593232035636902, -0.26384657621383667, -0.4797261953353882, 0.16260448098182678, 1.3751999139785767, -1.7973605394363403, 0.9415090084075928, 1001.0, 537.0742797851562, 0.0005318755283951759, -0.22604529559612274, -0.8362585306167603, 1.909069299697876, -1.0678374767303467, -3.652922896435484e-05], "std": [2.5518969778204337e-05, 1.6795180272310972e-05, 2.1975367417326197e-05, 2.4858769393176772e-05, 2.2807493223808706e-05, 1.7816688341554254e-05, 2.1163015844649635e-05, 1.4046711839910131e-05, 7.765741429466289e-06, 1.2549551684060134e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.11436581611633301, 0.09274985641241074, 0.1128321960568428, 0.12873461842536926, 0.2707676589488983, 0.12378104776144028, 0.2086656242609024, 0.0440748929977417, 0.03246571496129036, 0.06064024195075035, 0.4355883002281189, 0.2949228882789612, 0.25974172353744507, 0.0, 382.29034423828125, 2.9636960334755713e-06, 1.8958970713356393e-06, 1.5187776625680272e-05, 1.4815224858466536e-05, 0.00010818313603522256, 9.36257765715709e-06], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [794]}, "index": {"min": [189805], "max": [190598], "mean": [190201.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.2070000022649765], "max": [1.0, 1.0], "mean": [1.0, 0.5363035285165088], "std": [0.0, 0.38135381112431505], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.2070000022649765], "max": [1.0, 1.0], "mean": [1.0, 0.5363035285165088], "std": [0.0, 0.38135381112431505], "count": [794]}, "eef_direction_state": {"mean": [6.0, 4.065491183879093], "std": [0.0, 2.1294961202107916], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.5717884130982368], "std": [0.0, 0.5073863243950559], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.42947103274559195], "std": [0.0, 0.7346672663416685], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 4.065491183879093], "std": [0.0, 2.1294961202107916], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.5717884130982368], "std": [0.0, 0.5073863243950559], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.42947103274559195], "std": [0.0, 0.7346672663416685], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.3103331923484802, 0.46757200360298157, 0.22823843359947205, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2638486623764038, -0.4797839820384979, 0.16261926293373108, 1.375557780265808, -1.796987533569336, 0.9413496851921082], "std": [1.4044646377442405e-05, 7.72421026340453e-06, 1.2561508810904343e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.04407719522714615, 0.03240370377898216, 0.06065480038523674, 0.43563443422317505, 0.29558879137039185, 0.25982266664505005], "min": [-0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3121330142021179, -0.5300089716911316, 0.02954299934208393, 0.7054436802864075, -2.1086788177490234, 0.4679298400878906], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18639199435710907, -0.41698700189590454, 0.22825899720191956, 2.0652432441711426, -1.121137022972107, 1.2915148735046387], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.310333251953125, 0.4675712585449219, 0.2282383292913437, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.26384878158569336, -0.4797835946083069, 0.1626192331314087, 1.3755574226379395, -1.7969884872436523, 0.9413496851921082], "std": [1.4044748240849003e-05, 7.761200322420336e-06, 1.2562022675410844e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.04407721012830734, 0.03240368515253067, 0.06065480783581734, 0.43563440442085266, 0.295588880777359, 0.25982290506362915], "min": [-0.31036901473999023, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3121330142021179, -0.5300089716911316, 0.02954299934208393, 0.7054436802864075, -2.1086788177490234, 0.4679298400878906], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18639199435710907, -0.41698700189590454, 0.22825899720191956, 2.0652432441711426, -1.121137022972107, 1.2915148735046387], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.5768261964735516], "std": [0.0, 0.49406248140838466], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8904282115869018], "std": [0.0, 0.41305407701549285], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.5768261964735516], "std": [0.0, 0.49406248140838466], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8904282115869018], "std": [0.0, 0.4130540770154929], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"episode_index": 230, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4102617773212226]], [[0.407232850646386]], [[0.41028086853613993]]], "std": [[[0.195010224290418]], [[0.1914395969470704]], [[0.18777552035726663]]], "count": [136]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38079896404027297]], [[0.37909008854767395]], [[0.3751832408208381]]], "std": [[[0.2360394889196431]], [[0.22720535243346723]], [[0.22415196474518237]]], "count": [136]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.530464231004902]], [[0.4986951157607651]], [[0.5075812653186275]]], "std": [[[0.21228721554766555]], [[0.19714727924924863]], [[0.20767357152685312]]], "count": [136]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47342796190167247]], [[0.4493520130478662]], [[0.4567226877883507]]], "std": [[[0.24602615482367704]], [[0.23201456799661976]], [[0.23670025197787495]]], "count": [136]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2540152072906494, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0584685280919075, 0.22905699908733368, -0.45144686102867126, -1.8694396018981934, 0.25389304757118225, -0.12058479338884354, -0.20195205509662628, -0.3114260137081146, -0.5001639723777771, 0.09462299942970276, 0.5422178506851196, -2.0419979095458984, 0.7446473836898804, 1001.0, 198.0, 0.0005395251209847629, -0.22604598104953766, -0.836357057094574, 1.9090731143951416, -1.0680111646652222, -5.315774978953414e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3103010058403015, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3016103506088257, 0.6047216653823853, -0.09885545074939728, -1.3869258165359497, 1.2519071102142334, 0.35873499512672424, 0.343864768743515, -0.20690399408340454, -0.3836129903793335, 0.2285650074481964, 1.7967121601104736, -1.121137022972107, 1.4769752025604248, 1001.0, 1003.0, 0.0005414049956016243, -0.22603657841682434, -0.8363475799560547, 1.9090842008590698, -1.067880392074585, -4.176680522505194e-05], "mean": [-0.19951705634593964, 0.6046755909919739, 0.45138853788375854, -1.4119352102279663, -0.25390946865081787, -0.12052374333143234, 0.028261400759220123, -0.3103407919406891, 0.4675734043121338, 0.22825047373771667, -1.573238492012024, -1.121139645576477, -0.7462766766548157, 0.16754509508609772, 0.39808371663093567, -0.27142924070358276, -1.557405948638916, 0.8082352876663208, 0.13643012940883636, 0.046052273362874985, -0.2679919898509979, -0.464578241109848, 0.17218680679798126, 1.131289005279541, -1.7858679294586182, 1.1613636016845703, 1001.0, 530.9585571289062, 0.0005403493414632976, -0.22604331374168396, -0.8363521099090576, 1.9090670347213745, -1.0679394006729126, -4.586338036460802e-05], "std": [2.4302729798364453e-05, 1.596681249793619e-05, 2.1709052816731855e-05, 2.5359304345329292e-05, 3.353015927132219e-05, 1.6144427718245424e-05, 1.9659899407997727e-05, 1.4349656339618377e-05, 7.510934210586129e-06, 1.2057931598974392e-05, 1.1563301086425781e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.10263942927122116, 0.11846379190683365, 0.11129297316074371, 0.14230391383171082, 0.31101366877555847, 0.13061188161373138, 0.1528089940547943, 0.0354672409594059, 0.03661184757947922, 0.03561219573020935, 0.45130643248558044, 0.27071088552474976, 0.2649862468242645, 0.0, 384.72662353515625, 9.321504421677673e-07, 1.7961815501621459e-06, 2.673021754162619e-06, 1.2122109183110297e-05, 3.073955303989351e-05, 1.1386584901629249e-06], "count": [700]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2540152072906494, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0584685280919075, 0.22905699908733368, -0.45144686102867126, -1.8694396018981934, 0.25389304757118225, -0.12058479338884354, -0.20195205509662628, -0.3114260137081146, -0.5001639723777771, 0.09462299942970276, 0.5422178506851196, -2.0419979095458984, 0.7446473836898804, 1001.0, 198.0, 0.0005395251209847629, -0.22604598104953766, -0.836357057094574, 1.9090731143951416, -1.0680111646652222, -5.315774978953414e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3103010058403015, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3016103506088257, 0.6047216653823853, -0.09885545074939728, -1.3869258165359497, 1.2519071102142334, 0.35873499512672424, 0.343864768743515, -0.20690399408340454, -0.3836129903793335, 0.2285650074481964, 1.7967121601104736, -1.121137022972107, 1.4769752025604248, 1001.0, 1003.0, 0.0005414049956016243, -0.22603657841682434, -0.8363475799560547, 1.9090842008590698, -1.067880392074585, -4.176680522505194e-05], "mean": [-0.19951705634593964, 0.6046755909919739, 0.45138850808143616, -1.4119352102279663, -0.2539094388484955, -0.12052376568317413, 0.028261374682188034, -0.3103407621383667, 0.4675734043121338, 0.2282504439353943, -1.573238492012024, -1.121139645576477, -0.7462766766548157, 0.1672399640083313, 0.3979642987251282, -0.27126801013946533, -1.5577762126922607, 0.8088608384132385, 0.13665342330932617, 0.04595376178622246, -0.26798856258392334, -0.4645034372806549, 0.17213016748428345, 1.1307077407836914, -1.786537528038025, 1.1618454456329346, 1001.0, 530.96142578125, 0.0005403520190156996, -0.22604331374168396, -0.8363521099090576, 1.9090670347213745, -1.0679394006729126, -4.5864737330703065e-05], "std": [2.4302729798364453e-05, 1.5966814316925593e-05, 2.1735364498454146e-05, 2.5359304345329292e-05, 3.358039248269051e-05, 1.6143872926477343e-05, 1.963242539204657e-05, 1.433180023013847e-05, 7.488340543204686e-06, 1.2062435416737571e-05, 1.1563301086425781e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.10286126285791397, 0.1182975023984909, 0.11111381649971008, 0.142262265086174, 0.31033769249916077, 0.1303057074546814, 0.1528790444135666, 0.03546321764588356, 0.03665921464562416, 0.035554468631744385, 0.4509989619255066, 0.26964300870895386, 0.2645370364189148, 0.0, 384.7311706542969, 9.32494856442645e-07, 1.7992052789850277e-06, 2.6738675842352677e-06, 1.2118712220399175e-05, 3.0844970751786605e-05, 1.1388644907128764e-06], "count": [700]}, "timestamp": {"min": [0.0], "max": [23.3], "mean": [11.65], "std": [6.735746267324637], "count": [700]}, "frame_index": {"min": [0], "max": [699], "mean": [349.5], "std": [202.0723880197391], "count": [700]}, "episode_index": {"min": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [700]}, "index": {"min": [190599], "max": [191298], "mean": [190948.5], "std": [202.0723880197391], "count": [700]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [700]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5306885714828968], "std": [0.0, 0.3843963248511638], "count": [700]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5306885714828968], "std": [0.0, 0.3843963248511638], "count": [700]}, "eef_direction_state": {"mean": [6.0, 4.1971428571428575], "std": [0.0, 2.205445949628943], "min": [6, 0], "max": [6, 6], "count": [700]}, "eef_velocity_state": {"mean": [0.0, 0.53], "std": [0.0, 0.5980563757468268], "min": [0, 0], "max": [0, 2], "count": [700]}, "eef_acc_mag_state": {"mean": [0.0, 0.4542857142857143], "std": [0.0, 0.7421370135889798], "min": [0, 0], "max": [0, 2], "count": [700]}, "eef_direction_action": {"mean": [6.0, 4.1971428571428575], "std": [0.0, 2.205445949628943], "min": [6, 0], "max": [6, 6], "count": [700]}, "eef_velocity_action": {"mean": [0.0, 0.53], "std": [0.0, 0.5980563757468268], "min": [0, 0], "max": [0, 2], "count": [700]}, "eef_acc_mag_action": {"mean": [0.0, 0.4542857142857143], "std": [0.0, 0.7421370135889798], "min": [0, 0], "max": [0, 2], "count": [700]}, "eef_sim_pose_state": {"mean": [-0.3103407621383667, 0.4675733149051666, 0.22825060784816742, -1.573226809501648, -1.121137022972107, -0.7462755441665649, -0.2679919898509979, -0.46457788348197937, 0.17218677699565887, 1.1312882900238037, -1.7858667373657227, 1.161363959312439], "std": [1.4349571756611113e-05, 7.510652267228579e-06, 1.2057133062626235e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.035467229783535004, 0.036611851304769516, 0.035612188279628754, 0.4513065218925476, 0.270710825920105, 0.264986127614975], "min": [-0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3114260137081146, -0.5001639723777771, 0.09462299942970276, 0.5422178506851196, -2.0419979095458984, 0.7446473836898804], "max": [-0.3103010058403015, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20690399408340454, -0.3836129903793335, 0.2285650074481964, 1.7967121601104736, -1.121137022972107, 1.4769752025604248], "count": [700]}, "eef_sim_pose_action": {"mean": [-0.3103407919406891, 0.4675734043121338, 0.22825047373771667, -1.573238492012024, -1.121139645576477, -0.7462766766548157, -0.2679919898509979, -0.464578241109848, 0.17218680679798126, 1.131289005279541, -1.7858679294586182, 1.1613636016845703], "std": [1.4349656339618377e-05, 7.510934210586129e-06, 1.2057931598974392e-05, 1.1563301086425781e-05, 2.6226043701171875e-06, 1.0728836059570312e-06, 0.0354672409594059, 0.03661184757947922, 0.03561219573020935, 0.45130643248558044, 0.27071088552474976, 0.2649862468242645], "min": [-0.3103789985179901, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3114260137081146, -0.5001639723777771, 0.09462299942970276, 0.5422178506851196, -2.0419979095458984, 0.7446473836898804], "max": [-0.3103010058403015, 0.46759700775146484, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20690399408340454, -0.3836129903793335, 0.2285650074481964, 1.7967121601104736, -1.121137022972107, 1.4769752025604248], "count": [700]}, "gripper_mode_state": {"mean": [0.0, 0.5757142857142857], "std": [0.0, 0.49423410135154844], "min": [0, 0], "max": [0, 1], "count": [700]}, "gripper_activity_state": {"mean": [2.0, 1.8785714285714286], "std": [0.0, 0.43206906099533215], "min": [2, 0], "max": [2, 2], "count": [700]}, "gripper_mode_action": {"mean": [0.0, 0.5757142857142857], "std": [0.0, 0.49423410135154844], "min": [0, 0], "max": [0, 1], "count": [700]}, "gripper_activity_action": {"mean": [2.0, 1.8785714285714286], "std": [0.0, 0.43206906099533215], "min": [2, 0], "max": [2, 2], "count": [700]}}} +{"episode_index": 231, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.42070633845643524]], [[0.41339872506019953]], [[0.4179200083542189]]], "std": [[[0.19777686191270555]], [[0.19366147227672453]], [[0.19114015213646376]]], "count": [133]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3815733942699887]], [[0.379999229077596]], [[0.37627167029092334]]], "std": [[[0.236433560119105]], [[0.227396691050743]], [[0.22475631181133415]]], "count": [133]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5316373409012728]], [[0.49969725170770063]], [[0.5084464700353826]]], "std": [[[0.21225188730455094]], [[0.19724278695517]], [[0.20776802952030177]]], "count": [133]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46997719636100055]], [[0.4467830989852081]], [[0.4554826358174849]]], "std": [[[0.25439232324162236]], [[0.2396391700809442]], [[0.24367575123740673]]], "count": [133]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25391051173210144, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755099296569824, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1595754474401474, 0.23033109307289124, -0.46643924713134766, -1.906615138053894, 0.2537883222103119, -0.15891222655773163, -0.04014257341623306, -0.32143598794937134, -0.5177140235900879, 0.11261600255966187, 0.5510892271995544, -2.135042667388916, 0.6437242031097412, 1001.0, 185.0, 0.0005414049956016243, -0.22604034841060638, -0.8363538980484009, 1.9090707302093506, -1.0680468082427979, -5.0310012738918886e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029200553894043, 0.4675999879837036, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.319098562002182, 0.6047391295433044, -0.10651744902133942, -1.317514181137085, 1.2907931804656982, 0.31058135628700256, 0.49242720007896423, -0.2174530029296875, -0.33434098958969116, 0.2290090024471283, 2.0110182762145996, -1.121137022972107, 1.499717354774475, 1001.0, 1003.0, 0.0005432848702184856, -0.22603093087673187, -0.8363428115844727, 1.9090842008590698, -1.067721962928772, -3.891906817443669e-05], "mean": [-0.19951628148555756, 0.6046766042709351, 0.45138829946517944, -1.4119408130645752, -0.2538753151893616, -0.12052885442972183, 0.028280939906835556, -0.31033653020858765, 0.467573881149292, 0.2282501757144928, -1.573238492012024, -1.1211392879486084, -0.7462767362594604, 0.1745997667312622, 0.42873910069465637, -0.2995079457759857, -1.508794903755188, 0.7856501340866089, 0.06590614467859268, 0.1287761926651001, -0.2773957848548889, -0.46134835481643677, 0.1715623289346695, 1.2277299165725708, -1.7866944074630737, 1.099503517150879, 1001.0, 526.6017456054688, 0.000542379217222333, -0.22603653371334076, -0.8363484144210815, 1.9090673923492432, -1.0678941011428833, -4.516624176176265e-05], "std": [2.451859472785145e-05, 1.6815500202937983e-05, 2.161260272259824e-05, 2.5384979380760342e-05, 2.244477582280524e-05, 1.4859184375382029e-05, 2.0500718164839782e-05, 1.4759995792701375e-05, 7.6871056080563e-06, 1.1431876373535488e-05, 1.1563301086425781e-05, 2.2649765014648438e-06, 1.1324882507324219e-06, 0.12423056364059448, 0.1281246393918991, 0.10574495792388916, 0.174690842628479, 0.3698728680610657, 0.17856130003929138, 0.1902117282152176, 0.03212863951921463, 0.05162486806511879, 0.03546488285064697, 0.5429853796958923, 0.32290545105934143, 0.29930105805397034, 0.0, 391.5033264160156, 9.394100288773188e-07, 1.7988879790209467e-06, 3.0838584734738106e-06, 1.2606390555447433e-05, 0.00010673988435883075, 1.2924942893732805e-06], "count": [683]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25391051173210144, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755099296569824, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1595754474401474, 0.23033109307289124, -0.46643924713134766, -1.906615138053894, 0.2537883222103119, -0.15891222655773163, -0.04014257341623306, -0.32143598794937134, -0.5177140235900879, 0.11261600255966187, 0.5510892271995544, -2.135042667388916, 0.6437242031097412, 1001.0, 185.0, 0.0005414049956016243, -0.22604034841060638, -0.8363538980484009, 1.9090707302093506, -1.0680468082427979, -5.0310012738918886e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31029200553894043, 0.4675999879837036, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.319098562002182, 0.6047391295433044, -0.10651744902133942, -1.317514181137085, 1.2907931804656982, 0.31058135628700256, 0.49242720007896423, -0.2174530029296875, -0.33434098958969116, 0.2290090024471283, 2.0110182762145996, -1.121137022972107, 1.499717354774475, 1001.0, 1003.0, 0.0005432848702184856, -0.22603093087673187, -0.8363428115844727, 1.9090842008590698, -1.067721962928772, -3.891906817443669e-05], "mean": [-0.19951628148555756, 0.6046765446662903, 0.45138829946517944, -1.4119408130645752, -0.2538753151893616, -0.12052883207798004, 0.028280967846512794, -0.31033650040626526, 0.467573881149292, 0.2282501757144928, -1.573238492012024, -1.1211392879486084, -0.7462767362594604, 0.1745043247938156, 0.42868301272392273, -0.2995269298553467, -1.5089150667190552, 0.7861969470977783, 0.06596413254737854, 0.1288137584924698, -0.2774113118648529, -0.46131470799446106, 0.17150752246379852, 1.2274072170257568, -1.787290096282959, 1.0998330116271973, 1001.0, 526.5988159179688, 0.0005423819529823959, -0.22603653371334076, -0.8363484144210815, 1.9090673923492432, -1.0678937435150146, -4.516346598393284e-05], "std": [2.451859472785145e-05, 1.683761365711689e-05, 2.1594942154479213e-05, 2.5376362827955745e-05, 2.244477582280524e-05, 1.483845517213922e-05, 2.0481620595091954e-05, 1.47481077874545e-05, 7.681020179006737e-06, 1.1439152331149671e-05, 1.1563301086425781e-05, 2.2649765014648438e-06, 1.1324882507324219e-06, 0.1242363303899765, 0.12805601954460144, 0.10577333718538284, 0.1746523678302765, 0.3693618178367615, 0.17850728332996368, 0.19018319249153137, 0.0321471244096756, 0.05162829905748367, 0.03540613502264023, 0.5428454875946045, 0.32205119729042053, 0.29903584718704224, 0.0, 391.50018310546875, 9.393095297127729e-07, 1.7987513274420053e-06, 3.085154503423837e-06, 1.2606390555447433e-05, 0.00010680990089895204, 1.2936687880937825e-06], "count": [683]}, "timestamp": {"min": [0.0], "max": [22.733333333333334], "mean": [11.366666666666667], "std": [6.572163519978282], "count": [683]}, "frame_index": {"min": [0], "max": [682], "mean": [341.0], "std": [197.1649055993485], "count": [683]}, "episode_index": {"min": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [683]}, "index": {"min": [191299], "max": [191981], "mean": [191640.0], "std": [197.1649055993485], "count": [683]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [683]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5261054186485872], "std": [0.0, 0.39090222972050737], "count": [683]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5261054186485872], "std": [0.0, 0.39090222972050737], "count": [683]}, "eef_direction_state": {"mean": [6.0, 3.9150805270863835], "std": [0.0, 2.1328754402422554], "min": [6, 0], "max": [6, 6], "count": [683]}, "eef_velocity_state": {"mean": [0.0, 0.5695461200585652], "std": [0.0, 0.5403845484204922], "min": [0, 0], "max": [0, 2], "count": [683]}, "eef_acc_mag_state": {"mean": [0.0, 0.45973645680819913], "std": [0.0, 0.7494680910912894], "min": [0, 0], "max": [0, 2], "count": [683]}, "eef_direction_action": {"mean": [6.0, 3.9150805270863835], "std": [0.0, 2.1328754402422554], "min": [6, 0], "max": [6, 6], "count": [683]}, "eef_velocity_action": {"mean": [0.0, 0.5695461200585652], "std": [0.0, 0.5403845484204922], "min": [0, 0], "max": [0, 2], "count": [683]}, "eef_acc_mag_action": {"mean": [0.0, 0.45973645680819913], "std": [0.0, 0.7494680910912894], "min": [0, 0], "max": [0, 2], "count": [683]}, "eef_sim_pose_state": {"mean": [-0.3103365898132324, 0.46757352352142334, 0.2282501757144928, -1.573226809501648, -1.121137022972107, -0.7462755441665649, -0.2773958146572113, -0.46134811639785767, 0.17156238853931427, 1.22773015499115, -1.7866944074630737, 1.099503517150879], "std": [1.4759929399588145e-05, 7.679516784264706e-06, 1.1431879102019593e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.03212863206863403, 0.05162487551569939, 0.035464879125356674, 0.5429856181144714, 0.322905570268631, 0.2993011474609375], "min": [-0.3103789985179901, 0.46755099296569824, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32143598794937134, -0.5177140235900879, 0.11261600255966187, 0.5510892271995544, -2.135042667388916, 0.6437242031097412], "max": [-0.31029200553894043, 0.4675999879837036, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2174530029296875, -0.33434098958969116, 0.2290090024471283, 2.0110182762145996, -1.121137022972107, 1.499717354774475], "count": [683]}, "eef_sim_pose_action": {"mean": [-0.31033653020858765, 0.467573881149292, 0.2282501757144928, -1.573238492012024, -1.1211392879486084, -0.7462767362594604, -0.2773957848548889, -0.46134835481643677, 0.1715623289346695, 1.2277299165725708, -1.7866944074630737, 1.099503517150879], "std": [1.4759995792701375e-05, 7.6871056080563e-06, 1.1431876373535488e-05, 1.1563301086425781e-05, 2.2649765014648438e-06, 1.1324882507324219e-06, 0.03212863951921463, 0.05162486806511879, 0.03546488285064697, 0.5429853796958923, 0.32290545105934143, 0.29930105805397034], "min": [-0.3103789985179901, 0.46755099296569824, 0.22821499407291412, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32143598794937134, -0.5177140235900879, 0.11261600255966187, 0.5510892271995544, -2.135042667388916, 0.6437242031097412], "max": [-0.31029200553894043, 0.4675999879837036, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2174530029296875, -0.33434098958969116, 0.2290090024471283, 2.0110182762145996, -1.121137022972107, 1.499717354774475], "count": [683]}, "gripper_mode_state": {"mean": [0.0, 0.5724743777452416], "std": [0.0, 0.49471958175358777], "min": [0, 0], "max": [0, 1], "count": [683]}, "gripper_activity_state": {"mean": [2.0, 1.8726207906295753], "std": [0.0, 0.44280155747716965], "min": [2, 0], "max": [2, 2], "count": [683]}, "gripper_mode_action": {"mean": [0.0, 0.5724743777452416], "std": [0.0, 0.49471958175358777], "min": [0, 0], "max": [0, 1], "count": [683]}, "gripper_activity_action": {"mean": [2.0, 1.8726207906295753], "std": [0.0, 0.44280155747716965], "min": [2, 0], "max": [2, 2], "count": [683]}}} +{"episode_index": 232, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4220852874933757]], [[0.41493909672540186]], [[0.4192667787272567]]], "std": [[[0.19787413429641454]], [[0.19338293703172166]], [[0.190919662196707]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3823382628952482]], [[0.38126439536963436]], [[0.3777014358108108]]], "std": [[[0.2387989053980018]], [[0.2293277958074471]], [[0.2264601616078328]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5324622319930223]], [[0.500273411278926]], [[0.509075119236884]]], "std": [[[0.21249058500387852]], [[0.19728968111205436]], [[0.207827268996326]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.465252063184508]], [[0.4418826013513514]], [[0.44967929280383323]]], "std": [[[0.2542075151985065]], [[0.23862055156585352]], [[0.24166563050583648]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02223549596965313, 0.26199138164520264, -0.5511749982833862, -1.767739176750183, 0.25384068489074707, -0.12058479338884354, -0.1604655683040619, -0.310820996761322, -0.5290820002555847, 0.13347899913787842, 0.5052408576011658, -2.1365039348602295, 0.7262165546417236, 1001.0, 195.0, 0.0005432848702184856, -0.22604034841060638, -0.8363475799560547, 1.9090763330459595, -1.067894697189331, -4.8411522584501654e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102700114250183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3807610273361206, 0.6168866157531738, -0.1114741787314415, -1.2987867593765259, 1.4046584367752075, 0.404427707195282, 0.5292885303497314, -0.19985899329185486, -0.3919230103492737, 0.22835199534893036, 1.8982489109039307, -1.121137022972107, 1.3899937868118286, 1001.0, 1002.0, 0.0005451647448353469, -0.22603093087673187, -0.8363388180732727, 1.9090858697891235, -1.0677028894424438, -4.176680522505194e-05], "mean": [-0.19951841235160828, 0.6046773791313171, 0.45138803124427795, -1.4119598865509033, -0.25388598442077637, -0.1205306351184845, 0.028283609077334404, -0.3103305995464325, 0.46757352352142334, 0.2282453030347824, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.24011090397834778, 0.4730059504508972, -0.33794450759887695, -1.4706798791885376, 0.8689847588539124, 0.10396832972764969, 0.09282202273607254, -0.2726888060569763, -0.4766252934932709, 0.1825355440378189, 1.1719000339508057, -1.8062684535980225, 1.0771301984786987, 1001.0, 587.7142944335938, 0.000543795817065984, -0.22603367269039154, -0.8363438248634338, 1.9090662002563477, -1.0677728652954102, -4.444732621777803e-05], "std": [2.6006233383668587e-05, 1.7043186744558625e-05, 2.2249241737881675e-05, 2.484504148014821e-05, 2.204271913797129e-05, 1.4739985999767669e-05, 2.0249199224053882e-05, 1.4944843314879108e-05, 7.987983735802118e-06, 1.2005863936792593e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.10642987489700317, 0.1256933957338333, 0.11224665492773056, 0.1432604044675827, 0.36466896533966064, 0.18163824081420898, 0.22940599918365479, 0.035509973764419556, 0.04334205761551857, 0.028182895854115486, 0.5135322213172913, 0.3327605128288269, 0.26133134961128235, 0.0, 392.97760009765625, 8.349899758286483e-07, 1.2343551816229592e-06, 2.677381189641892e-06, 1.563313344377093e-05, 5.155352846486494e-05, 8.134323934427812e-07], "count": [784]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02223549596965313, 0.26199138164520264, -0.5511749982833862, -1.767739176750183, 0.25384068489074707, -0.12058479338884354, -0.1604655683040619, -0.310820996761322, -0.5290820002555847, 0.13347899913787842, 0.5052408576011658, -2.1365039348602295, 0.7262165546417236, 1001.0, 195.0, 0.0005432848702184856, -0.22604034841060638, -0.8363475799560547, 1.9090763330459595, -1.067894697189331, -4.8411522584501654e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102700114250183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3807610273361206, 0.6168866157531738, -0.1114741787314415, -1.2987867593765259, 1.4046584367752075, 0.404427707195282, 0.5292885303497314, -0.19985899329185486, -0.3919230103492737, 0.22835199534893036, 1.8982489109039307, -1.121137022972107, 1.3899937868118286, 1001.0, 1002.0, 0.0005451647448353469, -0.22603093087673187, -0.8363388180732727, 1.9090858697891235, -1.0677028894424438, -4.176680522505194e-05], "mean": [-0.19951839745044708, 0.6046773791313171, 0.45138800144195557, -1.4119600057601929, -0.2538859248161316, -0.12053060531616211, 0.028283633291721344, -0.3103305995464325, 0.4675735533237457, 0.2282453328371048, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.24011541903018951, 0.4730101227760315, -0.33806777000427246, -1.470777988433838, 0.8695909976959229, 0.10398870706558228, 0.0928114652633667, -0.27268821001052856, -0.47660839557647705, 0.18248145282268524, 1.1716080904006958, -1.806830883026123, 1.0774598121643066, 1001.0, 587.7142944335938, 0.0005437982035800815, -0.22603367269039154, -0.8363438248634338, 1.9090662002563477, -1.0677728652954102, -4.444853766472079e-05], "std": [2.6006473490269855e-05, 1.704408168734517e-05, 2.2250000256462954e-05, 2.4837574528646655e-05, 2.2064401491661556e-05, 1.4724983884661924e-05, 2.024856803473085e-05, 1.4952345736674033e-05, 8.001066817087121e-06, 1.2002909898001235e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.10642821341753006, 0.12569789588451385, 0.11242402344942093, 0.14324656128883362, 0.3640403747558594, 0.1816139817237854, 0.22941173613071442, 0.03550933673977852, 0.04334814473986626, 0.028135742992162704, 0.5133686065673828, 0.3319736123085022, 0.2610766589641571, 0.0, 392.9775695800781, 8.362238759218599e-07, 1.2343551816229592e-06, 2.6763527785078622e-06, 1.563393379910849e-05, 5.156557017471641e-05, 8.129749176077894e-07], "count": [784]}, "timestamp": {"min": [0.0], "max": [26.1], "mean": [13.05], "std": [7.544037380607283], "count": [784]}, "frame_index": {"min": [0], "max": [783], "mean": [391.5], "std": [226.3211214182185], "count": [784]}, "episode_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [784]}, "index": {"min": [191982], "max": [192765], "mean": [192373.5], "std": [226.3211214182185], "count": [784]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [784]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5877117313710707], "std": [0.0, 0.39297580818901484], "count": [784]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5877117313710707], "std": [0.0, 0.39297580818901484], "count": [784]}, "eef_direction_state": {"mean": [6.0, 4.178571428571429], "std": [0.0, 2.2272088325241284], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_state": {"mean": [0.0, 0.46938775510204084], "std": [0.0, 0.5570344515900482], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_state": {"mean": [0.0, 0.375], "std": [0.0, 0.6978008458064258], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_direction_action": {"mean": [6.0, 4.178571428571429], "std": [0.0, 2.2272088325241284], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_action": {"mean": [0.0, 0.46938775510204084], "std": [0.0, 0.5570344515900482], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_action": {"mean": [0.0, 0.375], "std": [0.0, 0.6978008458064258], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_sim_pose_state": {"mean": [-0.310330331325531, 0.4675735831260681, 0.2282453328371048, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27268898487091064, -0.4766254723072052, 0.18253563344478607, 1.171900749206543, -1.8062682151794434, 1.0771303176879883], "std": [1.4942560483177658e-05, 7.98736891738372e-06, 1.2005830285488628e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.035509977489709854, 0.04334206506609917, 0.028182899579405785, 0.5135321021080017, 0.33276063203811646, 0.26133137941360474], "min": [-0.3103789985179901, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.310820996761322, -0.5290820002555847, 0.13347899913787842, 0.5052408576011658, -2.1365039348602295, 0.7262165546417236], "max": [-0.3102700114250183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19985899329185486, -0.3919230103492737, 0.22835199534893036, 1.8982489109039307, -1.121137022972107, 1.3899937868118286], "count": [784]}, "eef_sim_pose_action": {"mean": [-0.3103305995464325, 0.46757352352142334, 0.2282453030347824, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.2726888060569763, -0.4766252934932709, 0.1825355440378189, 1.1719000339508057, -1.8062684535980225, 1.0771301984786987], "std": [1.4944843314879108e-05, 7.987983735802118e-06, 1.2005863936792593e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.035509973764419556, 0.04334205761551857, 0.028182895854115486, 0.5135322213172913, 0.3327605128288269, 0.26133134961128235], "min": [-0.3103789985179901, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.310820996761322, -0.5290820002555847, 0.13347899913787842, 0.5052408576011658, -2.1365039348602295, 0.7262165546417236], "max": [-0.3102700114250183, 0.467602014541626, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19985899329185486, -0.3919230103492737, 0.22835199534893036, 1.8982489109039307, -1.121137022972107, 1.3899937868118286], "count": [784]}, "gripper_mode_state": {"mean": [0.0, 0.5038265306122449], "std": [0.0, 0.49998535744906825], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_state": {"mean": [2.0, 1.8864795918367347], "std": [0.0, 0.4209087042799274], "min": [2, 0], "max": [2, 2], "count": [784]}, "gripper_mode_action": {"mean": [0.0, 0.5038265306122449], "std": [0.0, 0.49998535744906825], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_action": {"mean": [2.0, 1.8864795918367347], "std": [0.0, 0.42090870427992727], "min": [2, 0], "max": [2, 2], "count": [784]}}} +{"episode_index": 233, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4251559676949336]], [[0.41639926522626036]], [[0.4212085492902044]]], "std": [[[0.19866427689390784]], [[0.19530546482976213]], [[0.1929621543097885]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3823865992256775]], [[0.37999091159818493]], [[0.3767504462241372]]], "std": [[[0.23751808641495717]], [[0.22831556072305428]], [[0.2252618903488221]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5235771161171474]], [[0.49265062991757214]], [[0.5039153305961451]]], "std": [[[0.20890878178351385]], [[0.1947416094871323]], [[0.20376985007511164]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45737261406685814]], [[0.43450916255568045]], [[0.4418688777527996]]], "std": [[[0.2649227465821429]], [[0.2496625241720525]], [[0.2523974593352671]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04675737023353577, 0.27785640954971313, -0.532971203327179, -1.727980613708496, 0.2537883222103119, -0.27700120210647583, -0.02834414690732956, -0.3118860125541687, -0.530896008014679, 0.09872499853372574, 0.6066917777061462, -2.159045696258545, 0.5072690844535828, 1001.0, 198.0, 0.0005451647448353469, -0.22603657841682434, -0.8363483548164368, 1.9090739488601685, -1.0680007934570312, -4.7462275688303635e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102790117263794, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3785444498062134, 0.6572561264038086, -0.14090043306350708, -1.2449607849121094, 1.3625261783599854, 0.37116172909736633, 0.7640353441238403, -0.20485900342464447, -0.3604150116443634, 0.22991999983787537, 2.228330135345459, -1.121137022972107, 1.3842899799346924, 1001.0, 1003.0, 0.0005470446194522083, -0.2260252982378006, -0.8363388180732727, 1.9090850353240967, -1.067767858505249, -4.176680522505194e-05], "mean": [-0.19951729476451874, 0.6046767234802246, 0.4513870179653168, -1.4119696617126465, -0.25391319394111633, -0.12053193897008896, 0.028270646929740906, -0.3103271424770355, 0.4675735533237457, 0.22824229300022125, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.23781360685825348, 0.47984543442726135, -0.35449543595314026, -1.4417890310287476, 0.8170190453529358, 0.025899186730384827, 0.22598306834697723, -0.27765941619873047, -0.467693567276001, 0.1756378412246704, 1.3340184688568115, -1.8131815195083618, 1.0063402652740479, 1001.0, 566.3062133789062, 0.0005459616659209132, -0.22602896392345428, -0.8363447785377502, 1.9090654850006104, -1.0678354501724243, -4.444883961696178e-05], "std": [2.5556191758369096e-05, 1.612627602298744e-05, 2.2018935851519927e-05, 2.3729875465505756e-05, 2.3213795429910533e-05, 1.499925747339148e-05, 1.9639464881038293e-05, 1.4235028174880426e-05, 8.011282261577435e-06, 1.1642219760688022e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.11616642028093338, 0.132730171084404, 0.10664266347885132, 0.1516837775707245, 0.33654654026031494, 0.22031500935554504, 0.30380335450172424, 0.030765987932682037, 0.056915201246738434, 0.03485323488712311, 0.5924730896949768, 0.3240334093570709, 0.3120034635066986, 0.0, 391.96337890625, 9.286820272791374e-07, 1.3535894822780392e-06, 3.34854053107847e-06, 1.53384571603965e-05, 5.855844574398361e-05, 7.613787715854414e-07], "count": [849]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036901473999023, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.04675737023353577, 0.27785640954971313, -0.532971203327179, -1.727980613708496, 0.2537883222103119, -0.27700120210647583, -0.02834414690732956, -0.3118860125541687, -0.530896008014679, 0.09872499853372574, 0.6066917777061462, -2.159045696258545, 0.5072690844535828, 1001.0, 198.0, 0.0005451647448353469, -0.22603657841682434, -0.8363483548164368, 1.9090739488601685, -1.0680007934570312, -4.7462275688303635e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102790117263794, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3785444498062134, 0.6572561264038086, -0.14090043306350708, -1.2449607849121094, 1.3625261783599854, 0.37116172909736633, 0.7640353441238403, -0.20485900342464447, -0.3604150116443634, 0.22991999983787537, 2.228330135345459, -1.121137022972107, 1.3842899799346924, 1001.0, 1003.0, 0.0005470446194522083, -0.2260252982378006, -0.8363388180732727, 1.9090850353240967, -1.067767858505249, -4.176680522505194e-05], "mean": [-0.19951723515987396, 0.6046766638755798, 0.4513870179653168, -1.4119696617126465, -0.25391316413879395, -0.12053193897008896, 0.028270645067095757, -0.31032711267471313, 0.46757352352142334, 0.22824227809906006, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.2378169298171997, 0.4798438847064972, -0.3545868396759033, -1.441887378692627, 0.8175030946731567, 0.02600228227674961, 0.2259921133518219, -0.2776608467102051, -0.46767905354499817, 0.17558792233467102, 1.3337630033493042, -1.8136699199676514, 1.0065393447875977, 1001.0, 566.3062133789062, 0.0005459638778120279, -0.2260289490222931, -0.8363447785377502, 1.9090654850006104, -1.0678354501724243, -4.444883597898297e-05], "std": [2.5514756998745725e-05, 1.6125128240673803e-05, 2.2018935851519927e-05, 2.3756954760756344e-05, 2.3213826352730393e-05, 1.499925747339148e-05, 1.963953582162503e-05, 1.4232237845135387e-05, 8.005397830856964e-06, 1.1665382771752775e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.1161654144525528, 0.1327286809682846, 0.10675879567861557, 0.151691272854805, 0.336031049489975, 0.2202666848897934, 0.3037954270839691, 0.030767513439059258, 0.056916821748018265, 0.03480811044573784, 0.5924168825149536, 0.32330167293548584, 0.3118913173675537, 0.0, 391.96337890625, 9.290268394579471e-07, 1.363313913316233e-06, 3.3487599466752727e-06, 1.5337582226493396e-05, 5.855139534105547e-05, 7.61378146307834e-07], "count": [849]}, "timestamp": {"min": [0.0], "max": [28.266666666666666], "mean": [14.133333333333335], "std": [8.169500642067467], "count": [849]}, "frame_index": {"min": [0], "max": [848], "mean": [424.0], "std": [245.085019262024], "count": [849]}, "episode_index": {"min": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [849]}, "index": {"min": [193408], "max": [194256], "mean": [193832.0], "std": [245.085019262024], "count": [849]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [849]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5654499406177107], "std": [0.0, 0.39101187394050707], "count": [849]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5654499406177107], "std": [0.0, 0.3910118739405071], "count": [849]}, "eef_direction_state": {"mean": [6.0, 4.316843345111896], "std": [0.0, 2.042472790592822], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_state": {"mean": [0.0, 0.5111896348645465], "std": [0.0, 0.5556686127073944], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_state": {"mean": [0.0, 0.3451118963486455], "std": [0.0, 0.6759212309488469], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_direction_action": {"mean": [6.0, 4.316843345111896], "std": [0.0, 2.042472790592822], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_action": {"mean": [0.0, 0.5111896348645465], "std": [0.0, 0.5556686127073944], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_action": {"mean": [0.0, 0.3451118963486455], "std": [0.0, 0.6759212309488469], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_sim_pose_state": {"mean": [-0.31032708287239075, 0.46757373213768005, 0.22824253141880035, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.27765950560569763, -0.4676932096481323, 0.1756380945444107, 1.3340184688568115, -1.8131829500198364, 1.0063393115997314], "std": [1.4234861737350002e-05, 8.009450539248064e-06, 1.1639875992841553e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.030765987932682037, 0.05691520497202873, 0.03485322371125221, 0.5924734473228455, 0.32403337955474854, 0.3120035231113434], "min": [-0.31036901473999023, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3118860125541687, -0.530896008014679, 0.09872499853372574, 0.6066917777061462, -2.159045696258545, 0.5072690844535828], "max": [-0.3102790117263794, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20485900342464447, -0.3604150116443634, 0.22991999983787537, 2.228330135345459, -1.121137022972107, 1.3842899799346924], "count": [849]}, "eef_sim_pose_action": {"mean": [-0.3103271424770355, 0.4675735533237457, 0.22824229300022125, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.27765941619873047, -0.467693567276001, 0.1756378412246704, 1.3340184688568115, -1.8131815195083618, 1.0063402652740479], "std": [1.4235028174880426e-05, 8.011282261577435e-06, 1.1642219760688022e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.030765987932682037, 0.056915201246738434, 0.03485323488712311, 0.5924730896949768, 0.3240334093570709, 0.3120034635066986], "min": [-0.31036901473999023, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3118860125541687, -0.530896008014679, 0.09872499853372574, 0.6066917777061462, -2.159045696258545, 0.5072690844535828], "max": [-0.3102790117263794, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20485900342464447, -0.3604150116443634, 0.22991999983787537, 2.228330135345459, -1.121137022972107, 1.3842899799346924], "count": [849]}, "gripper_mode_state": {"mean": [0.0, 0.5335689045936396], "std": [0.0, 0.4988718559353485], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_state": {"mean": [2.0, 1.8987043580683156], "std": [0.0, 0.39918729983072426], "min": [2, 0], "max": [2, 2], "count": [849]}, "gripper_mode_action": {"mean": [0.0, 0.5335689045936396], "std": [0.0, 0.4988718559353485], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_action": {"mean": [2.0, 1.8987043580683156], "std": [0.0, 0.3991872998307243], "min": [2, 0], "max": [2, 2], "count": [849]}}} +{"episode_index": 234, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4294368177826686]], [[0.4191059284825041]], [[0.42370643535191854]]], "std": [[[0.19752302303299393]], [[0.19350711582427232]], [[0.19097618561336765]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3831857270686052]], [[0.38182995837223777]], [[0.37891702931172466]]], "std": [[[0.2378947630766987]], [[0.22830387508042554]], [[0.22493505658034182]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5248944688986706]], [[0.49344238389800366]], [[0.5048440445622694]]], "std": [[[0.20993125428350215]], [[0.19507536814514934]], [[0.20417572294819972]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46959975656929437]], [[0.4457942718754168]], [[0.45384185201858523]]], "std": [[[0.2586950781349993]], [[0.24167229016405795]], [[0.24488959957920206]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04651302471756935, 0.2724109888076782, -0.5352750420570374, -1.6726536750793457, 0.2537883222103119, -0.1909739375114441, -0.028379054740071297, -0.3103500008583069, -0.5306140184402466, 0.1502790004014969, 0.566252589225769, -2.2373557090759277, 0.5843757390975952, 1001.0, 178.0, 0.0005470446194522083, -0.22603470087051392, -0.8363459706306458, 1.9090763330459595, -1.0679422616958618, -0.00018130589160136878], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102779984474182, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39362409710884094, 0.7126703262329102, -0.12798500061035156, -1.2214163541793823, 1.4061769247055054, 0.3531848192214966, 0.663486897945404, -0.21360500156879425, -0.4004549980163574, 0.22886599600315094, 2.0345771312713623, -1.121137022972107, 1.4641666412353516, 1001.0, 1002.0, 0.0005489244940690696, -0.22602342069149017, -0.8363380432128906, 1.9090858697891235, -1.0677671432495117, -0.00012719890219159424], "mean": [-0.19951722025871277, 0.6046712398529053, 0.45138707756996155, -1.4119727611541748, -0.2539193630218506, -0.12053178995847702, 0.028268737718462944, -0.31032752990722656, 0.4675729274749756, 0.2282378375530243, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.26392310857772827, 0.48909369111061096, -0.34660887718200684, -1.404405951499939, 0.9282994866371155, 0.07910948246717453, 0.1773025095462799, -0.2816336154937744, -0.4821772575378418, 0.19064000248908997, 1.1653618812561035, -1.8605457544326782, 1.0815308094024658, 1001.0, 589.9346313476562, 0.0005481517291627824, -0.2260279655456543, -0.8363423943519592, 1.909066081047058, -1.0678279399871826, -0.00015992563567124307], "std": [2.403455800958909e-05, 1.5197162611002568e-05, 2.2938638721825555e-05, 2.4265727915917523e-05, 2.2222800907911733e-05, 1.4380701031768695e-05, 1.9705044906004332e-05, 1.3844827662978787e-05, 7.241875664476538e-06, 1.1475099199742544e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09795662760734558, 0.14769646525382996, 0.11077192425727844, 0.1465909332036972, 0.3561386466026306, 0.1822929084300995, 0.23662789165973663, 0.033105604350566864, 0.04192366823554039, 0.017198340967297554, 0.5464193820953369, 0.3307284116744995, 0.3086041808128357, 0.0, 401.1127624511719, 9.25549102248624e-07, 1.5434959550475469e-06, 2.223988303740043e-06, 1.5115022506506648e-05, 5.451236938824877e-05, 1.8040984286926687e-05], "count": [780]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04651302471756935, 0.2724109888076782, -0.5352750420570374, -1.6726536750793457, 0.2537883222103119, -0.1909739375114441, -0.028379054740071297, -0.3103500008583069, -0.5306140184402466, 0.1502790004014969, 0.566252589225769, -2.2373557090759277, 0.5843757390975952, 1001.0, 178.0, 0.0005470446194522083, -0.22603470087051392, -0.8363459706306458, 1.9090763330459595, -1.0679422616958618, -0.00018130589160136878], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102779984474182, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39362409710884094, 0.7126703262329102, -0.12798500061035156, -1.2214163541793823, 1.4061769247055054, 0.3531848192214966, 0.663486897945404, -0.21360500156879425, -0.4004549980163574, 0.22886599600315094, 2.0345771312713623, -1.121137022972107, 1.4641666412353516, 1001.0, 1002.0, 0.0005489244940690696, -0.22602342069149017, -0.8363380432128906, 1.9090858697891235, -1.0677671432495117, -0.00012719890219159424], "mean": [-0.199517160654068, 0.6046712398529053, 0.45138707756996155, -1.4119727611541748, -0.2539193630218506, -0.12053176760673523, 0.028268760070204735, -0.31032755970954895, 0.4675728678703308, 0.22823785245418549, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2639508843421936, 0.4891308546066284, -0.3467138707637787, -1.4045219421386719, 0.9289398789405823, 0.07930611073970795, 0.17735104262828827, -0.28163230419158936, -0.4821641445159912, 0.19059303402900696, 1.165008306503296, -1.861177682876587, 1.0817087888717651, 1001.0, 589.9371948242188, 0.0005481541156768799, -0.2260279655456543, -0.8363423943519592, 1.909066081047058, -1.067827820777893, -0.00015986720973160118], "std": [2.3986171072465368e-05, 1.5197162611002568e-05, 2.2938638721825555e-05, 2.4236112949438393e-05, 2.2222800907911733e-05, 1.4394023310160264e-05, 1.9701517885550857e-05, 1.383732433168916e-05, 7.242582341859816e-06, 1.1471830475784373e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.09794147312641144, 0.14772939682006836, 0.11091004312038422, 0.14663265645503998, 0.35537365078926086, 0.1821599155664444, 0.236589714884758, 0.033104464411735535, 0.04192978888750076, 0.01714555360376835, 0.5462448000907898, 0.32978472113609314, 0.3084507882595062, 0.0, 401.1164245605469, 9.251116352970712e-07, 1.5434959550475469e-06, 2.223629053332843e-06, 1.5115887435968034e-05, 5.4387175623560324e-05, 1.8057713532471098e-05], "count": [780]}, "timestamp": {"min": [0.0], "max": [25.966666666666665], "mean": [12.983333333333333], "std": [7.505547331190493], "count": [780]}, "frame_index": {"min": [0], "max": [779], "mean": [389.5], "std": [225.1664199357148], "count": [780]}, "episode_index": {"min": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [780]}, "index": {"min": [194257], "max": [195036], "mean": [194646.5], "std": [225.1664199357148], "count": [780]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [780]}, "gripper_open_scale_state": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5895628228592567], "std": [0.0, 0.40073222145070675], "count": [780]}, "gripper_open_scale_action": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5895628228592567], "std": [0.0, 0.40073222145070675], "count": [780]}, "eef_direction_state": {"mean": [6.0, 4.211538461538462], "std": [0.0, 2.1543325915901224], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_state": {"mean": [0.0, 0.5025641025641026], "std": [0.0, 0.5649992872639857], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_state": {"mean": [0.0, 0.36153846153846153], "std": [0.0, 0.6850474004245223], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_direction_action": {"mean": [6.0, 4.211538461538462], "std": [0.0, 2.1543325915901224], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_action": {"mean": [0.0, 0.5025641025641026], "std": [0.0, 0.5649992872639857], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_action": {"mean": [0.0, 0.36153846153846153], "std": [0.0, 0.6850474004245223], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_sim_pose_state": {"mean": [-0.3103275001049042, 0.4675728678703308, 0.22823791205883026, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.28163355588912964, -0.48217740654945374, 0.19063997268676758, 1.1653625965118408, -1.8605446815490723, 1.0815316438674927], "std": [1.3844813111063559e-05, 7.241777439048747e-06, 1.1474892744445242e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.03310560807585716, 0.041923653334379196, 0.017198339104652405, 0.5464199185371399, 0.33072835206985474, 0.30860406160354614], "min": [-0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103500008583069, -0.5306140184402466, 0.1502790004014969, 0.566252589225769, -2.2373557090759277, 0.5843757390975952], "max": [-0.3102779984474182, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21360500156879425, -0.4004549980163574, 0.22886599600315094, 2.0345771312713623, -1.121137022972107, 1.4641666412353516], "count": [780]}, "eef_sim_pose_action": {"mean": [-0.31032752990722656, 0.4675729274749756, 0.2282378375530243, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2816336154937744, -0.4821772575378418, 0.19064000248908997, 1.1653618812561035, -1.8605457544326782, 1.0815308094024658], "std": [1.3844827662978787e-05, 7.241875664476538e-06, 1.1475099199742544e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.033105604350566864, 0.04192366823554039, 0.017198340967297554, 0.5464193820953369, 0.3307284116744995, 0.3086041808128357], "min": [-0.310371994972229, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103500008583069, -0.5306140184402466, 0.1502790004014969, 0.566252589225769, -2.2373557090759277, 0.5843757390975952], "max": [-0.3102779984474182, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21360500156879425, -0.4004549980163574, 0.22886599600315094, 2.0345771312713623, -1.121137022972107, 1.4641666412353516], "count": [780]}, "gripper_mode_state": {"mean": [0.0, 0.491025641025641], "std": [0.0, 0.4999194543934014], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_state": {"mean": [2.0, 1.8897435897435897], "std": [0.0, 0.41528172198250213], "min": [2, 0], "max": [2, 2], "count": [780]}, "gripper_mode_action": {"mean": [0.0, 0.491025641025641], "std": [0.0, 0.4999194543934014], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_action": {"mean": [2.0, 1.8897435897435897], "std": [0.0, 0.41528172198250213], "min": [2, 0], "max": [2, 2], "count": [780]}}} +{"episode_index": 235, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4294187241285403]], [[0.4193725571895425]], [[0.42421701797385625]]], "std": [[[0.1975758110266361]], [[0.1937569413224974]], [[0.19150695527479]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38127509259259257]], [[0.37946001497821347]], [[0.3765528894335512]]], "std": [[[0.23663969195071546]], [[0.22715474109700654]], [[0.22360476006554741]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5249517102396515]], [[0.49347139705882354]], [[0.5048977532679739]]], "std": [[[0.20996314707203287]], [[0.1951351308045032]], [[0.20420946805663534]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46994139569716775]], [[0.4461070642701525]], [[0.4543813575708061]]], "std": [[[0.2577939558962941]], [[0.23979532733441372]], [[0.24341745201586099]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037598848342896, 0.4675450026988983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19282397627830505, 0.2649933397769928, -0.5090602040290833, -1.9131077527999878, 0.2537883222103119, -0.1373574137687683, -0.18299776315689087, -0.3162840008735657, -0.5325350165367126, 0.13851100206375122, 0.5051001310348511, -2.2154300212860107, 0.6112118363380432, 1001.0, 181.0, 0.0005489244940690696, -0.22603845596313477, -0.8363531231880188, 1.9090715646743774, -1.068048357963562, -0.00013289437629282475], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4009370505809784, 0.7413285970687866, -0.1252797394990921, -1.223772406578064, 1.442444920539856, 0.4026300013065338, 0.5221675634384155, -0.21193000674247742, -0.3431189954280853, 0.22867999970912933, 1.9511620998382568, -1.121137022972107, 1.4574838876724243, 1001.0, 1002.0, 0.0005602037417702377, -0.2259858250617981, -0.8363324999809265, 1.9090906381607056, -1.0677345991134644, 0.0003578655596356839], "mean": [-0.19951879978179932, 0.6046705842018127, 0.45138615369796753, -1.411975383758545, -0.2539176642894745, -0.12053242325782776, 0.02827925980091095, -0.3103250563144684, 0.4675739109516144, 0.2282394915819168, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.18321390450000763, 0.48598894476890564, -0.3045635223388672, -1.5056463479995728, 0.8994396328926086, 0.1042848750948906, 0.09439067542552948, -0.27848342061042786, -0.46356263756752014, 0.18676935136318207, 1.123418927192688, -1.8295767307281494, 1.0917344093322754, 1001.0, 551.6524658203125, 0.0005545552703551948, -0.2260190099477768, -0.836344301700592, 1.909066081047058, -1.0678322315216064, 4.4236989197088405e-05], "std": [2.5298433683929034e-05, 1.5407718819915317e-05, 2.2224243366508745e-05, 2.3594495360157453e-05, 2.2835723939351737e-05, 1.5294392142095603e-05, 2.0514324205578305e-05, 1.4924168681318406e-05, 7.971930244821124e-06, 1.1606184671109077e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.1438714861869812, 0.15597881376743317, 0.11448594927787781, 0.19523222744464874, 0.39241689443588257, 0.1864624172449112, 0.21500548720359802, 0.03203308582305908, 0.05286148935556412, 0.019731666892766953, 0.5523465871810913, 0.35473963618278503, 0.305765837430954, 0.0, 398.40008544921875, 4.575772891257657e-06, 5.694113951904001e-06, 3.98225529352203e-06, 1.4354802260641009e-05, 8.969855116447434e-05, 0.00013319107529241592], "count": [797]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037598848342896, 0.4675450026988983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19282397627830505, 0.2649933397769928, -0.5090602040290833, -1.9131077527999878, 0.2537883222103119, -0.1373574137687683, -0.18299776315689087, -0.3162840008735657, -0.5325350165367126, 0.13851100206375122, 0.5051001310348511, -2.2154300212860107, 0.6112118363380432, 1001.0, 181.0, 0.0005489244940690696, -0.22603845596313477, -0.8363531231880188, 1.9090715646743774, -1.068048357963562, -0.00013289437629282475], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4009370505809784, 0.7413285970687866, -0.1252797394990921, -1.223772406578064, 1.442444920539856, 0.4026300013065338, 0.5221675634384155, -0.21193000674247742, -0.3431189954280853, 0.22867999970912933, 1.9511620998382568, -1.121137022972107, 1.4574838876724243, 1001.0, 1002.0, 0.0005602037417702377, -0.2259858250617981, -0.8363324999809265, 1.9090906381607056, -1.0677345991134644, 0.0003578655596356839], "mean": [-0.19951879978179932, 0.6046705842018127, 0.45138606429100037, -1.411975383758545, -0.25391772389411926, -0.12053239345550537, 0.028279324993491173, -0.310325026512146, 0.4675739109516144, 0.2282395362854004, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.18307174742221832, 0.4860297739505768, -0.3046347200870514, -1.505924105644226, 0.9000095725059509, 0.10444821417331696, 0.09419666230678558, -0.2784905731678009, -0.46350598335266113, 0.18671783804893494, 1.1229749917984009, -1.830072283744812, 1.0920050144195557, 1001.0, 551.6524658203125, 0.0005545670865103602, -0.2260189801454544, -0.8363443613052368, 1.909066081047058, -1.0678322315216064, 4.458000330487266e-05], "std": [2.5298433683929034e-05, 1.5407717000925913e-05, 2.2278574761003256e-05, 2.3619417333975434e-05, 2.284077345393598e-05, 1.5307621652027592e-05, 2.0582299839588813e-05, 1.4947784620744642e-05, 7.980842383403797e-06, 1.161425552709261e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.14391106367111206, 0.15601405501365662, 0.11459484696388245, 0.1952560544013977, 0.39180880784988403, 0.18632227182388306, 0.2151857614517212, 0.03204081580042839, 0.05288133770227432, 0.019676759839057922, 0.5521268248558044, 0.3540249466896057, 0.3055552840232849, 0.0, 398.40008544921875, 4.573352725856239e-06, 5.693875209544785e-06, 3.99351529267733e-06, 1.4353195183502976e-05, 8.970757335191593e-05, 0.00013308862980920821], "count": [797]}, "timestamp": {"min": [0.0], "max": [26.533333333333335], "mean": [13.266666666666667], "std": [7.669130039030214], "count": [797]}, "frame_index": {"min": [0], "max": [796], "mean": [398.0], "std": [230.0739011709064], "count": [797]}, "episode_index": {"min": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [797]}, "index": {"min": [195037], "max": [195833], "mean": [195435.0], "std": [230.0739011709064], "count": [797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [797]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5514542001440953], "std": [0.0, 0.39817579842983475], "count": [797]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5514542001440953], "std": [0.0, 0.39817579842983475], "count": [797]}, "eef_direction_state": {"mean": [6.0, 4.238393977415307], "std": [0.0, 2.0686781504627856], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_state": {"mean": [0.0, 0.5282308657465495], "std": [0.0, 0.6100525570471169], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_state": {"mean": [0.0, 0.4065244667503137], "std": [0.0, 0.7209763288183013], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_direction_action": {"mean": [6.0, 4.238393977415307], "std": [0.0, 2.0686781504627856], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_action": {"mean": [0.0, 0.5282308657465495], "std": [0.0, 0.6100525570471169], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_action": {"mean": [0.0, 0.4065244667503137], "std": [0.0, 0.7209763288183013], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_sim_pose_state": {"mean": [-0.31032493710517883, 0.46757403016090393, 0.228239506483078, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2784835696220398, -0.4635625183582306, 0.18676941096782684, 1.1234185695648193, -1.8295763731002808, 1.0917354822158813], "std": [1.4923630260454956e-05, 7.971041668497492e-06, 1.1606174666667357e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03203308954834938, 0.052861493080854416, 0.019731666892766953, 0.552346408367157, 0.3547396957874298, 0.305765837430954], "min": [-0.31037598848342896, 0.4675450026988983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3162840008735657, -0.5325350165367126, 0.13851100206375122, 0.5051001310348511, -2.2154300212860107, 0.6112118363380432], "max": [-0.31027498841285706, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21193000674247742, -0.3431189954280853, 0.22867999970912933, 1.9511620998382568, -1.121137022972107, 1.4574838876724243], "count": [797]}, "eef_sim_pose_action": {"mean": [-0.3103250563144684, 0.4675739109516144, 0.2282394915819168, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.27848342061042786, -0.46356263756752014, 0.18676935136318207, 1.123418927192688, -1.8295767307281494, 1.0917344093322754], "std": [1.4924168681318406e-05, 7.971930244821124e-06, 1.1606184671109077e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03203308582305908, 0.05286148935556412, 0.019731666892766953, 0.5523465871810913, 0.35473963618278503, 0.305765837430954], "min": [-0.31037598848342896, 0.4675450026988983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3162840008735657, -0.5325350165367126, 0.13851100206375122, 0.5051001310348511, -2.2154300212860107, 0.6112118363380432], "max": [-0.31027498841285706, 0.4675990045070648, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21193000674247742, -0.3431189954280853, 0.22867999970912933, 1.9511620998382568, -1.121137022972107, 1.4574838876724243], "count": [797]}, "gripper_mode_state": {"mean": [0.0, 0.5407779171894604], "std": [0.0, 0.4983343872037064], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_state": {"mean": [2.0, 1.890840652446675], "std": [0.0, 0.41233055036456007], "min": [2, 0], "max": [2, 2], "count": [797]}, "gripper_mode_action": {"mean": [0.0, 0.5407779171894604], "std": [0.0, 0.4983343872037063], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_action": {"mean": [2.0, 1.890840652446675], "std": [0.0, 0.41233055036456007], "min": [2, 0], "max": [2, 2], "count": [797]}}} +{"episode_index": 236, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4298547920024174]], [[0.4198877907041812]], [[0.424564749529949]]], "std": [[[0.19746536802215722]], [[0.19353085902172865]], [[0.19139338790496782]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38200933946638016]], [[0.38086214774151667]], [[0.37815161943772946]]], "std": [[[0.23877491360812694]], [[0.2290306289904226]], [[0.22544363883106852]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5254503270771779]], [[0.4937991371206017]], [[0.5050565698025785]]], "std": [[[0.2100315623678349]], [[0.19502620806778032]], [[0.20411601192486534]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691360671837228]], [[0.4447772797475154]], [[0.45289498836064107]]], "std": [[[0.26346856393319656]], [[0.24558987220220055]], [[0.24837780829478184]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09196139872074127, 0.29590311646461487, -0.5921902060508728, -1.8226299285888672, 0.2537883222103119, -0.1587551385164261, -0.03995058685541153, -0.3103809952735901, -0.5380070209503174, 0.1620430052280426, 0.5532846450805664, -2.22298264503479, 0.547074019908905, 1001.0, 184.0, 0.0005583239253610373, -0.22601966559886932, -0.8363499641418457, 1.9090739488601685, -1.0680396556854248, 0.0001300466392422095], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4297873377799988, 0.7104886174201965, -0.10948450118303299, -1.2169133424758911, 1.449670433998108, 0.3948458135128021, 0.5999045968055725, -0.2246669977903366, -0.3587320148944855, 0.22989200055599213, 1.9937537908554077, -1.121137022972107, 1.3954641819000244, 1001.0, 1002.0, 0.0005602037417702377, -0.226010262966156, -0.8363372683525085, 1.9090874195098877, -1.0676957368850708, 0.00014618381101172417], "mean": [-0.19951608777046204, 0.6046739220619202, 0.4513823091983795, -1.4119762182235718, -0.2539137601852417, -0.12053295224905014, 0.028283102437853813, -0.3103235363960266, 0.46757468581199646, 0.22824211418628693, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22421064972877502, 0.5247770547866821, -0.3440384864807129, -1.4545303583145142, 0.9278192520141602, 0.10116178542375565, 0.16108644008636475, -0.2811764180660248, -0.46950992941856384, 0.19374169409275055, 1.1676928997039795, -1.8618345260620117, 1.0406701564788818, 1001.0, 571.8085327148438, 0.0005597608396783471, -0.22601474821567535, -0.836344301700592, 1.9090663194656372, -1.0678133964538574, 0.00014039095549378544], "std": [2.6038253054139204e-05, 1.5411504136864096e-05, 2.3349373805103824e-05, 2.314971607120242e-05, 2.2322969016386196e-05, 1.4276954971137457e-05, 1.8720096704782918e-05, 1.4336688764160499e-05, 7.9126675700536e-06, 1.1617255040619057e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.14971591532230377, 0.14121805131435394, 0.12157220393419266, 0.18875688314437866, 0.37377509474754333, 0.20727497339248657, 0.21318261325359344, 0.028113024309277534, 0.0528092160820961, 0.017682265490293503, 0.5309967398643494, 0.3349386751651764, 0.2706051766872406, 0.0, 397.2921142578125, 7.960423999975319e-07, 1.5229953760353965e-06, 3.6492006074695382e-06, 1.5447365512955002e-05, 9.898567805066705e-05, 1.805630176932027e-06], "count": [773]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09196139872074127, 0.29590311646461487, -0.5921902060508728, -1.8226299285888672, 0.2537883222103119, -0.1587551385164261, -0.03995058685541153, -0.3103809952735901, -0.5380070209503174, 0.1620430052280426, 0.5532846450805664, -2.22298264503479, 0.547074019908905, 1001.0, 184.0, 0.0005583239253610373, -0.22601966559886932, -0.8363499641418457, 1.9090739488601685, -1.0680396556854248, 0.0001300466392422095], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4297873377799988, 0.7104886174201965, -0.10948450118303299, -1.2169133424758911, 1.449670433998108, 0.3948458135128021, 0.5999045968055725, -0.2246669977903366, -0.3587320148944855, 0.22989200055599213, 1.9937537908554077, -1.121137022972107, 1.3954641819000244, 1001.0, 1002.0, 0.0005602037417702377, -0.226010262966156, -0.8363372683525085, 1.9090874195098877, -1.0676957368850708, 0.00014618381101172417], "mean": [-0.199516162276268, 0.6046739220619202, 0.4513823688030243, -1.4119764566421509, -0.2539137005805969, -0.12053290754556656, 0.028283124789595604, -0.3103235363960266, 0.46757468581199646, 0.22824211418628693, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22419124841690063, 0.5249103307723999, -0.34420931339263916, -1.454715371131897, 0.9284143447875977, 0.10118742287158966, 0.16110911965370178, -0.28116950392723083, -0.4694715142250061, 0.19369587302207947, 1.1675057411193848, -1.8623826503753662, 1.0408496856689453, 1001.0, 571.8085327148438, 0.0005597632844001055, -0.22601474821567535, -0.8363442420959473, 1.9090663194656372, -1.0678133964538574, 0.00014038727385923266], "std": [2.6130663172807544e-05, 1.5405430531245656e-05, 2.3357837562798522e-05, 2.319739360245876e-05, 2.2294978407444432e-05, 1.4279792594606988e-05, 1.872012762760278e-05, 1.437354785593925e-05, 7.922277291072533e-06, 1.1642377103271428e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.1497199982404709, 0.14134208858013153, 0.12181545048952103, 0.18878522515296936, 0.37306711077690125, 0.2072487473487854, 0.21316350996494293, 0.028106460347771645, 0.05282140150666237, 0.017638638615608215, 0.5308791995048523, 0.3340713381767273, 0.2704559862613678, 0.0, 397.2920837402344, 7.945196784930886e-07, 1.5229953760353965e-06, 3.6311785152065568e-06, 1.5447365512955002e-05, 9.898032294586301e-05, 1.8063979041471612e-06], "count": [773]}, "timestamp": {"min": [0.0], "max": [25.733333333333334], "mean": [12.866666666666665], "std": [7.438189743927394], "count": [773]}, "frame_index": {"min": [0], "max": [772], "mean": [386.0], "std": [223.1456923178218], "count": [773]}, "episode_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [773]}, "index": {"min": [195834], "max": [196606], "mean": [196220.0], "std": [223.1456923178218], "count": [773]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [773]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5718059519746788], "std": [0.0, 0.39728956577598834], "count": [773]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5718059519746788], "std": [0.0, 0.39728956577598834], "count": [773]}, "eef_direction_state": {"mean": [6.0, 4.3829236739974125], "std": [0.0, 2.00731346933193], "min": [6, 0], "max": [6, 6], "count": [773]}, "eef_velocity_state": {"mean": [0.0, 0.47089262613195343], "std": [0.0, 0.5578964883426021], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_acc_mag_state": {"mean": [0.0, 0.36351875808538164], "std": [0.0, 0.6945092630059375], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_direction_action": {"mean": [6.0, 4.3829236739974125], "std": [0.0, 2.00731346933193], "min": [6, 0], "max": [6, 6], "count": [773]}, "eef_velocity_action": {"mean": [0.0, 0.47089262613195343], "std": [0.0, 0.5578964883426021], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_acc_mag_action": {"mean": [0.0, 0.36351875808538164], "std": [0.0, 0.6945092630059375], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_sim_pose_state": {"mean": [-0.310323566198349, 0.46757444739341736, 0.22824198007583618, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.28117623925209045, -0.469510018825531, 0.19374153017997742, 1.1676912307739258, -1.86183762550354, 1.0406696796417236], "std": [1.4336642379930709e-05, 7.909299711172935e-06, 1.1616315532592125e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.02811301313340664, 0.05280923843383789, 0.017682261765003204, 0.5309967398643494, 0.3349384665489197, 0.27060526609420776], "min": [-0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103809952735901, -0.5380070209503174, 0.1620430052280426, 0.5532846450805664, -2.22298264503479, 0.547074019908905], "max": [-0.3102790117263794, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2246669977903366, -0.3587320148944855, 0.22989200055599213, 1.9937537908554077, -1.121137022972107, 1.3954641819000244], "count": [773]}, "eef_sim_pose_action": {"mean": [-0.3103235363960266, 0.46757468581199646, 0.22824211418628693, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2811764180660248, -0.46950992941856384, 0.19374169409275055, 1.1676928997039795, -1.8618345260620117, 1.0406701564788818], "std": [1.4336688764160499e-05, 7.9126675700536e-06, 1.1617255040619057e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.028113024309277534, 0.0528092160820961, 0.017682265490293503, 0.5309967398643494, 0.3349386751651764, 0.2706051766872406], "min": [-0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103809952735901, -0.5380070209503174, 0.1620430052280426, 0.5532846450805664, -2.22298264503479, 0.547074019908905], "max": [-0.3102790117263794, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2246669977903366, -0.3587320148944855, 0.22989200055599213, 1.9937537908554077, -1.121137022972107, 1.3954641819000244], "count": [773]}, "gripper_mode_state": {"mean": [0.0, 0.5161707632600259], "std": [0.0, 0.49973843800090956], "min": [0, 0], "max": [0, 1], "count": [773]}, "gripper_activity_state": {"mean": [2.0, 1.888745148771022], "std": [0.0, 0.417024640559182], "min": [2, 0], "max": [2, 2], "count": [773]}, "gripper_mode_action": {"mean": [0.0, 0.5161707632600259], "std": [0.0, 0.49973843800090956], "min": [0, 0], "max": [0, 1], "count": [773]}, "gripper_activity_action": {"mean": [2.0, 1.888745148771022], "std": [0.0, 0.417024640559182], "min": [2, 0], "max": [2, 2], "count": [773]}}} +{"episode_index": 237, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4297542745311632]], [[0.4197301251655346]], [[0.4246156179247298]]], "std": [[[0.19780069705323008]], [[0.19379245725693145]], [[0.19141632054187688]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3818956424345337]], [[0.3795530311525482]], [[0.37637343676577384]]], "std": [[[0.23675983060394257]], [[0.22708811865238596]], [[0.22342386667579495]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5253673680528856]], [[0.493758914840446]], [[0.5050909559357512]]], "std": [[[0.2101819241165331]], [[0.19518098993082003]], [[0.2042525829119492]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47597352246999014]], [[0.45108084363919865]], [[0.4598284927805545]]], "std": [[[0.25969840865000343]], [[0.24277814825398428]], [[0.24578914390658488]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10688396543264389, 0.29941123723983765, -0.5701990127563477, -1.7148557901382446, 0.25384068489074707, -0.29883527755737305, -0.12170180678367615, -0.3160730004310608, -0.5166400074958801, 0.1432729959487915, 0.6403106451034546, -2.179954767227173, 0.5904639959335327, 1001.0, 199.0, 0.0005602037417702377, -0.22601966559886932, -0.8363499641418457, 1.9090739488601685, -1.0680190324783325, 0.00012340191460680217], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.31027498841285706, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3447199761867523, 0.709022581577301, -0.14302971959114075, -1.297669768333435, 1.3979737758636475, 0.35903167724609375, 0.7019714713096619, -0.22416700422763824, -0.3654809892177582, 0.22978000342845917, 2.0674235820770264, -1.121137022972107, 1.3876765966415405, 1001.0, 1003.0, 0.0005602037417702377, -0.226010262966156, -0.8363396525382996, 1.9090850353240967, -1.0677813291549683, 0.00014428532449528575], "mean": [-0.19951489567756653, 0.6046745181083679, 0.4513864517211914, -1.411975383758545, -0.2539132535457611, -0.12053444236516953, 0.028265738859772682, -0.31032654643058777, 0.467572420835495, 0.22823813557624817, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.19048146903514862, 0.5031428933143616, -0.33734750747680664, -1.4737310409545898, 0.8592801690101624, 0.028451569378376007, 0.1627567708492279, -0.2829819619655609, -0.46255356073379517, 0.1870797574520111, 1.2423975467681885, -1.8007677793502808, 1.0553903579711914, 1001.0, 587.6585693359375, 0.0005602007149718702, -0.2260144203901291, -0.8363441228866577, 1.909066081047058, -1.067874550819397, 0.0001364062773063779], "std": [2.6762523702927865e-05, 1.597898699401412e-05, 2.2272524802247062e-05, 2.395297633484006e-05, 2.2104864910943434e-05, 1.5022768820927013e-05, 2.1177820599405095e-05, 1.4642771020589862e-05, 8.07860942586558e-06, 1.2047958989569452e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.13024403154850006, 0.14257216453552246, 0.1162208542227745, 0.14176198840141296, 0.353365421295166, 0.199784055352211, 0.2740520238876343, 0.027518395334482193, 0.05004366114735603, 0.020903758704662323, 0.5246017575263977, 0.3303658366203308, 0.28942790627479553, 0.0, 391.972412109375, 3.026798367500305e-09, 1.7963523077924037e-06, 2.7040364329877775e-06, 1.4701457075716462e-05, 6.732593465130776e-05, 2.9437424018396996e-06], "count": [823]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10688396543264389, 0.29941123723983765, -0.5701990127563477, -1.7148557901382446, 0.25384068489074707, -0.29883527755737305, -0.12170180678367615, -0.3160730004310608, -0.5166400074958801, 0.1432729959487915, 0.6403106451034546, -2.179954767227173, 0.5904639959335327, 1001.0, 199.0, 0.0005602037417702377, -0.22601966559886932, -0.8363499641418457, 1.9090739488601685, -1.0680190324783325, 0.00012340191460680217], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12046262621879578, 0.028326693922281265, -0.31027498841285706, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3447199761867523, 0.709022581577301, -0.14302971959114075, -1.297669768333435, 1.3979737758636475, 0.35903167724609375, 0.7019714713096619, -0.22416700422763824, -0.3654809892177582, 0.22978000342845917, 2.0674235820770264, -1.121137022972107, 1.3876765966415405, 1001.0, 1003.0, 0.0005602037417702377, -0.226010262966156, -0.8363396525382996, 1.9090850353240967, -1.0677813291549683, 0.00014428532449528575], "mean": [-0.19951488077640533, 0.6046745181083679, 0.4513865113258362, -1.411975383758545, -0.2539132535457611, -0.12053442746400833, 0.02826572023332119, -0.31032654643058777, 0.4675723910331726, 0.2282380759716034, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.19039514660835266, 0.5031940937042236, -0.33748841285705566, -1.4739439487457275, 0.8596969842910767, 0.028489021584391594, 0.16264928877353668, -0.2829873859882355, -0.4625031352043152, 0.18701626360416412, 1.2421997785568237, -1.8011809587478638, 1.0555821657180786, 1001.0, 587.6610107421875, 0.0005602007149718702, -0.2260144054889679, -0.8363440632820129, 1.909066081047058, -1.0678746700286865, 0.00013639703684020787], "std": [2.6760799300973304e-05, 1.597898699401412e-05, 2.2286547391558997e-05, 2.3965474611031823e-05, 2.2115875253803097e-05, 1.5023196283436846e-05, 2.1160449250601232e-05, 1.4643178474216256e-05, 8.080023690126836e-06, 1.2033847269776743e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.13026152551174164, 0.14261630177497864, 0.11642911285161972, 0.14180071651935577, 0.3528531789779663, 0.1997588872909546, 0.2741444706916809, 0.027524249628186226, 0.05005943775177002, 0.020857926458120346, 0.524507462978363, 0.32972702383995056, 0.28927549719810486, 0.0, 391.9742126464844, 3.026798367500305e-09, 1.8131806882593082e-06, 2.6955460725730518e-06, 1.469889593863627e-05, 6.733257760060951e-05, 2.948784867840004e-06], "count": [823]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.699999999999998], "std": [7.919315346389204], "count": [823]}, "frame_index": {"min": [0], "max": [822], "mean": [411.0], "std": [237.57946039167612], "count": [823]}, "episode_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [823]}, "index": {"min": [196607], "max": [197429], "mean": [197018.0], "std": [237.57946039167612], "count": [823]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [823]}, "gripper_open_scale_state": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5872563799234382], "std": [0.0, 0.3915471052446576], "count": [823]}, "gripper_open_scale_action": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5872563799234382], "std": [0.0, 0.3915471052446576], "count": [823]}, "eef_direction_state": {"mean": [6.0, 4.414337788578372], "std": [0.0, 2.1012380815143916], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.0, 0.4398541919805589], "std": [0.0, 0.538632423467066], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.0, 0.3195625759416768], "std": [0.0, 0.651155662552399], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_direction_action": {"mean": [6.0, 4.414337788578372], "std": [0.0, 2.1012380815143916], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.0, 0.4398541919805589], "std": [0.0, 0.538632423467066], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.0, 0.3195625759416768], "std": [0.0, 0.651155662552399], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [-0.31032639741897583, 0.46757230162620544, 0.22823815047740936, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2829817831516266, -0.46255356073379517, 0.18707989156246185, 1.242398738861084, -1.8007632493972778, 1.0553888082504272], "std": [1.4642262613051571e-05, 8.077939128270373e-06, 1.204794807563303e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.027518391609191895, 0.050043653696775436, 0.02090376615524292, 0.5246018171310425, 0.3303656280040741, 0.2894279360771179], "min": [-0.31037700176239014, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3160730004310608, -0.5166400074958801, 0.1432729959487915, 0.6403106451034546, -2.179954767227173, 0.5904639959335327], "max": [-0.31027498841285706, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22416700422763824, -0.3654809892177582, 0.22978000342845917, 2.0674235820770264, -1.121137022972107, 1.3876765966415405], "count": [823]}, "eef_sim_pose_action": {"mean": [-0.31032654643058777, 0.467572420835495, 0.22823813557624817, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.2829819619655609, -0.46255356073379517, 0.1870797574520111, 1.2423975467681885, -1.8007677793502808, 1.0553903579711914], "std": [1.4642771020589862e-05, 8.07860942586558e-06, 1.2047958989569452e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.027518395334482193, 0.05004366114735603, 0.020903758704662323, 0.5246017575263977, 0.3303658366203308, 0.28942790627479553], "min": [-0.31037700176239014, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3160730004310608, -0.5166400074958801, 0.1432729959487915, 0.6403106451034546, -2.179954767227173, 0.5904639959335327], "max": [-0.31027498841285706, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22416700422763824, -0.3654809892177582, 0.22978000342845917, 2.0674235820770264, -1.121137022972107, 1.3876765966415405], "count": [823]}, "gripper_mode_state": {"mean": [0.0, 0.5078979343863913], "std": [0.0, 0.49993761874101034], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_state": {"mean": [2.0, 1.896719319562576], "std": [0.0, 0.4008210621856594], "min": [2, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.0, 0.5078979343863913], "std": [0.0, 0.49993761874101034], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_action": {"mean": [2.0, 1.896719319562576], "std": [0.0, 0.4008210621856594], "min": [2, 0], "max": [2, 2], "count": [823]}}} +{"episode_index": 238, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.43159857757403375]], [[0.42136639887436456]], [[0.42641750887597835]]], "std": [[[0.1973799725186955]], [[0.193147046371243]], [[0.19092755777935702]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38072915153715803]], [[0.3787099862321472]], [[0.37559348271201487]]], "std": [[[0.23725203341121126]], [[0.22745250894489943]], [[0.22343157847278766]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5257356017509884]], [[0.4940304355281207]], [[0.5052787258936496]]], "std": [[[0.21012026965675182]], [[0.19515219951642016]], [[0.20422803260788636]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692338555535383]], [[0.44498186854474303]], [[0.4519772490014525]]], "std": [[[0.2656228219798801]], [[0.2483466189966249]], [[0.2509522401441742]]], "count": [162]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103640079498291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10936232656240463, 0.26975810527801514, -0.540249228477478, -1.6623039245605469, 0.2537883222103119, -0.27200955152511597, -0.1397310495376587, -0.3157599866390228, -0.5202860236167908, 0.16851699352264404, 0.5454901456832886, -2.1716771125793457, 0.6036649346351624, 1001.0, 186.0, 0.0005602037417702377, -0.22602342069149017, -0.8363491296768188, 1.9090747833251953, -1.0679913759231567, 0.00012530041567515582], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31026801466941833, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3306177258491516, 0.7501250505447388, -0.14964453876018524, -1.2455366849899292, 1.4308907985687256, 0.29768335819244385, 0.8015424609184265, -0.21568599343299866, -0.3642770051956177, 0.2336129993200302, 2.0373873710632324, -1.121137022972107, 1.4611146450042725, 1001.0, 1003.0, 0.000562083616387099, -0.22600650787353516, -0.8363412022590637, 1.9090842008590698, -1.0678210258483887, 0.00013669136387761682], "mean": [-0.19951729476451874, 0.6046735644340515, 0.4513918459415436, -1.4119865894317627, -0.25391247868537903, -0.12054334580898285, 0.028270654380321503, -0.31032153964042664, 0.46757322549819946, 0.2282344400882721, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.17973485589027405, 0.5207825899124146, -0.321381151676178, -1.4653565883636475, 0.9261602759361267, 0.0063461801037192345, 0.23126140236854553, -0.2819738984107971, -0.45808759331703186, 0.19516527652740479, 1.2464596033096313, -1.8658164739608765, 1.0720852613449097, 1001.0, 545.9640502929688, 0.0005609702202491462, -0.2260153591632843, -0.836345911026001, 1.9090652465820312, -1.0678969621658325, 0.00013048146502114832], "std": [2.5772098524612375e-05, 1.6373109247069806e-05, 2.280217995576095e-05, 2.3755026631988585e-05, 2.17600663745543e-05, 1.7064843632397242e-05, 2.0458550352486782e-05, 1.4941290828573983e-05, 7.980213922564872e-06, 1.1441168680903502e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.12785175442695618, 0.16093896329402924, 0.1054215133190155, 0.12733706831932068, 0.3424831032752991, 0.18928024172782898, 0.34079062938690186, 0.027988318353891373, 0.05239501968026161, 0.01993420347571373, 0.5529279112815857, 0.3132181763648987, 0.3196393847465515, 0.0, 395.9085388183594, 9.246384706784738e-07, 1.9845313090627315e-06, 2.7686003249982605e-06, 1.5224656635837164e-05, 4.477108450373635e-05, 1.2086445622117026e-06], "count": [890]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103640079498291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10936232656240463, 0.26975810527801514, -0.540249228477478, -1.6623039245605469, 0.2537883222103119, -0.27200955152511597, -0.1397310495376587, -0.3157599866390228, -0.5202860236167908, 0.16851699352264404, 0.5454901456832886, -2.1716771125793457, 0.6036649346351624, 1001.0, 186.0, 0.0005602037417702377, -0.22602342069149017, -0.8363491296768188, 1.9090747833251953, -1.0679913759231567, 0.00012530041567515582], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31026801466941833, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3306177258491516, 0.7501250505447388, -0.14964453876018524, -1.2455366849899292, 1.4308907985687256, 0.29768335819244385, 0.8015424609184265, -0.21568599343299866, -0.3642770051956177, 0.2336129993200302, 2.0373873710632324, -1.121137022972107, 1.4611146450042725, 1001.0, 1003.0, 0.000562083616387099, -0.22600650787353516, -0.8363412022590637, 1.9090842008590698, -1.0678210258483887, 0.00013669136387761682], "mean": [-0.19951730966567993, 0.6046735644340515, 0.4513918161392212, -1.4119864702224731, -0.25391244888305664, -0.12054334580898285, 0.028270674869418144, -0.3103214502334595, 0.46757322549819946, 0.22823446989059448, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.1796415001153946, 0.5208764672279358, -0.3214791417121887, -1.465539813041687, 0.9266424775123596, 0.006359677761793137, 0.23130114376544952, -0.2819787561893463, -0.4580380618572235, 0.19512316584587097, 1.246291160583496, -1.866310954093933, 1.0722427368164062, 1001.0, 545.9617919921875, 0.0005609723157249391, -0.2260153442621231, -0.836345911026001, 1.9090652465820312, -1.0678969621658325, 0.00013048041728325188], "std": [2.5771776563487947e-05, 1.637850255065132e-05, 2.2793252355768345e-05, 2.376547854510136e-05, 2.1732541426899843e-05, 1.7064843632397242e-05, 2.0470513845793903e-05, 1.4945618204365019e-05, 7.977559107530396e-06, 1.1435972737672273e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.12786759436130524, 0.16101239621639252, 0.10558268427848816, 0.12737736105918884, 0.3418373763561249, 0.18927156925201416, 0.34076225757598877, 0.02799360267817974, 0.05240684747695923, 0.019903825595974922, 0.5528512001037598, 0.31238827109336853, 0.3195129334926605, 0.0, 395.9061584472656, 9.250204584532185e-07, 1.9965466435678536e-06, 2.7686378416547086e-06, 1.5222996808006428e-05, 4.477539914660156e-05, 1.208612957270816e-06], "count": [890]}, "timestamp": {"min": [0.0], "max": [29.633333333333333], "mean": [14.816666666666665], "std": [8.564023587076345], "count": [890]}, "frame_index": {"min": [0], "max": [889], "mean": [444.5], "std": [256.92070761229036], "count": [890]}, "episode_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [890]}, "index": {"min": [197430], "max": [198319], "mean": [197874.5], "std": [256.92070761229036], "count": [890]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [890]}, "gripper_open_scale_state": {"min": [1.0, 0.1860000044107437], "max": [1.0, 1.0], "mean": [1.0, 0.5454157336709204], "std": [0.0, 0.39527670304677287], "count": [890]}, "gripper_open_scale_action": {"min": [1.0, 0.1860000044107437], "max": [1.0, 1.0], "mean": [1.0, 0.5454157336709204], "std": [0.0, 0.3952767030467729], "count": [890]}, "eef_direction_state": {"mean": [6.0, 4.474157303370786], "std": [0.0, 2.046072043383706], "min": [6, 0], "max": [6, 6], "count": [890]}, "eef_velocity_state": {"mean": [0.0, 0.4], "std": [0.0, 0.5056978713408357], "min": [0, 0], "max": [0, 2], "count": [890]}, "eef_acc_mag_state": {"mean": [0.0, 0.250561797752809], "std": [0.0, 0.5816720562417459], "min": [0, 0], "max": [0, 2], "count": [890]}, "eef_direction_action": {"mean": [6.0, 4.474157303370786], "std": [0.0, 2.046072043383706], "min": [6, 0], "max": [6, 6], "count": [890]}, "eef_velocity_action": {"mean": [0.0, 0.4], "std": [0.0, 0.5056978713408357], "min": [0, 0], "max": [0, 2], "count": [890]}, "eef_acc_mag_action": {"mean": [0.0, 0.250561797752809], "std": [0.0, 0.5816720562417459], "min": [0, 0], "max": [0, 2], "count": [890]}, "eef_sim_pose_state": {"mean": [-0.3103213608264923, 0.4675728678703308, 0.22823458909988403, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2819738984107971, -0.458087295293808, 0.1951654702425003, 1.2464598417282104, -1.8658154010772705, 1.0720834732055664], "std": [1.4940142136765644e-05, 7.972003913891967e-06, 1.1440247362770606e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02798832580447197, 0.052395038306713104, 0.019934197887778282, 0.5529279112815857, 0.3132181465625763, 0.31963902711868286], "min": [-0.3103640079498291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3157599866390228, -0.5202860236167908, 0.16851699352264404, 0.5454901456832886, -2.1716771125793457, 0.6036649346351624], "max": [-0.31026801466941833, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21568599343299866, -0.3642770051956177, 0.2336129993200302, 2.0373873710632324, -1.121137022972107, 1.4611146450042725], "count": [890]}, "eef_sim_pose_action": {"mean": [-0.31032153964042664, 0.46757322549819946, 0.2282344400882721, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, -0.2819738984107971, -0.45808759331703186, 0.19516527652740479, 1.2464596033096313, -1.8658164739608765, 1.0720852613449097], "std": [1.4941290828573983e-05, 7.980213922564872e-06, 1.1441168680903502e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.027988318353891373, 0.05239501968026161, 0.01993420347571373, 0.5529279112815857, 0.3132181763648987, 0.3196393847465515], "min": [-0.3103640079498291, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3157599866390228, -0.5202860236167908, 0.16851699352264404, 0.5454901456832886, -2.1716771125793457, 0.6036649346351624], "max": [-0.31026801466941833, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21568599343299866, -0.3642770051956177, 0.2336129993200302, 2.0373873710632324, -1.121137022972107, 1.4611146450042725], "count": [890]}, "gripper_mode_state": {"mean": [0.0, 0.5528089887640449], "std": [0.0, 0.4972033896764117], "min": [0, 0], "max": [0, 1], "count": [890]}, "gripper_activity_state": {"mean": [2.0, 1.9078651685393258], "std": [0.0, 0.3798949349435424], "min": [2, 0], "max": [2, 2], "count": [890]}, "gripper_mode_action": {"mean": [0.0, 0.5528089887640449], "std": [0.0, 0.4972033896764117], "min": [0, 0], "max": [0, 1], "count": [890]}, "gripper_activity_action": {"mean": [2.0, 1.9078651685393258], "std": [0.0, 0.3798949349435424], "min": [2, 0], "max": [2, 2], "count": [890]}}} +{"episode_index": 239, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9882352941176471]]], "mean": [[[0.4292534181166948]], [[0.41930117977102543]], [[0.42397998095485434]]], "std": [[[0.197234117581469]], [[0.1935743859395658]], [[0.19132743501978103]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38068710232437347]], [[0.3786241518958577]], [[0.37601929267844003]]], "std": [[[0.23749004179533084]], [[0.22768335435267584]], [[0.22380350643122618]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5248372830368351]], [[0.4933673129571917]], [[0.50455054267844]]], "std": [[[0.2096255231135349]], [[0.19497703396222216]], [[0.2040164615047522]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.458510944195559]], [[0.4354192245054755]], [[0.4427608102843787]]], "std": [[[0.26332362762554523]], [[0.2457187831779382]], [[0.24938491522875816]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675520062446594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02436479739844799, 0.2759714722633362, -0.5817357301712036, -1.7573895454406738, 0.2537883222103119, -0.1828930526971817, -0.14479251205921173, -0.3122420012950897, -0.5203319787979126, 0.14483000338077545, 0.5312119126319885, -2.2464439868927, 0.4618971049785614, 1001.0, 185.0, 0.000562083616387099, -0.22602154314517975, -0.8363475799560547, 1.9090747833251953, -1.0679715871810913, 0.00012340191460680217], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3677932322025299, 0.7790451645851135, -0.1483529806137085, -1.2612098455429077, 1.478014588356018, 0.3144559860229492, 0.778992772102356, -0.21770699322223663, -0.35795900225639343, 0.22949199378490448, 2.0630857944488525, -1.121137022972107, 1.450737476348877, 1001.0, 1003.0, 0.000562083616387099, -0.22600838541984558, -0.8363404273986816, 1.9090842008590698, -1.0678162574768066, 0.00013289437629282475], "mean": [-0.19951680302619934, 0.6046733856201172, 0.45139095187187195, -1.411975622177124, -0.253913551568985, -0.12055021524429321, 0.02828191965818405, -0.31032514572143555, 0.46757179498672485, 0.22823801636695862, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.21269932389259338, 0.5354763865470886, -0.366868793964386, -1.4876046180725098, 0.9551213979721069, 0.04881037771701813, 0.18267323076725006, -0.27754226326942444, -0.46034932136535645, 0.18462108075618744, 1.2072902917861938, -1.8889594078063965, 1.0414003133773804, 1001.0, 560.0186157226562, 0.0005620795418508351, -0.22601595520973206, -0.8363443613052368, 1.9090659618377686, -1.0678776502609253, 0.00012904209143016487], "std": [2.5745368475327268e-05, 1.4927343727322295e-05, 2.295290687470697e-05, 2.498583671695087e-05, 2.1598045350401662e-05, 1.893149601528421e-05, 1.9488938050926663e-05, 1.494700882176403e-05, 7.736340194242075e-06, 1.1518379324115813e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.11612805724143982, 0.16036386787891388, 0.11251136660575867, 0.1525576412677765, 0.376517653465271, 0.166448712348938, 0.31310731172561646, 0.031210843473672867, 0.055416833609342575, 0.022777585312724113, 0.5684661269187927, 0.318866103887558, 0.34718918800354004, 0.0, 397.27032470703125, 4.0745362639427185e-09, 1.3734685353483655e-06, 2.6321049517719075e-06, 1.4830655345576815e-05, 4.8083424189826474e-05, 1.1677516340569127e-06], "count": [805]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036901473999023, 0.4675520062446594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.02436479739844799, 0.2759714722633362, -0.5817357301712036, -1.7573895454406738, 0.2537883222103119, -0.1828930526971817, -0.14479251205921173, -0.3122420012950897, -0.5203319787979126, 0.14483000338077545, 0.5312119126319885, -2.2464439868927, 0.4618971049785614, 1001.0, 185.0, 0.000562083616387099, -0.22602154314517975, -0.8363475799560547, 1.9090747833251953, -1.0679715871810913, 0.00012340191460680217], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3677932322025299, 0.7790451645851135, -0.1483529806137085, -1.2612098455429077, 1.478014588356018, 0.3144559860229492, 0.778992772102356, -0.21770699322223663, -0.35795900225639343, 0.22949199378490448, 2.0630857944488525, -1.121137022972107, 1.450737476348877, 1001.0, 1003.0, 0.000562083616387099, -0.22600838541984558, -0.8363404273986816, 1.9090842008590698, -1.0678162574768066, 0.00013289437629282475], "mean": [-0.19951680302619934, 0.6046733856201172, 0.4513910412788391, -1.4119755029678345, -0.2539134919643402, -0.12055014818906784, 0.02828191965818405, -0.3103252053260803, 0.46757176518440247, 0.22823797166347504, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.21263159811496735, 0.5356563925743103, -0.36702752113342285, -1.4878425598144531, 0.9557721018791199, 0.048903726041316986, 0.18278631567955017, -0.2775431275367737, -0.4602894186973572, 0.1845722794532776, 1.2070786952972412, -1.8896352052688599, 1.0414663553237915, 1001.0, 560.0211181640625, 0.0005620795418508351, -0.22601595520973206, -0.8363443613052368, 1.9090659618377686, -1.0678776502609253, 0.0001290397485718131], "std": [2.5745368475327268e-05, 1.4920541616447736e-05, 2.293641409778502e-05, 2.5017377993208356e-05, 2.1569325326709077e-05, 1.890339444798883e-05, 1.9488938050926663e-05, 1.4971355994930491e-05, 7.743069545540493e-06, 1.1512320270412602e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.11615153402090073, 0.1605224907398224, 0.11272042989730835, 0.15258893370628357, 0.3757568895816803, 0.1663748025894165, 0.31304773688316345, 0.031211791560053825, 0.055435050278902054, 0.02272612787783146, 0.5683614611625671, 0.3178127110004425, 0.34713804721832275, 0.0, 397.2722473144531, 4.0745362639427185e-09, 1.3719493381358916e-06, 2.6325517410441535e-06, 1.4828871826466639e-05, 4.8079255066113546e-05, 1.1676356734824367e-06], "count": [805]}, "timestamp": {"min": [0.0], "max": [26.8], "mean": [13.4], "std": [7.746110134914312], "count": [805]}, "frame_index": {"min": [0], "max": [804], "mean": [402.0], "std": [232.38330404742936], "count": [805]}, "episode_index": {"min": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [805]}, "index": {"min": [198320], "max": [199124], "mean": [198722.0], "std": [232.38330404742936], "count": [805]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [805]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5596919267814352], "std": [0.0, 0.39690734062211264], "count": [805]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5596919267814352], "std": [0.0, 0.39690734062211264], "count": [805]}, "eef_direction_state": {"mean": [6.0, 4.3453416149068325], "std": [0.0, 2.089903273061391], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.0, 0.4608695652173913], "std": [0.0, 0.5505698812747468], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_state": {"mean": [0.0, 0.32919254658385094], "std": [0.0, 0.6629165514830386], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_direction_action": {"mean": [6.0, 4.3453416149068325], "std": [0.0, 2.089903273061391], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.0, 0.4608695652173913], "std": [0.0, 0.5505698812747468], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_action": {"mean": [0.0, 0.32919254658385094], "std": [0.0, 0.6629165514830386], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [-0.3103252053260803, 0.46757230162620544, 0.228238046169281, -1.573227047920227, -1.121137022972107, -0.7462756633758545, -0.2775423526763916, -0.46034952998161316, 0.1846209019422531, 1.207289457321167, -1.8889594078063965, 1.04140043258667], "std": [1.494696789450245e-05, 7.721901056356728e-06, 1.1518344763317145e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.031210849061608315, 0.05541684851050377, 0.022777579724788666, 0.5684660077095032, 0.31886640191078186, 0.3471890985965729], "min": [-0.31036901473999023, 0.4675520062446594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3122420012950897, -0.5203319787979126, 0.14483000338077545, 0.5312119126319885, -2.2464439868927, 0.4618971049785614], "max": [-0.3102779984474182, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21770699322223663, -0.35795900225639343, 0.22949199378490448, 2.0630857944488525, -1.121137022972107, 1.450737476348877], "count": [805]}, "eef_sim_pose_action": {"mean": [-0.31032514572143555, 0.46757179498672485, 0.22823801636695862, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.27754226326942444, -0.46034932136535645, 0.18462108075618744, 1.2072902917861938, -1.8889594078063965, 1.0414003133773804], "std": [1.494700882176403e-05, 7.736340194242075e-06, 1.1518379324115813e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.031210843473672867, 0.055416833609342575, 0.022777585312724113, 0.5684661269187927, 0.318866103887558, 0.34718918800354004], "min": [-0.31036901473999023, 0.4675520062446594, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3122420012950897, -0.5203319787979126, 0.14483000338077545, 0.5312119126319885, -2.2464439868927, 0.4618971049785614], "max": [-0.3102779984474182, 0.4675939977169037, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21770699322223663, -0.35795900225639343, 0.22949199378490448, 2.0630857944488525, -1.121137022972107, 1.450737476348877], "count": [805]}, "gripper_mode_state": {"mean": [0.0, 0.5329192546583851], "std": [0.0, 0.4989151457640205], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_state": {"mean": [2.0, 1.8956521739130434], "std": [0.0, 0.4037630179563094], "min": [2, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.0, 0.5329192546583851], "std": [0.0, 0.4989151457640205], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_action": {"mean": [2.0, 1.8956521739130434], "std": [0.0, 0.40376301795630937], "min": [2, 0], "max": [2, 2], "count": [805]}}} +{"episode_index": 240, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.42957716338772645]], [[0.41956748557924284]], [[0.42429803674825634]]], "std": [[[0.1970298945752133]], [[0.19338213865955314]], [[0.19117985532680337]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3794088778128701]], [[0.3769929486335921]], [[0.37428008345396324]]], "std": [[[0.23642476972704354]], [[0.22663907319091914]], [[0.22260982915122918]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5250208771987542]], [[0.4934903413826381]], [[0.5047067445826205]]], "std": [[[0.209911535003616]], [[0.19507188382717996]], [[0.20408119581969478]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46058328261394044]], [[0.4371498237158398]], [[0.4453627190529456]]], "std": [[[0.2628402830229101]], [[0.24499623127961964]], [[0.24869183763519415]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13112658262252808, 0.26373669505119324, -0.557597815990448, -1.8699108362197876, 0.2537883222103119, -0.19310322403907776, -0.1232900619506836, -0.31064701080322266, -0.5110539793968201, 0.14965200424194336, 0.5602006316184998, -2.135350465774536, 0.40775066614151, 1001.0, 181.0, 0.000562083616387099, -0.2260252982378006, -0.8363507390022278, 1.9090707302093506, -1.0680404901504517, 0.00012150342809036374], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102729916572571, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3392396569252014, 0.8225212693214417, -0.14934782683849335, -1.3172698020935059, 1.454609751701355, 0.28675758838653564, 0.7481703162193298, -0.2190289944410324, -0.3207939863204956, 0.2287060022354126, 2.0901761054992676, -1.121137022972107, 1.4419031143188477, 1001.0, 1002.0, 0.0005639634910039604, -0.22601214051246643, -0.8363412022590637, 1.9090834856033325, -1.0678043365478516, 0.00013099588977638632], "mean": [-0.19951145350933075, 0.6046730875968933, 0.4513920247554779, -1.4119672775268555, -0.25391337275505066, -0.12054958939552307, 0.02828598953783512, -0.3103291094303131, 0.46757084131240845, 0.22824004292488098, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.17439652979373932, 0.5282077789306641, -0.3416806161403656, -1.5225229263305664, 0.9310365319252014, 0.04747607186436653, 0.1688995361328125, -0.27733951807022095, -0.452683687210083, 0.1822967678308487, 1.2122199535369873, -1.8737870454788208, 1.047348141670227, 1001.0, 543.595947265625, 0.0005629402003251016, -0.2260149121284485, -0.8363468647003174, 1.909066081047058, -1.0678865909576416, 0.00012687443813774735], "std": [2.4458689949824475e-05, 1.5999374227249064e-05, 2.2053616703487933e-05, 2.3735394279356115e-05, 2.2610453015659004e-05, 1.7845160982687958e-05, 2.1267978809191845e-05, 1.4127431313681882e-05, 7.720447683823295e-06, 1.1952020940952934e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.13623452186584473, 0.1723923236131668, 0.10528192669153214, 0.17180871963500977, 0.3513110280036926, 0.1674439162015915, 0.2969626784324646, 0.030367039144039154, 0.060455743223428726, 0.02093058079481125, 0.5611996650695801, 0.2987247705459595, 0.3501031696796417, 0.0, 397.72833251953125, 9.366805784338794e-07, 1.8331795672565931e-06, 3.659921048893011e-06, 1.3713696716877166e-05, 7.19444578862749e-05, 1.2862917628808646e-06], "count": [792]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.13112658262252808, 0.26373669505119324, -0.557597815990448, -1.8699108362197876, 0.2537883222103119, -0.19310322403907776, -0.1232900619506836, -0.31064701080322266, -0.5110539793968201, 0.14965200424194336, 0.5602006316184998, -2.135350465774536, 0.40775066614151, 1001.0, 181.0, 0.000562083616387099, -0.2260252982378006, -0.8363507390022278, 1.9090707302093506, -1.0680404901504517, 0.00012150342809036374], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102729916572571, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3392396569252014, 0.8225212693214417, -0.14934782683849335, -1.3172698020935059, 1.454609751701355, 0.28675758838653564, 0.7481703162193298, -0.2190289944410324, -0.3207939863204956, 0.2287060022354126, 2.0901761054992676, -1.121137022972107, 1.4419031143188477, 1001.0, 1002.0, 0.0005639634910039604, -0.22601214051246643, -0.8363412022590637, 1.9090834856033325, -1.0678043365478516, 0.00013099588977638632], "mean": [-0.19951145350933075, 0.6046730875968933, 0.45139196515083313, -1.411967158317566, -0.2539133131504059, -0.1205495223402977, 0.02828598953783512, -0.3103291392326355, 0.46757078170776367, 0.22824005782604218, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.17431692779064178, 0.5283693671226501, -0.3418099284172058, -1.5227769613265991, 0.931800365447998, 0.04762567579746246, 0.16899503767490387, -0.27733856439590454, -0.4526251554489136, 0.18224677443504333, 1.2118831872940063, -1.8745571374893188, 1.0474857091903687, 1001.0, 543.5934448242188, 0.0005629425868391991, -0.2260149121284485, -0.8363468647003174, 1.909066081047058, -1.0678865909576416, 0.00012687203707173467], "std": [2.4458689949824475e-05, 1.6016574591048993e-05, 2.205425153078977e-05, 2.3709289962425828e-05, 2.2593818357563578e-05, 1.7812350051826797e-05, 2.126798062818125e-05, 1.4130327144812327e-05, 7.724227543803863e-06, 1.1947574421355966e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.13623838126659393, 0.17252373695373535, 0.10547930747270584, 0.1717936396598816, 0.35049453377723694, 0.1673463135957718, 0.2969112694263458, 0.030365996062755585, 0.06046374514698982, 0.02086796797811985, 0.561062753200531, 0.29756709933280945, 0.35000625252723694, 0.0, 397.7249450683594, 9.368732207803987e-07, 1.8356829514232231e-06, 3.6589779028872726e-06, 1.3711754945688881e-05, 7.19488161848858e-05, 1.2856819466833258e-06], "count": [792]}, "timestamp": {"min": [0.0], "max": [26.366666666666667], "mean": [13.183333333333334], "std": [7.6210174784872], "count": [792]}, "frame_index": {"min": [0], "max": [791], "mean": [395.5], "std": [228.630524354616], "count": [792]}, "episode_index": {"min": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [792]}, "index": {"min": [199125], "max": [199916], "mean": [199520.5], "std": [228.630524354616], "count": [792]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [792]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5431060578975112], "std": [0.0, 0.3971656633456549], "count": [792]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5431060578975112], "std": [0.0, 0.3971656633456549], "count": [792]}, "eef_direction_state": {"mean": [6.0, 4.402777777777778], "std": [0.0, 2.014628913147022], "min": [6, 0], "max": [6, 6], "count": [792]}, "eef_velocity_state": {"mean": [0.0, 0.4621212121212121], "std": [0.0, 0.5605548707177561], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_acc_mag_state": {"mean": [0.0, 0.36363636363636365], "std": [0.0, 0.6938335237488114], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_direction_action": {"mean": [6.0, 4.402777777777778], "std": [0.0, 2.014628913147022], "min": [6, 0], "max": [6, 6], "count": [792]}, "eef_velocity_action": {"mean": [0.0, 0.4621212121212121], "std": [0.0, 0.5605548707177561], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_acc_mag_action": {"mean": [0.0, 0.36363636363636365], "std": [0.0, 0.6938335237488114], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_sim_pose_state": {"mean": [-0.3103290796279907, 0.46757134795188904, 0.2282399982213974, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27733951807022095, -0.45268353819847107, 0.18229690194129944, 1.212221384048462, -1.8737863302230835, 1.047346830368042], "std": [1.4127421309240162e-05, 7.705085408815648e-06, 1.1951964552281424e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03036702610552311, 0.060455746948719025, 0.020930591970682144, 0.5611992478370667, 0.2987246513366699, 0.35010331869125366], "min": [-0.310373991727829, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31064701080322266, -0.5110539793968201, 0.14965200424194336, 0.5602006316184998, -2.135350465774536, 0.40775066614151], "max": [-0.3102729916572571, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2190289944410324, -0.3207939863204956, 0.2287060022354126, 2.0901761054992676, -1.121137022972107, 1.4419031143188477], "count": [792]}, "eef_sim_pose_action": {"mean": [-0.3103291094303131, 0.46757084131240845, 0.22824004292488098, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.27733951807022095, -0.452683687210083, 0.1822967678308487, 1.2122199535369873, -1.8737870454788208, 1.047348141670227], "std": [1.4127431313681882e-05, 7.720447683823295e-06, 1.1952020940952934e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.030367039144039154, 0.060455743223428726, 0.02093058079481125, 0.5611996650695801, 0.2987247705459595, 0.3501031696796417], "min": [-0.310373991727829, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31064701080322266, -0.5110539793968201, 0.14965200424194336, 0.5602006316184998, -2.135350465774536, 0.40775066614151], "max": [-0.3102729916572571, 0.4675930142402649, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2190289944410324, -0.3207939863204956, 0.2287060022354126, 2.0901761054992676, -1.121137022972107, 1.4419031143188477], "count": [792]}, "gripper_mode_state": {"mean": [0.0, 0.5492424242424242], "std": [0.0, 0.4975692752318344], "min": [0, 0], "max": [0, 1], "count": [792]}, "gripper_activity_state": {"mean": [2.0, 1.893939393939394], "std": [0.0, 0.4068400479423492], "min": [2, 0], "max": [2, 2], "count": [792]}, "gripper_mode_action": {"mean": [0.0, 0.5492424242424242], "std": [0.0, 0.4975692752318344], "min": [0, 0], "max": [0, 1], "count": [792]}, "gripper_activity_action": {"mean": [2.0, 1.893939393939394], "std": [0.0, 0.4068400479423492], "min": [2, 0], "max": [2, 2], "count": [792]}}} +{"episode_index": 241, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43018916075050706]], [[0.4201492182217714]], [[0.42478486167455487]]], "std": [[[0.19677554526122998]], [[0.1930846131503766]], [[0.19094521328417466]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37952905538652243]], [[0.3775422047554654]], [[0.3748136508338968]]], "std": [[[0.23689724132046716]], [[0.22705858039809645]], [[0.22293529686494137]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5252450755014649]], [[0.4936024016790624]], [[0.5047048329389228]]], "std": [[[0.20986482254120079]], [[0.19498143370997123]], [[0.2039512660709295]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45685487660581475]], [[0.4332162736646383]], [[0.44253246140410185]]], "std": [[[0.2689067143234477]], [[0.24905035947451293]], [[0.25175459742434886]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.4675450026988983, 0.22818900644779205, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.10602875053882599, 0.27495917677879333, -0.5966408252716064, -1.8246195316314697, 0.2537708580493927, -0.14671237766742706, -0.13384930789470673, -0.3104589879512787, -0.5173779726028442, 0.1602109968662262, 0.5543572902679443, -2.142744779586792, 0.49310925602912903, 1001.0, 187.0, 0.000562083616387099, -0.22602342069149017, -0.8363499641418457, 1.9090731143951416, -1.067996859550476, 0.00012150342809036374], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.4675930142402649, 0.22827500104904175, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.3710220754146576, 0.7930077910423279, -0.11726866662502289, -1.3087177276611328, 1.470666766166687, 0.3660828173160553, 0.7397753000259399, -0.2214130014181137, -0.3289540112018585, 0.23020200431346893, 1.9776111841201782, -1.121137022972107, 1.3549093008041382, 1001.0, 1002.0, 0.0005639634910039604, -0.22601403295993805, -0.8363396525382996, 1.9090834856033325, -1.067772626876831, 0.0001300466392422095], "mean": [-0.19951005280017853, 0.6046611070632935, 0.4513915181159973, -1.4119646549224854, -0.25391021370887756, -0.12054894864559174, 0.028275299817323685, -0.3103317618370056, 0.4675705134868622, 0.22823455929756165, -1.5732380151748657, -1.1211419105529785, -0.7462758421897888, 0.18902753293514252, 0.5571289658546448, -0.3569256663322449, -1.5207489728927612, 0.9514656066894531, 0.09100079536437988, 0.18250460922718048, -0.2769796550273895, -0.45247510075569153, 0.18634554743766785, 1.2106459140777588, -1.9063900709152222, 0.9986119270324707, 1001.0, 568.7653198242188, 0.0005630272207781672, -0.22601474821567535, -0.8363452553749084, 1.9090665578842163, -1.067840814590454, 0.0001251789799425751], "std": [2.6284616978955455e-05, 1.6015554137993604e-05, 2.2565649487660266e-05, 2.3049347873893566e-05, 2.140730975952465e-05, 1.853096364357043e-05, 1.895681634778157e-05, 1.4888914847688284e-05, 7.81441485742107e-06, 1.2422144209267572e-05, 2.6849829737329856e-05, 2.596688318590168e-05, 2.3993896320462227e-05, 0.14345265924930573, 0.1715036779642105, 0.13361816108226776, 0.16751033067703247, 0.32479169964790344, 0.1783612221479416, 0.30297204852104187, 0.029358023777604103, 0.06129585579037666, 0.01846509985625744, 0.5231508016586304, 0.2974832355976105, 0.3061552047729492, 0.0, 395.89715576171875, 9.39912695230305e-07, 1.5999012248357758e-06, 3.11854660139943e-06, 1.2779401913576294e-05, 6.271021266002208e-05, 1.118804561883735e-06], "count": [767]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.4675450026988983, 0.22818900644779205, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.10602875053882599, 0.27495917677879333, -0.5966408252716064, -1.8246195316314697, 0.2537708580493927, -0.14671237766742706, -0.13384930789470673, -0.3104589879512787, -0.5173779726028442, 0.1602109968662262, 0.5543572902679443, -2.142744779586792, 0.49310925602912903, 1001.0, 187.0, 0.000562083616387099, -0.22602342069149017, -0.8363499641418457, 1.9090731143951416, -1.067996859550476, 0.00012150342809036374], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.4675930142402649, 0.22827500104904175, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.3710220754146576, 0.7930077910423279, -0.11726866662502289, -1.3087177276611328, 1.470666766166687, 0.3660828173160553, 0.7397753000259399, -0.2214130014181137, -0.3289540112018585, 0.23020200431346893, 1.9776111841201782, -1.121137022972107, 1.3549093008041382, 1001.0, 1002.0, 0.0005639634910039604, -0.22601403295993805, -0.8363396525382996, 1.9090834856033325, -1.067772626876831, 0.0001300466392422095], "mean": [-0.1995101124048233, 0.6046611070632935, 0.45139145851135254, -1.4119645357131958, -0.25391024351119995, -0.12054894119501114, 0.028275324031710625, -0.310331791639328, 0.4675704836845398, 0.22823451459407806, -1.5732380151748657, -1.1211419105529785, -0.7462758421897888, 0.18903522193431854, 0.5572812557220459, -0.3571132719516754, -1.5209652185440063, 0.9522058367729187, 0.09120310842990875, 0.182597354054451, -0.2769763767719269, -0.45243310928344727, 0.1862872689962387, 1.2103296518325806, -1.9071378707885742, 0.9986774325370789, 1001.0, 568.7653198242188, 0.0005630272207781672, -0.22601474821567535, -0.8363452553749084, 1.9090665578842163, -1.0678406953811646, 0.00012517525465227664], "std": [2.6190324206254445e-05, 1.6015554137993604e-05, 2.2554700990440324e-05, 2.3068179871188477e-05, 2.144487552868668e-05, 1.853106550697703e-05, 1.8966140487464145e-05, 1.4889198610035237e-05, 7.815141543687787e-06, 1.2434098607627675e-05, 2.6849829737329856e-05, 2.596688318590168e-05, 2.3993896320462227e-05, 0.14345316588878632, 0.17159777879714966, 0.13385136425495148, 0.16747675836086273, 0.3238469362258911, 0.17820891737937927, 0.3029184639453888, 0.029354436323046684, 0.06129652261734009, 0.01840321160852909, 0.5230053067207336, 0.2962258756160736, 0.3061065673828125, 0.0, 395.89715576171875, 9.399127520737238e-07, 1.5999012248357758e-06, 3.11854660139943e-06, 1.2777330994140357e-05, 6.272253085626289e-05, 1.1168160654051462e-06], "count": [767]}, "timestamp": {"min": [0.0], "max": [25.533333333333335], "mean": [12.76666666666667], "std": [7.380454668318958], "count": [767]}, "frame_index": {"min": [0], "max": [766], "mean": [383.0], "std": [221.41364004956876], "count": [767]}, "episode_index": {"min": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [767]}, "index": {"min": [199917], "max": [200683], "mean": [200300.0], "std": [221.41364004956876], "count": [767]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [767]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5687627150656502], "std": [0.0, 0.3958957085694097], "count": [767]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5687627150656502], "std": [0.0, 0.3958957085694097], "count": [767]}, "eef_direction_state": {"mean": [6.0, 4.490221642764015], "std": [0.0, 2.012243055684602], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_state": {"mean": [0.0, 0.41590612777053454], "std": [0.0, 0.5408067097547669], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_state": {"mean": [0.0, 0.31421121251629724], "std": [0.0, 0.6552118776946813], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_direction_action": {"mean": [6.0, 4.490221642764015], "std": [0.0, 2.012243055684602], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_action": {"mean": [0.0, 0.41590612777053454], "std": [0.0, 0.5408067097547669], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_action": {"mean": [0.0, 0.31421121251629724], "std": [0.0, 0.6552118776946813], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_sim_pose_state": {"mean": [-0.3103318214416504, 0.4675706624984741, 0.22823457419872284, -1.573225975036621, -1.1211378574371338, -0.7462747097015381, -0.2769796550273895, -0.4524751305580139, 0.18634545803070068, 1.2106451988220215, -1.9063942432403564, 0.9986125230789185], "std": [1.488880479882937e-05, 7.812550393282436e-06, 1.2422124200384133e-05, 2.4041743017733097e-05, 2.56634593824856e-05, 2.3968481400515884e-05, 0.02935801073908806, 0.061295852065086365, 0.01846509799361229, 0.5231513381004333, 0.297482967376709, 0.3061552941799164], "min": [-0.310371994972229, 0.4675450026988983, 0.22818900644779205, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3104589879512787, -0.5173779726028442, 0.1602109968662262, 0.5543572902679443, -2.142744779586792, 0.49310925602912903], "max": [-0.3102850019931793, 0.4675930142402649, 0.22827500104904175, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2214130014181137, -0.3289540112018585, 0.23020200431346893, 1.9776111841201782, -1.121137022972107, 1.3549093008041382], "count": [767]}, "eef_sim_pose_action": {"mean": [-0.3103317618370056, 0.4675705134868622, 0.22823455929756165, -1.5732380151748657, -1.1211419105529785, -0.7462758421897888, -0.2769796550273895, -0.45247510075569153, 0.18634554743766785, 1.2106459140777588, -1.9063900709152222, 0.9986119270324707], "std": [1.4888914847688284e-05, 7.81441485742107e-06, 1.2422144209267572e-05, 2.6849829737329856e-05, 2.596688318590168e-05, 2.3993896320462227e-05, 0.029358023777604103, 0.06129585579037666, 0.01846509985625744, 0.5231508016586304, 0.2974832355976105, 0.3061552047729492], "min": [-0.310371994972229, 0.4675450026988983, 0.22818900644779205, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3104589879512787, -0.5173779726028442, 0.1602109968662262, 0.5543572902679443, -2.142744779586792, 0.49310925602912903], "max": [-0.3102850019931793, 0.4675930142402649, 0.22827500104904175, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2214130014181137, -0.3289540112018585, 0.23020200431346893, 1.9776111841201782, -1.121137022972107, 1.3549093008041382], "count": [767]}, "gripper_mode_state": {"mean": [0.0, 0.5228161668839635], "std": [0.0, 0.4994791512452975], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_state": {"mean": [2.0, 1.8852672750977835], "std": [0.0, 0.42093755201574445], "min": [2, 0], "max": [2, 2], "count": [767]}, "gripper_mode_action": {"mean": [0.0, 0.5228161668839635], "std": [0.0, 0.4994791512452975], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_action": {"mean": [2.0, 1.8852672750977835], "std": [0.0, 0.42093755201574445], "min": [2, 0], "max": [2, 2], "count": [767]}}} +{"episode_index": 242, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.42971268785291894]], [[0.41987561274509805]], [[0.42437751906318083]]], "std": [[[0.19703424100285208]], [[0.19300506402533807]], [[0.19082784123126229]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38104657140634035]], [[0.3798523395469299]], [[0.3771492388622116]]], "std": [[[0.2389566279439703]], [[0.22888572249072048]], [[0.22484586362449469]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5251346816504379]], [[0.493458997487884]], [[0.5044323145925036]]], "std": [[[0.20983705931038588]], [[0.19489194630230514]], [[0.20383415265905327]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4576828370236984]], [[0.43420832082833133]], [[0.4435491210373038]]], "std": [[[0.26760583764667595]], [[0.24983081703744672]], [[0.25205122675411634]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029304077848792076, 0.28356364369392395, -0.6484072804450989, -1.7205630540847778, 0.2537883222103119, -0.1935919225215912, -0.028379054740071297, -0.31212499737739563, -0.5301929712295532, 0.16735899448394775, 0.6141990423202515, -2.2311453819274902, 0.3026535212993622, 1001.0, 189.0, 0.000562083616387099, -0.22602154314517975, -0.8363459706306458, 1.9090747833251953, -1.067870855331421, 0.00011865569103974849], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102949857711792, 0.46759098768234253, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4463854134082794, 0.8625766634941101, -0.13491395115852356, -1.249184489250183, 1.5169529914855957, 0.34803611040115356, 0.9077282547950745, -0.20326000452041626, -0.3562380075454712, 0.2289939969778061, 2.1460957527160645, -1.121137022972107, 1.3328064680099487, 1001.0, 1003.0, 0.0005639634910039604, -0.22601214051246643, -0.8363372683525085, 1.9090850353240967, -1.067713975906372, 0.00012719890219159424], "mean": [-0.19951008260250092, 0.60466468334198, 0.45139122009277344, -1.4119594097137451, -0.2539100646972656, -0.1205509677529335, 0.02827131561934948, -0.3103335499763489, 0.4675702154636383, 0.2282370775938034, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2595381438732147, 0.5761746764183044, -0.3884727656841278, -1.4384928941726685, 0.9174774289131165, 0.06239702180027962, 0.280657023191452, -0.27468663454055786, -0.4659181237220764, 0.1956184357404709, 1.3091984987258911, -1.8822885751724243, 0.9247204065322876, 1001.0, 561.458984375, 0.0005637843860313296, -0.22601459920406342, -0.8363428115844727, 1.9090662002563477, -1.0677889585494995, 0.0001238035038113594], "std": [2.6196814360446297e-05, 1.5910396541585214e-05, 2.288051473442465e-05, 2.4088913050945848e-05, 2.143164601875469e-05, 1.915231769089587e-05, 2.042576488747727e-05, 1.4883963558531832e-05, 7.89293790148804e-06, 1.1718558198481333e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.11638377606868744, 0.17452922463417053, 0.12889167666435242, 0.15430545806884766, 0.37556564807891846, 0.2004023939371109, 0.3380264639854431, 0.03365117684006691, 0.057107407599687576, 0.017081111669540405, 0.5574496984481812, 0.3587976396083832, 0.35304296016693115, 0.0, 395.147705078125, 5.441812049866712e-07, 1.6166409295692574e-06, 2.995505383296404e-06, 1.4307127457868773e-05, 4.348922084318474e-05, 1.1775830444094026e-06], "count": [780]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029304077848792076, 0.28356364369392395, -0.6484072804450989, -1.7205630540847778, 0.2537883222103119, -0.1935919225215912, -0.028379054740071297, -0.31212499737739563, -0.5301929712295532, 0.16735899448394775, 0.6141990423202515, -2.2311453819274902, 0.3026535212993622, 1001.0, 189.0, 0.000562083616387099, -0.22602154314517975, -0.8363459706306458, 1.9090747833251953, -1.067870855331421, 0.00011865569103974849], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102949857711792, 0.46759098768234253, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4463854134082794, 0.8625766634941101, -0.13491395115852356, -1.249184489250183, 1.5169529914855957, 0.34803611040115356, 0.9077282547950745, -0.20326000452041626, -0.3562380075454712, 0.2289939969778061, 2.1460957527160645, -1.121137022972107, 1.3328064680099487, 1001.0, 1003.0, 0.0005639634910039604, -0.22601214051246643, -0.8363372683525085, 1.9090850353240967, -1.067713975906372, 0.00012719890219159424], "mean": [-0.1995101124048233, 0.6046647429466248, 0.4513911306858063, -1.4119592905044556, -0.2539101243019104, -0.12055099010467529, 0.02827133983373642, -0.3103335201740265, 0.4675701856613159, 0.2282371073961258, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2596183717250824, 0.5763489007949829, -0.38872331380844116, -1.4385746717453003, 0.918096125125885, 0.06239814683794975, 0.28086450695991516, -0.2746872901916504, -0.4658912420272827, 0.1955789178609848, 1.3091211318969727, -1.8829104900360107, 0.9247416257858276, 1001.0, 561.4615478515625, 0.000563786830753088, -0.22601459920406342, -0.8363428115844727, 1.9090662002563477, -1.0677889585494995, 0.00012380105908960104], "std": [2.6253350370097905e-05, 1.5903449821053073e-05, 2.290916017955169e-05, 2.4101751478156075e-05, 2.151381704607047e-05, 1.9140705262543634e-05, 2.0438577848835848e-05, 1.4894052583258599e-05, 7.914420166343916e-06, 1.1743677532649599e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.11636393517255783, 0.17462533712387085, 0.12920336425304413, 0.15430834889411926, 0.37486955523490906, 0.2004014402627945, 0.3378865122795105, 0.033651843667030334, 0.057111576199531555, 0.01704118587076664, 0.5574172139167786, 0.3578987717628479, 0.35303282737731934, 0.0, 395.14984130859375, 5.407675303104043e-07, 1.6166409295692574e-06, 2.995545855810633e-06, 1.4308094250736758e-05, 4.348460788605735e-05, 1.1784102298406651e-06], "count": [780]}, "timestamp": {"min": [0.0], "max": [25.966666666666665], "mean": [12.983333333333333], "std": [7.505547331190493], "count": [780]}, "frame_index": {"min": [0], "max": [779], "mean": [389.5], "std": [225.1664199357148], "count": [780]}, "episode_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [780]}, "index": {"min": [200684], "max": [201463], "mean": [201073.5], "std": [225.1664199357148], "count": [780]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [780]}, "gripper_open_scale_state": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.5610961516889242], "std": [0.0, 0.39474270917532306], "count": [780]}, "gripper_open_scale_action": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.5610961516889242], "std": [0.0, 0.39474270917532306], "count": [780]}, "eef_direction_state": {"mean": [6.0, 4.358974358974359], "std": [0.0, 2.0523554883656603], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_state": {"mean": [0.0, 0.4551282051282051], "std": [0.0, 0.5423470919796954], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_state": {"mean": [0.0, 0.3243589743589744], "std": [0.0, 0.6591925708746855], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_direction_action": {"mean": [6.0, 4.358974358974359], "std": [0.0, 2.0523554883656603], "min": [6, 0], "max": [6, 6], "count": [780]}, "eef_velocity_action": {"mean": [0.0, 0.4551282051282051], "std": [0.0, 0.5423470919796954], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_acc_mag_action": {"mean": [0.0, 0.3243589743589744], "std": [0.0, 0.6591925708746855], "min": [0, 0], "max": [0, 2], "count": [780]}, "eef_sim_pose_state": {"mean": [-0.31033337116241455, 0.46757036447525024, 0.22823716700077057, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2746865749359131, -0.46591803431510925, 0.1956183761358261, 1.3091989755630493, -1.8822897672653198, 0.9247213006019592], "std": [1.488275211158907e-05, 7.891345376265235e-06, 1.1718062523868866e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.033651165664196014, 0.057107388973236084, 0.017081113532185555, 0.5574495196342468, 0.35879769921302795, 0.3530431091785431], "min": [-0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31212499737739563, -0.5301929712295532, 0.16735899448394775, 0.6141990423202515, -2.2311453819274902, 0.3026535212993622], "max": [-0.3102949857711792, 0.46759098768234253, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20326000452041626, -0.3562380075454712, 0.2289939969778061, 2.1460957527160645, -1.121137022972107, 1.3328064680099487], "count": [780]}, "eef_sim_pose_action": {"mean": [-0.3103335499763489, 0.4675702154636383, 0.2282370775938034, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.27468663454055786, -0.4659181237220764, 0.1956184357404709, 1.3091984987258911, -1.8822885751724243, 0.9247204065322876], "std": [1.4883963558531832e-05, 7.89293790148804e-06, 1.1718558198481333e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.03365117684006691, 0.057107407599687576, 0.017081111669540405, 0.5574496984481812, 0.3587976396083832, 0.35304296016693115], "min": [-0.31037700176239014, 0.4675459861755371, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31212499737739563, -0.5301929712295532, 0.16735899448394775, 0.6141990423202515, -2.2311453819274902, 0.3026535212993622], "max": [-0.3102949857711792, 0.46759098768234253, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20326000452041626, -0.3562380075454712, 0.2289939969778061, 2.1460957527160645, -1.121137022972107, 1.3328064680099487], "count": [780]}, "gripper_mode_state": {"mean": [0.0, 0.5346153846153846], "std": [0.0, 0.4988003359541056], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_state": {"mean": [2.0, 1.8897435897435897], "std": [0.0, 0.4121829764178163], "min": [2, 0], "max": [2, 2], "count": [780]}, "gripper_mode_action": {"mean": [0.0, 0.5346153846153846], "std": [0.0, 0.4988003359541056], "min": [0, 0], "max": [0, 1], "count": [780]}, "gripper_activity_action": {"mean": [2.0, 1.8897435897435897], "std": [0.0, 0.41218297641781626], "min": [2, 0], "max": [2, 2], "count": [780]}}} +{"episode_index": 243, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.42992434944992486]], [[0.420225582805586]], [[0.4249318673121422]]], "std": [[[0.1972520776172421]], [[0.1934853908338791]], [[0.1911295146498322]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3798716914301953]], [[0.37708883789022857]], [[0.3744399027727033]]], "std": [[[0.23700878931279168]], [[0.22702790669632764]], [[0.22273334223419153]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5250562380749401]], [[0.493525000761174]], [[0.5045870288332724]]], "std": [[[0.20973810702456808]], [[0.1949871526887055]], [[0.20396891388173818]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.450458873766898]], [[0.42763488765071245]], [[0.4355800920005683]]], "std": [[[0.26699033708659736]], [[0.2470256520930493]], [[0.24841035008454096]]], "count": [161]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.01532399095594883, 0.2978404462337494, -0.6199584007263184, -1.7077174186706543, 0.2537883222103119, -0.17921039462089539, -0.12980012595653534, -0.328247994184494, -0.5183699727058411, 0.1468600034713745, 0.4756873548030853, -2.2187626361846924, 0.28349289298057556, 1001.0, 198.0, 0.0005639634910039604, -0.22602342069149017, -0.8363459706306458, 1.9090739488601685, -1.067933440208435, 0.0001015692760120146], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3507762551307678, 0.8700466156005859, -0.12627457082271576, -1.262885332107544, 1.528262734413147, 0.3441963791847229, 0.9318138360977173, -0.2187040001153946, -0.3534039855003357, 0.22899700701236725, 1.992186427116394, -1.121137022972107, 1.4210412502288818, 1001.0, 1003.0, 0.0005639634910039604, -0.22601214051246643, -0.8363388180732727, 1.9090834856033325, -1.0677504539489746, 0.00012530041567515582], "mean": [-0.1995096206665039, 0.6046679019927979, 0.45138952136039734, -1.411954402923584, -0.2539110481739044, -0.12055457383394241, 0.028269119560718536, -0.3103342056274414, 0.4675700068473816, 0.22823916375637054, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.23022305965423584, 0.5690937042236328, -0.4132024049758911, -1.4660382270812988, 0.9840997457504272, 0.04228292033076286, 0.2617209255695343, -0.2836686074733734, -0.4543174207210541, 0.1825222373008728, 1.2385183572769165, -1.9572086334228516, 0.9603633284568787, 1001.0, 540.065673828125, 0.0005639567971229553, -0.22601525485515594, -0.8363448977470398, 1.9090652465820312, -1.0678129196166992, 0.00011841594096040353], "std": [2.5571518563083373e-05, 1.5595456716255285e-05, 2.265418879687786e-05, 2.4689878046046942e-05, 2.252930607937742e-05, 2.08124201890314e-05, 2.0409792341524735e-05, 1.5117622751859017e-05, 7.96684980741702e-06, 1.1745747542590834e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.10039122402667999, 0.17048992216587067, 0.1160128116607666, 0.13397318124771118, 0.3623066544532776, 0.1577395647764206, 0.3806760609149933, 0.03007095865905285, 0.056864477694034576, 0.02332412637770176, 0.5601015090942383, 0.33358675241470337, 0.4057290554046631, 0.0, 389.2957458496094, 6.693881005048752e-09, 1.4954853213566821e-06, 4.020121195935644e-06, 1.475355020374991e-05, 5.436713036033325e-05, 4.141325462114764e-06], "count": [883]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.01532399095594883, 0.2978404462337494, -0.6199584007263184, -1.7077174186706543, 0.2537883222103119, -0.17921039462089539, -0.12980012595653534, -0.328247994184494, -0.5183699727058411, 0.1468600034713745, 0.4756873548030853, -2.2187626361846924, 0.28349289298057556, 1001.0, 198.0, 0.0005639634910039604, -0.22602342069149017, -0.8363459706306458, 1.9090739488601685, -1.067933440208435, 0.0001015692760120146], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3507762551307678, 0.8700466156005859, -0.12627457082271576, -1.262885332107544, 1.528262734413147, 0.3441963791847229, 0.9318138360977173, -0.2187040001153946, -0.3534039855003357, 0.22899700701236725, 1.992186427116394, -1.121137022972107, 1.4210412502288818, 1001.0, 1003.0, 0.0005639634910039604, -0.22601214051246643, -0.8363388180732727, 1.9090834856033325, -1.0677504539489746, 0.00012530041567515582], "mean": [-0.1995096653699875, 0.6046679019927979, 0.4513895511627197, -1.411954402923584, -0.2539110481739044, -0.12055464088916779, 0.028269121423363686, -0.31033429503440857, 0.4675699770450592, 0.22823913395404816, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.23017005622386932, 0.5691612958908081, -0.4133854806423187, -1.4661688804626465, 0.98467618227005, 0.042222145944833755, 0.2618035078048706, -0.2836868166923523, -0.45426592230796814, 0.18245691061019897, 1.2383447885513306, -1.9578303098678589, 0.9605685472488403, 1001.0, 540.065673828125, 0.0005639567971229553, -0.22601525485515594, -0.8363448977470398, 1.9090652465820312, -1.0678131580352783, 0.00011839981016237289], "std": [2.562342160672415e-05, 1.5582561900373548e-05, 2.261963891214691e-05, 2.469653554726392e-05, 2.252930607937742e-05, 2.0872708773822524e-05, 2.0409766875673085e-05, 1.5111974789761007e-05, 7.958339665492531e-06, 1.1711127626767848e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.10041980445384979, 0.1705157607793808, 0.11620023101568222, 0.133976548910141, 0.36154842376708984, 0.15781265497207642, 0.3806213140487671, 0.030091986060142517, 0.05687306821346283, 0.023276736959815025, 0.5600223541259766, 0.3325379490852356, 0.4056667387485504, 0.0, 389.2957458496094, 6.693881005048752e-09, 1.4954853213566821e-06, 4.018209892819868e-06, 1.4751150047231931e-05, 5.443501504487358e-05, 4.153280315222219e-06], "count": [883]}, "timestamp": {"min": [0.0], "max": [29.4], "mean": [14.699999999999998], "std": [8.496666012815458], "count": [883]}, "frame_index": {"min": [0], "max": [882], "mean": [441.0], "std": [254.89998038446373], "count": [883]}, "episode_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [883]}, "index": {"min": [201464], "max": [202346], "mean": [201905.0], "std": [254.89998038446373], "count": [883]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [883]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5391211771276502], "std": [0.0, 0.3881743112311448], "count": [883]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5391211771276502], "std": [0.0, 0.38817431123114476], "count": [883]}, "eef_direction_state": {"mean": [6.0, 4.653454133635334], "std": [0.0, 1.9754888051139918], "min": [6, 0], "max": [6, 6], "count": [883]}, "eef_velocity_state": {"mean": [0.0, 0.4043035107587769], "std": [0.0, 0.5617716340381318], "min": [0, 0], "max": [0, 2], "count": [883]}, "eef_acc_mag_state": {"mean": [0.0, 0.2718006795016987], "std": [0.0, 0.6157316973530311], "min": [0, 0], "max": [0, 2], "count": [883]}, "eef_direction_action": {"mean": [6.0, 4.653454133635334], "std": [0.0, 1.9754888051139918], "min": [6, 0], "max": [6, 6], "count": [883]}, "eef_velocity_action": {"mean": [0.0, 0.4043035107587769], "std": [0.0, 0.5617716340381318], "min": [0, 0], "max": [0, 2], "count": [883]}, "eef_acc_mag_action": {"mean": [0.0, 0.2718006795016987], "std": [0.0, 0.6157316973530311], "min": [0, 0], "max": [0, 2], "count": [883]}, "eef_sim_pose_state": {"mean": [-0.31033438444137573, 0.46757063269615173, 0.22823910415172577, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2836684286594391, -0.4543178081512451, 0.182522252202034, 1.2385201454162598, -1.9572093486785889, 0.9603621363639832], "std": [1.5116774193302263e-05, 7.941383046272676e-06, 1.1745631127269007e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03007095865905285, 0.05686447396874428, 0.02332412637770176, 0.5601021647453308, 0.33358654379844666, 0.4057292342185974], "min": [-0.31037700176239014, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.328247994184494, -0.5183699727058411, 0.1468600034713745, 0.4756873548030853, -2.2187626361846924, 0.28349289298057556], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2187040001153946, -0.3534039855003357, 0.22899700701236725, 1.992186427116394, -1.121137022972107, 1.4210412502288818], "count": [883]}, "eef_sim_pose_action": {"mean": [-0.3103342056274414, 0.4675700068473816, 0.22823916375637054, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, -0.2836686074733734, -0.4543174207210541, 0.1825222373008728, 1.2385183572769165, -1.9572086334228516, 0.9603633284568787], "std": [1.5117622751859017e-05, 7.96684980741702e-06, 1.1745747542590834e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.03007095865905285, 0.056864477694034576, 0.02332412637770176, 0.5601015090942383, 0.33358675241470337, 0.4057290554046631], "min": [-0.31037700176239014, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.328247994184494, -0.5183699727058411, 0.1468600034713745, 0.4756873548030853, -2.2187626361846924, 0.28349289298057556], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2187040001153946, -0.3534039855003357, 0.22899700701236725, 1.992186427116394, -1.121137022972107, 1.4210412502288818], "count": [883]}, "gripper_mode_state": {"mean": [0.0, 0.5673839184597962], "std": [0.0, 0.4954386011737558], "min": [0, 0], "max": [0, 1], "count": [883]}, "gripper_activity_state": {"mean": [2.0, 1.9026047565118913], "std": [0.0, 0.3919114367391066], "min": [2, 0], "max": [2, 2], "count": [883]}, "gripper_mode_action": {"mean": [0.0, 0.5673839184597962], "std": [0.0, 0.49543860117375577], "min": [0, 0], "max": [0, 1], "count": [883]}, "gripper_activity_action": {"mean": [2.0, 1.9026047565118913], "std": [0.0, 0.3919114367391066], "min": [2, 0], "max": [2, 2], "count": [883]}}} +{"episode_index": 244, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4196572244349129]], [[0.4118080703635621]], [[0.41727136097494555]]], "std": [[[0.1980961480909233]], [[0.19500618401620703]], [[0.19225273960108652]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3898702895220588]], [[0.3858667605641794]], [[0.3830126492147785]]], "std": [[[0.23793080610628053]], [[0.22825995500164975]], [[0.22438314186828476]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5204363851443355]], [[0.4904597999500726]], [[0.5015646020561002]]], "std": [[[0.2071606734172937]], [[0.19478280762720993]], [[0.20384783453181707]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605705678104575]], [[0.43711232667256716]], [[0.44514404757852216]]], "std": [[[0.25998303317741395]], [[0.24536633959581763]], [[0.24839766387958157]]], "count": [144]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.015428710728883743, 0.24645794928073883, -0.5057964324951172, -1.763742446899414, 0.25384068489074707, -0.2013062834739685, -0.17002996802330017, -0.31155699491500854, -0.5187140107154846, 0.03376099839806557, 0.5749472379684448, -2.111117124557495, 0.6713052988052368, 1001.0, 199.0, 0.0005639634910039604, -0.22602154314517975, -0.8363459706306458, 1.9090747833251953, -1.0679264068603516, 0.00010251851927023381], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.31029000878334045, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3133564293384552, 0.6047216653823853, -0.15243706107139587, -1.3236926794052124, 1.27091383934021, 0.31983160972595215, 0.5276130437850952, -0.2033880054950714, -0.3724299967288971, 0.22827500104904175, 2.0360031127929688, -1.121137022972107, 1.3961455821990967, 1001.0, 1003.0, 0.0005658433656208217, -0.22600838541984558, -0.8363396525382996, 1.9090826511383057, -1.0678004026412964, 0.00011485871073091403], "mean": [-0.1995113044977188, 0.6046693325042725, 0.45138922333717346, -1.4119524955749512, -0.25391989946365356, -0.12055318802595139, 0.028267646208405495, -0.3103340268135071, 0.4675706923007965, 0.22824107110500336, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.2196851670742035, 0.39316341280937195, -0.33367350697517395, -1.4727104902267456, 0.7914897203445435, 0.07173765450716019, 0.13758781552314758, -0.2771841883659363, -0.46892306208610535, 0.15327486395835876, 1.2428631782531738, -1.8292213678359985, 1.084299921989441, 1001.0, 547.0657958984375, 0.0005644131451845169, -0.2260163575410843, -0.8363425135612488, 1.9090664386749268, -1.0678486824035645, 0.00010769916116259992], "std": [2.485010372765828e-05, 1.576935210323427e-05, 2.2039648683858104e-05, 2.513722029107157e-05, 2.1799314708914608e-05, 2.034051613009069e-05, 1.882143442344386e-05, 1.4536980415869039e-05, 7.419334906444419e-06, 1.193761909235036e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.07814951241016388, 0.12877234816551208, 0.114962637424469, 0.11439548432826996, 0.34438344836235046, 0.18516632914543152, 0.23796877264976501, 0.029822351410984993, 0.03974302113056183, 0.056423675268888474, 0.5408223271369934, 0.30022144317626953, 0.27725526690483093, 0.0, 387.72955322265625, 8.052780913203605e-07, 1.090419232241402e-06, 1.8163042341257096e-06, 1.3393804692896083e-05, 3.355933222337626e-05, 1.231256874234532e-06], "count": [760]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.015428710728883743, 0.24645794928073883, -0.5057964324951172, -1.763742446899414, 0.25384068489074707, -0.2013062834739685, -0.17002996802330017, -0.31155699491500854, -0.5187140107154846, 0.03376099839806557, 0.5749472379684448, -2.111117124557495, 0.6713052988052368, 1001.0, 199.0, 0.0005639634910039604, -0.22602154314517975, -0.8363459706306458, 1.9090747833251953, -1.0679264068603516, 0.00010251851927023381], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.31029000878334045, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3133564293384552, 0.6047216653823853, -0.15243706107139587, -1.3236926794052124, 1.27091383934021, 0.31983160972595215, 0.5276130437850952, -0.2033880054950714, -0.3724299967288971, 0.22827500104904175, 2.0360031127929688, -1.121137022972107, 1.3961455821990967, 1001.0, 1003.0, 0.0005658433656208217, -0.22600838541984558, -0.8363396525382996, 1.9090826511383057, -1.0678004026412964, 0.00011485871073091403], "mean": [-0.1995113641023636, 0.6046693325042725, 0.45138922333717346, -1.411952257156372, -0.2539199888706207, -0.12055318802595139, 0.028267646208405495, -0.3103340268135071, 0.4675706923007965, 0.22824108600616455, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.21955664455890656, 0.39312925934791565, -0.3336453139781952, -1.4729410409927368, 0.7921699285507202, 0.07197202742099762, 0.13763412833213806, -0.27718424797058105, -0.4688795506954193, 0.15321438014507294, 1.2424007654190063, -1.8299734592437744, 1.0845937728881836, 1001.0, 547.0657958984375, 0.0005644106422550976, -0.2260163575410843, -0.8363425135612488, 1.9090664386749268, -1.0678486824035645, 0.00010769666550913826], "std": [2.4811821276671253e-05, 1.578207047714386e-05, 2.2039648683858104e-05, 2.5163353711832315e-05, 2.185332414228469e-05, 2.034051613009069e-05, 1.8821432604454458e-05, 1.4519935575663112e-05, 7.4128729465883225e-06, 1.1951322449021973e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.07826269418001175, 0.12871968746185303, 0.11493641883134842, 0.11444917321205139, 0.3438307046890259, 0.18503554165363312, 0.23793980479240417, 0.029822450131177902, 0.03976254165172577, 0.05636793375015259, 0.5406894683837891, 0.29916107654571533, 0.2770153284072876, 0.0, 387.72955322265625, 8.037860084186832e-07, 1.0915327948168851e-06, 1.8171238025388448e-06, 1.339205391559517e-05, 3.353855572640896e-05, 1.232135332429607e-06], "count": [760]}, "timestamp": {"min": [0.0], "max": [25.3], "mean": [12.65], "std": [7.313097079137464], "count": [760]}, "frame_index": {"min": [0], "max": [759], "mean": [379.5], "std": [219.39291237412388], "count": [760]}, "episode_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [760]}, "index": {"min": [202347], "max": [203106], "mean": [202726.5], "std": [219.39291237412388], "count": [760]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [760]}, "gripper_open_scale_state": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5461921066633965], "std": [0.0, 0.3867024919224712], "count": [760]}, "gripper_open_scale_action": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5461921066633965], "std": [0.0, 0.3867024919224712], "count": [760]}, "eef_direction_state": {"mean": [6.0, 4.2631578947368425], "std": [0.0, 2.0575178009886135], "min": [6, 0], "max": [6, 6], "count": [760]}, "eef_velocity_state": {"mean": [0.0, 0.5631578947368421], "std": [0.0, 0.5769342992018821], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_acc_mag_state": {"mean": [0.0, 0.36973684210526314], "std": [0.0, 0.6950046832182442], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_direction_action": {"mean": [6.0, 4.2631578947368425], "std": [0.0, 2.0575178009886135], "min": [6, 0], "max": [6, 6], "count": [760]}, "eef_velocity_action": {"mean": [0.0, 0.5631578947368421], "std": [0.0, 0.5769342992018821], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_acc_mag_action": {"mean": [0.0, 0.36973684210526314], "std": [0.0, 0.6950046832182442], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_sim_pose_state": {"mean": [-0.3103342056274414, 0.4675711393356323, 0.22824116051197052, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.27718427777290344, -0.46892330050468445, 0.15327495336532593, 1.2428638935089111, -1.8292189836502075, 1.084298849105835], "std": [1.4536151866195723e-05, 7.406406439258717e-06, 1.1937160707020666e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.029822351410984993, 0.03974300995469093, 0.05642368271946907, 0.5408222079277039, 0.30022165179252625, 0.27725517749786377], "min": [-0.310373991727829, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31155699491500854, -0.5187140107154846, 0.03376099839806557, 0.5749472379684448, -2.111117124557495, 0.6713052988052368], "max": [-0.31029000878334045, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2033880054950714, -0.3724299967288971, 0.22827500104904175, 2.0360031127929688, -1.121137022972107, 1.3961455821990967], "count": [760]}, "eef_sim_pose_action": {"mean": [-0.3103340268135071, 0.4675706923007965, 0.22824107110500336, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.2771841883659363, -0.46892306208610535, 0.15327486395835876, 1.2428631782531738, -1.8292213678359985, 1.084299921989441], "std": [1.4536980415869039e-05, 7.419334906444419e-06, 1.193761909235036e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.029822351410984993, 0.03974302113056183, 0.056423675268888474, 0.5408223271369934, 0.30022144317626953, 0.27725526690483093], "min": [-0.310373991727829, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31155699491500854, -0.5187140107154846, 0.03376099839806557, 0.5749472379684448, -2.111117124557495, 0.6713052988052368], "max": [-0.31029000878334045, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2033880054950714, -0.3724299967288971, 0.22827500104904175, 2.0360031127929688, -1.121137022972107, 1.3961455821990967], "count": [760]}, "gripper_mode_state": {"mean": [0.0, 0.5592105263157895], "std": [0.0, 0.49648173538752344], "min": [0, 0], "max": [0, 1], "count": [760]}, "gripper_activity_state": {"mean": [2.0, 1.8842105263157896], "std": [0.0, 0.4227269342516823], "min": [2, 0], "max": [2, 2], "count": [760]}, "gripper_mode_action": {"mean": [0.0, 0.5592105263157895], "std": [0.0, 0.49648173538752344], "min": [0, 0], "max": [0, 1], "count": [760]}, "gripper_activity_action": {"mean": [2.0, 1.8842105263157896], "std": [0.0, 0.42272693425168223], "min": [2, 0], "max": [2, 2], "count": [760]}}} +{"episode_index": 245, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4249394592231797]], [[0.41525719682777573]], [[0.42041381629615754]]], "std": [[[0.198144680893972]], [[0.1950415370041775]], [[0.1919905611463182]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3891308061175638]], [[0.3857239771970359]], [[0.38326316296157525]]], "std": [[[0.23897478410298742]], [[0.22908362071393212]], [[0.22496711820890272]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5225375374672162]], [[0.49176539017942633]], [[0.5029052027392699]]], "std": [[[0.20844580552819345]], [[0.19487519854883292]], [[0.20383422471805182]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44994257108363517]], [[0.42676512218475504]], [[0.4352882672973648]]], "std": [[[0.26086071493317536]], [[0.24551573843041255]], [[0.2479122071752786]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038200855255127, 0.4675469994544983, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06860889494419098, 0.28441885113716125, -0.5623450875282288, -1.7019404172897339, 0.2537883222103119, -0.15257667005062103, -0.1097288504242897, -0.31187599897384644, -0.5253980159759521, 0.06345099955797195, 0.5930755138397217, -2.1302988529205322, 0.49263235926628113, 1001.0, 188.0, 0.0005639634910039604, -0.22601966559886932, -0.8363443613052368, 1.9090763330459595, -1.0678986310958862, 9.682304516900331e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36159732937812805, 0.6723008155822754, -0.15285594761371613, -1.2433550357818604, 1.3734170198440552, 0.31157615780830383, 0.7231946587562561, -0.21451400220394135, -0.3824329972267151, 0.22851300239562988, 2.060889482498169, -1.121137022972107, 1.3835381269454956, 1001.0, 1003.0, 0.0005639634910039604, -0.22601403295993805, -0.8363380432128906, 1.9090842008590698, -1.0677741765975952, 0.00010916323662968352], "mean": [-0.1995139867067337, 0.6046690940856934, 0.45138832926750183, -1.4119527339935303, -0.25391483306884766, -0.12055900692939758, 0.028275951743125916, -0.3103320598602295, 0.4675713777542114, 0.2282417118549347, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.2442862093448639, 0.47225508093833923, -0.3897344172000885, -1.4557080268859863, 0.9044286608695984, 0.058425020426511765, 0.20018604397773743, -0.280110239982605, -0.46626368165016174, 0.1618347018957138, 1.2475018501281738, -1.9104913473129272, 1.0332982540130615, 1001.0, 560.8384399414062, 0.0005639570881612599, -0.2260153442621231, -0.8363440632820129, 1.9090654850006104, -1.06783926486969, 0.0001050751016009599], "std": [2.5482098862994462e-05, 1.5228588381432928e-05, 2.2255211661104113e-05, 2.4346149075427093e-05, 2.2100881324149668e-05, 2.0721525288536213e-05, 1.9986653569503687e-05, 1.460505518480204e-05, 7.922370059532113e-06, 1.1564220585569274e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.08852599561214447, 0.12406395375728607, 0.10395573824644089, 0.13463835418224335, 0.32140353322029114, 0.15859456360340118, 0.2932194471359253, 0.029263228178024292, 0.05071792006492615, 0.043205440044403076, 0.5462453365325928, 0.2903808355331421, 0.31482744216918945, 0.0, 395.9747009277344, 6.402842700481415e-09, 1.2877163726443541e-06, 3.1499505439569475e-06, 1.446569058316527e-05, 4.140010423725471e-05, 1.7639558791415766e-06], "count": [848]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31038200855255127, 0.4675469994544983, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06860889494419098, 0.28441885113716125, -0.5623450875282288, -1.7019404172897339, 0.2537883222103119, -0.15257667005062103, -0.1097288504242897, -0.31187599897384644, -0.5253980159759521, 0.06345099955797195, 0.5930755138397217, -2.1302988529205322, 0.49263235926628113, 1001.0, 188.0, 0.0005639634910039604, -0.22601966559886932, -0.8363443613052368, 1.9090763330459595, -1.0678986310958862, 9.682304516900331e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36159732937812805, 0.6723008155822754, -0.15285594761371613, -1.2433550357818604, 1.3734170198440552, 0.31157615780830383, 0.7231946587562561, -0.21451400220394135, -0.3824329972267151, 0.22851300239562988, 2.060889482498169, -1.121137022972107, 1.3835381269454956, 1001.0, 1003.0, 0.0005639634910039604, -0.22601403295993805, -0.8363380432128906, 1.9090842008590698, -1.0677741765975952, 0.00010916323662968352], "mean": [-0.1995139718055725, 0.6046690940856934, 0.45138832926750183, -1.4119527339935303, -0.2539147734642029, -0.12055900692939758, 0.028275970369577408, -0.3103320300579071, 0.46757131814956665, 0.2282416820526123, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.2442196160554886, 0.4723290801048279, -0.3898356854915619, -1.4559069871902466, 0.9050347805023193, 0.058540791273117065, 0.2002892941236496, -0.280111163854599, -0.4662170112133026, 0.16177454590797424, 1.2472535371780396, -1.911163330078125, 1.0334422588348389, 1001.0, 560.8360595703125, 0.0005639570881612599, -0.22601532936096191, -0.8363440632820129, 1.9090654850006104, -1.06783926486969, 0.00010506949183763936], "std": [2.5479628675384447e-05, 1.5227943549689371e-05, 2.2255211661104113e-05, 2.4318798750755377e-05, 2.2039699615561403e-05, 2.0721525288536213e-05, 1.9994015019619837e-05, 1.4609282516175881e-05, 7.927527803985868e-06, 1.1569150046852883e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.08858083933591843, 0.12416152656078339, 0.1040574163198471, 0.13469813764095306, 0.32066020369529724, 0.1584998369216919, 0.2931542992591858, 0.02926417998969555, 0.05073489621281624, 0.043148353695869446, 0.5461454391479492, 0.2892104983329773, 0.3147238492965698, 0.0, 395.9726257324219, 6.402842700481415e-09, 1.296248342441686e-06, 3.149699978166609e-06, 1.44641162478365e-05, 4.139807424508035e-05, 1.7675354229140794e-06], "count": [848]}, "timestamp": {"min": [0.0], "max": [28.233333333333334], "mean": [14.116666666666667], "std": [8.159878130898225], "count": [848]}, "frame_index": {"min": [0], "max": [847], "mean": [423.5], "std": [244.79634392694675], "count": [848]}, "episode_index": {"min": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [848]}, "index": {"min": [203107], "max": [203954], "mean": [203530.5], "std": [244.79634392694675], "count": [848]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [848]}, "gripper_open_scale_state": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.5602900921103527], "std": [0.0, 0.3953638551363005], "count": [848]}, "gripper_open_scale_action": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.5602900921103527], "std": [0.0, 0.3953638551363005], "count": [848]}, "eef_direction_state": {"mean": [6.0, 4.476415094339623], "std": [0.0, 2.0366709743808435], "min": [6, 0], "max": [6, 6], "count": [848]}, "eef_velocity_state": {"mean": [0.0, 0.47641509433962265], "std": [0.0, 0.5489358292895641], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_acc_mag_state": {"mean": [0.0, 0.37971698113207547], "std": [0.0, 0.7001778177749477], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_direction_action": {"mean": [6.0, 4.476415094339623], "std": [0.0, 2.0366709743808435], "min": [6, 0], "max": [6, 6], "count": [848]}, "eef_velocity_action": {"mean": [0.0, 0.47641509433962265], "std": [0.0, 0.5489358292895641], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_acc_mag_action": {"mean": [0.0, 0.37971698113207547], "std": [0.0, 0.7001778177749477], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_sim_pose_state": {"mean": [-0.3103320300579071, 0.4675719141960144, 0.22824160754680634, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2801104187965393, -0.4662638306617737, 0.1618346869945526, 1.2475022077560425, -1.9104939699172974, 1.0332986116409302], "std": [1.460505973227555e-05, 7.903799087216612e-06, 1.1563891348487232e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02926323190331459, 0.05071790888905525, 0.04320545122027397, 0.546245813369751, 0.2903808057308197, 0.3148271441459656], "min": [-0.31038200855255127, 0.4675469994544983, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31187599897384644, -0.5253980159759521, 0.06345099955797195, 0.5930755138397217, -2.1302988529205322, 0.49263235926628113], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21451400220394135, -0.3824329972267151, 0.22851300239562988, 2.060889482498169, -1.121137022972107, 1.3835381269454956], "count": [848]}, "eef_sim_pose_action": {"mean": [-0.3103320598602295, 0.4675713777542114, 0.2282417118549347, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.280110239982605, -0.46626368165016174, 0.1618347018957138, 1.2475018501281738, -1.9104913473129272, 1.0332982540130615], "std": [1.460505518480204e-05, 7.922370059532113e-06, 1.1564220585569274e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.029263228178024292, 0.05071792006492615, 0.043205440044403076, 0.5462453365325928, 0.2903808355331421, 0.31482744216918945], "min": [-0.31038200855255127, 0.4675469994544983, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31187599897384644, -0.5253980159759521, 0.06345099955797195, 0.5930755138397217, -2.1302988529205322, 0.49263235926628113], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21451400220394135, -0.3824329972267151, 0.22851300239562988, 2.060889482498169, -1.121137022972107, 1.3835381269454956], "count": [848]}, "gripper_mode_state": {"mean": [0.0, 0.5365566037735849], "std": [0.0, 0.49866182400554737], "min": [0, 0], "max": [0, 1], "count": [848]}, "gripper_activity_state": {"mean": [2.0, 1.8974056603773586], "std": [0.0, 0.40058078775089734], "min": [2, 0], "max": [2, 2], "count": [848]}, "gripper_mode_action": {"mean": [0.0, 0.5365566037735849], "std": [0.0, 0.49866182400554737], "min": [0, 0], "max": [0, 1], "count": [848]}, "gripper_activity_action": {"mean": [2.0, 1.8974056603773586], "std": [0.0, 0.40058078775089734], "min": [2, 0], "max": [2, 2], "count": [848]}}} +{"episode_index": 246, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4199268910995771]], [[0.4108762415096757]], [[0.4157936050237088]]], "std": [[[0.19754217432222948]], [[0.1946830381538742]], [[0.19144361129063384]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38865022534068094]], [[0.38539665566662396]], [[0.3827399010530138]]], "std": [[[0.2387451738375143]], [[0.22874166484270408]], [[0.2246685149912445]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.521299744489299]], [[0.49081938570635225]], [[0.5016728782199155]]], "std": [[[0.20783898777546397]], [[0.1946306025876524]], [[0.20358174276557695]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4471806289781708]], [[0.42414718964928017]], [[0.43278882854884876]]], "std": [[[0.26338845086662255]], [[0.24679653045123046]], [[0.24867073301478246]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12137019634246826, 0.2874033451080322, -0.6468015313148499, -1.8603289127349854, 0.2537883222103119, -0.12065461277961731, -0.16638223826885223, -0.3103489875793457, -0.5209869742393494, 0.04948500171303749, 0.5730396509170532, -2.239917278289795, 0.25451186299324036, 1001.0, 198.0, 0.0005639634910039604, -0.22602154314517975, -0.8363451957702637, 1.9090754985809326, -1.067901849746704, 9.777228842722252e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102940022945404, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35906657576560974, 0.7607541084289551, -0.1356818974018097, -1.2682260274887085, 1.4981905221939087, 0.365227609872818, 0.6592981219291687, -0.2069299966096878, -0.3435690104961395, 0.22851499915122986, 2.020155668258667, -1.121137022972107, 1.3298848867416382, 1001.0, 1003.0, 0.0005639634910039604, -0.22601403295993805, -0.8363388180732727, 1.9090826511383057, -1.0677869319915771, 0.00010346776252845302], "mean": [-0.199513778090477, 0.6046684384346008, 0.4513876438140869, -1.4119511842727661, -0.25391432642936707, -0.12056145071983337, 0.028282081708312035, -0.3103310465812683, 0.4675725996494293, 0.2282424122095108, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, 0.25713273882865906, 0.5192092061042786, -0.4286159873008728, -1.5186914205551147, 0.8682848215103149, 0.10440981388092041, 0.15429122745990753, -0.2697950303554535, -0.45959755778312683, 0.15716850757598877, 1.2768844366073608, -1.8663420677185059, 0.9384549856185913, 1001.0, 564.2971801757812, 0.0005639573791995645, -0.2260146290063858, -0.8363434076309204, 1.909065842628479, -1.0678237676620483, 0.00010068820847664028], "std": [2.490415317879524e-05, 1.52677657752065e-05, 2.1844622096978128e-05, 2.381236663495656e-05, 2.3103266357793473e-05, 2.10266443900764e-05, 2.0426505216164514e-05, 1.4187353372108191e-05, 7.601876859553158e-06, 1.1136296961922199e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.07529725879430771, 0.13266722857952118, 0.1306464672088623, 0.15947361290454865, 0.37264397740364075, 0.1451805680990219, 0.28626468777656555, 0.033041466027498245, 0.05266876146197319, 0.05338030681014061, 0.5342441201210022, 0.332084059715271, 0.361725389957428, 0.0, 391.10546875, 6.111804395914078e-09, 2.0775221400981536e-06, 2.7378005142963957e-06, 1.411536959494697e-05, 2.64151440205751e-05, 9.053113103618671e-07], "count": [821]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12137019634246826, 0.2874033451080322, -0.6468015313148499, -1.8603289127349854, 0.2537883222103119, -0.12065461277961731, -0.16638223826885223, -0.3103489875793457, -0.5209869742393494, 0.04948500171303749, 0.5730396509170532, -2.239917278289795, 0.25451186299324036, 1001.0, 198.0, 0.0005639634910039604, -0.22602154314517975, -0.8363451957702637, 1.9090754985809326, -1.067901849746704, 9.777228842722252e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102940022945404, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35906657576560974, 0.7607541084289551, -0.1356818974018097, -1.2682260274887085, 1.4981905221939087, 0.365227609872818, 0.6592981219291687, -0.2069299966096878, -0.3435690104961395, 0.22851499915122986, 2.020155668258667, -1.121137022972107, 1.3298848867416382, 1001.0, 1003.0, 0.0005639634910039604, -0.22601403295993805, -0.8363388180732727, 1.9090826511383057, -1.0677869319915771, 0.00010346776252845302], "mean": [-0.199513778090477, 0.6046684384346008, 0.4513876438140869, -1.4119511842727661, -0.25391435623168945, -0.12056149542331696, 0.028282061219215393, -0.3103310465812683, 0.4675725996494293, 0.2282424122095108, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, 0.2570970952510834, 0.5193937420845032, -0.42885395884513855, -1.5189615488052368, 0.8687137961387634, 0.1044480949640274, 0.1541721075773239, -0.2697867751121521, -0.45954087376594543, 0.15711210668087006, 1.2767832279205322, -1.8667100667953491, 0.9385250806808472, 1001.0, 564.2996215820312, 0.0005639573791995645, -0.2260146290063858, -0.8363434076309204, 1.909065842628479, -1.067823886871338, 0.00010068705887533724], "std": [2.490415317879524e-05, 1.5281169908121228e-05, 2.1829451725352556e-05, 2.3822674847906455e-05, 2.309161573066376e-05, 2.103834594890941e-05, 2.0425437469384633e-05, 1.4181227015797049e-05, 7.600403932883637e-06, 1.1134836313431151e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.07533137500286102, 0.13289108872413635, 0.13086555898189545, 0.1594802737236023, 0.37213829159736633, 0.14512529969215393, 0.28636109828948975, 0.03303222730755806, 0.0526852011680603, 0.05332957208156586, 0.534196138381958, 0.331424742937088, 0.3616938292980194, 0.0, 391.10882568359375, 6.111804395914078e-09, 2.0775221400981536e-06, 2.73772843684128e-06, 1.4112965800450183e-05, 2.643960397108458e-05, 9.047923867910868e-07], "count": [821]}, "timestamp": {"min": [0.0], "max": [27.333333333333332], "mean": [13.666666666666666], "std": [7.900070323175048], "count": [821]}, "frame_index": {"min": [0], "max": [820], "mean": [410.0], "std": [237.00210969525145], "count": [821]}, "episode_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [821]}, "index": {"min": [203955], "max": [204775], "mean": [204365.0], "std": [237.00210969525145], "count": [821]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [821]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5639086477685352], "std": [0.0, 0.39067098110633114], "count": [821]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5639086477685352], "std": [0.0, 0.3906709811063311], "count": [821]}, "eef_direction_state": {"mean": [6.0, 4.170523751522533], "std": [0.0, 2.057672335001373], "min": [6, 0], "max": [6, 6], "count": [821]}, "eef_velocity_state": {"mean": [0.0, 0.5408038976857491], "std": [0.0, 0.5494799550334774], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_acc_mag_state": {"mean": [0.0, 0.3568818514007308], "std": [0.0, 0.6860659598509752], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_direction_action": {"mean": [6.0, 4.170523751522533], "std": [0.0, 2.057672335001373], "min": [6, 0], "max": [6, 6], "count": [821]}, "eef_velocity_action": {"mean": [0.0, 0.5408038976857491], "std": [0.0, 0.5494799550334774], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_acc_mag_action": {"mean": [0.0, 0.3568818514007308], "std": [0.0, 0.6860659598509752], "min": [0, 0], "max": [0, 2], "count": [821]}, "eef_sim_pose_state": {"mean": [-0.31033098697662354, 0.4675726294517517, 0.22824248671531677, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.2697950303554535, -0.45959770679473877, 0.15716852247714996, 1.2768851518630981, -1.8663406372070312, 0.9384561777114868], "std": [1.4187146916810889e-05, 7.601772267662454e-06, 1.1135987733723596e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.033041466027498245, 0.052668776363134384, 0.05338028073310852, 0.5342442393302917, 0.3320840895175934, 0.36172544956207275], "min": [-0.31038698554039, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103489875793457, -0.5209869742393494, 0.04948500171303749, 0.5730396509170532, -2.239917278289795, 0.25451186299324036], "max": [-0.3102940022945404, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2069299966096878, -0.3435690104961395, 0.22851499915122986, 2.020155668258667, -1.121137022972107, 1.3298848867416382], "count": [821]}, "eef_sim_pose_action": {"mean": [-0.3103310465812683, 0.4675725996494293, 0.2282424122095108, -1.5732390880584717, -1.121141791343689, -0.7462767362594604, -0.2697950303554535, -0.45959755778312683, 0.15716850757598877, 1.2768844366073608, -1.8663420677185059, 0.9384549856185913], "std": [1.4187353372108191e-05, 7.601876859553158e-06, 1.1136296961922199e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.1324882507324219e-06, 0.033041466027498245, 0.05266876146197319, 0.05338030681014061, 0.5342441201210022, 0.332084059715271, 0.361725389957428], "min": [-0.31038698554039, 0.46754300594329834, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103489875793457, -0.5209869742393494, 0.04948500171303749, 0.5730396509170532, -2.239917278289795, 0.25451186299324036], "max": [-0.3102940022945404, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2069299966096878, -0.3435690104961395, 0.22851499915122986, 2.020155668258667, -1.121137022972107, 1.3298848867416382], "count": [821]}, "gripper_mode_state": {"mean": [0.0, 0.5371498172959805], "std": [0.0, 0.49861798109863636], "min": [0, 0], "max": [0, 1], "count": [821]}, "gripper_activity_state": {"mean": [2.0, 1.895249695493301], "std": [0.0, 0.40549134690476873], "min": [2, 0], "max": [2, 2], "count": [821]}, "gripper_mode_action": {"mean": [0.0, 0.5371498172959805], "std": [0.0, 0.49861798109863636], "min": [0, 0], "max": [0, 1], "count": [821]}, "gripper_activity_action": {"mean": [2.0, 1.895249695493301], "std": [0.0, 0.40549134690476873], "min": [2, 0], "max": [2, 2], "count": [821]}}} +{"episode_index": 247, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4261642143685431]], [[0.415723346247101]], [[0.4205627068838288]]], "std": [[[0.19787089801771737]], [[0.1944364578233864]], [[0.19164339255862656]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3827601913345984]], [[0.37992532284419145]], [[0.37720990670461735]]], "std": [[[0.2360700770606879]], [[0.22665732913492437]], [[0.22205782268678645]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5224995018975331]], [[0.4917116988193127]], [[0.5028741935483871]]], "std": [[[0.20867822435539063]], [[0.19490064605876178]], [[0.20393988718216222]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4491308599515075]], [[0.42825665717900063]], [[0.43622676971326163]]], "std": [[[0.26082681669862784]], [[0.24624511475923483]], [[0.24941219419538588]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31037500500679016, 0.46755000948905945, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.009023352526128292, 0.24863961338996887, -0.5109800696372986, -1.6870527267456055, 0.2537708580493927, -0.18306758999824524, -0.2972295880317688, -0.32615599036216736, -0.52012699842453, 0.08936499804258347, 0.5453158617019653, -2.1867194175720215, 0.6084249019622803, 1001.0, 199.0, 0.0005639634910039604, -0.22602154314517975, -0.8363459706306458, 1.9090723991394043, -1.0679620504379272, -0.00027053497615270317], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34149113297462463, 0.6433109045028687, -0.13095204532146454, -1.3522112369537354, 1.2151505947113037, 0.32222267985343933, 0.7724478244781494, -0.19988100230693817, -0.3743770122528076, 0.230444997549057, 2.053971529006958, -1.121137022972107, 1.4654477834701538, 1001.0, 1003.0, 0.0005658433656208217, -0.22601403295993805, -0.8363388180732727, 1.9090834856033325, -1.0677908658981323, 0.00010346776252845302], "mean": [-0.19951437413692474, 0.6046708822250366, 0.4513868987560272, -1.4119511842727661, -0.253915399312973, -0.1205616369843483, 0.028284184634685516, -0.3103310167789459, 0.46757256984710693, 0.22824357450008392, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.20154905319213867, 0.43704676628112793, -0.3347986340522766, -1.509662389755249, 0.886810839176178, 0.04721763730049133, 0.1552465558052063, -0.27052879333496094, -0.45922815799713135, 0.1641724407672882, 1.2299790382385254, -1.8851977586746216, 1.1073005199432373, 1001.0, 501.1700744628906, 0.0005645691999234259, -0.22601555287837982, -0.8363437652587891, 1.9090654850006104, -1.067834734916687, 5.304670048644766e-05], "std": [2.6233923563268036e-05, 1.7234086044481955e-05, 2.2317295588436536e-05, 2.4650713385199197e-05, 2.2986470867181197e-05, 2.1372532501118258e-05, 2.0565696104313247e-05, 1.4564746379619464e-05, 7.707672921242192e-06, 1.2189821973151993e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08282346278429031, 0.1474877893924713, 0.10780017822980881, 0.09278259426355362, 0.2788872718811035, 0.16490326821804047, 0.36673715710639954, 0.03572281077504158, 0.04762711375951767, 0.038868241012096405, 0.561194896697998, 0.29367321729660034, 0.3289473056793213, 0.0, 379.84771728515625, 8.793225561021245e-07, 1.79388803189795e-06, 2.634855263750069e-06, 1.3264146218716633e-05, 4.121005622437224e-05, 0.0001120601809816435], "count": [835]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.02822197414934635, -0.31037500500679016, 0.46755000948905945, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.009023352526128292, 0.24863961338996887, -0.5109800696372986, -1.6870527267456055, 0.2537708580493927, -0.18306758999824524, -0.2972295880317688, -0.32615599036216736, -0.52012699842453, 0.08936499804258347, 0.5453158617019653, -2.1867194175720215, 0.6084249019622803, 1001.0, 199.0, 0.0005639634910039604, -0.22602154314517975, -0.8363459706306458, 1.9090723991394043, -1.0679620504379272, -0.00027053497615270317], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34149113297462463, 0.6433109045028687, -0.13095204532146454, -1.3522112369537354, 1.2151505947113037, 0.32222267985343933, 0.7724478244781494, -0.19988100230693817, -0.3743770122528076, 0.230444997549057, 2.053971529006958, -1.121137022972107, 1.4654477834701538, 1001.0, 1003.0, 0.0005658433656208217, -0.22601403295993805, -0.8363388180732727, 1.9090834856033325, -1.0677908658981323, 0.00010346776252845302], "mean": [-0.19951438903808594, 0.6046708822250366, 0.45138683915138245, -1.4119511842727661, -0.2539154291152954, -0.1205616369843483, 0.028284182772040367, -0.3103310167789459, 0.46757256984710693, 0.2282436043024063, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.20132949948310852, 0.4370373785495758, -0.3347330093383789, -1.509833574295044, 0.887235164642334, 0.04718881472945213, 0.1555168330669403, -0.2705458104610443, -0.45915687084198, 0.1641249656677246, 1.229889154434204, -1.8858180046081543, 1.1074738502502441, 1001.0, 501.1700744628906, 0.0005645714700222015, -0.22601553797721863, -0.8363437652587891, 1.9090654850006104, -1.067834734916687, 5.301713463268243e-05], "std": [2.6236042685923167e-05, 1.7234086044481955e-05, 2.2337584596243687e-05, 2.4650713385199197e-05, 2.2974018065724522e-05, 2.1372532501118258e-05, 2.056566700048279e-05, 1.4570676285075024e-05, 7.711223588557914e-06, 1.2195418094052002e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08307121694087982, 0.1474774181842804, 0.10774588584899902, 0.09273383021354675, 0.27819278836250305, 0.16493478417396545, 0.36668503284454346, 0.03574514389038086, 0.047659095376729965, 0.038814108818769455, 0.5611457824707031, 0.2926039397716522, 0.32879552245140076, 0.0, 379.84771728515625, 8.801737862995651e-07, 1.8065325093630236e-06, 2.635753617141745e-06, 1.326044093730161e-05, 4.144369813730009e-05, 0.00011205093323951587], "count": [835]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.03478548424149], "count": [835]}, "frame_index": {"min": [0], "max": [834], "mean": [417.0], "std": [241.04356452724474], "count": [835]}, "episode_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [835]}, "index": {"min": [204776], "max": [205610], "mean": [205193.0], "std": [241.04356452724474], "count": [835]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [835]}, "gripper_open_scale_state": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5004766474940819], "std": [0.0, 0.378933681891501], "count": [835]}, "gripper_open_scale_action": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5004766474940819], "std": [0.0, 0.37893368189150095], "count": [835]}, "eef_direction_state": {"mean": [6.0, 4.177245508982036], "std": [0.0, 2.2416225049493472], "min": [6, 0], "max": [6, 6], "count": [835]}, "eef_velocity_state": {"mean": [0.0, 0.4718562874251497], "std": [0.0, 0.55163189882546], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_acc_mag_state": {"mean": [0.0, 0.3664670658682635], "std": [0.0, 0.6850508769464992], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_direction_action": {"mean": [6.0, 4.177245508982036], "std": [0.0, 2.2416225049493472], "min": [6, 0], "max": [6, 6], "count": [835]}, "eef_velocity_action": {"mean": [0.0, 0.4718562874251497], "std": [0.0, 0.55163189882546], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_acc_mag_action": {"mean": [0.0, 0.3664670658682635], "std": [0.0, 0.6850508769464992], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_sim_pose_state": {"mean": [-0.31033116579055786, 0.46757271885871887, 0.2282436639070511, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2705289125442505, -0.4592278301715851, 0.1641724705696106, 1.229979157447815, -1.8852001428604126, 1.1073006391525269], "std": [1.4563945114787202e-05, 7.70593760535121e-06, 1.2189382687211037e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03572281077504158, 0.04762710630893707, 0.0388682521879673, 0.561194658279419, 0.2936733365058899, 0.328947514295578], "min": [-0.31037500500679016, 0.46755000948905945, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32615599036216736, -0.52012699842453, 0.08936499804258347, 0.5453158617019653, -2.1867194175720215, 0.6084249019622803], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19988100230693817, -0.3743770122528076, 0.230444997549057, 2.053971529006958, -1.121137022972107, 1.4654477834701538], "count": [835]}, "eef_sim_pose_action": {"mean": [-0.3103310167789459, 0.46757256984710693, 0.22824357450008392, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.27052879333496094, -0.45922815799713135, 0.1641724407672882, 1.2299790382385254, -1.8851977586746216, 1.1073005199432373], "std": [1.4564746379619464e-05, 7.707672921242192e-06, 1.2189821973151993e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.03572281077504158, 0.04762711375951767, 0.038868241012096405, 0.561194896697998, 0.29367321729660034, 0.3289473056793213], "min": [-0.31037500500679016, 0.46755000948905945, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32615599036216736, -0.52012699842453, 0.08936499804258347, 0.5453158617019653, -2.1867194175720215, 0.6084249019622803], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19988100230693817, -0.3743770122528076, 0.230444997549057, 2.053971529006958, -1.121137022972107, 1.4654477834701538], "count": [835]}, "gripper_mode_state": {"mean": [0.0, 0.615568862275449], "std": [0.0, 0.4864605205690957], "min": [0, 0], "max": [0, 1], "count": [835]}, "gripper_activity_state": {"mean": [2.0, 1.8994011976047904], "std": [0.0, 0.3969188224503014], "min": [2, 0], "max": [2, 2], "count": [835]}, "gripper_mode_action": {"mean": [0.0, 0.615568862275449], "std": [0.0, 0.4864605205690957], "min": [0, 0], "max": [0, 1], "count": [835]}, "gripper_activity_action": {"mean": [2.0, 1.8994011976047904], "std": [0.0, 0.39691882245030147], "min": [2, 0], "max": [2, 2], "count": [835]}}} +{"episode_index": 248, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.42679153838872946]], [[0.41654184600669536]], [[0.42148765293719115]]], "std": [[[0.197453152950351]], [[0.19408038991926468]], [[0.19170932149925096]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3859426298720708]], [[0.3827909007352941]], [[0.3799600046827674]]], "std": [[[0.23702430391040716]], [[0.2271762333068112]], [[0.22261971899630528]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5234056260461502]], [[0.49229362321656306]], [[0.5032857434640523]]], "std": [[[0.20926134290450046]], [[0.19504058402462798]], [[0.2040035849012066]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45496632392794517]], [[0.43146147053841866]], [[0.44005972022955525]]], "std": [[[0.2665380845233824]], [[0.24807074135691917]], [[0.2512501921904838]]], "count": [164]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103890120983124, 0.46754199266433716, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12341223657131195, 0.275988906621933, -0.5613327622413635, -1.9879997968673706, 0.2537883222103119, -0.12058479338884354, -0.21504202485084534, -0.31037798523902893, -0.49067598581314087, 0.09664999693632126, 0.4922448694705963, -2.10880708694458, 0.3391588628292084, 1001.0, 186.0, 0.0005639634910039604, -0.22602342069149017, -0.8363499641418457, 1.9090707302093506, -1.0680420398712158, 7.309190550586209e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31029099225997925, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3164980113506317, 0.7988371849060059, -0.12578587234020233, -1.4118491411209106, 1.3665229082107544, 0.31122711300849915, 0.6109874248504639, -0.19046500325202942, -0.3124380111694336, 0.228426992893219, 2.101100444793701, -1.121137022972107, 1.4656356573104858, 1001.0, 1003.0, 0.0005658433656208217, -0.22601403295993805, -0.8363404273986816, 1.9090819358825684, -1.0678629875183105, 9.58738019107841e-05], "mean": [-0.1995127648115158, 0.6046724319458008, 0.4513855278491974, -1.4119497537612915, -0.25391265749931335, -0.12056176364421844, 0.028269968926906586, -0.31033164262771606, 0.46757182478904724, 0.2282433807849884, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.15681864321231842, 0.5330393314361572, -0.3592372536659241, -1.6124935150146484, 0.8300612568855286, 0.07269389182329178, 0.11193088442087173, -0.2657496929168701, -0.4409295618534088, 0.16724611818790436, 1.2841606140136719, -1.7903937101364136, 0.9813777208328247, 1001.0, 499.76104736328125, 0.0005650154198519886, -0.22601592540740967, -0.8363485932350159, 1.909064769744873, -1.0679317712783813, 8.614110265625641e-05], "std": [2.6469384465599433e-05, 1.6732195945223793e-05, 2.2999653083388694e-05, 2.4216158635681495e-05, 2.2395890482584946e-05, 2.099909215758089e-05, 2.153693094442133e-05, 1.4608247511205263e-05, 8.026660907489713e-06, 1.1507704584801104e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.11049617826938629, 0.15133515000343323, 0.1137474775314331, 0.17474375665187836, 0.36392736434936523, 0.14203058183193207, 0.2871766984462738, 0.03966544568538666, 0.05479402840137482, 0.03552692010998726, 0.5747447609901428, 0.29507336020469666, 0.3697923719882965, 0.0, 387.6546630859375, 9.329593240181566e-07, 1.4241587678043288e-06, 4.6447617023659404e-06, 1.1870799426105805e-05, 4.533931132755242e-05, 5.1098068070132285e-06], "count": [904]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103890120983124, 0.46754199266433716, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12341223657131195, 0.275988906621933, -0.5613327622413635, -1.9879997968673706, 0.2537883222103119, -0.12058479338884354, -0.21504202485084534, -0.31037798523902893, -0.49067598581314087, 0.09664999693632126, 0.4922448694705963, -2.10880708694458, 0.3391588628292084, 1001.0, 186.0, 0.0005639634910039604, -0.22602342069149017, -0.8363499641418457, 1.9090707302093506, -1.0680420398712158, 7.309190550586209e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31029099225997925, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3164980113506317, 0.7988371849060059, -0.12578587234020233, -1.4118491411209106, 1.3665229082107544, 0.31122711300849915, 0.6109874248504639, -0.19046500325202942, -0.3124380111694336, 0.228426992893219, 2.101100444793701, -1.121137022972107, 1.4656356573104858, 1001.0, 1003.0, 0.0005658433656208217, -0.22601403295993805, -0.8363404273986816, 1.9090819358825684, -1.0678629875183105, 9.58738019107841e-05], "mean": [-0.19951273500919342, 0.6046724319458008, 0.4513855576515198, -1.411949872970581, -0.25391265749931335, -0.12056179344654083, 0.02827000617980957, -0.31033167243003845, 0.46757182478904724, 0.2282433807849884, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.15666614472866058, 0.533156156539917, -0.35935598611831665, -1.6127976179122925, 0.8304271697998047, 0.07272853702306747, 0.11184344440698624, -0.2657455801963806, -0.44085660576820374, 0.16718550026416779, 1.2840405702590942, -1.790783405303955, 0.9814966320991516, 1001.0, 499.75775146484375, 0.0005650154198519886, -0.22601589560508728, -0.8363485932350159, 1.909064769744873, -1.0679317712783813, 8.6154745076783e-05], "std": [2.649794623721391e-05, 1.6811813111416996e-05, 2.298392791999504e-05, 2.4192149794544093e-05, 2.2395890482584946e-05, 2.100933670590166e-05, 2.1482162992469966e-05, 1.4606077456846833e-05, 8.033681297092699e-06, 1.1517048733367119e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.11053222417831421, 0.1514313966035843, 0.11389952152967453, 0.17463360726833344, 0.36351436376571655, 0.14198733866214752, 0.2872313857078552, 0.03966102376580238, 0.05480240657925606, 0.03546944260597229, 0.5746960639953613, 0.29442110657691956, 0.3697337806224823, 0.0, 387.6505126953125, 9.329593808615755e-07, 1.4457266388490098e-06, 4.641898158297408e-06, 1.1867562534462195e-05, 4.534210529527627e-05, 5.1040833568549715e-06], "count": [904]}, "timestamp": {"min": [0.0], "max": [30.1], "mean": [15.049999999999999], "std": [8.698738733607048], "count": [904]}, "frame_index": {"min": [0], "max": [903], "mean": [451.5], "std": [260.96216200821146], "count": [904]}, "episode_index": {"min": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [904]}, "index": {"min": [205611], "max": [206514], "mean": [206062.5], "std": [260.96216200821146], "count": [904]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [904]}, "gripper_open_scale_state": {"min": [1.0, 0.1860000044107437], "max": [1.0, 1.0], "mean": [1.0, 0.49928872053206497], "std": [0.0, 0.38704461339047297], "count": [904]}, "gripper_open_scale_action": {"min": [1.0, 0.1860000044107437], "max": [1.0, 1.0], "mean": [1.0, 0.49928872053206497], "std": [0.0, 0.38704461339047297], "count": [904]}, "eef_direction_state": {"mean": [6.0, 4.350663716814159], "std": [0.0, 2.10820132668023], "min": [6, 0], "max": [6, 6], "count": [904]}, "eef_velocity_state": {"mean": [0.0, 0.4856194690265487], "std": [0.0, 0.5947903002015722], "min": [0, 0], "max": [0, 2], "count": [904]}, "eef_acc_mag_state": {"mean": [0.0, 0.36504424778761063], "std": [0.0, 0.6796141850491422], "min": [0, 0], "max": [0, 2], "count": [904]}, "eef_direction_action": {"mean": [6.0, 4.350663716814159], "std": [0.0, 2.10820132668023], "min": [6, 0], "max": [6, 6], "count": [904]}, "eef_velocity_action": {"mean": [0.0, 0.4856194690265487], "std": [0.0, 0.5947903002015722], "min": [0, 0], "max": [0, 2], "count": [904]}, "eef_acc_mag_action": {"mean": [0.0, 0.36504424778761063], "std": [0.0, 0.6796141850491422], "min": [0, 0], "max": [0, 2], "count": [904]}, "eef_sim_pose_state": {"mean": [-0.31033143401145935, 0.4675721228122711, 0.2282433956861496, -1.5732269287109375, -1.1211367845535278, -0.7462756633758545, -0.26574981212615967, -0.4409293234348297, 0.16724611818790436, 1.2841618061065674, -1.7903947830200195, 0.9813790917396545], "std": [1.4606172044295818e-05, 8.020767381822225e-06, 1.1507691851875279e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.039665453135967255, 0.05479402095079422, 0.035526905208826065, 0.5747449398040771, 0.2950732707977295, 0.36979222297668457], "min": [-0.3103890120983124, 0.46754199266433716, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31037798523902893, -0.49067598581314087, 0.09664999693632126, 0.4922448694705963, -2.10880708694458, 0.3391588628292084], "max": [-0.31029099225997925, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19046500325202942, -0.3124380111694336, 0.228426992893219, 2.101100444793701, -1.121137022972107, 1.4656356573104858], "count": [904]}, "eef_sim_pose_action": {"mean": [-0.31033164262771606, 0.46757182478904724, 0.2282433807849884, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, -0.2657496929168701, -0.4409295618534088, 0.16724611818790436, 1.2841606140136719, -1.7903937101364136, 0.9813777208328247], "std": [1.4608247511205263e-05, 8.026660907489713e-06, 1.1507704584801104e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.03966544568538666, 0.05479402840137482, 0.03552692010998726, 0.5747447609901428, 0.29507336020469666, 0.3697923719882965], "min": [-0.3103890120983124, 0.46754199266433716, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31037798523902893, -0.49067598581314087, 0.09664999693632126, 0.4922448694705963, -2.10880708694458, 0.3391588628292084], "max": [-0.31029099225997925, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19046500325202942, -0.3124380111694336, 0.228426992893219, 2.101100444793701, -1.121137022972107, 1.4656356573104858], "count": [904]}, "gripper_mode_state": {"mean": [0.0, 0.6084070796460177], "std": [0.0, 0.488106448515708], "min": [0, 0], "max": [0, 1], "count": [904]}, "gripper_activity_state": {"mean": [2.0, 1.904867256637168], "std": [0.0, 0.38761036691308043], "min": [2, 0], "max": [2, 2], "count": [904]}, "gripper_mode_action": {"mean": [0.0, 0.6084070796460177], "std": [0.0, 0.488106448515708], "min": [0, 0], "max": [0, 1], "count": [904]}, "gripper_activity_action": {"mean": [2.0, 1.904867256637168], "std": [0.0, 0.38761036691308043], "min": [2, 0], "max": [2, 2], "count": [904]}}} +{"episode_index": 249, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9921568627450981]]], "mean": [[[0.4286262296870803]], [[0.4194038353926045]], [[0.4239758371385084]]], "std": [[[0.1957710636838776]], [[0.1922115379947707]], [[0.18958043274999486]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3848115151311666]], [[0.38192966301817527]], [[0.3792059886740084]]], "std": [[[0.23861329705410278]], [[0.22856386896852743]], [[0.22321259456777123]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5263578207538723]], [[0.49448111961679647]], [[0.5055186453576864]]], "std": [[[0.21046887185591104]], [[0.19533436320471637]], [[0.20428842924751608]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46448165402005553]], [[0.4414658345644194]], [[0.44885574329617695]]], "std": [[[0.2662320969764543]], [[0.24848324260600765]], [[0.25194905366260106]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28670522570610046, 0.2675938904285431, -0.5024628043174744, -1.8573968410491943, 0.2537883222103119, -0.3061830997467041, -0.09028588235378265, -0.31158900260925293, -0.5075880289077759, 0.17850400507450104, 0.5260807871818542, -2.1801600456237793, 0.5800646543502808, 1001.0, 185.0, 0.0005639634910039604, -0.22602154314517975, -0.836354672908783, 1.9090667963027954, -1.0680404901504517, 8.163511665770784e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.3102940022945404, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30347785353660583, 0.7697076797485352, -0.10892599821090698, -1.360327124595642, 1.4463717937469482, 0.2920459508895874, 0.7365812659263611, -0.2248840034008026, -0.31084099411964417, 0.22857099771499634, 2.085113763809204, -1.121137022972107, 1.509246587753296, 1001.0, 1002.0, 0.0005658433656208217, -0.22601403295993805, -0.8363420367240906, 1.9090795516967773, -1.067733883857727, 9.58738019107841e-05], "mean": [-0.1995171457529068, 0.6046753525733948, 0.451385498046875, -1.4119497537612915, -0.25391507148742676, -0.12056121230125427, 0.028265932574868202, -0.3103301525115967, 0.4675728678703308, 0.22824400663375854, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.09206222742795944, 0.5306503176689148, -0.2726960778236389, -1.5502440929412842, 0.9000503420829773, 0.002229193691164255, 0.20339533686637878, -0.2794615924358368, -0.4381653964519501, 0.19665741920471191, 1.251745343208313, -1.8362699747085571, 1.0739859342575073, 1001.0, 549.7364501953125, 0.0005647829384543002, -0.2260144203901291, -0.8363523483276367, 1.909066081047058, -1.0678776502609253, 8.957699901657179e-05], "std": [2.4473323719576e-05, 1.5444169548572972e-05, 2.2708429241902195e-05, 2.4149181626853533e-05, 2.2641053874394856e-05, 2.071020207949914e-05, 1.957135282282252e-05, 1.4221814126358368e-05, 7.449554686900228e-06, 1.1628235370153561e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.18657656013965607, 0.17449431121349335, 0.12222104519605637, 0.17228081822395325, 0.3547154366970062, 0.2002802938222885, 0.3003087043762207, 0.030055247247219086, 0.06500331312417984, 0.015067014843225479, 0.5800421237945557, 0.3132680058479309, 0.33026400208473206, 0.0, 395.5608215332031, 9.320592084804957e-07, 1.5702900100222905e-06, 7.007461590546882e-06, 9.492388016951736e-06, 0.0001014491863315925, 1.5402392818941735e-06], "count": [774]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28670522570610046, 0.2675938904285431, -0.5024628043174744, -1.8573968410491943, 0.2537883222103119, -0.3061830997467041, -0.09028588235378265, -0.31158900260925293, -0.5075880289077759, 0.17850400507450104, 0.5260807871818542, -2.1801600456237793, 0.5800646543502808, 1001.0, 185.0, 0.0005639634910039604, -0.22602154314517975, -0.836354672908783, 1.9090667963027954, -1.0680404901504517, 8.163511665770784e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25385814905166626, -0.12051498889923096, 0.028326693922281265, -0.3102940022945404, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30347785353660583, 0.7697076797485352, -0.10892599821090698, -1.360327124595642, 1.4463717937469482, 0.2920459508895874, 0.7365812659263611, -0.2248840034008026, -0.31084099411964417, 0.22857099771499634, 2.085113763809204, -1.121137022972107, 1.509246587753296, 1001.0, 1002.0, 0.0005658433656208217, -0.22601403295993805, -0.8363420367240906, 1.9090795516967773, -1.067733883857727, 9.58738019107841e-05], "mean": [-0.1995171457529068, 0.60467529296875, 0.45138561725616455, -1.4119497537612915, -0.25391507148742676, -0.12056125700473785, 0.028266021981835365, -0.31033018231391907, 0.4675728976726532, 0.22824403643608093, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.09193411469459534, 0.5307888984680176, -0.2727612555027008, -1.5504637956619263, 0.9006090760231018, 0.0022655173670500517, 0.20353583991527557, -0.2794620096683502, -0.4381054937839508, 0.1966218799352646, 1.2515897750854492, -1.8368700742721558, 1.0741071701049805, 1001.0, 549.7364501953125, 0.0005647853831760585, -0.2260144203901291, -0.8363523483276367, 1.909066081047058, -1.0678774118423462, 8.957577665569261e-05], "std": [2.4473323719576e-05, 1.5441775758517906e-05, 2.2706668460159563e-05, 2.4161694454960525e-05, 2.265429611725267e-05, 2.072337520075962e-05, 1.9529355995473452e-05, 1.4212449059414212e-05, 7.448636097251438e-06, 1.1630650078586768e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.18653686344623566, 0.17459572851657867, 0.12232968211174011, 0.17221295833587646, 0.35403841733932495, 0.20026054978370667, 0.3002259433269501, 0.030055692419409752, 0.06499756872653961, 0.015024924650788307, 0.5799723267555237, 0.31234273314476013, 0.33016109466552734, 0.0, 395.5608215332031, 9.323744620814978e-07, 1.5665333421566174e-06, 7.002478923823219e-06, 9.48738852457609e-06, 0.00010150734306080267, 1.5401385553559521e-06], "count": [774]}, "timestamp": {"min": [0.0], "max": [25.766666666666666], "mean": [12.883333333333331], "std": [7.447812256455408], "count": [774]}, "frame_index": {"min": [0], "max": [773], "mean": [386.5], "std": [223.43436769366227], "count": [774]}, "episode_index": {"min": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [774]}, "index": {"min": [206515], "max": [207288], "mean": [206901.5], "std": [223.43436769366227], "count": [774]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [774]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5497338512301136], "std": [0.0, 0.3955585662654598], "count": [774]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5497338512301136], "std": [0.0, 0.3955585662654598], "count": [774]}, "eef_direction_state": {"mean": [6.0, 4.235142118863049], "std": [0.0, 2.114061490958621], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_state": {"mean": [0.0, 0.4844961240310077], "std": [0.0, 0.5629769909705347], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_state": {"mean": [0.0, 0.35012919896640826], "std": [0.0, 0.6783044173027581], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_direction_action": {"mean": [6.0, 4.235142118863049], "std": [0.0, 2.114061490958621], "min": [6, 0], "max": [6, 6], "count": [774]}, "eef_velocity_action": {"mean": [0.0, 0.4844961240310077], "std": [0.0, 0.5629769909705347], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_acc_mag_action": {"mean": [0.0, 0.35012919896640826], "std": [0.0, 0.6783044173027581], "min": [0, 0], "max": [0, 2], "count": [774]}, "eef_sim_pose_state": {"mean": [-0.31033003330230713, 0.4675728976726532, 0.2282439023256302, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2794615924358368, -0.4381656348705292, 0.19665735960006714, 1.2517452239990234, -1.8362690210342407, 1.0739858150482178], "std": [1.42212666105479e-05, 7.449443728546612e-06, 1.1627747880993411e-05, 0.0, 0.0, 0.0, 0.030055256560444832, 0.06500329822301865, 0.015067012049257755, 0.5800421237945557, 0.31326812505722046, 0.3302640914916992], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31158900260925293, -0.5075880289077759, 0.17850400507450104, 0.5260807871818542, -2.1801600456237793, 0.5800646543502808], "max": [-0.3102940022945404, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2248840034008026, -0.31084099411964417, 0.22857099771499634, 2.085113763809204, -1.121137022972107, 1.509246587753296], "count": [774]}, "eef_sim_pose_action": {"mean": [-0.3103301525115967, 0.4675728678703308, 0.22824400663375854, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2794615924358368, -0.4381653964519501, 0.19665741920471191, 1.251745343208313, -1.8362699747085571, 1.0739859342575073], "std": [1.4221814126358368e-05, 7.449554686900228e-06, 1.1628235370153561e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.030055247247219086, 0.06500331312417984, 0.015067014843225479, 0.5800421237945557, 0.3132680058479309, 0.33026400208473206], "min": [-0.31037500500679016, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31158900260925293, -0.5075880289077759, 0.17850400507450104, 0.5260807871818542, -2.1801600456237793, 0.5800646543502808], "max": [-0.3102940022945404, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2248840034008026, -0.31084099411964417, 0.22857099771499634, 2.085113763809204, -1.121137022972107, 1.509246587753296], "count": [774]}, "gripper_mode_state": {"mean": [0.0, 0.5452196382428941], "std": [0.0, 0.4979509858582304], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_state": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41366272890773836], "min": [2, 0], "max": [2, 2], "count": [774]}, "gripper_mode_action": {"mean": [0.0, 0.5452196382428941], "std": [0.0, 0.49795098585823044], "min": [0, 0], "max": [0, 1], "count": [774]}, "gripper_activity_action": {"mean": [2.0, 1.8888888888888888], "std": [0.0, 0.41366272890773836], "min": [2, 0], "max": [2, 2], "count": [774]}}} +{"episode_index": 250, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.42145728216976813]], [[0.4145003278381416]], [[0.419272381457891]]], "std": [[[0.1943490923526181]], [[0.19151312130871567]], [[0.18808836938196097]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3850314607530911]], [[0.3828259699845968]], [[0.3798958294304983]]], "std": [[[0.23931303845532423]], [[0.22916444008618933]], [[0.2238353266078977]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5263799526976396]], [[0.4944467015840306]], [[0.5053914868760668]]], "std": [[[0.21043577424369395]], [[0.19529150517920854]], [[0.2041845843399672]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623790953748803]], [[0.44088438892011156]], [[0.4474330052350027]]], "std": [[[0.2718625856134879]], [[0.25555265335306687]], [[0.2576810149838125]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24705135822296143, 0.2528807520866394, -0.6058037877082825, -1.7726960182189941, 0.2537883222103119, -0.3920009434223175, -0.14365805685520172, -0.31035900115966797, -0.5206800103187561, 0.17923399806022644, 0.49730101227760315, -2.190279483795166, 0.5013738870620728, 1001.0, 187.0, 0.0005639634910039604, -0.22602342069149017, -0.8363531231880188, 1.9090684652328491, -1.0680404901504517, 8.353361045010388e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35123005509376526, 0.8158541321754456, -0.08953539282083511, -1.2792041301727295, 1.4860081672668457, 0.3098832070827484, 0.8773595690727234, -0.1956460028886795, -0.31637701392173767, 0.22900700569152832, 2.208911895751953, -1.121137022972107, 1.4581704139709473, 1001.0, 1003.0, 0.0005658433656208217, -0.22601403295993805, -0.8363404273986816, 1.9090811014175415, -1.067710041999817, 9.397530811838806e-05], "mean": [-0.19951549172401428, 0.6046739816665649, 0.451384961605072, -1.4119526147842407, -0.25391650199890137, -0.12056256830692291, 0.028272584080696106, -0.3103299140930176, 0.4675728976726532, 0.22824443876743317, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.1404876708984375, 0.5496144890785217, -0.2926139533519745, -1.5041348934173584, 0.9029079675674438, -0.028829295188188553, 0.2636253833770752, -0.2756099998950958, -0.44499021768569946, 0.20120762288570404, 1.3285272121429443, -1.8208601474761963, 1.0233979225158691, 1001.0, 533.0869750976562, 0.0005653197877109051, -0.22601431608200073, -0.8363516330718994, 1.9090648889541626, -1.0678179264068604, 8.825727854855359e-05], "std": [2.4719793145777658e-05, 1.669981429586187e-05, 2.3150989363784902e-05, 2.4214008590206504e-05, 2.3239153961185366e-05, 2.0887626305921003e-05, 1.81681098183617e-05, 1.449536193831591e-05, 7.764339898130856e-06, 1.1791328688559588e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.1841006875038147, 0.18254992365837097, 0.1407075673341751, 0.15721294283866882, 0.36333292722702026, 0.24468813836574554, 0.3782273232936859, 0.0315621979534626, 0.06826775521039963, 0.016962621361017227, 0.6461334824562073, 0.31641075015068054, 0.35704317688941956, 0.0, 393.18621826171875, 8.448459425380861e-07, 1.8108761423718533e-06, 7.057458333292743e-06, 1.1322648788336664e-05, 0.00010909492993960157, 1.3119311006448697e-06], "count": [851]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24705135822296143, 0.2528807520866394, -0.6058037877082825, -1.7726960182189941, 0.2537883222103119, -0.3920009434223175, -0.14365805685520172, -0.31035900115966797, -0.5206800103187561, 0.17923399806022644, 0.49730101227760315, -2.190279483795166, 0.5013738870620728, 1001.0, 187.0, 0.0005639634910039604, -0.22602342069149017, -0.8363531231880188, 1.9090684652328491, -1.0680404901504517, 8.353361045010388e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35123005509376526, 0.8158541321754456, -0.08953539282083511, -1.2792041301727295, 1.4860081672668457, 0.3098832070827484, 0.8773595690727234, -0.1956460028886795, -0.31637701392173767, 0.22900700569152832, 2.208911895751953, -1.121137022972107, 1.4581704139709473, 1001.0, 1003.0, 0.0005658433656208217, -0.22601403295993805, -0.8363404273986816, 1.9090811014175415, -1.067710041999817, 9.397530811838806e-05], "mean": [-0.19951553642749786, 0.6046739816665649, 0.451384961605072, -1.4119526147842407, -0.25391653180122375, -0.12056256830692291, 0.028272584080696106, -0.3103299140930176, 0.4675729274749756, 0.22824443876743317, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.1404666006565094, 0.5498113632202148, -0.2927951216697693, -1.5043730735778809, 0.9033735990524292, -0.028720716014504433, 0.2637091875076294, -0.27560073137283325, -0.4449399709701538, 0.20116131007671356, 1.328449010848999, -1.821345567703247, 1.0233396291732788, 1001.0, 533.0869750976562, 0.000565319845918566, -0.22601431608200073, -0.8363515734672546, 1.9090648889541626, -1.06781804561615, 8.825504482956603e-05], "std": [2.476556801411789e-05, 1.669981429586187e-05, 2.3150989363784902e-05, 2.4152715923264623e-05, 2.3246531782206148e-05, 2.0887626305921003e-05, 1.81681098183617e-05, 1.4499555618385784e-05, 7.771613127260935e-06, 1.179067294287961e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.18409493565559387, 0.18269938230514526, 0.14101076126098633, 0.15722639858722687, 0.36275428533554077, 0.2446676790714264, 0.3781707286834717, 0.031553152948617935, 0.06826683133840561, 0.016942547634243965, 0.646108090877533, 0.3156527578830719, 0.3570919632911682, 0.0, 393.18621826171875, 8.448487278656103e-07, 1.8077871573041193e-06, 7.004605777183315e-06, 1.132188754127128e-05, 0.0001090931982616894, 1.3118941524226102e-06], "count": [851]}, "timestamp": {"min": [0.0], "max": [28.333333333333332], "mean": [14.16666666666667], "std": [8.188745664358832], "count": [851]}, "frame_index": {"min": [0], "max": [850], "mean": [425.0], "std": [245.66236993076492], "count": [851]}, "episode_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [851]}, "index": {"min": [207289], "max": [208139], "mean": [207714.0], "std": [245.66236993076492], "count": [851]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [851]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.533083434635828], "std": [0.0, 0.3931820516511605], "count": [851]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.533083434635828], "std": [0.0, 0.3931820516511605], "count": [851]}, "eef_direction_state": {"mean": [6.0, 4.339600470035252], "std": [0.0, 2.098865303695088], "min": [6, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.0, 0.4770857814336075], "std": [0.0, 0.5999443498849014], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.0, 0.32432432432432434], "std": [0.0, 0.6633661324777969], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_direction_action": {"mean": [6.0, 4.339600470035252], "std": [0.0, 2.098865303695088], "min": [6, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.0, 0.4770857814336075], "std": [0.0, 0.5999443498849014], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.0, 0.32432432432432434], "std": [0.0, 0.6633661324777969], "min": [0, 0], "max": [0, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [-0.3103295862674713, 0.4675731062889099, 0.2282443344593048, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2756103575229645, -0.444990336894989, 0.20120766758918762, 1.3285292387008667, -1.8208613395690918, 1.0233981609344482], "std": [1.449183764634654e-05, 7.761404049233533e-06, 1.1790949429268949e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0315621942281723, 0.06826776266098022, 0.016962623223662376, 0.6461337208747864, 0.31641072034835815, 0.35704299807548523], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31035900115966797, -0.5206800103187561, 0.17923399806022644, 0.49730101227760315, -2.190279483795166, 0.5013738870620728], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1956460028886795, -0.31637701392173767, 0.22900700569152832, 2.208911895751953, -1.121137022972107, 1.4581704139709473], "count": [851]}, "eef_sim_pose_action": {"mean": [-0.3103299140930176, 0.4675728976726532, 0.22824443876743317, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.2756099998950958, -0.44499021768569946, 0.20120762288570404, 1.3285272121429443, -1.8208601474761963, 1.0233979225158691], "std": [1.449536193831591e-05, 7.764339898130856e-06, 1.1791328688559588e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.0315621979534626, 0.06826775521039963, 0.016962621361017227, 0.6461334824562073, 0.31641075015068054, 0.35704317688941956], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31035900115966797, -0.5206800103187561, 0.17923399806022644, 0.49730101227760315, -2.190279483795166, 0.5013738870620728], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1956460028886795, -0.31637701392173767, 0.22900700569152832, 2.208911895751953, -1.121137022972107, 1.4581704139709473], "count": [851]}, "gripper_mode_state": {"mean": [0.0, 0.5675675675675675], "std": [0.0, 0.49541358864386925], "min": [0, 0], "max": [0, 1], "count": [851]}, "gripper_activity_state": {"mean": [2.0, 1.898942420681551], "std": [0.0, 0.39874811173736874], "min": [2, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.0, 0.5675675675675675], "std": [0.0, 0.4954135886438692], "min": [0, 0], "max": [0, 1], "count": [851]}, "gripper_activity_action": {"mean": [2.0, 1.898942420681551], "std": [0.0, 0.39874811173736874], "min": [2, 0], "max": [2, 2], "count": [851]}}} +{"episode_index": 251, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4197526264420757]], [[0.41405734718383996]], [[0.4180522300083344]]], "std": [[[0.19382727647063636]], [[0.19128898492104265]], [[0.18765853790428053]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3867554009299469]], [[0.3845934292341098]], [[0.3819459057112778]]], "std": [[[0.2408442090859981]], [[0.23019616209887545]], [[0.22499062856474822]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5260534171162873]], [[0.4940610209128394]], [[0.5048701748037022]]], "std": [[[0.21023586649989087]], [[0.1949524081020344]], [[0.2038016036986758]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45898986708777473]], [[0.4343271373426328]], [[0.4427245758762118]]], "std": [[[0.2706640316853112]], [[0.25258128364761645]], [[0.2541484130412067]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46755099296569824, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02183406986296177, 0.2787639796733856, -0.560931384563446, -1.6367697715759277, 0.2537883222103119, -0.27497661113739014, -0.02834414690732956, -0.31761300563812256, -0.5243800282478333, 0.1893710047006607, 0.6030182838439941, -2.256100654602051, 0.2598837614059448, 1001.0, 183.0, 0.0005658433656208217, -0.22602154314517975, -0.8363459706306458, 1.9090723991394043, -1.067880392074585, 6.265020783757791e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028398871421814, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40133848786354065, 0.9042201638221741, -0.10501646250486374, -1.2083089351654053, 1.4373135566711426, 0.3612133264541626, 1.0621026754379272, -0.2093539983034134, -0.35847198963165283, 0.23649999499320984, 2.2035324573516846, -1.121137022972107, 1.4066967964172363, 1001.0, 1002.0, 0.0005658433656208217, -0.22601214051246643, -0.8363380432128906, 1.9090842008590698, -1.0677076578140259, 8.922907727537677e-05], "mean": [-0.19951504468917847, 0.6046745777130127, 0.45138514041900635, -1.4119526147842407, -0.25391608476638794, -0.12056082487106323, 0.02828030101954937, -0.31032973527908325, 0.46757328510284424, 0.22824516892433167, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.23118695616722107, 0.5879572033882141, -0.3617057800292969, -1.414597511291504, 0.967979907989502, 0.023850830271840096, 0.3548101782798767, -0.27962160110473633, -0.45983657240867615, 0.20784203708171844, 1.3140015602111816, -1.9224908351898193, 0.9529945850372314, 1001.0, 551.4339599609375, 0.000565848546102643, -0.22601431608200073, -0.8363432288169861, 1.9090656042099, -1.0677812099456787, 8.394522592425346e-05], "std": [2.52220324910013e-05, 1.588059421919752e-05, 2.251155638077762e-05, 2.441928518237546e-05, 2.2118769265944138e-05, 2.0708774172817357e-05, 2.012152981478721e-05, 1.4509917491523083e-05, 8.03326656750869e-06, 1.1892430848092772e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.11805368959903717, 0.1916191130876541, 0.10792286694049835, 0.14817294478416443, 0.3555377721786499, 0.20595362782478333, 0.3963615298271179, 0.03463532030582428, 0.05844598636031151, 0.014298384077847004, 0.5919422507286072, 0.3513920307159424, 0.39740896224975586, 0.0, 397.0067443847656, 5.180481821298599e-09, 1.5585355868097395e-06, 2.9264467684697593e-06, 1.2590345249918755e-05, 4.99654961458873e-05, 3.4414208585076267e-06], "count": [795]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46755099296569824, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.02183406986296177, 0.2787639796733856, -0.560931384563446, -1.6367697715759277, 0.2537883222103119, -0.27497661113739014, -0.02834414690732956, -0.31761300563812256, -0.5243800282478333, 0.1893710047006607, 0.6030182838439941, -2.256100654602051, 0.2598837614059448, 1001.0, 183.0, 0.0005658433656208217, -0.22602154314517975, -0.8363459706306458, 1.9090723991394043, -1.067880392074585, 6.265020783757791e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028398871421814, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40133848786354065, 0.9042201638221741, -0.10501646250486374, -1.2083089351654053, 1.4373135566711426, 0.3612133264541626, 1.0621026754379272, -0.2093539983034134, -0.35847198963165283, 0.23649999499320984, 2.2035324573516846, -1.121137022972107, 1.4066967964172363, 1001.0, 1002.0, 0.0005658433656208217, -0.22601214051246643, -0.8363380432128906, 1.9090842008590698, -1.0677076578140259, 8.922907727537677e-05], "mean": [-0.19951504468917847, 0.6046745777130127, 0.45138514041900635, -1.4119526147842407, -0.25391608476638794, -0.12056086212396622, 0.02828030101954937, -0.31032976508140564, 0.46757328510284424, 0.22824516892433167, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.23111273348331451, 0.5881142020225525, -0.3618421256542206, -1.4147660732269287, 0.9684719443321228, 0.02384033612906933, 0.3549041450023651, -0.27962955832481384, -0.45978447794914246, 0.20781056582927704, 1.3138960599899292, -1.9229881763458252, 0.9530702829360962, 1001.0, 551.4339599609375, 0.000565848546102643, -0.22601431608200073, -0.8363433480262756, 1.9090656042099, -1.0677813291549683, 8.393208554480225e-05], "std": [2.52220324910013e-05, 1.588059421919752e-05, 2.251155638077762e-05, 2.435422175040003e-05, 2.2118769265944138e-05, 2.072246752504725e-05, 2.012152981478721e-05, 1.4507854757539462e-05, 8.03326656750869e-06, 1.1889436791534536e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.11809198558330536, 0.19168388843536377, 0.10810449719429016, 0.14824600517749786, 0.3548189401626587, 0.20596127212047577, 0.39627963304519653, 0.034643106162548065, 0.05845746770501137, 0.014280984178185463, 0.5919027924537659, 0.3505359888076782, 0.3973752558231354, 0.0, 397.0067443847656, 5.180481821298599e-09, 1.5585355868097395e-06, 2.9693478609260637e-06, 1.258948577742558e-05, 4.9993159336736426e-05, 3.4520130611781497e-06], "count": [795]}, "timestamp": {"min": [0.0], "max": [26.466666666666665], "mean": [13.233333333333333], "std": [7.649885014870533], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [795]}, "index": {"min": [208140], "max": [208934], "mean": [208537.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [795]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5514314455618649], "std": [0.0, 0.3970042496373231], "count": [795]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5514314455618649], "std": [0.0, 0.39700424963732306], "count": [795]}, "eef_direction_state": {"mean": [6.0, 4.475471698113208], "std": [0.0, 2.062626919476084], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_state": {"mean": [0.0, 0.45660377358490567], "std": [0.0, 0.6236964571629254], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_state": {"mean": [0.0, 0.3383647798742138], "std": [0.0, 0.6710358782915509], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_direction_action": {"mean": [6.0, 4.475471698113208], "std": [0.0, 2.062626919476084], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_action": {"mean": [0.0, 0.45660377358490567], "std": [0.0, 0.6236964571629254], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_action": {"mean": [0.0, 0.3383647798742138], "std": [0.0, 0.6710358782915509], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_sim_pose_state": {"mean": [-0.3103296458721161, 0.46757304668426514, 0.2282450795173645, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.27962154150009155, -0.4598364531993866, 0.2078421413898468, 1.314000129699707, -1.9224882125854492, 0.9529948830604553], "std": [1.450963372917613e-05, 8.031028301047627e-06, 1.1892120710399467e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.03463532030582428, 0.058445967733860016, 0.014298388734459877, 0.5919422507286072, 0.3513919711112976, 0.3974091112613678], "min": [-0.31038400530815125, 0.46755099296569824, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31761300563812256, -0.5243800282478333, 0.1893710047006607, 0.6030182838439941, -2.256100654602051, 0.2598837614059448], "max": [-0.31028398871421814, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2093539983034134, -0.35847198963165283, 0.23649999499320984, 2.2035324573516846, -1.121137022972107, 1.4066967964172363], "count": [795]}, "eef_sim_pose_action": {"mean": [-0.31032973527908325, 0.46757328510284424, 0.22824516892433167, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.27962160110473633, -0.45983657240867615, 0.20784203708171844, 1.3140015602111816, -1.9224908351898193, 0.9529945850372314], "std": [1.4509917491523083e-05, 8.03326656750869e-06, 1.1892430848092772e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03463532030582428, 0.05844598636031151, 0.014298384077847004, 0.5919422507286072, 0.3513920307159424, 0.39740896224975586], "min": [-0.31038400530815125, 0.46755099296569824, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31761300563812256, -0.5243800282478333, 0.1893710047006607, 0.6030182838439941, -2.256100654602051, 0.2598837614059448], "max": [-0.31028398871421814, 0.46759700775146484, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2093539983034134, -0.35847198963165283, 0.23649999499320984, 2.2035324573516846, -1.121137022972107, 1.4066967964172363], "count": [795]}, "gripper_mode_state": {"mean": [0.0, 0.5408805031446541], "std": [0.0, 0.4983259821267994], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_state": {"mean": [2.0, 1.8930817610062893], "std": [0.0, 0.4073413565260995], "min": [2, 0], "max": [2, 2], "count": [795]}, "gripper_mode_action": {"mean": [0.0, 0.5408805031446541], "std": [0.0, 0.49832598212679935], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_action": {"mean": [2.0, 1.8930817610062893], "std": [0.0, 0.4073413565260995], "min": [2, 0], "max": [2, 2], "count": [795]}}} +{"episode_index": 252, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4201931168300653]], [[0.4137617252178649]], [[0.41792424836601305]]], "std": [[[0.19441228835359364]], [[0.19158966754433687]], [[0.18803472079314462]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3859267497276689]], [[0.3839357598039216]], [[0.3811748039215686]]], "std": [[[0.24039794827120498]], [[0.22991706091374078]], [[0.22461013533224922]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5260033877995642]], [[0.49409470588235294]], [[0.5050368777233115]]], "std": [[[0.21024837194306376]], [[0.1950566211802855]], [[0.20394806223576056]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46184786356209145]], [[0.4370023325163399]], [[0.4465688752723312]]], "std": [[[0.2740757007362366]], [[0.2544163308415985]], [[0.2558066509556828]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103789985179901, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18565067648887634, 0.27488934993743896, -0.649245023727417, -1.828284740447998, 0.25385814905166626, -0.30890581011772156, -0.028326693922281265, -0.3112240135669708, -0.5353320240974426, 0.17914900183677673, 0.5259788632392883, -2.284790515899658, 0.16617225110530853, 1001.0, 195.0, 0.0005658433656208217, -0.22601966559886932, -0.8363499641418457, 1.9090691804885864, -1.0680752992630005, 6.359945109579712e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31027698516845703, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4129972755908966, 0.9601231217384338, -0.13224360346794128, -1.1669446229934692, 1.5984946489334106, 0.31586968898773193, 0.9437519311904907, -0.206045001745224, -0.3074289858341217, 0.22831499576568604, 2.2293176651000977, -1.121137022972107, 1.3617392778396606, 1001.0, 1003.0, 0.0005658433656208217, -0.22601214051246643, -0.8363372683525085, 1.9090842008590698, -1.0676229000091553, 8.163511665770784e-05], "mean": [-0.19951485097408295, 0.6046706438064575, 0.4513877332210541, -1.411952257156372, -0.2539181411266327, -0.120559923350811, 0.028283189982175827, -0.310330867767334, 0.46757206320762634, 0.22824335098266602, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2025303989648819, 0.609261155128479, -0.3621218502521515, -1.4699256420135498, 0.9414095878601074, 0.02834380604326725, 0.2921648919582367, -0.27680036425590515, -0.45246681571006775, 0.20134569704532623, 1.3138734102249146, -1.8804398775100708, 0.919364869594574, 1001.0, 555.02734375, 0.0005658486625179648, -0.22601479291915894, -0.8363451361656189, 1.909065842628479, -1.0678484439849854, 7.472103607142344e-05], "std": [2.4419836336164735e-05, 1.6578227587160654e-05, 2.33178125199629e-05, 2.586832306405995e-05, 2.2276075469562784e-05, 2.0782052160939202e-05, 2.008749288506806e-05, 1.454065932193771e-05, 7.70168480812572e-06, 1.1102821190434042e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.17780202627182007, 0.1890239119529724, 0.13938046991825104, 0.19479864835739136, 0.391934335231781, 0.22987981140613556, 0.33939477801322937, 0.03337368741631508, 0.06849012523889542, 0.012445115484297276, 0.6107181310653687, 0.34580689668655396, 0.37907204031944275, 0.0, 390.4713439941406, 5.296897143125534e-09, 1.397087885379733e-06, 4.710245320893591e-06, 1.255723964277422e-05, 0.00013146520359441638, 1.8242370742882486e-06], "count": [804]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103789985179901, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.18565067648887634, 0.27488934993743896, -0.649245023727417, -1.828284740447998, 0.25385814905166626, -0.30890581011772156, -0.028326693922281265, -0.3112240135669708, -0.5353320240974426, 0.17914900183677673, 0.5259788632392883, -2.284790515899658, 0.16617225110530853, 1001.0, 195.0, 0.0005658433656208217, -0.22601966559886932, -0.8363499641418457, 1.9090691804885864, -1.0680752992630005, 6.359945109579712e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31027698516845703, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4129972755908966, 0.9601231217384338, -0.13224360346794128, -1.1669446229934692, 1.5984946489334106, 0.31586968898773193, 0.9437519311904907, -0.206045001745224, -0.3074289858341217, 0.22831499576568604, 2.2293176651000977, -1.121137022972107, 1.3617392778396606, 1001.0, 1003.0, 0.0005658433656208217, -0.22601214051246643, -0.8363372683525085, 1.9090842008590698, -1.0676229000091553, 8.163511665770784e-05], "mean": [-0.19951489567756653, 0.6046706438064575, 0.4513877034187317, -1.411952257156372, -0.2539181411266327, -0.1205599382519722, 0.028283212333917618, -0.3103308379650116, 0.4675721228122711, 0.2282433807849884, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.20255526900291443, 0.6094143986701965, -0.36236435174942017, -1.4700679779052734, 0.9419658184051514, 0.02830171026289463, 0.2921985685825348, -0.2767997682094574, -0.45243018865585327, 0.20129813253879547, 1.3137668371200562, -1.880947232246399, 0.9194974899291992, 1001.0, 555.0298461914062, 0.0005658486625179648, -0.22601479291915894, -0.8363452553749084, 1.909065842628479, -1.067848801612854, 7.471749268006533e-05], "std": [2.4421329726465046e-05, 1.6574791516177356e-05, 2.3338478058576584e-05, 2.586832306405995e-05, 2.2276075469562784e-05, 2.0762334315804765e-05, 2.0087400116608478e-05, 1.4557448594132438e-05, 7.700412425037939e-06, 1.1096562047896441e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.17780302464962006, 0.189069926738739, 0.13970474898815155, 0.19479791820049286, 0.3912748694419861, 0.22991017997264862, 0.3393644690513611, 0.03337310254573822, 0.0684899240732193, 0.012415206991136074, 0.6106805801391602, 0.34499087929725647, 0.3790305554866791, 0.0, 390.47381591796875, 5.296897143125534e-09, 1.397087885379733e-06, 4.785551936947741e-06, 1.2556337424030062e-05, 0.00013162185496184975, 1.824633841351897e-06], "count": [804]}, "timestamp": {"min": [0.0], "max": [26.766666666666666], "mean": [13.383333333333333], "std": [7.73648762299409], "count": [804]}, "frame_index": {"min": [0], "max": [803], "mean": [401.5], "std": [232.09462868982268], "count": [804]}, "episode_index": {"min": [256], "max": [256], "mean": [256.0], "std": [0.0], "count": [804]}, "index": {"min": [208935], "max": [209738], "mean": [209336.5], "std": [232.09462868982268], "count": [804]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [804]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5546853214650604], "std": [0.0, 0.39008037573432586], "count": [804]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5546853214650604], "std": [0.0, 0.3900803757343259], "count": [804]}, "eef_direction_state": {"mean": [6.0, 4.138059701492537], "std": [0.0, 2.0934853265203763], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.0, 0.5186567164179104], "std": [0.0, 0.5887842154012243], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_acc_mag_state": {"mean": [0.0, 0.3656716417910448], "std": [0.0, 0.6897368967281962], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_direction_action": {"mean": [6.0, 4.138059701492537], "std": [0.0, 2.0934853265203763], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.0, 0.5186567164179104], "std": [0.0, 0.5887842154012243], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_acc_mag_action": {"mean": [0.0, 0.3656716417910448], "std": [0.0, 0.6897368967281962], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [-0.3103310465812683, 0.46757280826568604, 0.22824358940124512, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.276800274848938, -0.4524666368961334, 0.20134571194648743, 1.3138728141784668, -1.8804397583007812, 0.9193652868270874], "std": [1.4539686162606813e-05, 7.666275450901594e-06, 1.110044468077831e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.033373698592185974, 0.06849012523889542, 0.012445122003555298, 0.6107186079025269, 0.34580692648887634, 0.3790723383426666], "min": [-0.3103789985179901, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3112240135669708, -0.5353320240974426, 0.17914900183677673, 0.5259788632392883, -2.284790515899658, 0.16617225110530853], "max": [-0.31027698516845703, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.206045001745224, -0.3074289858341217, 0.22831499576568604, 2.2293176651000977, -1.121137022972107, 1.3617392778396606], "count": [804]}, "eef_sim_pose_action": {"mean": [-0.310330867767334, 0.46757206320762634, 0.22824335098266602, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.27680036425590515, -0.45246681571006775, 0.20134569704532623, 1.3138734102249146, -1.8804398775100708, 0.919364869594574], "std": [1.454065932193771e-05, 7.70168480812572e-06, 1.1102821190434042e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.03337368741631508, 0.06849012523889542, 0.012445115484297276, 0.6107181310653687, 0.34580689668655396, 0.37907204031944275], "min": [-0.3103789985179901, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3112240135669708, -0.5353320240974426, 0.17914900183677673, 0.5259788632392883, -2.284790515899658, 0.16617225110530853], "max": [-0.31027698516845703, 0.4675939977169037, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.206045001745224, -0.3074289858341217, 0.22831499576568604, 2.2293176651000977, -1.121137022972107, 1.3617392778396606], "count": [804]}, "gripper_mode_state": {"mean": [0.0, 0.5472636815920398], "std": [0.0, 0.497761131871868], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_state": {"mean": [2.0, 1.894278606965174], "std": [0.0, 0.4052112058953113], "min": [2, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.0, 0.5472636815920398], "std": [0.0, 0.49776113187186805], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_action": {"mean": [2.0, 1.894278606965174], "std": [0.0, 0.4052112058953113], "min": [2, 0], "max": [2, 2], "count": [804]}}} +{"episode_index": 253, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40829834629254]], [[0.40502503944106377]], [[0.40905207206445793]]], "std": [[[0.19572556433084426]], [[0.19421269373787922]], [[0.19039052159231662]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39014563894523324]], [[0.38585866717376605]], [[0.38310903482082487]]], "std": [[[0.23884933422144608]], [[0.2293627547128243]], [[0.22425567087562517]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5194910694162722]], [[0.4897726884719405]], [[0.5006238576177597]]], "std": [[[0.2064805467093948]], [[0.19458017292757554]], [[0.20356357090072305]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4537005352715799]], [[0.43284884353166553]], [[0.4418903651115619]]], "std": [[[0.26801328187725804]], [[0.2527778881302959]], [[0.25499656655612624]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04368559271097183, 0.27804839611053467, -0.5689598917961121, -1.6365079879760742, 0.2537708580493927, -0.348524808883667, -0.1385093331336975, -0.3227599859237671, -0.5060870051383972, 0.02346700057387352, 0.6450652480125427, -2.108630657196045, 0.5139519572257996, 1001.0, 189.0, 0.0005658433656208217, -0.2260177880525589, -0.8363451957702637, 1.9090723991394043, -1.0679231882095337, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102869987487793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4003436267375946, 0.6047216653823853, -0.12868313491344452, -1.3535552024841309, 1.206755518913269, 0.3482455313205719, 0.686141312122345, -0.2102379947900772, -0.38507699966430664, 0.2289000004529953, 2.313829183578491, -1.121137022972107, 1.33815598487854, 1001.0, 1003.0, 0.0005658433656208217, -0.22601214051246643, -0.8363388180732727, 1.9090811014175415, -1.0678123235702515, -2.8477365958679e-06], "mean": [-0.19951458275318146, 0.6046742796897888, 0.45139068365097046, -1.4119560718536377, -0.2539181709289551, -0.12055671215057373, 0.028278572484850883, -0.3103303015232086, 0.4675719141960144, 0.2282423973083496, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2296532392501831, 0.40439313650131226, -0.3618098199367523, -1.468377709388733, 0.7241880893707275, 0.04268885776400566, 0.1852087527513504, -0.27623769640922546, -0.4639745056629181, 0.14621885120868683, 1.3687231540679932, -1.7896161079406738, 1.0010086297988892, 1001.0, 537.92822265625, 0.0005658482550643384, -0.2260141670703888, -0.8363418579101562, 1.9090657234191895, -1.0678532123565674, -1.012073607853381e-05], "std": [2.5448180167586543e-05, 1.6626039723632857e-05, 2.1522113456740044e-05, 2.4721801310079172e-05, 2.319544364581816e-05, 1.9288463590783067e-05, 2.5384366381331347e-05, 1.5140704817895312e-05, 8.221681127906777e-06, 1.1782919500546996e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.08995814621448517, 0.11626595258712769, 0.14007584750652313, 0.06579793989658356, 0.3288106620311737, 0.23190245032310486, 0.2635802924633026, 0.032021645456552505, 0.034772321581840515, 0.07028452306985855, 0.5776048302650452, 0.2844769358634949, 0.2817744016647339, 0.0, 391.7217712402344, 4.889443516731262e-09, 1.5540784943368635e-06, 1.6525156070201774e-06, 1.1422057468735147e-05, 3.366691089468077e-05, 2.7565192795009352e-06], "count": [766]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04368559271097183, 0.27804839611053467, -0.5689598917961121, -1.6365079879760742, 0.2537708580493927, -0.348524808883667, -0.1385093331336975, -0.3227599859237671, -0.5060870051383972, 0.02346700057387352, 0.6450652480125427, -2.108630657196045, 0.5139519572257996, 1001.0, 189.0, 0.0005658433656208217, -0.2260177880525589, -0.8363451957702637, 1.9090723991394043, -1.0679231882095337, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028361599892377853, -0.3102869987487793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4003436267375946, 0.6047216653823853, -0.12868313491344452, -1.3535552024841309, 1.206755518913269, 0.3482455313205719, 0.686141312122345, -0.2102379947900772, -0.38507699966430664, 0.2289000004529953, 2.313829183578491, -1.121137022972107, 1.33815598487854, 1001.0, 1003.0, 0.0005658433656208217, -0.22601214051246643, -0.8363388180732727, 1.9090811014175415, -1.0678123235702515, -2.8477365958679e-06], "mean": [-0.19951456785202026, 0.6046743392944336, 0.45139068365097046, -1.4119560718536377, -0.2539181709289551, -0.12055676430463791, 0.028278503566980362, -0.310330331325531, 0.4675719141960144, 0.228242427110672, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2294788956642151, 0.40436437726020813, -0.36179086565971375, -1.4685701131820679, 0.7245225310325623, 0.04274741932749748, 0.18532070517539978, -0.27625247836112976, -0.46391627192497253, 0.14615942537784576, 1.368584156036377, -1.7901133298873901, 1.0011472702026367, 1001.0, 537.9255981445312, 0.0005658482550643384, -0.2260141372680664, -0.8363418579101562, 1.9090657234191895, -1.067853331565857, -1.012073607853381e-05], "std": [2.54459009738639e-05, 1.6709425835870206e-05, 2.1522113456740044e-05, 2.4715678591746837e-05, 2.3179327399702743e-05, 1.9313172742840834e-05, 2.5466017177677713e-05, 1.5135093235585373e-05, 8.22227775643114e-06, 1.1792697478085756e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.09014539420604706, 0.11621912568807602, 0.14006462693214417, 0.06584782898426056, 0.32846230268478394, 0.23186685144901276, 0.2635076642036438, 0.03203991800546646, 0.03480362147092819, 0.07023432850837708, 0.577568769454956, 0.2836396098136902, 0.28167518973350525, 0.0, 391.7176208496094, 4.889443516731262e-09, 1.5795968693055329e-06, 1.654630409575475e-06, 1.1420488590374589e-05, 3.3742519008228555e-05, 2.7565192795009352e-06], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [766]}, "index": {"min": [209739], "max": [210504], "mean": [210121.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.537540468336241], "std": [0.0, 0.3912614584257492], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.537540468336241], "std": [0.0, 0.3912614584257492], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.116187989556136], "std": [0.0, 2.119368368924509], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.5835509138381201], "std": [0.0, 0.6069148338556211], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.39947780678851175], "std": [0.0, 0.7114870529608837], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.116187989556136], "std": [0.0, 2.119368368924509], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.5835509138381201], "std": [0.0, 0.6069148338556211], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.39947780678851175], "std": [0.0, 0.7114870529608837], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.310330331325531, 0.46757209300994873, 0.2282424420118332, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.276237428188324, -0.46397432684898376, 0.1462188959121704, 1.368722677230835, -1.7896147966384888, 1.0010079145431519], "std": [1.5140726645768154e-05, 8.220380550483242e-06, 1.1782872206822503e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.032021649181842804, 0.03477231785655022, 0.07028450816869736, 0.5776048302650452, 0.28447672724723816, 0.2817744016647339], "min": [-0.31036999821662903, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3227599859237671, -0.5060870051383972, 0.02346700057387352, 0.6450652480125427, -2.108630657196045, 0.5139519572257996], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2102379947900772, -0.38507699966430664, 0.2289000004529953, 2.313829183578491, -1.121137022972107, 1.33815598487854], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.3103303015232086, 0.4675719141960144, 0.2282423973083496, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.27623769640922546, -0.4639745056629181, 0.14621885120868683, 1.3687231540679932, -1.7896161079406738, 1.0010086297988892], "std": [1.5140704817895312e-05, 8.221681127906777e-06, 1.1782919500546996e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.032021645456552505, 0.034772321581840515, 0.07028452306985855, 0.5776048302650452, 0.2844769358634949, 0.2817744016647339], "min": [-0.31036999821662903, 0.46755000948905945, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3227599859237671, -0.5060870051383972, 0.02346700057387352, 0.6450652480125427, -2.108630657196045, 0.5139519572257996], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2102379947900772, -0.38507699966430664, 0.2289000004529953, 2.313829183578491, -1.121137022972107, 1.33815598487854], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.5626631853785901], "std": [0.0, 0.49605778413226337], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.8838120104438643], "std": [0.0, 0.4254613053642815], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.5626631853785901], "std": [0.0, 0.49605778413226337], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.8838120104438643], "std": [0.0, 0.4254613053642815], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"episode_index": 254, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.996078431372549]]], "mean": [[[0.4214768936204339]], [[0.4071912215806568]], [[0.41211813073900316]]], "std": [[[0.19471954680588563]], [[0.1905702012263709]], [[0.18887102460498664]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3858632137415293]], [[0.38401904522033764]], [[0.38048193216448134]]], "std": [[[0.24006063402220248]], [[0.2286306471958242]], [[0.2304127913193833]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5232547327980271]], [[0.49397422335498614]], [[0.5048333508761378]]], "std": [[[0.2094355119433]], [[0.19686765338880133]], [[0.2072548298720316]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4572559871085448]], [[0.4350805753538634]], [[0.4438210922150046]]], "std": [[[0.2632588179025412]], [[0.24882759725561687]], [[0.252151548152232]]], "count": [163]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1612509787082672, 0.28698450326919556, -0.6072174906730652, -1.6815201044082642, 0.2500009536743164, -0.12058479338884354, -0.15077899396419525, -0.31104201078414917, -0.5379610061645508, 0.07285899668931961, 0.4331599473953247, -2.278406858444214, 0.6572052836418152, 1001.0, 184.0, 0.00032333910348825157, -0.22327879071235657, -0.8362691402435303, 1.9088647365570068, -1.0680896043777466, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4191059172153473, 0.7257776856422424, -0.13439035415649414, -1.2007341384887695, 1.5810413360595703, 0.4663868844509125, 0.5914920568466187, -0.19018200039863586, -0.43171900510787964, 0.2282630056142807, 1.9014413356781006, -1.121137022972107, 1.38892662525177, 1001.0, 1002.0, 0.00032897869823500514, -0.22321675717830658, -0.836248517036438, 1.9096523523330688, -1.0679469108581543, -1.4238683434086852e-05], "mean": [-0.19951707124710083, 0.6046696901321411, 0.4513842761516571, -1.411959171295166, -0.25390705466270447, -0.12053149938583374, 0.028265083208680153, -0.3103318512439728, 0.4675734043121338, 0.22824174165725708, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.29519009590148926, 0.4746381938457489, -0.37433958053588867, -1.4358330965042114, 0.9684803485870361, 0.14084690809249878, 0.16298215091228485, -0.26707085967063904, -0.4838806092739105, 0.17000006139278412, 1.1552468538284302, -1.9418631792068481, 1.058379054069519, 1001.0, 510.636474609375, 0.00032649870263412595, -0.22325041890144348, -0.8362442255020142, 1.9089959859848022, -1.0679957866668701, -1.883412005554419e-05], "std": [2.6990323021891527e-05, 1.6668387615936808e-05, 2.2523050574818626e-05, 2.3673514078836888e-05, 2.209727608715184e-05, 1.6944242815952748e-05, 1.99548030650476e-05, 1.4522378478432074e-05, 7.884696969995275e-06, 1.1738603461708408e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.07749702781438828, 0.1158970296382904, 0.11418275535106659, 0.12642787396907806, 0.37892448902130127, 0.17938664555549622, 0.24249401688575745, 0.03615981712937355, 0.03434988483786583, 0.03764735534787178, 0.5405293107032776, 0.32391244173049927, 0.26141655445098877, 0.0, 391.2916259765625, 1.6707233498891583e-06, 1.7881427993415855e-05, 1.035626064549433e-05, 0.0002036017394857481, 3.295154601801187e-05, 1.131142198573798e-06], "count": [894]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1612509787082672, 0.28698450326919556, -0.6072174906730652, -1.6815201044082642, 0.2500009536743164, -0.12058479338884354, -0.15077899396419525, -0.31104201078414917, -0.5379610061645508, 0.07285899668931961, 0.4331599473953247, -2.278406858444214, 0.6572052836418152, 1001.0, 184.0, 0.00032333910348825157, -0.22327879071235657, -0.8362691402435303, 1.9088647365570068, -1.0680896043777466, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4191059172153473, 0.7257776856422424, -0.13439035415649414, -1.2007341384887695, 1.5810413360595703, 0.4663868844509125, 0.5914920568466187, -0.19018200039863586, -0.43171900510787964, 0.2282630056142807, 1.9014413356781006, -1.121137022972107, 1.38892662525177, 1001.0, 1002.0, 0.00032897869823500514, -0.22321675717830658, -0.836248517036438, 1.9096523523330688, -1.0679469108581543, -1.4238683434086852e-05], "mean": [-0.1995171457529068, 0.6046697497367859, 0.4513842463493347, -1.411959171295166, -0.25390705466270447, -0.12053140997886658, 0.02826506271958351, -0.3103318214416504, 0.4675734043121338, 0.22824175655841827, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.29517924785614014, 0.4747692346572876, -0.37450915575027466, -1.4360171556472778, 0.9690956473350525, 0.14093486964702606, 0.16296875476837158, -0.2670692205429077, -0.4838443696498871, 0.16995790600776672, 1.1549721956253052, -1.9424128532409668, 1.0585331916809082, 1001.0, 510.63421630859375, 0.0003264923288952559, -0.22325050830841064, -0.8362442255020142, 1.9089957475662231, -1.0679959058761597, -1.8836242816178128e-05], "std": [2.6913918190984987e-05, 1.657503526075743e-05, 2.253646744065918e-05, 2.3636232072021812e-05, 2.209727608715184e-05, 1.6862213669810444e-05, 1.9954266463173553e-05, 1.4477837794402149e-05, 7.860782716306858e-06, 1.173156124423258e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.07751105725765228, 0.11610996723175049, 0.11440931260585785, 0.1265125572681427, 0.37820979952812195, 0.17927759885787964, 0.24250514805316925, 0.036157913506031036, 0.034384168684482574, 0.037603218108415604, 0.5403791069984436, 0.32293465733528137, 0.26127299666404724, 0.0, 391.28851318359375, 1.6719880022719735e-06, 1.7865906556835398e-05, 1.0386086614744272e-05, 0.00020359682093840092, 3.310192550998181e-05, 1.131420276578865e-06], "count": [894]}, "timestamp": {"min": [0.0], "max": [29.766666666666666], "mean": [14.883333333333335], "std": [8.602513629209822], "count": [894]}, "frame_index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "episode_index": {"min": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [894]}, "index": {"min": [210505], "max": [211398], "mean": [210951.5], "std": [258.07540887629466], "count": [894]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [894]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5101644308941743], "std": [0.0, 0.39069838256567], "count": [894]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5101644308941743], "std": [0.0, 0.39069838256566997], "count": [894]}, "eef_direction_state": {"mean": [6.0, 4.149888143176733], "std": [0.0, 2.228530426583493], "min": [6, 0], "max": [6, 6], "count": [894]}, "eef_velocity_state": {"mean": [0.0, 0.5078299776286354], "std": [0.0, 0.5469512717669414], "min": [0, 0], "max": [0, 2], "count": [894]}, "eef_acc_mag_state": {"mean": [0.0, 0.3523489932885906], "std": [0.0, 0.6837929379620831], "min": [0, 0], "max": [0, 2], "count": [894]}, "eef_direction_action": {"mean": [6.0, 4.149888143176733], "std": [0.0, 2.228530426583493], "min": [6, 0], "max": [6, 6], "count": [894]}, "eef_velocity_action": {"mean": [0.0, 0.5078299776286354], "std": [0.0, 0.5469512717669414], "min": [0, 0], "max": [0, 2], "count": [894]}, "eef_acc_mag_action": {"mean": [0.0, 0.3523489932885906], "std": [0.0, 0.6837929379620831], "min": [0, 0], "max": [0, 2], "count": [894]}, "eef_sim_pose_state": {"mean": [-0.31033167243003845, 0.467573344707489, 0.2282417118549347, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2670709788799286, -0.4838809072971344, 0.16999994218349457, 1.1552478075027466, -1.9418628215789795, 1.058379888534546], "std": [1.4520994227495976e-05, 7.884112164902035e-06, 1.1738579814846162e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.036159828305244446, 0.03434988111257553, 0.03764734044671059, 0.5405292510986328, 0.32391253113746643, 0.2614165246486664], "min": [-0.31037500500679016, 0.46755099296569824, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31104201078414917, -0.5379610061645508, 0.07285899668931961, 0.4331599473953247, -2.278406858444214, 0.6572052836418152], "max": [-0.3102850019931793, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19018200039863586, -0.43171900510787964, 0.2282630056142807, 1.9014413356781006, -1.121137022972107, 1.38892662525177], "count": [894]}, "eef_sim_pose_action": {"mean": [-0.3103318512439728, 0.4675734043121338, 0.22824174165725708, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, -0.26707085967063904, -0.4838806092739105, 0.17000006139278412, 1.1552468538284302, -1.9418631792068481, 1.058379054069519], "std": [1.4522378478432074e-05, 7.884696969995275e-06, 1.1738603461708408e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.03615981712937355, 0.03434988483786583, 0.03764735534787178, 0.5405293107032776, 0.32391244173049927, 0.26141655445098877], "min": [-0.31037500500679016, 0.46755099296569824, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31104201078414917, -0.5379610061645508, 0.07285899668931961, 0.4331599473953247, -2.278406858444214, 0.6572052836418152], "max": [-0.3102850019931793, 0.467602014541626, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19018200039863586, -0.43171900510787964, 0.2282630056142807, 1.9014413356781006, -1.121137022972107, 1.38892662525177], "count": [894]}, "gripper_mode_state": {"mean": [0.0, 0.5939597315436241], "std": [0.0, 0.49109222030922633], "min": [0, 0], "max": [0, 1], "count": [894]}, "gripper_activity_state": {"mean": [2.0, 1.9015659955257271], "std": [0.0, 0.39194605334387544], "min": [2, 0], "max": [2, 2], "count": [894]}, "gripper_mode_action": {"mean": [0.0, 0.5939597315436241], "std": [0.0, 0.49109222030922633], "min": [0, 0], "max": [0, 1], "count": [894]}, "gripper_activity_action": {"mean": [2.0, 1.9015659955257271], "std": [0.0, 0.39194605334387544], "min": [2, 0], "max": [2, 2], "count": [894]}}} +{"episode_index": 255, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.42462343965363925]], [[0.4094415071584189]], [[0.4146833163821084]]], "std": [[[0.1941092443381519]], [[0.19023633862730058]], [[0.18903274105557896]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38457772831354764]], [[0.3829460812102619]], [[0.37894560602018584]]], "std": [[[0.24020948537772338]], [[0.2286381298237807]], [[0.2302169603045151]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5251588496509715]], [[0.49530413693255076]], [[0.5061466447690187]]], "std": [[[0.21004902536063652]], [[0.19714660808625895]], [[0.20752910957968074]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4597144399426437]], [[0.4389076672335601]], [[0.4482159683317772]]], "std": [[[0.269146187745636]], [[0.254114583837882]], [[0.2575051692943953]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038400530815125, 0.46755099296569824, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.036564648151397705, 0.2912081778049469, -0.5107182264328003, -1.8158230781555176, 0.2537883222103119, -0.12150982022285461, -0.06979572027921677, -0.3171350061893463, -0.5098279714584351, 0.11514999717473984, 0.4848056733608246, -2.26723575592041, 0.5891414880752563, 1001.0, 184.0, 0.0003195793251506984, -0.2253861427307129, -0.836414098739624, 1.9088655710220337, -1.068381905555725, -2.657887489476707e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102959990501404, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3262892961502075, 0.6919183731079102, -0.14379768073558807, -1.3010730743408203, 1.4962183237075806, 0.413695365190506, 0.6037617325782776, -0.19654299318790436, -0.370373010635376, 0.23160099983215332, 2.0246803760528564, -1.121137022972107, 1.3643054962158203, 1001.0, 1003.0, 0.00032333910348825157, -0.2232825607061386, -0.8362651467323303, 1.9088853597640991, -1.0678684711456299, -1.5187928511295468e-05], "mean": [-0.19951756298542023, 0.6046753525733948, 0.4513852298259735, -1.4119595289230347, -0.25390759110450745, -0.12051225453615189, 0.02826635353267193, -0.3103336691856384, 0.4675733745098114, 0.22824479639530182, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.20537853240966797, 0.49874985218048096, -0.32141992449760437, -1.5029929876327515, 0.8991575837135315, 0.1163940355181694, 0.20126502215862274, -0.27007248997688293, -0.4616371989250183, 0.1793818175792694, 1.2333816289901733, -1.8964290618896484, 1.0274196863174438, 1001.0, 506.11968994140625, 0.0003208096604794264, -0.22379879653453827, -0.8363230228424072, 1.908880352973938, -1.06809663772583, -1.9314788005431183e-05], "std": [2.4949173166533e-05, 1.6154266631929204e-05, 2.237762419099454e-05, 2.4086997655103914e-05, 2.2455336875282228e-05, 2.0997013052692637e-05, 1.9828759832307696e-05, 1.4260688658396248e-05, 7.636471309524495e-06, 1.1133995030832011e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.09449142962694168, 0.12303397804498672, 0.10168467462062836, 0.15037217736244202, 0.3775671422481537, 0.20469847321510315, 0.23685626685619354, 0.03630640730261803, 0.04295418784022331, 0.031811557710170746, 0.5644820332527161, 0.3355051875114441, 0.2644903361797333, 0.0, 388.5279846191406, 1.2905233006677008e-06, 0.0007697760011069477, 6.39684876659885e-05, 8.090832125162706e-06, 0.0001437891914974898, 1.076977696357062e-06], "count": [777]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038400530815125, 0.46755099296569824, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.036564648151397705, 0.2912081778049469, -0.5107182264328003, -1.8158230781555176, 0.2537883222103119, -0.12150982022285461, -0.06979572027921677, -0.3171350061893463, -0.5098279714584351, 0.11514999717473984, 0.4848056733608246, -2.26723575592041, 0.5891414880752563, 1001.0, 184.0, 0.0003195793251506984, -0.2253861427307129, -0.836414098739624, 1.9088655710220337, -1.068381905555725, -2.657887489476707e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102959990501404, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3262892961502075, 0.6919183731079102, -0.14379768073558807, -1.3010730743408203, 1.4962183237075806, 0.413695365190506, 0.6037617325782776, -0.19654299318790436, -0.370373010635376, 0.23160099983215332, 2.0246803760528564, -1.121137022972107, 1.3643054962158203, 1001.0, 1003.0, 0.00032333910348825157, -0.2232825607061386, -0.8362651467323303, 1.9088853597640991, -1.0678684711456299, -1.5187928511295468e-05], "mean": [-0.1995176076889038, 0.6046753525733948, 0.4513852596282959, -1.4119595289230347, -0.2539076507091522, -0.1205122172832489, 0.02826637588441372, -0.3103336989879608, 0.4675734043121338, 0.2282448410987854, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.20525844395160675, 0.4988613724708557, -0.3214963674545288, -1.5032020807266235, 0.8997209668159485, 0.11646177619695663, 0.2012813836336136, -0.2700807750225067, -0.46158355474472046, 0.17934934794902802, 1.233113169670105, -1.896970272064209, 1.0276004076004028, 1001.0, 506.12225341796875, 0.00032080482924357057, -0.2237998992204666, -0.8363232016563416, 1.9088802337646484, -1.0680968761444092, -1.9316008547320962e-05], "std": [2.4995200874400325e-05, 1.6158039215952158e-05, 2.236050204373896e-05, 2.4126797143253498e-05, 2.249511089758016e-05, 2.1029329218436033e-05, 1.9827943106065504e-05, 1.4259878298616968e-05, 7.646764970559161e-06, 1.1147054465254769e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.09455811232328415, 0.12316907942295074, 0.10180453211069107, 0.15035836398601532, 0.3769298791885376, 0.2046288102865219, 0.2368408441543579, 0.03631628677248955, 0.04297278821468353, 0.03177454322576523, 0.5643700957298279, 0.33459168672561646, 0.2643459737300873, 0.0, 388.531982421875, 1.2880775557277957e-06, 0.0007696501561440527, 6.403684528777376e-05, 7.998118235263973e-06, 0.00014398887287825346, 1.0771403822218417e-06], "count": [777]}, "timestamp": {"min": [0.0], "max": [25.866666666666667], "mean": [12.933333333333334], "std": [7.4766797939152605], "count": [777]}, "frame_index": {"min": [0], "max": [776], "mean": [388.0], "std": [224.3003938174578], "count": [777]}, "episode_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [777]}, "index": {"min": [211399], "max": [212175], "mean": [211787.0], "std": [224.3003938174578], "count": [777]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [777]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.505884171107561], "std": [0.0, 0.38822799904006444], "count": [777]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.505884171107561], "std": [0.0, 0.3882279990400644], "count": [777]}, "eef_direction_state": {"mean": [6.0, 4.24967824967825], "std": [0.0, 2.158328402342494], "min": [6, 0], "max": [6, 6], "count": [777]}, "eef_velocity_state": {"mean": [0.0, 0.5598455598455598], "std": [0.0, 0.597578965199482], "min": [0, 0], "max": [0, 2], "count": [777]}, "eef_acc_mag_state": {"mean": [0.0, 0.41055341055341055], "std": [0.0, 0.7246651576946799], "min": [0, 0], "max": [0, 2], "count": [777]}, "eef_direction_action": {"mean": [6.0, 4.24967824967825], "std": [0.0, 2.158328402342494], "min": [6, 0], "max": [6, 6], "count": [777]}, "eef_velocity_action": {"mean": [0.0, 0.5598455598455598], "std": [0.0, 0.597578965199482], "min": [0, 0], "max": [0, 2], "count": [777]}, "eef_acc_mag_action": {"mean": [0.0, 0.41055341055341055], "std": [0.0, 0.7246651576946799], "min": [0, 0], "max": [0, 2], "count": [777]}, "eef_sim_pose_state": {"mean": [-0.31033363938331604, 0.4675731956958771, 0.22824491560459137, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2700725197792053, -0.46163734793663025, 0.1793818324804306, 1.2333828210830688, -1.8964325189590454, 1.027419924736023], "std": [1.4260637726692948e-05, 7.633887435076758e-06, 1.1133302905363962e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03630639240145683, 0.04295419156551361, 0.03181156888604164, 0.5644821524620056, 0.3355051279067993, 0.2644902765750885], "min": [-0.31038400530815125, 0.46755099296569824, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3171350061893463, -0.5098279714584351, 0.11514999717473984, 0.4848056733608246, -2.26723575592041, 0.5891414880752563], "max": [-0.3102959990501404, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19654299318790436, -0.370373010635376, 0.23160099983215332, 2.0246803760528564, -1.121137022972107, 1.3643054962158203], "count": [777]}, "eef_sim_pose_action": {"mean": [-0.3103336691856384, 0.4675733745098114, 0.22824479639530182, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.27007248997688293, -0.4616371989250183, 0.1793818175792694, 1.2333816289901733, -1.8964290618896484, 1.0274196863174438], "std": [1.4260688658396248e-05, 7.636471309524495e-06, 1.1133995030832011e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03630640730261803, 0.04295418784022331, 0.031811557710170746, 0.5644820332527161, 0.3355051875114441, 0.2644903361797333], "min": [-0.31038400530815125, 0.46755099296569824, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3171350061893463, -0.5098279714584351, 0.11514999717473984, 0.4848056733608246, -2.26723575592041, 0.5891414880752563], "max": [-0.3102959990501404, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19654299318790436, -0.370373010635376, 0.23160099983215332, 2.0246803760528564, -1.121137022972107, 1.3643054962158203], "count": [777]}, "gripper_mode_state": {"mean": [0.0, 0.5971685971685972], "std": [0.0, 0.49046739313055926], "min": [0, 0], "max": [0, 1], "count": [777]}, "gripper_activity_state": {"mean": [2.0, 1.8841698841698842], "std": [0.0, 0.4238320154459457], "min": [2, 0], "max": [2, 2], "count": [777]}, "gripper_mode_action": {"mean": [0.0, 0.5971685971685972], "std": [0.0, 0.49046739313055915], "min": [0, 0], "max": [0, 1], "count": [777]}, "gripper_activity_action": {"mean": [2.0, 1.8841698841698842], "std": [0.0, 0.4238320154459456], "min": [2, 0], "max": [2, 2], "count": [777]}}} +{"episode_index": 256, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43136448706340286]], [[0.41485166234752924]], [[0.4200698919695267]]], "std": [[[0.19373319432691471]], [[0.1895082990177358]], [[0.18899556732979]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3818142120436285]], [[0.37943560972690565]], [[0.37447688480912533]]], "std": [[[0.23971257291389106]], [[0.22757980199932237]], [[0.22820249900152131]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5234682777569627]], [[0.49387420121976605]], [[0.5046294219120769]]], "std": [[[0.20974019497707952]], [[0.1963409954858342]], [[0.20658567241555245]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47119598866616713]], [[0.4508204058428042]], [[0.45932271241830064]]], "std": [[[0.26961235776113834]], [[0.2548147250393326]], [[0.25797187889538065]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25731387734413147, 0.29274410009384155, -0.5306324362754822, -1.8357198238372803, 0.2497042566537857, -0.16920965909957886, -0.028326693922281265, -0.3216649889945984, -0.5148940086364746, 0.16179899871349335, 0.4594428241252899, -2.364128589630127, 0.7436909675598145, 1001.0, 181.0, 0.0003176994505338371, -0.22404015064239502, -0.8364806771278381, 1.9088640213012695, -1.068263053894043, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.356658011674881, 0.7156373262405396, -0.08110544830560684, -1.2464269399642944, 1.545366883277893, 0.3756297528743744, 0.5989097356796265, -0.21187500655651093, -0.33721300959587097, 0.23055399954319, 1.874229907989502, -1.1208581924438477, 1.4316827058792114, 1001.0, 1002.0, 0.0003195793251506984, -0.22307012975215912, -0.8364109396934509, 1.9088916778564453, -1.06789231300354, -2.8477365958679e-06], "mean": [-0.19951574504375458, 0.6046760082244873, 0.4513835906982422, -1.411958932876587, -0.25391677021980286, -0.12052451819181442, 0.02827540785074234, -0.3103313148021698, 0.46757346391677856, 0.22824643552303314, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.1367601752281189, 0.5242734551429749, -0.2806456685066223, -1.4954769611358643, 0.9317977428436279, 0.05143887922167778, 0.2806285321712494, -0.27904531359672546, -0.4482455551624298, 0.19882594048976898, 1.254601240158081, -1.916530728340149, 1.0678976774215698, 1001.0, 510.335693359375, 0.000319133308948949, -0.22330233454704285, -0.8364512324333191, 1.9088937044143677, -1.068052053451538, -1.7819467757362872e-05], "std": [2.5838273359113373e-05, 1.7006506823236123e-05, 2.318714359716978e-05, 2.381070407864172e-05, 2.2903626813786104e-05, 1.6030215192586184e-05, 1.9650124158943072e-05, 1.455285837437259e-05, 7.729609023954254e-06, 1.2222473742440343e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.17714034020900726, 0.12967216968536377, 0.13023756444454193, 0.18063335120677948, 0.3781851828098297, 0.21723125874996185, 0.219801127910614, 0.03218492865562439, 0.05521349981427193, 0.01667124591767788, 0.5394492745399475, 0.346269428730011, 0.2512163817882538, 0.0, 392.3254089355469, 7.995055284482078e-07, 0.00027587616932578385, 2.9195165552664548e-05, 1.6519157725269906e-05, 0.00014155404642224312, 3.434551672398811e-06], "count": [852]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25731387734413147, 0.29274410009384155, -0.5306324362754822, -1.8357198238372803, 0.2497042566537857, -0.16920965909957886, -0.028326693922281265, -0.3216649889945984, -0.5148940086364746, 0.16179899871349335, 0.4594428241252899, -2.364128589630127, 0.7436909675598145, 1001.0, 181.0, 0.0003176994505338371, -0.22404015064239502, -0.8364806771278381, 1.9088640213012695, -1.068263053894043, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.356658011674881, 0.7156373262405396, -0.08110544830560684, -1.2464269399642944, 1.545366883277893, 0.3756297528743744, 0.5989097356796265, -0.21187500655651093, -0.33721300959587097, 0.23055399954319, 1.874229907989502, -1.1208581924438477, 1.4316827058792114, 1001.0, 1002.0, 0.0003195793251506984, -0.22307012975215912, -0.8364109396934509, 1.9088916778564453, -1.0678930282592773, -2.8477365958679e-06], "mean": [-0.199515700340271, 0.6046760082244873, 0.4513835906982422, -1.411958932876587, -0.25391674041748047, -0.12052450329065323, 0.02827540785074234, -0.3103313446044922, 0.46757346391677856, 0.22824639081954956, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.13670673966407776, 0.5244012475013733, -0.28073692321777344, -1.4955723285675049, 0.932449460029602, 0.051481910049915314, 0.28098592162132263, -0.279058039188385, -0.44819673895835876, 0.19879338145256042, 1.2544584274291992, -1.917309284210205, 1.0679467916488647, 1001.0, 510.335693359375, 0.00031913109705783427, -0.22330136597156525, -0.8364512324333191, 1.9088938236236572, -1.0680525302886963, -1.781612627382856e-05], "std": [2.583764580776915e-05, 1.700402754067909e-05, 2.318714359716978e-05, 2.3813947336748242e-05, 2.2903659555595368e-05, 1.6031750419642776e-05, 1.9650124158943072e-05, 1.4552735592587851e-05, 7.729609023954254e-06, 1.2213535228511319e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.1771281510591507, 0.1298050433397293, 0.13038428127765656, 0.18061067163944244, 0.3774958550930023, 0.2172008901834488, 0.21954602003097534, 0.032199420034885406, 0.05521475896239281, 0.01664075441658497, 0.539381206035614, 0.34522590041160583, 0.25115764141082764, 0.0, 392.32537841796875, 8.008664167391544e-07, 0.00027473075897432864, 2.9171398637117818e-05, 1.6620964743196964e-05, 0.00014161378203425556, 3.4338927434873767e-06], "count": [852]}, "timestamp": {"min": [0.0], "max": [28.366666666666667], "mean": [14.183333333333334], "std": [8.198368175481066], "count": [852]}, "frame_index": {"min": [0], "max": [851], "mean": [425.5], "std": [245.95104526443197], "count": [852]}, "episode_index": {"min": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [852]}, "index": {"min": [212176], "max": [213027], "mean": [212601.5], "std": [245.95104526443197], "count": [852]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [852]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5100281670899458], "std": [0.0, 0.39193984064537646], "count": [852]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5100281670899458], "std": [0.0, 0.39193984064537646], "count": [852]}, "eef_direction_state": {"mean": [6.0, 4.053990610328638], "std": [0.0, 2.1355245949617268], "min": [6, 0], "max": [6, 6], "count": [852]}, "eef_velocity_state": {"mean": [0.0, 0.5070422535211268], "std": [0.0, 0.5022925686347733], "min": [0, 0], "max": [0, 2], "count": [852]}, "eef_acc_mag_state": {"mean": [0.0, 0.3544600938967136], "std": [0.0, 0.6791262783375625], "min": [0, 0], "max": [0, 2], "count": [852]}, "eef_direction_action": {"mean": [6.0, 4.053990610328638], "std": [0.0, 2.1355245949617268], "min": [6, 0], "max": [6, 6], "count": [852]}, "eef_velocity_action": {"mean": [0.0, 0.5070422535211268], "std": [0.0, 0.5022925686347733], "min": [0, 0], "max": [0, 2], "count": [852]}, "eef_acc_mag_action": {"mean": [0.0, 0.3544600938967136], "std": [0.0, 0.6791262783375625], "min": [0, 0], "max": [0, 2], "count": [852]}, "eef_sim_pose_state": {"mean": [-0.3103312849998474, 0.4675736725330353, 0.22824640572071075, -1.573227047920227, -1.1211369037628174, -0.7462755441665649, -0.279045432806015, -0.44824519753456116, 0.19882600009441376, 1.2546019554138184, -1.9165306091308594, 1.0678983926773071], "std": [1.4552830180036835e-05, 7.726845979050267e-06, 1.2222414625284728e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03218492865562439, 0.055213503539562225, 0.01667124591767788, 0.5394493937492371, 0.3462693393230438, 0.25121644139289856], "min": [-0.3103800117969513, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3216649889945984, -0.5148940086364746, 0.16179899871349335, 0.4594428241252899, -2.364128589630127, 0.7436909675598145], "max": [-0.3102859854698181, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21187500655651093, -0.33721300959587097, 0.23055399954319, 1.874229907989502, -1.1208581924438477, 1.4316827058792114], "count": [852]}, "eef_sim_pose_action": {"mean": [-0.3103313148021698, 0.46757346391677856, 0.22824643552303314, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.27904531359672546, -0.4482455551624298, 0.19882594048976898, 1.254601240158081, -1.916530728340149, 1.0678976774215698], "std": [1.455285837437259e-05, 7.729609023954254e-06, 1.2222473742440343e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.03218492865562439, 0.05521349981427193, 0.01667124591767788, 0.5394492745399475, 0.346269428730011, 0.2512163817882538], "min": [-0.3103800117969513, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3216649889945984, -0.5148940086364746, 0.16179899871349335, 0.4594428241252899, -2.364128589630127, 0.7436909675598145], "max": [-0.3102859854698181, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21187500655651093, -0.33721300959587097, 0.23055399954319, 1.874229907989502, -1.1208581924438477, 1.4316827058792114], "count": [852]}, "gripper_mode_state": {"mean": [0.0, 0.5915492957746479], "std": [0.0, 0.4915472779328196], "min": [0, 0], "max": [0, 1], "count": [852]}, "gripper_activity_state": {"mean": [2.0, 1.8967136150234742], "std": [0.0, 0.40086584417470605], "min": [2, 0], "max": [2, 2], "count": [852]}, "gripper_mode_action": {"mean": [0.0, 0.5915492957746479], "std": [0.0, 0.49154727793281966], "min": [0, 0], "max": [0, 1], "count": [852]}, "gripper_activity_action": {"mean": [2.0, 1.8967136150234742], "std": [0.0, 0.40086584417470605], "min": [2, 0], "max": [2, 2], "count": [852]}}} +{"episode_index": 257, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.42841207437275985]], [[0.41184595324689016]], [[0.41709387650221375]]], "std": [[[0.19496877972762158]], [[0.19153587587797374]], [[0.19052702764086496]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38535622891629767]], [[0.38144210283575797]], [[0.3755314410710521]]], "std": [[[0.23722083176872868]], [[0.22468812432761978]], [[0.22435000196901153]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5156234094982078]], [[0.487691805028463]], [[0.4986289874551971]]], "std": [[[0.20701414922836972]], [[0.194293134967778]], [[0.20426045462530912]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629347327640734]], [[0.4403463683322792]], [[0.4480467148956357]]], "std": [[[0.26142524451095556]], [[0.2450842488117023]], [[0.2479591653954709]]], "count": [155]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.027122417464852333, 0.3000744581222534, -0.6281614899635315, -1.7852275371551514, 0.25384068489074707, -0.12857840955257416, -0.04890412464737892, -0.31336501240730286, -0.5315619707107544, 0.12596100568771362, 0.47910910844802856, -2.2551321983337402, 0.4878990352153778, 1001.0, 181.0, 0.0003176994505338371, -0.22326377034187317, -0.836470365524292, 1.908878207206726, -1.0682765245437622, -2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4033106863498688, 0.7742280960083008, -0.1339016556739807, -1.2381540536880493, 1.540968656539917, 0.41081559658050537, 0.686211109161377, -0.19338500499725342, -0.3573080003261566, 0.22960899770259857, 1.9830960035324097, -1.121137022972107, 1.3812549114227295, 1001.0, 1002.0, 0.0003176994505338371, -0.22322240471839905, -0.8364592790603638, 1.9088979959487915, -1.0678962469100952, -1.3289437447383534e-05], "mean": [-0.19951722025871277, 0.6046718955039978, 0.4513837695121765, -1.4119606018066406, -0.2539164125919342, -0.12052951008081436, 0.028281118720769882, -0.3103308379650116, 0.4675735533237457, 0.22824445366859436, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.2578321099281311, 0.5032496452331543, -0.37101879715919495, -1.4479498863220215, 0.963499128818512, 0.10378329455852509, 0.1537514626979828, -0.27470049262046814, -0.47455763816833496, 0.17953410744667053, 1.1609917879104614, -1.9072322845458984, 1.05662202835083, 1001.0, 594.5846557617188, 0.0003176962200086564, -0.22323890030384064, -0.8364673852920532, 1.9088997840881348, -1.0681583881378174, -1.6951855286606587e-05], "std": [2.723555371630937e-05, 1.5984671335900202e-05, 2.2556409021490254e-05, 2.5332677978440188e-05, 2.275029692100361e-05, 1.5666535546188243e-05, 1.9082644939771853e-05, 1.4620857655245345e-05, 8.282088856503833e-06, 1.1855395314341877e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.1175282821059227, 0.14105409383773804, 0.11795835196971893, 0.16034762561321259, 0.3934949040412903, 0.1992114633321762, 0.2483273595571518, 0.03368789702653885, 0.050019629299640656, 0.026384685188531876, 0.5617929100990295, 0.35658684372901917, 0.28528720140457153, 0.0, 400.4045104980469, 3.230525180697441e-09, 1.1521494343469385e-05, 4.72504461868084e-06, 1.2203483493067324e-05, 0.00011743835784727708, 8.894034522199945e-07], "count": [833]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.027122417464852333, 0.3000744581222534, -0.6281614899635315, -1.7852275371551514, 0.25384068489074707, -0.12857840955257416, -0.04890412464737892, -0.31336501240730286, -0.5315619707107544, 0.12596100568771362, 0.47910910844802856, -2.2551321983337402, 0.4878990352153778, 1001.0, 181.0, 0.0003176994505338371, -0.22326377034187317, -0.836470365524292, 1.908878207206726, -1.0682765245437622, -2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029099225997925, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4033106863498688, 0.7742280960083008, -0.1339016556739807, -1.2381540536880493, 1.540968656539917, 0.41081559658050537, 0.686211109161377, -0.19338500499725342, -0.3573080003261566, 0.22960899770259857, 1.9830960035324097, -1.121137022972107, 1.3812549114227295, 1001.0, 1002.0, 0.0003176994505338371, -0.22322240471839905, -0.8364592790603638, 1.9088979959487915, -1.0678962469100952, -1.3289437447383534e-05], "mean": [-0.19951720535755157, 0.6046718955039978, 0.4513837695121765, -1.4119607210159302, -0.25391635298728943, -0.12052961438894272, 0.02828109823167324, -0.3103308081626892, 0.4675735533237457, 0.22824442386627197, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.25783827900886536, 0.5033680200576782, -0.37122926115989685, -1.4481236934661865, 0.9640222191810608, 0.10385208576917648, 0.15374788641929626, -0.2747029960155487, -0.47451964020729065, 0.17947690188884735, 1.160814881324768, -1.907739520072937, 1.056711196899414, 1001.0, 594.5846557617188, 0.0003176962200086564, -0.2232389599084854, -0.8364673852920532, 1.9088997840881348, -1.068158507347107, -1.6951853467617184e-05], "std": [2.7235781089984812e-05, 1.5891631846898235e-05, 2.2538328266819008e-05, 2.5331539291073568e-05, 2.272881829412654e-05, 1.5584808352286927e-05, 1.9099701603408903e-05, 1.461781812395202e-05, 8.284300747618545e-06, 1.1851598173961975e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.11752542108297348, 0.1411805897951126, 0.11825770884752274, 0.16038718819618225, 0.3928404450416565, 0.19914381206035614, 0.24832989275455475, 0.033690620213747025, 0.05003692954778671, 0.02633063867688179, 0.5616862177848816, 0.3557676672935486, 0.2852018177509308, 0.0, 400.4045104980469, 3.230525180697441e-09, 1.1540062587300781e-05, 4.725763574242592e-06, 1.2201115168863907e-05, 0.0001174457574961707, 8.894025427252927e-07], "count": [833]}, "timestamp": {"min": [0.0], "max": [27.733333333333334], "mean": [13.866666666666664], "std": [8.015540461434206], "count": [833]}, "frame_index": {"min": [0], "max": [832], "mean": [416.0], "std": [240.4662138430262], "count": [833]}, "episode_index": {"min": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [833]}, "index": {"min": [213028], "max": [213860], "mean": [213444.0], "std": [240.4662138430262], "count": [833]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [833]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5945822304251099], "std": [0.0, 0.4004010510196576], "count": [833]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5945822304251099], "std": [0.0, 0.4004010510196576], "count": [833]}, "eef_direction_state": {"mean": [6.0, 4.183673469387755], "std": [0.0, 2.183892237529701], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_state": {"mean": [0.0, 0.5426170468187275], "std": [0.0, 0.602851462434841], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_state": {"mean": [0.0, 0.3517406962785114], "std": [0.0, 0.6735795832494251], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_direction_action": {"mean": [6.0, 4.183673469387755], "std": [0.0, 2.183892237529701], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_action": {"mean": [0.0, 0.5426170468187275], "std": [0.0, 0.602851462434841], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_action": {"mean": [0.0, 0.3517406962785114], "std": [0.0, 0.6735795832494251], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_sim_pose_state": {"mean": [-0.31033071875572205, 0.4675736129283905, 0.22824445366859436, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27470049262046814, -0.47455787658691406, 0.1795341819524765, 1.1609913110733032, -1.9072352647781372, 1.0566226243972778], "std": [1.4620149158872664e-05, 8.281725968117826e-06, 1.1855395314341877e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03368789702653885, 0.05001961439847946, 0.026384705677628517, 0.5617929100990295, 0.3565864861011505, 0.2852872610092163], "min": [-0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31336501240730286, -0.5315619707107544, 0.12596100568771362, 0.47910910844802856, -2.2551321983337402, 0.4878990352153778], "max": [-0.31029099225997925, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19338500499725342, -0.3573080003261566, 0.22960899770259857, 1.9830960035324097, -1.121137022972107, 1.3812549114227295], "count": [833]}, "eef_sim_pose_action": {"mean": [-0.3103308379650116, 0.4675735533237457, 0.22824445366859436, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.27470049262046814, -0.47455763816833496, 0.17953410744667053, 1.1609917879104614, -1.9072322845458984, 1.05662202835083], "std": [1.4620857655245345e-05, 8.282088856503833e-06, 1.1855395314341877e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.03368789702653885, 0.050019629299640656, 0.026384685188531876, 0.5617929100990295, 0.35658684372901917, 0.28528720140457153], "min": [-0.310373991727829, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31336501240730286, -0.5315619707107544, 0.12596100568771362, 0.47910910844802856, -2.2551321983337402, 0.4878990352153778], "max": [-0.31029099225997925, 0.46759501099586487, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19338500499725342, -0.3573080003261566, 0.22960899770259857, 1.9830960035324097, -1.121137022972107, 1.3812549114227295], "count": [833]}, "gripper_mode_state": {"mean": [0.0, 0.4885954381752701], "std": [0.0, 0.4998699190485334], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_state": {"mean": [2.0, 1.8955582232893158], "std": [0.0, 0.40393259725931246], "min": [2, 0], "max": [2, 2], "count": [833]}, "gripper_mode_action": {"mean": [0.0, 0.4885954381752701], "std": [0.0, 0.4998699190485334], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_action": {"mean": [2.0, 1.8955582232893158], "std": [0.0, 0.40393259725931246], "min": [2, 0], "max": [2, 2], "count": [833]}}} +{"episode_index": 258, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4257874450828897]], [[0.4151439626347228]], [[0.4189630689196208]]], "std": [[[0.19804139284459066]], [[0.19410904661324185]], [[0.19118722530847074]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3924131525126607]], [[0.39010457651603686]], [[0.38532023032723023]]], "std": [[[0.2385107583175096]], [[0.22799013864110065]], [[0.22836236341221497]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5148710854650912]], [[0.4850152334112453]], [[0.4916639262217028]]], "std": [[[0.20518261145051275]], [[0.19432982578397387]], [[0.20480439253849694]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48008371207202527]], [[0.4547203921027572]], [[0.46203593418603645]]], "std": [[[0.25687765501805415]], [[0.2419479357952994]], [[0.24608103976820195]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12348204106092453, 0.2462485134601593, -0.5995380878448486, -1.6422675848007202, 0.2525666058063507, -0.1287529319524765, -0.05663593113422394, -0.31596601009368896, -0.5311779975891113, 0.1105320006608963, 0.5539498925209045, -2.225867748260498, 0.7426008582115173, 1001.0, 182.0, 0.0003176994505338371, -0.22326940298080444, -0.8364648222923279, 1.9088822603225708, -1.0682417154312134, -2.1832647689734586e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3700621426105499, 0.6243915557861328, -0.15863296389579773, -1.1971911191940308, 1.3878858089447021, 0.28234192728996277, 0.4605400264263153, -0.21475400030612946, -0.4281109869480133, 0.22827400267124176, 1.6708025932312012, -1.121137022972107, 1.4608688354492188, 1001.0, 1002.0, 0.0003176994505338371, -0.22325435280799866, -0.8364576697349548, 1.9088940620422363, -1.0680277347564697, -1.3289437447383534e-05], "mean": [-0.19952110946178436, 0.6046743988990784, 0.45138847827911377, -1.411959171295166, -0.25389498472213745, -0.1205320805311203, 0.028288278728723526, -0.31032833456993103, 0.46757441759109497, 0.2282440960407257, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.26574668288230896, 0.4480377733707428, -0.37046685814857483, -1.4003921747207642, 0.8905938863754272, 0.09222681820392609, 0.14035257697105408, -0.2874775826931, -0.4845503866672516, 0.17523972690105438, 1.1486070156097412, -1.8681681156158447, 1.1118569374084473, 1001.0, 637.0235595703125, 0.0003176963364239782, -0.22326281666755676, -0.836465060710907, 1.9089003801345825, -1.0680903196334839, -1.680724017205648e-05], "std": [2.6276193239027634e-05, 1.6922716895351186e-05, 2.2391515813069418e-05, 2.4646435122122057e-05, 2.2163976609590463e-05, 1.439883271814324e-05, 2.1591120457742363e-05, 1.4320293303171638e-05, 7.642235686944332e-06, 1.150280877482146e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.07147372514009476, 0.12869593501091003, 0.12378554046154022, 0.13038042187690735, 0.336319237947464, 0.12318774312734604, 0.1625383049249649, 0.03042939119040966, 0.03220909833908081, 0.026676198467612267, 0.3955536484718323, 0.35785356163978577, 0.25596779584884644, 0.0, 397.01983642578125, 3.1141098588705063e-09, 2.119889586538193e-06, 3.950120571971638e-06, 1.2438064004527405e-05, 7.712839578744024e-05, 9.261834179596917e-07], "count": [806]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103710114955902, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12348204106092453, 0.2462485134601593, -0.5995380878448486, -1.6422675848007202, 0.2525666058063507, -0.1287529319524765, -0.05663593113422394, -0.31596601009368896, -0.5311779975891113, 0.1105320006608963, 0.5539498925209045, -2.225867748260498, 0.7426008582115173, 1001.0, 182.0, 0.0003176994505338371, -0.22326940298080444, -0.8364648222923279, 1.9088822603225708, -1.0682417154312134, -2.1832647689734586e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3700621426105499, 0.6243915557861328, -0.15863296389579773, -1.1971911191940308, 1.3878858089447021, 0.28234192728996277, 0.4605400264263153, -0.21475400030612946, -0.4281109869480133, 0.22827400267124176, 1.6708025932312012, -1.121137022972107, 1.4608688354492188, 1001.0, 1002.0, 0.0003176994505338371, -0.22325435280799866, -0.8364576697349548, 1.9088940620422363, -1.0680277347564697, -1.3289437447383534e-05], "mean": [-0.19952112436294556, 0.6046744585037231, 0.451388418674469, -1.4119592905044556, -0.2538948953151703, -0.1205320805311203, 0.028288278728723526, -0.31032833456993103, 0.4675743877887726, 0.2282440960407257, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.26577863097190857, 0.4480588436126709, -0.37064650654792786, -1.4005430936813354, 0.8911572098731995, 0.09242591261863708, 0.14032228291034698, -0.2874833047389984, -0.48452651500701904, 0.1751626878976822, 1.1482923030853271, -1.868752121925354, 1.11197030544281, 1001.0, 637.0235595703125, 0.0003176963364239782, -0.22326281666755676, -0.836465060710907, 1.9089006185531616, -1.0680902004241943, -1.6807238353067078e-05], "std": [2.6275914933648892e-05, 1.6921821952564642e-05, 2.2399948647944257e-05, 2.4686170945642516e-05, 2.2195992642082274e-05, 1.4398831808648538e-05, 2.1591120457742363e-05, 1.4311284758150578e-05, 7.637754606548697e-06, 1.149782201537164e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.07144972681999207, 0.1287228912115097, 0.12400772422552109, 0.1304641216993332, 0.3356320559978485, 0.12297323346138, 0.16257181763648987, 0.030434150248765945, 0.032228756695985794, 0.02661263942718506, 0.39531657099723816, 0.3570168614387512, 0.25582635402679443, 0.0, 397.01983642578125, 3.1141098588705063e-09, 2.1199141428951407e-06, 3.95103961636778e-06, 1.2667319424508605e-05, 7.694873784203082e-05, 9.261807463190053e-07], "count": [806]}, "timestamp": {"min": [0.0], "max": [26.833333333333332], "mean": [13.416666666666664], "std": [7.755732646816089], "count": [806]}, "frame_index": {"min": [0], "max": [805], "mean": [402.5], "std": [232.67197940448264], "count": [806]}, "episode_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [806]}, "index": {"min": [213861], "max": [214666], "mean": [214263.5], "std": [232.67197940448264], "count": [806]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [806]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.6370210903269186], "std": [0.0, 0.3970167688465074], "count": [806]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.6370210903269186], "std": [0.0, 0.3970167688465074], "count": [806]}, "eef_direction_state": {"mean": [6.0, 4.2245657568238215], "std": [0.0, 2.2003703720537713], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_state": {"mean": [0.0, 0.49007444168734493], "std": [0.0, 0.5518079865422256], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_state": {"mean": [0.0, 0.3238213399503722], "std": [0.0, 0.6575413169263253], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_direction_action": {"mean": [6.0, 4.2245657568238215], "std": [0.0, 2.2003703720537713], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_action": {"mean": [0.0, 0.49007444168734493], "std": [0.0, 0.5518079865422256], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_action": {"mean": [0.0, 0.3238213399503722], "std": [0.0, 0.6575413169263253], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_sim_pose_state": {"mean": [-0.3103283941745758, 0.4675746560096741, 0.22824418544769287, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2874777317047119, -0.48455068469047546, 0.17523975670337677, 1.1486090421676636, -1.8681703805923462, 1.1118580102920532], "std": [1.4320205991680268e-05, 7.637974704266526e-06, 1.150253683590563e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03042939491569996, 0.03220910206437111, 0.026676194742321968, 0.3955538272857666, 0.3578532040119171, 0.2559678256511688], "min": [-0.3103710114955902, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31596601009368896, -0.5311779975891113, 0.1105320006608963, 0.5539498925209045, -2.225867748260498, 0.7426008582115173], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21475400030612946, -0.4281109869480133, 0.22827400267124176, 1.6708025932312012, -1.121137022972107, 1.4608688354492188], "count": [806]}, "eef_sim_pose_action": {"mean": [-0.31032833456993103, 0.46757441759109497, 0.2282440960407257, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2874775826931, -0.4845503866672516, 0.17523972690105438, 1.1486070156097412, -1.8681681156158447, 1.1118569374084473], "std": [1.4320293303171638e-05, 7.642235686944332e-06, 1.150280877482146e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.03042939119040966, 0.03220909833908081, 0.026676198467612267, 0.3955536484718323, 0.35785356163978577, 0.25596779584884644], "min": [-0.3103710114955902, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31596601009368896, -0.5311779975891113, 0.1105320006608963, 0.5539498925209045, -2.225867748260498, 0.7426008582115173], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21475400030612946, -0.4281109869480133, 0.22827400267124176, 1.6708025932312012, -1.121137022972107, 1.4608688354492188], "count": [806]}, "gripper_mode_state": {"mean": [0.0, 0.43672456575682383], "std": [0.0, 0.4959800594997081], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_state": {"mean": [2.0, 1.8908188585607941], "std": [0.0, 0.4143697710236036], "min": [2, 0], "max": [2, 2], "count": [806]}, "gripper_mode_action": {"mean": [0.0, 0.43672456575682383], "std": [0.0, 0.4959800594997081], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_action": {"mean": [2.0, 1.8908188585607941], "std": [0.0, 0.4143697710236036], "min": [2, 0], "max": [2, 2], "count": [806]}}} +{"episode_index": 259, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.996078431372549]]], "mean": [[[0.4289667256142964]], [[0.4172898284313726]], [[0.42091475603954664]]], "std": [[[0.196683004861752]], [[0.19315960458469136]], [[0.19058919495665647]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.390541042287168]], [[0.3880468956833788]], [[0.3825657472904773]]], "std": [[[0.23800157767226135]], [[0.2272873763315742]], [[0.22812459105627442]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5167068195685448]], [[0.48623183223711425]], [[0.4927562114772069]]], "std": [[[0.20607091070006314]], [[0.19439007878746392]], [[0.20484898422991288]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4854425221829238]], [[0.46292347149830393]], [[0.46627522338049143]]], "std": [[[0.2577357713804065]], [[0.24021043363670389]], [[0.24393544817119242]]], "count": [158]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038400530815125, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029356438666582108, 0.2695835530757904, -0.561001181602478, -1.600938081741333, 0.2537883222103119, -0.13205161690711975, -0.028291787952184677, -0.33478400111198425, -0.5302119851112366, 0.1661120057106018, 0.5919409394264221, -2.221306085586548, 0.7456113696098328, 1001.0, 195.0, 0.0003176994505338371, -0.223280668258667, -0.8364648222923279, 1.908881425857544, -1.0680943727493286, -2.1832647689734586e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37281978130340576, 0.6046867966651917, -0.17414894700050354, -1.1793887615203857, 1.391428828239441, 0.2692694067955017, 0.4818854033946991, -0.23000499606132507, -0.4247579872608185, 0.2294580042362213, 1.5732269287109375, -1.121137022972107, 1.5098881721496582, 1001.0, 1003.0, 0.0003176994505338371, -0.22326000034809113, -0.8364576697349548, 1.9088948965072632, -1.0680063962936401, -1.3289437447383534e-05], "mean": [-0.19951657950878143, 0.6046752333641052, 0.4513889253139496, -1.4119583368301392, -0.2538943588733673, -0.12053070962429047, 0.02826469950377941, -0.310332715511322, 0.4675719439983368, 0.22824236750602722, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.21666160225868225, 0.46979162096977234, -0.3786727786064148, -1.3952770233154297, 0.8782646059989929, 0.012609325349330902, 0.1581924557685852, -0.30294910073280334, -0.4715195596218109, 0.18363285064697266, 1.181017518043518, -1.840301752090454, 1.1377445459365845, 1001.0, 670.7342529296875, 0.000317696132697165, -0.22326962649822235, -0.8364661931991577, 1.9089040756225586, -1.0680489540100098, -1.7278840459766798e-05], "std": [2.5699999241624027e-05, 1.630296537769027e-05, 2.2674095816910267e-05, 2.293993929924909e-05, 2.218500776507426e-05, 1.5126708603929728e-05, 1.9672266716952436e-05, 1.4216658200894017e-05, 7.699861271248665e-06, 1.1501181688799988e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.09249874204397202, 0.1281670480966568, 0.13228382170200348, 0.1245565190911293, 0.3369523882865906, 0.12835831940174103, 0.15061388909816742, 0.03012033738195896, 0.03656039759516716, 0.018317360430955887, 0.36136573553085327, 0.3499261736869812, 0.27565798163414, 0.0, 388.0726318359375, 3.3178366720676422e-09, 3.2714538065192755e-06, 4.763845026900526e-06, 1.779507874744013e-05, 2.4184620997402817e-05, 9.283894542022608e-07], "count": [858]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038400530815125, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029356438666582108, 0.2695835530757904, -0.561001181602478, -1.600938081741333, 0.2537883222103119, -0.13205161690711975, -0.028291787952184677, -0.33478400111198425, -0.5302119851112366, 0.1661120057106018, 0.5919409394264221, -2.221306085586548, 0.7462756037712097, 1001.0, 195.0, 0.0003176994505338371, -0.223280668258667, -0.8364648222923279, 1.908881425857544, -1.0680943727493286, -2.1832647689734586e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37281978130340576, 0.6046867966651917, -0.17414894700050354, -1.1793887615203857, 1.391428828239441, 0.2692694067955017, 0.4818854033946991, -0.23000499606132507, -0.4247579872608185, 0.2294580042362213, 1.5732269287109375, -1.121137022972107, 1.5098881721496582, 1001.0, 1003.0, 0.0003176994505338371, -0.22326000034809113, -0.8364576697349548, 1.9088948965072632, -1.0680063962936401, -1.3289437447383534e-05], "mean": [-0.19951653480529785, 0.6046752333641052, 0.4513889253139496, -1.4119583368301392, -0.2538943290710449, -0.12053070962429047, 0.02826470136642456, -0.310332715511322, 0.4675719439983368, 0.22824235260486603, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.21660777926445007, 0.4697895050048828, -0.3787968158721924, -1.3953646421432495, 0.8786290884017944, 0.012619087472558022, 0.15825431048870087, -0.3029763400554657, -0.47147947549819946, 0.1835681051015854, 1.1808885335922241, -1.840769648551941, 1.137846827507019, 1001.0, 670.736572265625, 0.000317696132697165, -0.22326964139938354, -0.8364661931991577, 1.9089040756225586, -1.0680488348007202, -1.7278840459766798e-05], "std": [2.5657327569206245e-05, 1.630296537769027e-05, 2.2674095816910267e-05, 2.293993929924909e-05, 2.222016337327659e-05, 1.5126708603929728e-05, 1.967222851817496e-05, 1.4197300515661482e-05, 7.691775863349903e-06, 1.1501362678245641e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.0925222858786583, 0.12816506624221802, 0.13240168988704681, 0.12459497898817062, 0.3364453613758087, 0.1283484250307083, 0.15054866671562195, 0.030137619003653526, 0.03658350557088852, 0.01825757324695587, 0.36124467849731445, 0.349232941865921, 0.2755298316478729, 0.0, 388.0757751464844, 3.3178366720676422e-09, 3.2687935345165897e-06, 4.762683147419011e-06, 1.779818740033079e-05, 2.4224285880336538e-05, 9.283894542022608e-07], "count": [858]}, "timestamp": {"min": [0.0], "max": [28.566666666666666], "mean": [14.283333333333331], "std": [8.256103241889647], "count": [858]}, "frame_index": {"min": [0], "max": [857], "mean": [428.5], "std": [247.68309725668942], "count": [858]}, "episode_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [858]}, "index": {"min": [214667], "max": [215524], "mean": [215095.5], "std": [247.68309725668942], "count": [858]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [858]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.6697657317235753], "std": [0.0, 0.38724596634313324], "count": [858]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.6697657317235753], "std": [0.0, 0.38724596634313324], "count": [858]}, "eef_direction_state": {"mean": [6.0, 4.384615384615385], "std": [0.0, 2.1508053793427866], "min": [6, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.0, 0.43356643356643354], "std": [0.0, 0.5296712340838924], "min": [0, 0], "max": [0, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.0, 0.3356643356643357], "std": [0.0, 0.6666625914753134], "min": [0, 0], "max": [0, 2], "count": [858]}, "eef_direction_action": {"mean": [6.0, 4.384615384615385], "std": [0.0, 2.1508053793427866], "min": [6, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.0, 0.43356643356643354], "std": [0.0, 0.5296712340838924], "min": [0, 0], "max": [0, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.0, 0.3356643356643357], "std": [0.0, 0.6666625914753134], "min": [0, 0], "max": [0, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [-0.3103325664997101, 0.4675723910331726, 0.22824250161647797, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30294930934906006, -0.47151991724967957, 0.18363265693187714, 1.1810237169265747, -1.8402951955795288, 1.1377489566802979], "std": [1.4215988812793512e-05, 7.685954187763855e-06, 1.1500487744342536e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.030120354145765305, 0.03656039759516716, 0.018317360430955887, 0.3613656163215637, 0.34992626309394836, 0.27565842866897583], "min": [-0.31038400530815125, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33478400111198425, -0.5302119851112366, 0.1661120057106018, 0.5919409394264221, -2.221306085586548, 0.7456113696098328], "max": [-0.31029000878334045, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23000499606132507, -0.4247579872608185, 0.2294580042362213, 1.5732269287109375, -1.121137022972107, 1.5098881721496582], "count": [858]}, "eef_sim_pose_action": {"mean": [-0.310332715511322, 0.4675719439983368, 0.22824236750602722, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.30294910073280334, -0.4715195596218109, 0.18363285064697266, 1.181017518043518, -1.840301752090454, 1.1377445459365845], "std": [1.4216658200894017e-05, 7.699861271248665e-06, 1.1501181688799988e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.03012033738195896, 0.03656039759516716, 0.018317360430955887, 0.36136573553085327, 0.3499261736869812, 0.27565798163414], "min": [-0.31038400530815125, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33478400111198425, -0.5302119851112366, 0.1661120057106018, 0.5919409394264221, -2.221306085586548, 0.7456113696098328], "max": [-0.31029000878334045, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23000499606132507, -0.4247579872608185, 0.2294580042362213, 1.5732269287109375, -1.121137022972107, 1.5098881721496582], "count": [858]}, "gripper_mode_state": {"mean": [0.0, 0.40442890442890445], "std": [0.0, 0.49078117903128854], "min": [0, 0], "max": [0, 1], "count": [858]}, "gripper_activity_state": {"mean": [2.0, 1.8986013986013985], "std": [0.0, 0.39839175773612256], "min": [2, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.0, 0.40442890442890445], "std": [0.0, 0.4907811790312886], "min": [0, 0], "max": [0, 1], "count": [858]}, "gripper_activity_action": {"mean": [2.0, 1.8986013986013985], "std": [0.0, 0.39839175773612256], "min": [2, 0], "max": [2, 2], "count": [858]}}} +{"episode_index": 260, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.42727270799508765]], [[0.41609517063194706]], [[0.41955489467549223]]], "std": [[[0.19705939145974297]], [[0.19365284247990563]], [[0.19131009326091666]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3899277806398568]], [[0.3860425604158861]], [[0.38001845650680655]]], "std": [[[0.23795361504914797]], [[0.22647495299874856]], [[0.22685685514351125]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5156546537404771]], [[0.48535765059739394]], [[0.4919469539673619]]], "std": [[[0.20555247352978123]], [[0.19432009175672144]], [[0.20476030954006508]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47791444985637566]], [[0.45351488931559886]], [[0.46092464406144623]]], "std": [[[0.2527611264248149]], [[0.23803902519056674]], [[0.2424273975577334]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.047595128417015076, 0.254102498292923, -0.5938133597373962, -1.7260782718658447, 0.2537883222103119, -0.18303269147872925, -0.09901252388954163, -0.336650013923645, -0.5299680233001709, 0.14391499757766724, 0.5552545189857483, -2.250202178955078, 0.7456113696098328, 1001.0, 187.0, 0.00031581957591697574, -0.2233126312494278, -0.836467981338501, 1.9088774919509888, -1.0681846141815186, -2.1832647689734586e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39444440603256226, 0.6047391295433044, -0.14826571941375732, -1.136767864227295, 1.3941689729690552, 0.2876651883125305, 0.5136678218841553, -0.22793999314308167, -0.39359501004219055, 0.22831599414348602, 1.6757190227508545, -1.121137022972107, 1.4710822105407715, 1001.0, 1003.0, 0.0003176994505338371, -0.22326940298080444, -0.8364592790603638, 1.9088925123214722, -1.0680031776428223, -1.0441701306262985e-05], "mean": [-0.1995120793581009, 0.6046757698059082, 0.45139163732528687, -1.4119616746902466, -0.2538955807685852, -0.1205306202173233, 0.02826765552163124, -0.31033435463905334, 0.46757063269615173, 0.22824139893054962, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.22218208014965057, 0.4284186363220215, -0.3355858027935028, -1.3945715427398682, 0.9531992077827454, 0.04828299582004547, 0.17667154967784882, -0.2928437292575836, -0.4770662784576416, 0.1793188601732254, 1.1091872453689575, -1.9227406978607178, 1.2076008319854736, 1001.0, 537.195556640625, 0.0003161151835229248, -0.22329021990299225, -0.8364663124084473, 1.9089006185531616, -1.0680598020553589, -1.7007458154694177e-05], "std": [2.6732799597084522e-05, 1.6389889424317516e-05, 2.2322743461700156e-05, 2.4862674763426185e-05, 2.3023621906759217e-05, 1.4677137187391054e-05, 2.0498766389209777e-05, 1.473661086492939e-05, 7.92167065810645e-06, 1.1847519999719225e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.11622162163257599, 0.11536788940429688, 0.11275728046894073, 0.16475705802440643, 0.3586169481277466, 0.13611476123332977, 0.17535331845283508, 0.029876478016376495, 0.04085402190685272, 0.02049795165657997, 0.416741281747818, 0.3612357974052429, 0.2575688362121582, 0.0, 394.4522399902344, 6.858044798718765e-07, 9.691605555417482e-06, 4.688401077146409e-06, 1.4691225260321517e-05, 4.522793824435212e-05, 9.531811429042136e-07], "count": [854]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.047595128417015076, 0.254102498292923, -0.5938133597373962, -1.7260782718658447, 0.2537883222103119, -0.18303269147872925, -0.09901252388954163, -0.336650013923645, -0.5299680233001709, 0.14391499757766724, 0.5552545189857483, -2.250202178955078, 0.7456113696098328, 1001.0, 187.0, 0.00031581957591697574, -0.2233126312494278, -0.836467981338501, 1.9088774919509888, -1.0681846141815186, -2.1832647689734586e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39444440603256226, 0.6047391295433044, -0.14826571941375732, -1.136767864227295, 1.3941689729690552, 0.2876651883125305, 0.5136678218841553, -0.22793999314308167, -0.39359501004219055, 0.22831599414348602, 1.6757190227508545, -1.121137022972107, 1.4710822105407715, 1001.0, 1003.0, 0.0003176994505338371, -0.22326940298080444, -0.8364592790603638, 1.9088925123214722, -1.0680031776428223, -1.0441701306262985e-05], "mean": [-0.1995120793581009, 0.6046757698059082, 0.45139163732528687, -1.4119619131088257, -0.25389552116394043, -0.1205306202173233, 0.028267674148082733, -0.31033432483673096, 0.4675706923007965, 0.22824141383171082, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.22218845784664154, 0.4283383786678314, -0.3357524871826172, -1.3945673704147339, 0.9534556865692139, 0.048210371285676956, 0.17658886313438416, -0.29287418723106384, -0.47704634070396423, 0.17924422025680542, 1.1090729236602783, -1.9230434894561768, 1.2077993154525757, 1001.0, 537.1932373046875, 0.0003161151835229248, -0.22329026460647583, -0.8364663124084473, 1.9089006185531616, -1.0680599212646484, -1.7008569557219744e-05], "std": [2.6736803192761727e-05, 1.63709519256372e-05, 2.2322743461700156e-05, 2.4841387130436487e-05, 2.310073068656493e-05, 1.4677137187391054e-05, 2.051413684966974e-05, 1.4740810001967475e-05, 7.927275873953477e-06, 1.185297605843516e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.11622059345245361, 0.11526898294687271, 0.11303316801786423, 0.1647566854953766, 0.3581957519054413, 0.13622134923934937, 0.17546644806861877, 0.02990744821727276, 0.04086276516318321, 0.020435387268662453, 0.4166276454925537, 0.3606722950935364, 0.25727906823158264, 0.0, 394.4478759765625, 6.858044798718765e-07, 9.696511369838845e-06, 4.688401077146409e-06, 1.4692162949359044e-05, 4.5230317482491955e-05, 9.538268841424724e-07], "count": [854]}, "timestamp": {"min": [0.0], "max": [28.433333333333334], "mean": [14.216666666666667], "std": [8.217613197678913], "count": [854]}, "frame_index": {"min": [0], "max": [853], "mean": [426.5], "std": [246.52839593036742], "count": [854]}, "episode_index": {"min": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [854]}, "index": {"min": [215525], "max": [216378], "mean": [215951.5], "std": [246.52839593036742], "count": [854]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [854]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5365714321405882], "std": [0.0, 0.3937161942425706], "count": [854]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5365714321405882], "std": [0.0, 0.39371619424257054], "count": [854]}, "eef_direction_state": {"mean": [6.0, 4.345433255269321], "std": [0.0, 2.1108333231557346], "min": [6, 0], "max": [6, 6], "count": [854]}, "eef_velocity_state": {"mean": [0.0, 0.48009367681498827], "std": [0.0, 0.5444650087851374], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_acc_mag_state": {"mean": [0.0, 0.34660421545667447], "std": [0.0, 0.6787206868477339], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_direction_action": {"mean": [6.0, 4.345433255269321], "std": [0.0, 2.1108333231557346], "min": [6, 0], "max": [6, 6], "count": [854]}, "eef_velocity_action": {"mean": [0.0, 0.48009367681498827], "std": [0.0, 0.5444650087851374], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_acc_mag_action": {"mean": [0.0, 0.34660421545667447], "std": [0.0, 0.6787206868477339], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_sim_pose_state": {"mean": [-0.3103340268135071, 0.4675709009170532, 0.228241428732872, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29284387826919556, -0.4770665466785431, 0.17931893467903137, 1.1091877222061157, -1.9227397441864014, 1.207601547241211], "std": [1.473331758461427e-05, 7.916840331745334e-06, 1.1847439054690767e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02987646870315075, 0.040854018181562424, 0.02049795724451542, 0.41674140095710754, 0.36123597621917725, 0.2575686573982239], "min": [-0.31037700176239014, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.336650013923645, -0.5299680233001709, 0.14391499757766724, 0.5552545189857483, -2.250202178955078, 0.7456113696098328], "max": [-0.3102869987487793, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22793999314308167, -0.39359501004219055, 0.22831599414348602, 1.6757190227508545, -1.121137022972107, 1.4710822105407715], "count": [854]}, "eef_sim_pose_action": {"mean": [-0.31033435463905334, 0.46757063269615173, 0.22824139893054962, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.2928437292575836, -0.4770662784576416, 0.1793188601732254, 1.1091872453689575, -1.9227406978607178, 1.2076008319854736], "std": [1.473661086492939e-05, 7.92167065810645e-06, 1.1847519999719225e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.029876478016376495, 0.04085402190685272, 0.02049795165657997, 0.416741281747818, 0.3612357974052429, 0.2575688362121582], "min": [-0.31037700176239014, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.336650013923645, -0.5299680233001709, 0.14391499757766724, 0.5552545189857483, -2.250202178955078, 0.7456113696098328], "max": [-0.3102869987487793, 0.46759501099586487, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22793999314308167, -0.39359501004219055, 0.22831599414348602, 1.6757190227508545, -1.121137022972107, 1.4710822105407715], "count": [854]}, "gripper_mode_state": {"mean": [0.0, 0.563231850117096], "std": [0.0, 0.4959856178668599], "min": [0, 0], "max": [0, 1], "count": [854]}, "gripper_activity_state": {"mean": [2.0, 1.9004683840749415], "std": [0.0, 0.3939528447012502], "min": [2, 0], "max": [2, 2], "count": [854]}, "gripper_mode_action": {"mean": [0.0, 0.563231850117096], "std": [0.0, 0.49598561786685996], "min": [0, 0], "max": [0, 1], "count": [854]}, "gripper_activity_action": {"mean": [2.0, 1.9004683840749415], "std": [0.0, 0.3939528447012502], "min": [2, 0], "max": [2, 2], "count": [854]}}} +{"episode_index": 261, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42626311788512317]], [[0.41558873171233174]], [[0.4196131657685149]]], "std": [[[0.19729000921401385]], [[0.19404229077634294]], [[0.19118306388036893]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.390787432909146]], [[0.3872308831645241]], [[0.38042556837856556]]], "std": [[[0.23866956515362292]], [[0.22678472539751982]], [[0.22638519924317668]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5149181789161581]], [[0.484832207938363]], [[0.49136614427779945]]], "std": [[[0.20487770444141204]], [[0.19398130693409688]], [[0.20438384728312917]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48080454107691645]], [[0.45418572939661517]], [[0.4600581363892135]]], "std": [[[0.25767675081559843]], [[0.24129585359341402]], [[0.24475617615001777]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46754300594329834, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14969688653945923, 0.2511354386806488, -0.6227683424949646, -1.658656120300293, 0.2537708580493927, -0.12081168591976166, -0.06499606370925903, -0.3173939883708954, -0.529744029045105, 0.1132500022649765, 0.5745000839233398, -2.3207876682281494, 0.7462756037712097, 1001.0, 181.0, 0.00031393967219628394, -0.2234066277742386, -0.8364640474319458, 1.9088822603225708, -1.0680570602416992, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102869987487793, 0.467602014541626, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4046894907951355, 0.6414085030555725, -0.14685200154781342, -1.1796679496765137, 1.4561456441879272, 0.33080971240997314, 0.32442179322242737, -0.2286739945411682, -0.4276539981365204, 0.228876993060112, 1.5732269287109375, -1.121137022972107, 1.4377673864364624, 1001.0, 1002.0, 0.00031581957591697574, -0.22330887615680695, -0.8364568948745728, 1.908893346786499, -1.0679984092712402, -1.4238683434086852e-05], "mean": [-0.1995134800672531, 0.6046728491783142, 0.45139241218566895, -1.411965012550354, -0.2538999319076538, -0.12053114920854568, 0.028276415541768074, -0.3103318214416504, 0.467571496963501, 0.228240504860878, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2791077494621277, 0.4866490364074707, -0.4070551097393036, -1.3808919191360474, 1.0729751586914062, 0.1179300844669342, 0.12412045150995255, -0.2937728464603424, -0.4849384129047394, 0.1816888153553009, 0.9962952136993408, -1.993860125541687, 1.1631044149398804, 1001.0, 580.6484375, 0.0003143632202409208, -0.2233574390411377, -0.836465060710907, 1.9089009761810303, -1.0680251121520996, -1.7299844330409542e-05], "std": [2.535193743824493e-05, 1.696057734079659e-05, 2.3063696062308736e-05, 2.379592478973791e-05, 2.122943442373071e-05, 1.612767118785996e-05, 1.88907597475918e-05, 1.4905273928889073e-05, 8.070514013525099e-06, 1.1753036233130842e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.08376055955886841, 0.12461020052433014, 0.1265089064836502, 0.1442040055990219, 0.38054633140563965, 0.1373797506093979, 0.11415470391511917, 0.02103053778409958, 0.035234224051237106, 0.027465960010886192, 0.34855523705482483, 0.3907254934310913, 0.24295170605182648, 0.0, 400.0725402832031, 7.863572477617709e-07, 2.6937314032693394e-05, 5.092682840768248e-06, 1.3564788787334692e-05, 1.924798561958596e-05, 9.698397889223997e-07], "count": [805]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46754300594329834, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14969688653945923, 0.2511354386806488, -0.6227683424949646, -1.658656120300293, 0.2537708580493927, -0.12081168591976166, -0.06499606370925903, -0.3173939883708954, -0.529744029045105, 0.1132500022649765, 0.5745000839233398, -2.3207876682281494, 0.7462756037712097, 1001.0, 181.0, 0.00031393967219628394, -0.2234066277742386, -0.8364640474319458, 1.9088822603225708, -1.0680570602416992, -2.3731137844151817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102869987487793, 0.467602014541626, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4046894907951355, 0.6414085030555725, -0.14685200154781342, -1.1796679496765137, 1.4561456441879272, 0.33080971240997314, 0.32442179322242737, -0.2286739945411682, -0.4276539981365204, 0.228876993060112, 1.5732269287109375, -1.121137022972107, 1.4377673864364624, 1001.0, 1002.0, 0.00031581957591697574, -0.22330887615680695, -0.8364568948745728, 1.908893346786499, -1.0679984092712402, -1.4238683434086852e-05], "mean": [-0.1995135247707367, 0.6046727299690247, 0.45139241218566895, -1.411965012550354, -0.2538999319076538, -0.12053120136260986, 0.028276415541768074, -0.3103318512439728, 0.4675714671611786, 0.228240504860878, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2791086435317993, 0.48669326305389404, -0.4072668254375458, -1.3810569047927856, 1.0735026597976685, 0.11800123006105423, 0.12407834082841873, -0.29378050565719604, -0.4849010705947876, 0.1816084086894989, 0.9960734248161316, -1.9944058656692505, 1.163261890411377, 1001.0, 580.6484375, 0.00031436089193448424, -0.22335757315158844, -0.836465060710907, 1.9089010953903198, -1.0680251121520996, -1.7302201740676537e-05], "std": [2.5402412575203925e-05, 1.6975560356513597e-05, 2.3063696062308736e-05, 2.379592478973791e-05, 2.122943442373071e-05, 1.6025029253796674e-05, 1.88907597475918e-05, 1.4898334484314546e-05, 8.080849511316046e-06, 1.1759053450077772e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.08375962823629379, 0.12465833127498627, 0.1267252117395401, 0.14431548118591309, 0.3797038793563843, 0.13727092742919922, 0.11421702802181244, 0.021037694066762924, 0.035268478095531464, 0.027424251660704613, 0.3482446074485779, 0.3898119032382965, 0.24272257089614868, 0.0, 400.0725402832031, 7.84817984822439e-07, 2.6926025384454988e-05, 5.093131676403573e-06, 1.3680365555046592e-05, 1.9232833437854424e-05, 9.71623080658901e-07], "count": [805]}, "timestamp": {"min": [0.0], "max": [26.8], "mean": [13.4], "std": [7.746110134914312], "count": [805]}, "frame_index": {"min": [0], "max": [804], "mean": [402.0], "std": [232.38330404742936], "count": [805]}, "episode_index": {"min": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [805]}, "index": {"min": [216379], "max": [217183], "mean": [216781.0], "std": [232.38330404742936], "count": [805]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [805]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5806434757035711], "std": [0.0, 0.40006655105240513], "count": [805]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5806434757035711], "std": [0.0, 0.40006655105240513], "count": [805]}, "eef_direction_state": {"mean": [6.0, 4.508074534161491], "std": [0.0, 1.9659200477629375], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.0, 0.48074534161490684], "std": [0.0, 0.5356270520388395], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_state": {"mean": [0.0, 0.35403726708074534], "std": [0.0, 0.6835233700239656], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_direction_action": {"mean": [6.0, 4.508074534161491], "std": [0.0, 1.9659200477629375], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.0, 0.48074534161490684], "std": [0.0, 0.5356270520388395], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_action": {"mean": [0.0, 0.35403726708074534], "std": [0.0, 0.6835233700239656], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [-0.31033167243003845, 0.4675719141960144, 0.22824059426784515, -1.573227047920227, -1.121137022972107, -0.7462756633758545, -0.2937726378440857, -0.4849383533000946, 0.1816888302564621, 0.996293306350708, -1.9938619136810303, 1.1631032228469849], "std": [1.4904538147675339e-05, 8.060996151471045e-06, 1.1752729733416345e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.021030543372035027, 0.035234224051237106, 0.02746596932411194, 0.34855514764785767, 0.3907257318496704, 0.2429516315460205], "min": [-0.31037798523902893, 0.46754300594329834, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3173939883708954, -0.529744029045105, 0.1132500022649765, 0.5745000839233398, -2.3207876682281494, 0.7462756037712097], "max": [-0.3102869987487793, 0.467602014541626, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2286739945411682, -0.4276539981365204, 0.228876993060112, 1.5732269287109375, -1.121137022972107, 1.4377673864364624], "count": [805]}, "eef_sim_pose_action": {"mean": [-0.3103318214416504, 0.467571496963501, 0.228240504860878, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2937728464603424, -0.4849384129047394, 0.1816888153553009, 0.9962952136993408, -1.993860125541687, 1.1631044149398804], "std": [1.4905273928889073e-05, 8.070514013525099e-06, 1.1753036233130842e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.02103053778409958, 0.035234224051237106, 0.027465960010886192, 0.34855523705482483, 0.3907254934310913, 0.24295170605182648], "min": [-0.31037798523902893, 0.46754300594329834, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3173939883708954, -0.529744029045105, 0.1132500022649765, 0.5745000839233398, -2.3207876682281494, 0.7462756037712097], "max": [-0.3102869987487793, 0.467602014541626, 0.22829300165176392, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2286739945411682, -0.4276539981365204, 0.228876993060112, 1.5732269287109375, -1.121137022972107, 1.4377673864364624], "count": [805]}, "gripper_mode_state": {"mean": [0.0, 0.5043478260869565], "std": [0.0, 0.49998109605096186], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_state": {"mean": [2.0, 1.8944099378881987], "std": [0.0, 0.40497656510757934], "min": [2, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.0, 0.5043478260869565], "std": [0.0, 0.49998109605096186], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_action": {"mean": [2.0, 1.8944099378881987], "std": [0.0, 0.4049765651075794], "min": [2, 0], "max": [2, 2], "count": [805]}}} +{"episode_index": 262, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.4287738539860389]], [[0.4177153708705704]], [[0.42117196600862566]]], "std": [[[0.19672640545314277]], [[0.19342286120777574]], [[0.19086203062632634]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3882528525299008]], [[0.3843404764683651]], [[0.3762382661397893]]], "std": [[[0.23697614961823793]], [[0.22482287700808604]], [[0.223975917416488]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5163889958761282]], [[0.48594454170557116]], [[0.4924832168978702]]], "std": [[[0.20561037167840482]], [[0.19422617736900843]], [[0.2047089962974203]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4863262013138589]], [[0.46173935268551863]], [[0.46771673391578855]]], "std": [[[0.25189601176216425]], [[0.23644035497674637]], [[0.2411409694946742]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21106266975402832, 0.30257028341293335, -0.6137276291847229, -1.8731571435928345, 0.25357890129089355, -0.1206720620393753, -0.1374097764492035, -0.32459399104118347, -0.5215240120887756, 0.1543010026216507, 0.5324954390525818, -2.2868356704711914, 0.7452594041824341, 1001.0, 199.0, 0.0003120597975794226, -0.22342543303966522, -0.8362603783607483, 1.9089099168777466, -1.068663239479065, -3.3223594073206186e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3617020547389984, 0.6532243490219116, -0.05927138030529022, -1.23848557472229, 1.4420957565307617, 0.3090105354785919, 0.23577652871608734, -0.2234179973602295, -0.3773210048675537, 0.23028099536895752, 1.5732269287109375, -1.121137022972107, 1.4752908945083618, 1001.0, 1003.0, 0.0003120597975794226, -0.223408505320549, -0.8362429738044739, 1.908947229385376, -1.067733883857727, -1.2340192370174918e-05], "mean": [-0.19951312243938446, 0.6046664118766785, 0.45139244198799133, -1.4119640588760376, -0.2539011836051941, -0.12053343653678894, 0.028277050703763962, -0.3103328347206116, 0.4675712585449219, 0.2282373458147049, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.1721794307231903, 0.467675119638443, -0.3278578817844391, -1.4907820224761963, 0.9871169924736023, 0.09852376580238342, 0.06934117525815964, -0.2868437170982361, -0.46506544947624207, 0.18424254655838013, 1.0324887037277222, -1.901924967765808, 1.2001274824142456, 1001.0, 572.2189331054688, 0.00031206008861772716, -0.2234179824590683, -0.8362451195716858, 1.9089326858520508, -1.0681480169296265, -2.099524499499239e-05], "std": [2.5986779291997664e-05, 1.5586665540467948e-05, 2.2401236492441967e-05, 2.485359800630249e-05, 2.177227179345209e-05, 1.4582618860004004e-05, 2.017525548581034e-05, 1.4827030099695548e-05, 8.06824209576007e-06, 1.145816804637434e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.15375027060508728, 0.11483724415302277, 0.14163021743297577, 0.18692134320735931, 0.34971898794174194, 0.12417756021022797, 0.09907041490077972, 0.030623329803347588, 0.0427340492606163, 0.02323842979967594, 0.34755516052246094, 0.34873178601264954, 0.22600695490837097, 0.0, 390.2601318359375, 2.9103830456733704e-10, 2.4867113097570837e-06, 5.767246420873562e-06, 1.2102939763281029e-05, 0.00020413126912899315, 2.1736436792707536e-06], "count": [781]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21106266975402832, 0.30257028341293335, -0.6137276291847229, -1.8731571435928345, 0.25357890129089355, -0.1206720620393753, -0.1374097764492035, -0.32459399104118347, -0.5215240120887756, 0.1543010026216507, 0.5324954390525818, -2.2868356704711914, 0.7452594041824341, 1001.0, 199.0, 0.0003120597975794226, -0.22342543303966522, -0.8362603783607483, 1.9089099168777466, -1.068663239479065, -3.3223594073206186e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3617020547389984, 0.6532243490219116, -0.05927138030529022, -1.23848557472229, 1.4420957565307617, 0.3090105354785919, 0.23577652871608734, -0.2234179973602295, -0.3773210048675537, 0.23028099536895752, 1.5732269287109375, -1.121137022972107, 1.4752908945083618, 1001.0, 1003.0, 0.0003120597975794226, -0.223408505320549, -0.8362429738044739, 1.908947229385376, -1.067733883857727, -1.2340192370174918e-05], "mean": [-0.1995130479335785, 0.6046664714813232, 0.45139238238334656, -1.4119640588760376, -0.2539012134075165, -0.12053343653678894, 0.028277048841118813, -0.3103328347206116, 0.4675712287425995, 0.22823739051818848, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.1721484214067459, 0.467652827501297, -0.3280656039714813, -1.4909380674362183, 0.9874901175498962, 0.09857654571533203, 0.06920217722654343, -0.28686174750328064, -0.46502330899238586, 0.18414804339408875, 1.0322954654693604, -1.9023418426513672, 1.2002999782562256, 1001.0, 572.2214965820312, 0.00031206008861772716, -0.2234179973602295, -0.8362451195716858, 1.9089329242706299, -1.0681477785110474, -2.099767698382493e-05], "std": [2.602180393296294e-05, 1.5594683645758778e-05, 2.2316915419651195e-05, 2.4898025003494695e-05, 2.1772413674625568e-05, 1.4582618860004004e-05, 2.0175190002191812e-05, 1.4826709957560524e-05, 8.07568085292587e-06, 1.143238023360027e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.15374717116355896, 0.11481232196092606, 0.14192993938922882, 0.18690626323223114, 0.34909123182296753, 0.12409316748380661, 0.09928272664546967, 0.030641332268714905, 0.04274776577949524, 0.02320953458547592, 0.34729671478271484, 0.3479927182197571, 0.22571107745170593, 0.0, 390.264404296875, 2.9103830456733704e-10, 2.4806865894788643e-06, 5.765744390373584e-06, 1.2201240679132752e-05, 0.0002041368861682713, 2.1745813683082815e-06], "count": [781]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.515169843574912], "count": [781]}, "frame_index": {"min": [0], "max": [780], "mean": [390.0], "std": [225.45509530724738], "count": [781]}, "episode_index": {"min": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [781]}, "index": {"min": [217184], "max": [217964], "mean": [217574.0], "std": [225.45509530724738], "count": [781]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [781]}, "gripper_open_scale_state": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5718514737834088], "std": [0.0, 0.3898563771016774], "count": [781]}, "gripper_open_scale_action": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5718514737834088], "std": [0.0, 0.3898563771016774], "count": [781]}, "eef_direction_state": {"mean": [6.0, 4.309859154929577], "std": [0.0, 2.10207326609091], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_state": {"mean": [0.0, 0.47503201024327785], "std": [0.0, 0.5268259803502625], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_state": {"mean": [0.0, 0.34699103713188223], "std": [0.0, 0.6760636130443205], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_direction_action": {"mean": [6.0, 4.309859154929577], "std": [0.0, 2.10207326609091], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_action": {"mean": [0.0, 0.47503201024327785], "std": [0.0, 0.5268259803502625], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_action": {"mean": [0.0, 0.34699103713188223], "std": [0.0, 0.6760636130443205], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_sim_pose_state": {"mean": [-0.31033259630203247, 0.4675714075565338, 0.22823740541934967, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2868436276912689, -0.4650653004646301, 0.18424254655838013, 1.0324901342391968, -1.901923656463623, 1.200127363204956], "std": [1.4824788195255678e-05, 8.066530426731333e-06, 1.145797341450816e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.030623318627476692, 0.04273403808474541, 0.02323843538761139, 0.3475550413131714, 0.3487315773963928, 0.22600677609443665], "min": [-0.31037598848342896, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32459399104118347, -0.5215240120887756, 0.1543010026216507, 0.5324954390525818, -2.2868356704711914, 0.7452594041824341], "max": [-0.3102889955043793, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2234179973602295, -0.3773210048675537, 0.23028099536895752, 1.5732269287109375, -1.121137022972107, 1.4752908945083618], "count": [781]}, "eef_sim_pose_action": {"mean": [-0.3103328347206116, 0.4675712585449219, 0.2282373458147049, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2868437170982361, -0.46506544947624207, 0.18424254655838013, 1.0324887037277222, -1.901924967765808, 1.2001274824142456], "std": [1.4827030099695548e-05, 8.06824209576007e-06, 1.145816804637434e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.030623329803347588, 0.0427340492606163, 0.02323842979967594, 0.34755516052246094, 0.34873178601264954, 0.22600695490837097], "min": [-0.31037598848342896, 0.4675469994544983, 0.22818799316883087, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32459399104118347, -0.5215240120887756, 0.1543010026216507, 0.5324954390525818, -2.2868356704711914, 0.7452594041824341], "max": [-0.3102889955043793, 0.46759599447250366, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2234179973602295, -0.3773210048675537, 0.23028099536895752, 1.5732269287109375, -1.121137022972107, 1.4752908945083618], "count": [781]}, "gripper_mode_state": {"mean": [0.0, 0.5249679897567221], "std": [0.0, 0.4993762103740101], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_state": {"mean": [2.0, 1.8898847631241997], "std": [0.0, 0.41503449963611283], "min": [2, 0], "max": [2, 2], "count": [781]}, "gripper_mode_action": {"mean": [0.0, 0.5249679897567221], "std": [0.0, 0.4993762103740101], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_action": {"mean": [2.0, 1.8898847631241997], "std": [0.0, 0.41503449963611283], "min": [2, 0], "max": [2, 2], "count": [781]}}} +{"episode_index": 263, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.42630660634274675]], [[0.41575107262506683]], [[0.4190899938853948]]], "std": [[[0.1973833463144757]], [[0.19430233969304087]], [[0.19203057658600506]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3873202614379085]], [[0.3824921550643318]], [[0.3733252892876228]]], "std": [[[0.23671053211478224]], [[0.2242105408011356]], [[0.22287563178720243]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5152848789410942]], [[0.485167478521807]], [[0.4914607059542895]]], "std": [[[0.20509764905955669]], [[0.19426673816663234]], [[0.20465636194639933]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4728827331771283]], [[0.44916229652238254]], [[0.45510342803263865]]], "std": [[[0.2555815496224959]], [[0.24135072689945145]], [[0.24584681257199015]]], "count": [159]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09457939118146896, 0.25614452362060547, -0.6472553610801697, -1.8200817108154297, 0.25384068489074707, -0.21731095016002655, -0.13615313172340393, -0.33136600255966187, -0.5322989821434021, 0.1501840054988861, 0.5219892263412476, -2.2841556072235107, 0.6261874437332153, 1001.0, 194.0, 0.0003120597975794226, -0.22349123656749725, -0.8362516760826111, 1.9089361429214478, -1.068321704864502, -2.8477366868173704e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759799122810364, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3816860318183899, 0.7101221084594727, -0.15920892357826233, -1.1683059930801392, 1.4774037599563599, 0.3375815749168396, 0.6645690202713013, -0.22015899419784546, -0.3404969871044159, 0.22855299711227417, 1.9412410259246826, -1.121137022972107, 1.498678207397461, 1001.0, 1003.0, 0.0003120597975794226, -0.22341978549957275, -0.8362382054328918, 1.9089622497558594, -1.067882776260376, -1.803566556191072e-05], "mean": [-0.1995171755552292, 0.6046651005744934, 0.45139187574386597, -1.4119662046432495, -0.25390347838401794, -0.12053310126066208, 0.028274962678551674, -0.3103295862674713, 0.4675731360912323, 0.2282361090183258, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.23528219759464264, 0.4467022716999054, -0.3488396406173706, -1.3871731758117676, 0.9747796058654785, 0.045088618993759155, 0.1990501880645752, -0.29066866636276245, -0.47642406821250916, 0.17721888422966003, 1.121943473815918, -1.9478001594543457, 1.1761088371276855, 1001.0, 506.628173828125, 0.00031206008861772716, -0.22343899309635162, -0.8362435698509216, 1.9089369773864746, -1.0680274963378906, -2.324015622434672e-05], "std": [2.6209485440631397e-05, 1.5180155060079414e-05, 2.253385173389688e-05, 2.4006269086385146e-05, 2.3124432118493132e-05, 1.4401420230569784e-05, 1.8997945517185144e-05, 1.5111962056835182e-05, 8.006566531548742e-06, 1.1558695405256003e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.13702622056007385, 0.14213036000728607, 0.10679452121257782, 0.19007796049118042, 0.37509575486183167, 0.16007526218891144, 0.21634624898433685, 0.028741318732500076, 0.053753625601530075, 0.02289283275604248, 0.47788798809051514, 0.3750510811805725, 0.30066192150115967, 0.0, 384.31707763671875, 2.9103830456733704e-10, 1.2921050256409217e-05, 3.741636646736879e-06, 1.5871128198341466e-05, 0.00014822292723692954, 1.1469226137705846e-06], "count": [866]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09457939118146896, 0.25614452362060547, -0.6472553610801697, -1.8200817108154297, 0.25384068489074707, -0.21731095016002655, -0.13615313172340393, -0.33136600255966187, -0.5322989821434021, 0.1501840054988861, 0.5219892263412476, -2.2841556072235107, 0.6261874437332153, 1001.0, 194.0, 0.0003120597975794226, -0.22349123656749725, -0.8362516760826111, 1.9089361429214478, -1.068321704864502, -2.8477366868173704e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759799122810364, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3816860318183899, 0.7101221084594727, -0.15920892357826233, -1.1683059930801392, 1.4774037599563599, 0.3375815749168396, 0.6645690202713013, -0.22015899419784546, -0.3404969871044159, 0.22855299711227417, 1.9412410259246826, -1.121137022972107, 1.498678207397461, 1001.0, 1003.0, 0.0003120597975794226, -0.22341978549957275, -0.8362382054328918, 1.9089622497558594, -1.067882776260376, -1.803566556191072e-05], "mean": [-0.1995171755552292, 0.6046649813652039, 0.45139190554618835, -1.411966323852539, -0.25390350818634033, -0.12053309381008148, 0.028275005519390106, -0.3103296160697937, 0.4675731658935547, 0.22823607921600342, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.23530182242393494, 0.4466554820537567, -0.3490591049194336, -1.3871960639953613, 0.9749751687049866, 0.044976867735385895, 0.19893385469913483, -0.29069095849990845, -0.4763987362384796, 0.1771363914012909, 1.1219305992126465, -1.9480372667312622, 1.1762714385986328, 1001.0, 506.6258544921875, 0.00031206008861772716, -0.2234390825033188, -0.8362435698509216, 1.9089370965957642, -1.0680278539657593, -2.324015622434672e-05], "std": [2.6209485440631397e-05, 1.5187204553512856e-05, 2.254307401017286e-05, 2.3996024538064376e-05, 2.3122755010263063e-05, 1.4401639418792911e-05, 1.8922448361990973e-05, 1.5109762898646295e-05, 8.009326847968623e-06, 1.1573034498724155e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.13702215254306793, 0.14208504557609558, 0.10719957947731018, 0.19008207321166992, 0.3747637867927551, 0.1602245420217514, 0.2164953649044037, 0.028763994574546814, 0.05376293137669563, 0.022837452590465546, 0.47787609696388245, 0.3745931088924408, 0.30046725273132324, 0.0, 384.31500244140625, 2.9103830456733704e-10, 1.302059263252886e-05, 3.737863153219223e-06, 1.57769609359093e-05, 0.0001484019448980689, 1.1469226137705846e-06], "count": [866]}, "timestamp": {"min": [0.0], "max": [28.833333333333332], "mean": [14.416666666666666], "std": [8.333083329583221], "count": [866]}, "frame_index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "episode_index": {"min": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [866]}, "index": {"min": [217965], "max": [218830], "mean": [218397.5], "std": [249.99249988749662], "count": [866]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}, "gripper_open_scale_state": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5061789836743137], "std": [0.0, 0.383738744790106], "count": [866]}, "gripper_open_scale_action": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5061789836743137], "std": [0.0, 0.383738744790106], "count": [866]}, "eef_direction_state": {"mean": [6.0, 4.058891454965358], "std": [0.0, 2.1248547120002037], "min": [6, 0], "max": [6, 6], "count": [866]}, "eef_velocity_state": {"mean": [0.0, 0.5404157043879908], "std": [0.0, 0.5490759089131062], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_acc_mag_state": {"mean": [0.0, 0.36027713625866054], "std": [0.0, 0.6826736710972138], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_direction_action": {"mean": [6.0, 4.058891454965358], "std": [0.0, 2.1248547120002037], "min": [6, 0], "max": [6, 6], "count": [866]}, "eef_velocity_action": {"mean": [0.0, 0.5404157043879908], "std": [0.0, 0.5490759089131062], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_acc_mag_action": {"mean": [0.0, 0.36027713625866054], "std": [0.0, 0.6826736710972138], "min": [0, 0], "max": [0, 2], "count": [866]}, "eef_sim_pose_state": {"mean": [-0.31032952666282654, 0.4675731956958771, 0.22823631763458252, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.290668785572052, -0.47642427682876587, 0.177218958735466, 1.121943473815918, -1.9477978944778442, 1.1761096715927124], "std": [1.5111829270608723e-05, 8.00642646936467e-06, 1.1557025572983548e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02874131314456463, 0.053753629326820374, 0.022892838343977928, 0.4778880178928375, 0.3750510811805725, 0.3006618916988373], "min": [-0.31037798523902893, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33136600255966187, -0.5322989821434021, 0.1501840054988861, 0.5219892263412476, -2.2841556072235107, 0.6261874437332153], "max": [-0.31028398871421814, 0.46759799122810364, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22015899419784546, -0.3404969871044159, 0.22855299711227417, 1.9412410259246826, -1.121137022972107, 1.498678207397461], "count": [866]}, "eef_sim_pose_action": {"mean": [-0.3103295862674713, 0.4675731360912323, 0.2282361090183258, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, -0.29066866636276245, -0.47642406821250916, 0.17721888422966003, 1.121943473815918, -1.9478001594543457, 1.1761088371276855], "std": [1.5111962056835182e-05, 8.006566531548742e-06, 1.1558695405256003e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.028741318732500076, 0.053753625601530075, 0.02289283275604248, 0.47788798809051514, 0.3750510811805725, 0.30066192150115967], "min": [-0.31037798523902893, 0.4675459861755371, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33136600255966187, -0.5322989821434021, 0.1501840054988861, 0.5219892263412476, -2.2841556072235107, 0.6261874437332153], "max": [-0.31028398871421814, 0.46759799122810364, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22015899419784546, -0.3404969871044159, 0.22855299711227417, 1.9412410259246826, -1.121137022972107, 1.498678207397461], "count": [866]}, "gripper_mode_state": {"mean": [0.0, 0.6062355658198614], "std": [0.0, 0.48858367201016095], "min": [0, 0], "max": [0, 1], "count": [866]}, "gripper_activity_state": {"mean": [2.0, 1.9030023094688222], "std": [0.0, 0.39019772626654486], "min": [2, 0], "max": [2, 2], "count": [866]}, "gripper_mode_action": {"mean": [0.0, 0.6062355658198614], "std": [0.0, 0.488583672010161], "min": [0, 0], "max": [0, 1], "count": [866]}, "gripper_activity_action": {"mean": [2.0, 1.9030023094688222], "std": [0.0, 0.39019772626654486], "min": [2, 0], "max": [2, 2], "count": [866]}}} +{"episode_index": 264, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9921568627450981]]], "mean": [[[0.42768717216185836]], [[0.41673218876191664]], [[0.42019093449481704]]], "std": [[[0.19748214507662848]], [[0.19452453681490972]], [[0.19179941156901656]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38869735986220394]], [[0.3825087267391033]], [[0.37302623745889013]]], "std": [[[0.2370715111767934]], [[0.22349852669118883]], [[0.22197365068899005]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5155916619832646]], [[0.4853679540818451]], [[0.49173319569335167]]], "std": [[[0.2047856684581533]], [[0.19417387263690233]], [[0.20460933279405163]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47576259835144247]], [[0.45013000473543985]], [[0.4563378671266808]]], "std": [[[0.2581042608415454]], [[0.24077787162731576]], [[0.24539425401539786]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.015515976585447788, 0.2586752474308014, -0.6196966171264648, -1.7441773414611816, 0.2537883222103119, -0.1345125287771225, -0.1327497363090515, -0.3246319890022278, -0.5491290092468262, 0.14024700224399567, 0.5569984316825867, -2.3609015941619873, 0.7462756037712097, 1001.0, 179.0, 0.0003101799520663917, -0.223519429564476, -0.836243748664856, 1.9089518785476685, -1.0686664581298828, -3.0375857022590935e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46677085757255554, 0.6937335133552551, -0.1517912745475769, -0.9940173625946045, 1.499604344367981, 0.3336371183395386, 0.4697030186653137, -0.23845699429512024, -0.37653499841690063, 0.22866100072860718, 1.5737251043319702, -1.121137022972107, 1.51498281955719, 1001.0, 1002.0, 0.0003120597975794226, -0.22348371148109436, -0.8362208008766174, 1.908988356590271, -1.067763090133667, -1.993415571632795e-05], "mean": [-0.19951477646827698, 0.604665994644165, 0.45138928294181824, -1.411965012550354, -0.2539062201976776, -0.1205320656299591, 0.02827630192041397, -0.31033170223236084, 0.46757200360298157, 0.22823850810527802, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.2675570845603943, 0.4612959921360016, -0.3888361155986786, -1.340094804763794, 1.1112602949142456, 0.09806081652641296, 0.18870534002780914, -0.30266761779785156, -0.482247531414032, 0.17942948639392853, 0.9652877449989319, -2.064208507537842, 1.2163797616958618, 1001.0, 584.7125854492188, 0.0003105801879428327, -0.22349771857261658, -0.8362321257591248, 1.90896475315094, -1.0680878162384033, -2.3711068934062496e-05], "std": [2.6498113584239036e-05, 1.6328986021107994e-05, 2.287314237037208e-05, 2.4479852072545327e-05, 2.2287547835730948e-05, 1.488807174609974e-05, 1.8759732483886182e-05, 1.463154058001237e-05, 8.058918865572196e-06, 1.1563092812139075e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.116683229804039, 0.12832634150981903, 0.10872497409582138, 0.20040586590766907, 0.36478403210639954, 0.1445021778345108, 0.16174928843975067, 0.021383648738265038, 0.046498071402311325, 0.023559223860502243, 0.3712616264820099, 0.3777814209461212, 0.26019197702407837, 0.0, 401.6318664550781, 7.683572107453074e-07, 5.945099474047311e-06, 7.304688097065082e-06, 1.5174831787589937e-05, 0.00021163311612326652, 1.0483954611117952e-06], "count": [849]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.015515976585447788, 0.2586752474308014, -0.6196966171264648, -1.7441773414611816, 0.25382325053215027, -0.1345125287771225, -0.1327497363090515, -0.3246319890022278, -0.5491290092468262, 0.14024700224399567, 0.5569984316825867, -2.3609015941619873, 0.7462756037712097, 1001.0, 179.0, 0.0003101799520663917, -0.223519429564476, -0.836243748664856, 1.9089518785476685, -1.0686664581298828, -3.0375857022590935e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.46677085757255554, 0.6937335133552551, -0.1517912745475769, -0.9940173625946045, 1.499604344367981, 0.3336371183395386, 0.4697030186653137, -0.23845699429512024, -0.37653499841690063, 0.22866100072860718, 1.5737251043319702, -1.121137022972107, 1.51498281955719, 1001.0, 1002.0, 0.0003120597975794226, -0.22348371148109436, -0.8362208008766174, 1.908988356590271, -1.067763090133667, -1.993415571632795e-05], "mean": [-0.19951477646827698, 0.604665994644165, 0.451389342546463, -1.4119651317596436, -0.2539062201976776, -0.12053205817937851, 0.028276238590478897, -0.3103318214416504, 0.46757200360298157, 0.22823849320411682, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.2675151824951172, 0.461262047290802, -0.38902297616004944, -1.3402366638183594, 1.1116997003555298, 0.09804653376340866, 0.1885979026556015, -0.3026828169822693, -0.48220545053482056, 0.17933765053749084, 0.9650716185569763, -2.064687490463257, 1.2166435718536377, 1001.0, 584.7125854492188, 0.000310577976051718, -0.22349774837493896, -0.8362321257591248, 1.9089648723602295, -1.0680875778198242, -2.3712187612545677e-05], "std": [2.6455458282725886e-05, 1.6335779946530238e-05, 2.2849731976748444e-05, 2.4472448785672896e-05, 2.2287547835730948e-05, 1.4888289115333464e-05, 1.8679682398214936e-05, 1.457859525544336e-05, 8.027338481042534e-06, 1.1557097423064988e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.11671409755945206, 0.12829230725765228, 0.10896831750869751, 0.20049956440925598, 0.36397475004196167, 0.14452436566352844, 0.16192351281642914, 0.021393680945038795, 0.046527471393346786, 0.023520568385720253, 0.37096068263053894, 0.37684202194213867, 0.2598284184932709, 0.0, 401.6318664550781, 7.667985073567252e-07, 5.953705112915486e-06, 7.295469913515262e-06, 1.5084691767697223e-05, 0.0002115912939189002, 1.0479071761437808e-06], "count": [849]}, "timestamp": {"min": [0.0], "max": [28.266666666666666], "mean": [14.133333333333335], "std": [8.169500642067467], "count": [849]}, "frame_index": {"min": [0], "max": [848], "mean": [424.0], "std": [245.085019262024], "count": [849]}, "episode_index": {"min": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [849]}, "index": {"min": [218831], "max": [219679], "mean": [219255.0], "std": [245.085019262024], "count": [849]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [849]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5847102498593965], "std": [0.0, 0.4016299873928014], "count": [849]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5847102498593965], "std": [0.0, 0.40162998739280137], "count": [849]}, "eef_direction_state": {"mean": [6.0, 4.274440518256773], "std": [0.0, 2.0376478273083567], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_state": {"mean": [0.0, 0.5005889281507656], "std": [0.0, 0.5363683946809634], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_state": {"mean": [0.0, 0.336866902237927], "std": [0.0, 0.6704744605938013], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_direction_action": {"mean": [6.0, 4.274440518256773], "std": [0.0, 2.0376478273083567], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_action": {"mean": [0.0, 0.5005889281507656], "std": [0.0, 0.5363683946809634], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_action": {"mean": [0.0, 0.336866902237927], "std": [0.0, 0.6704744605938013], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_sim_pose_state": {"mean": [-0.3103315532207489, 0.46757248044013977, 0.22823859751224518, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3026675283908844, -0.4822474718093872, 0.17942944169044495, 0.965287446975708, -2.064210891723633, 1.2163792848587036], "std": [1.463093030906748e-05, 8.046818038565107e-06, 1.156268990598619e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02138364315032959, 0.046498071402311325, 0.023559221997857094, 0.3712615966796875, 0.3777811527252197, 0.26019197702407837], "min": [-0.31037500500679016, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3246319890022278, -0.5491290092468262, 0.14024700224399567, 0.5569984316825867, -2.3609015941619873, 0.7462756037712097], "max": [-0.3102790117263794, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23845699429512024, -0.37653499841690063, 0.22866100072860718, 1.5737251043319702, -1.121137022972107, 1.51498281955719], "count": [849]}, "eef_sim_pose_action": {"mean": [-0.31033170223236084, 0.46757200360298157, 0.22823850810527802, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.30266761779785156, -0.482247531414032, 0.17942948639392853, 0.9652877449989319, -2.064208507537842, 1.2163797616958618], "std": [1.463154058001237e-05, 8.058918865572196e-06, 1.1563092812139075e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.021383648738265038, 0.046498071402311325, 0.023559223860502243, 0.3712616264820099, 0.3777814209461212, 0.26019197702407837], "min": [-0.31037500500679016, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3246319890022278, -0.5491290092468262, 0.14024700224399567, 0.5569984316825867, -2.3609015941619873, 0.7462756037712097], "max": [-0.3102790117263794, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23845699429512024, -0.37653499841690063, 0.22866100072860718, 1.5737251043319702, -1.121137022972107, 1.51498281955719], "count": [849]}, "gripper_mode_state": {"mean": [0.0, 0.4994110718492344], "std": [0.0, 0.49999965316351647], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_state": {"mean": [2.0, 1.901060070671378], "std": [0.0, 0.39384104991584823], "min": [2, 0], "max": [2, 2], "count": [849]}, "gripper_mode_action": {"mean": [0.0, 0.4994110718492344], "std": [0.0, 0.4999996531635165], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_action": {"mean": [2.0, 1.901060070671378], "std": [0.0, 0.39384104991584823], "min": [2, 0], "max": [2, 2], "count": [849]}}} +{"episode_index": 265, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.984313725490196]]], "mean": [[[0.42932421384668656]], [[0.41828394580790373]], [[0.4215682933493486]]], "std": [[[0.19719457689157785]], [[0.193747486915413]], [[0.19124073792911922]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38762604423667923]], [[0.38097560111240963]], [[0.3702402718261698]]], "std": [[[0.2368208899005492]], [[0.22260565514759198]], [[0.22070826994505274]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5162944044063541]], [[0.4858767624875557]], [[0.49209403540665714]]], "std": [[[0.20524364409803744]], [[0.1942626330890598]], [[0.2046817430475783]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4809484103796044]], [[0.45617160650132016]], [[0.4624585037657447]]], "std": [[[0.2589396915049246]], [[0.2431073943978515]], [[0.24696653899594798]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32124531269073486, 0.26886796951293945, -0.6044598817825317, -1.9692375659942627, 0.2537708580493927, -0.12058479338884354, -0.18411478400230408, -0.3197129964828491, -0.5233340263366699, 0.1574999988079071, 0.5888321399688721, -2.2979648113250732, 0.5581180453300476, 1001.0, 181.0, 0.0002951409260276705, -0.22360213100910187, -0.8362453579902649, 1.9089559316635132, -1.0690340995788574, -3.1325103918788955e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3894527554512024, 0.8372867703437805, -0.06435029208660126, -1.156420350074768, 1.454452633857727, 0.27115434408187866, 0.5986304879188538, -0.20958800613880157, -0.3173089921474457, 0.22843599319458008, 1.850956916809082, -1.121137022972107, 1.4793463945388794, 1001.0, 1002.0, 0.0003101799520663917, -0.22351378202438354, -0.8362239599227905, 1.9089852571487427, -1.0676418542861938, -1.8984910639119335e-05], "mean": [-0.1995159387588501, 0.6046654582023621, 0.45138776302337646, -1.4119651317596436, -0.2539082467556, -0.1205332949757576, 0.028278017416596413, -0.31033018231391907, 0.4675728678703308, 0.2282388061285019, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.14939910173416138, 0.49614474177360535, -0.31130579113960266, -1.4745030403137207, 0.9659878611564636, 0.049880512058734894, 0.1939231902360916, -0.2874758839607239, -0.45614147186279297, 0.1879643052816391, 1.1410529613494873, -1.919684886932373, 1.152284860610962, 1001.0, 529.1614990234375, 0.0003087317745666951, -0.2235281765460968, -0.8362367153167725, 1.9089634418487549, -1.068026065826416, -2.3897417122498155e-05], "std": [2.643992775119841e-05, 1.676342435530387e-05, 2.4229218979598954e-05, 2.5091067072935402e-05, 2.317632424819749e-05, 1.5397561583085917e-05, 1.91485887626186e-05, 1.5966143109835684e-05, 8.254287422460038e-06, 1.2177999451523647e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.19892190396785736, 0.15960440039634705, 0.14630621671676636, 0.24292407929897308, 0.3577725291252136, 0.12288356572389603, 0.20182213187217712, 0.03353656455874443, 0.0600971020758152, 0.020724015310406685, 0.43650203943252563, 0.35865095257759094, 0.2941523790359497, 0.0, 394.8291931152344, 4.1164516915159766e-06, 2.2485528461402282e-05, 7.773648576403502e-06, 1.4595625543734059e-05, 0.0002510778431314975, 1.5470915286641684e-06], "count": [805]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32124531269073486, 0.26886796951293945, -0.6044598817825317, -1.9692375659942627, 0.2537708580493927, -0.12058479338884354, -0.18411478400230408, -0.3197129964828491, -0.5233340263366699, 0.1574999988079071, 0.5888321399688721, -2.2979648113250732, 0.5581180453300476, 1001.0, 181.0, 0.0002951409260276705, -0.22360213100910187, -0.8362453579902649, 1.9089559316635132, -1.0690340995788574, -3.1325103918788955e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3894527554512024, 0.8372867703437805, -0.06435029208660126, -1.156420350074768, 1.454452633857727, 0.27115434408187866, 0.5986304879188538, -0.20958800613880157, -0.3173089921474457, 0.22843599319458008, 1.850956916809082, -1.121137022972107, 1.4793463945388794, 1001.0, 1002.0, 0.0003101799520663917, -0.22351378202438354, -0.8362239599227905, 1.9089852571487427, -1.0676418542861938, -1.8984910639119335e-05], "mean": [-0.19951598346233368, 0.6046653985977173, 0.4513877332210541, -1.4119654893875122, -0.25390827655792236, -0.1205332949757576, 0.028278019279241562, -0.3103301227092743, 0.4675728976726532, 0.2282388061285019, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.14933060109615326, 0.49613919854164124, -0.31148457527160645, -1.4747101068496704, 0.9664707779884338, 0.04991501569747925, 0.19374670088291168, -0.2874852418899536, -0.4560924768447876, 0.18787771463394165, 1.14076566696167, -1.9201602935791016, 1.1525689363479614, 1001.0, 529.1614990234375, 0.0003087154182139784, -0.22352825105190277, -0.8362367153167725, 1.9089634418487549, -1.068026065826416, -2.3898595827631652e-05], "std": [2.6440386136528105e-05, 1.6747557310736738e-05, 2.4234917873400263e-05, 2.5020613975357264e-05, 2.3170252461568452e-05, 1.5397561583085917e-05, 1.914854692586232e-05, 1.594931018189527e-05, 8.252086445281748e-06, 1.2173219147371128e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.19891422986984253, 0.1596008837223053, 0.14656497538089752, 0.24294158816337585, 0.35707277059555054, 0.12283965200185776, 0.2020782083272934, 0.03354400768876076, 0.06010381504893303, 0.020700912922620773, 0.43629342317581177, 0.3578445613384247, 0.29387015104293823, 0.0, 394.8291931152344, 4.136737970839022e-06, 2.2591739252675325e-05, 7.770350748614874e-06, 1.4590979844797403e-05, 0.00025107519468292594, 1.547321630823717e-06], "count": [805]}, "timestamp": {"min": [0.0], "max": [26.8], "mean": [13.4], "std": [7.746110134914312], "count": [805]}, "frame_index": {"min": [0], "max": [804], "mean": [402.0], "std": [232.38330404742936], "count": [805]}, "episode_index": {"min": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [805]}, "index": {"min": [219680], "max": [220484], "mean": [220082.0], "std": [232.38330404742936], "count": [805]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [805]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5291590041625573], "std": [0.0, 0.3948273005054749], "count": [805]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5291590041625573], "std": [0.0, 0.3948273005054749], "count": [805]}, "eef_direction_state": {"mean": [6.0, 4.062111801242236], "std": [0.0, 2.1155720809597724], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.0, 0.5627329192546584], "std": [0.0, 0.5961387011661987], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_state": {"mean": [0.0, 0.4012422360248447], "std": [0.0, 0.7113968044427812], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_direction_action": {"mean": [6.0, 4.062111801242236], "std": [0.0, 2.1155720809597724], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.0, 0.5627329192546584], "std": [0.0, 0.5961387011661987], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_action": {"mean": [0.0, 0.4012422360248447], "std": [0.0, 0.7113968044427812], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [-0.3103303015232086, 0.467572957277298, 0.22823888063430786, -1.573227047920227, -1.121137022972107, -0.7462756633758545, -0.28747597336769104, -0.45614126324653625, 0.18796412646770477, 1.1410515308380127, -1.9196826219558716, 1.152284860610962], "std": [1.5965671991580166e-05, 8.253691703430377e-06, 1.2177765711385291e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.03353656455874443, 0.0600970983505249, 0.020724017173051834, 0.4365019202232361, 0.35865098237991333, 0.29415231943130493], "min": [-0.3103809952735901, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3197129964828491, -0.5233340263366699, 0.1574999988079071, 0.5888321399688721, -2.2979648113250732, 0.5581180453300476], "max": [-0.3102790117263794, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20958800613880157, -0.3173089921474457, 0.22843599319458008, 1.850956916809082, -1.121137022972107, 1.4793463945388794], "count": [805]}, "eef_sim_pose_action": {"mean": [-0.31033018231391907, 0.4675728678703308, 0.2282388061285019, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2874758839607239, -0.45614147186279297, 0.1879643052816391, 1.1410529613494873, -1.919684886932373, 1.152284860610962], "std": [1.5966143109835684e-05, 8.254287422460038e-06, 1.2177999451523647e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.03353656455874443, 0.0600971020758152, 0.020724015310406685, 0.43650203943252563, 0.35865095257759094, 0.2941523790359497], "min": [-0.3103809952735901, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3197129964828491, -0.5233340263366699, 0.1574999988079071, 0.5888321399688721, -2.2979648113250732, 0.5581180453300476], "max": [-0.3102790117263794, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20958800613880157, -0.3173089921474457, 0.22843599319458008, 1.850956916809082, -1.121137022972107, 1.4793463945388794], "count": [805]}, "gripper_mode_state": {"mean": [0.0, 0.568944099378882], "std": [0.0, 0.4952239000299135], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_state": {"mean": [2.0, 1.8944099378881987], "std": [0.0, 0.4049765651075782], "min": [2, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.0, 0.568944099378882], "std": [0.0, 0.4952239000299135], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_action": {"mean": [2.0, 1.8944099378881987], "std": [0.0, 0.4049765651075782], "min": [2, 0], "max": [2, 2], "count": [805]}}} +{"episode_index": 266, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.996078431372549]]], "mean": [[[0.42871598809375133]], [[0.41792375421506184]], [[0.4210300180050789]]], "std": [[[0.19742740064013656]], [[0.1939944544860964]], [[0.19122769711536272]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38729111766787394]], [[0.3794411426460181]], [[0.36741829935264975]]], "std": [[[0.23565593523292494]], [[0.22111969882531077]], [[0.2190943772552976]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5161228625473544]], [[0.4858932522584405]], [[0.49237090332417466]]], "std": [[[0.2051555090591501]], [[0.194447798872449]], [[0.20490424179579628]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48541392817742807]], [[0.4653245025186295]], [[0.47038061357770283]]], "std": [[[0.23741209071339323]], [[0.22665810163024505]], [[0.23285507518254436]]], "count": [157]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1999100148677826, 0.23830726742744446, -0.5974960327148438, -1.8205180168151855, 0.2537883222103119, -0.17545795440673828, -0.07510151714086533, -0.3277510106563568, -0.5365819931030273, 0.14383600652217865, 0.5346496105194092, -2.2470405101776123, 0.7462756037712097, 1001.0, 197.0, 0.0002970207715407014, -0.22360777854919434, -0.8362398147583008, 1.9089646339416504, -1.068884253501892, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39503782987594604, 0.6047565937042236, -0.04616395756602287, -1.1637332439422607, 1.4068750143051147, 0.254556268453598, 0.3678804934024811, -0.21239200234413147, -0.3762950003147125, 0.2552559971809387, 1.5956838130950928, -1.121137022972107, 1.5805727243423462, 1001.0, 1003.0, 0.0002970207715407014, -0.2235889881849289, -0.8362231850624084, 1.908988356590271, -1.0676854848861694, -1.2340192370174918e-05], "mean": [-0.1995154172182083, 0.6046703457832336, 0.4513855576515198, -1.411966323852539, -0.2539108991622925, -0.12053221464157104, 0.028276432305574417, -0.3103298544883728, 0.4675726294517517, 0.22824116051197052, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.18222132325172424, 0.40001213550567627, -0.2701478600502014, -1.4265789985656738, 0.9289654493331909, 0.039813973009586334, 0.1350712925195694, -0.28611913323402405, -0.4744138717651367, 0.18737901747226715, 1.0751854181289673, -1.8689076900482178, 1.277047038078308, 1001.0, 522.9332275390625, 0.00029702187748625875, -0.22359974682331085, -0.8362351655960083, 1.9089690446853638, -1.0680373907089233, -2.1847030438948423e-05], "std": [2.6533503842074424e-05, 1.625625191081781e-05, 2.2511158022098243e-05, 2.3884442271082662e-05, 2.2009890017216094e-05, 1.5784369679749943e-05, 1.9121853256365284e-05, 1.4621842638007365e-05, 7.890985216363333e-06, 1.182737742055906e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.19897623360157013, 0.133149653673172, 0.14570128917694092, 0.22509212791919708, 0.35132700204849243, 0.12803955376148224, 0.12088941782712936, 0.0294934269040823, 0.055843207985162735, 0.029960419982671738, 0.3947790265083313, 0.34621891379356384, 0.26122501492500305, 0.0, 385.9453430175781, 1.1059455573558807e-09, 3.04807713291666e-06, 7.431316589645576e-06, 1.200242513732519e-05, 0.00024108693469315767, 2.2194822122401092e-06], "count": [854]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1999100148677826, 0.23830726742744446, -0.5974960327148438, -1.8205180168151855, 0.2537883222103119, -0.17545795440673828, -0.07510151714086533, -0.3277510106563568, -0.5365819931030273, 0.14383600652217865, 0.5346496105194092, -2.2470405101776123, 0.7462756037712097, 1001.0, 197.0, 0.0002970207715407014, -0.22360777854919434, -0.8362398147583008, 1.9089646339416504, -1.068884253501892, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39503782987594604, 0.6047565937042236, -0.04616395756602287, -1.1637332439422607, 1.4068750143051147, 0.254556268453598, 0.3678804934024811, -0.21239200234413147, -0.3762950003147125, 0.2552559971809387, 1.5956838130950928, -1.121137022972107, 1.5805727243423462, 1001.0, 1003.0, 0.0002970207715407014, -0.2235889881849289, -0.8362231850624084, 1.908988356590271, -1.0676854848861694, -1.2340192370174918e-05], "mean": [-0.19951549172401428, 0.6046704053878784, 0.4513855576515198, -1.411966323852539, -0.25391095876693726, -0.12053218483924866, 0.028276432305574417, -0.3103298246860504, 0.4675726890563965, 0.2282411754131317, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.1821780651807785, 0.39994409680366516, -0.2703145444393158, -1.4266740083694458, 0.9291471242904663, 0.0397544801235199, 0.1350231021642685, -0.2861382067203522, -0.4743728041648865, 0.1872803419828415, 1.0751854181289673, -1.869224190711975, 1.2771772146224976, 1001.0, 522.9356079101562, 0.00029702187748625875, -0.22359974682331085, -0.8362352252006531, 1.9089690446853638, -1.0680373907089233, -2.1843696231371723e-05], "std": [2.6455858460394666e-05, 1.626551602385007e-05, 2.2511158022098243e-05, 2.3922861146274954e-05, 2.1935238692094572e-05, 1.577373404870741e-05, 1.9121853256365284e-05, 1.4618815839639865e-05, 7.873379217926413e-06, 1.1830361472675577e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.19897650182247162, 0.13305990397930145, 0.1459895223379135, 0.22510306537151337, 0.35101771354675293, 0.12812590599060059, 0.12096267938613892, 0.029514335095882416, 0.05586112663149834, 0.02996434085071087, 0.3947790563106537, 0.3456582725048065, 0.2609880268573761, 0.0, 385.9488830566406, 1.1059455573558807e-09, 3.043045808226452e-06, 7.473651749023702e-06, 1.2003552001260687e-05, 0.00024108772049658, 2.218797362729674e-06], "count": [854]}, "timestamp": {"min": [0.0], "max": [28.433333333333334], "mean": [14.216666666666667], "std": [8.217613197678913], "count": [854]}, "frame_index": {"min": [0], "max": [853], "mean": [426.5], "std": [246.52839593036742], "count": [854]}, "episode_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [854]}, "index": {"min": [220485], "max": [221338], "mean": [220911.5], "std": [246.52839593036742], "count": [854]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [854]}, "gripper_open_scale_state": {"min": [1.0, 0.19699999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.5226299750162791], "std": [0.0, 0.38556991788727324], "count": [854]}, "gripper_open_scale_action": {"min": [1.0, 0.19699999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.5226299750162791], "std": [0.0, 0.3855699178872732], "count": [854]}, "eef_direction_state": {"mean": [6.0, 4.344262295081967], "std": [0.0, 2.0805745032932594], "min": [6, 0], "max": [6, 6], "count": [854]}, "eef_velocity_state": {"mean": [0.0, 0.5187353629976581], "std": [0.0, 0.5697283898174409], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_acc_mag_state": {"mean": [0.0, 0.3524590163934426], "std": [0.0, 0.6696059836791253], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_direction_action": {"mean": [6.0, 4.344262295081967], "std": [0.0, 2.0805745032932594], "min": [6, 0], "max": [6, 6], "count": [854]}, "eef_velocity_action": {"mean": [0.0, 0.5187353629976581], "std": [0.0, 0.5697283898174409], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_acc_mag_action": {"mean": [0.0, 0.3524590163934426], "std": [0.0, 0.6696059836791253], "min": [0, 0], "max": [0, 2], "count": [854]}, "eef_sim_pose_state": {"mean": [-0.31032973527908325, 0.4675728976726532, 0.22824126482009888, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28611913323402405, -0.47441384196281433, 0.18737894296646118, 1.0751838684082031, -1.8689072132110596, 1.2770466804504395], "std": [1.4621378795709461e-05, 7.88745455793105e-06, 1.1826808986370452e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0294934194535017, 0.05584321171045303, 0.02996041253209114, 0.39477917551994324, 0.3462189733982086, 0.2612249553203583], "min": [-0.31036999821662903, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277510106563568, -0.5365819931030273, 0.14383600652217865, 0.5346496105194092, -2.2470405101776123, 0.7462756037712097], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21239200234413147, -0.3762950003147125, 0.2552559971809387, 1.5956838130950928, -1.121137022972107, 1.5805727243423462], "count": [854]}, "eef_sim_pose_action": {"mean": [-0.3103298544883728, 0.4675726294517517, 0.22824116051197052, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.28611913323402405, -0.4744138717651367, 0.18737901747226715, 1.0751854181289673, -1.8689076900482178, 1.277047038078308], "std": [1.4621842638007365e-05, 7.890985216363333e-06, 1.182737742055906e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.0294934269040823, 0.055843207985162735, 0.029960419982671738, 0.3947790265083313, 0.34621891379356384, 0.26122501492500305], "min": [-0.31036999821662903, 0.4675469994544983, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3277510106563568, -0.5365819931030273, 0.14383600652217865, 0.5346496105194092, -2.2470405101776123, 0.7462756037712097], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21239200234413147, -0.3762950003147125, 0.2552559971809387, 1.5956838130950928, -1.121137022972107, 1.5805727243423462], "count": [854]}, "gripper_mode_state": {"mean": [0.0, 0.5878220140515222], "std": [0.0, 0.4922268723342226], "min": [0, 0], "max": [0, 1], "count": [854]}, "gripper_activity_state": {"mean": [2.0, 1.8981264637002342], "std": [0.0, 0.3992630834024825], "min": [2, 0], "max": [2, 2], "count": [854]}, "gripper_mode_action": {"mean": [0.0, 0.5878220140515222], "std": [0.0, 0.4922268723342225], "min": [0, 0], "max": [0, 1], "count": [854]}, "gripper_activity_action": {"mean": [2.0, 1.8981264637002342], "std": [0.0, 0.39926308340248257], "min": [2, 0], "max": [2, 2], "count": [854]}}} +{"episode_index": 267, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9803921568627451]]], "mean": [[[0.4379429677839604]], [[0.41586599513116057]], [[0.4199848248984278]]], "std": [[[0.19988831278587454]], [[0.19904881828545495]], [[0.19852978872967547]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40232049604751813]], [[0.39243392841370783]], [[0.38270453265765764]]], "std": [[[0.2313030108248704]], [[0.22071597620367814]], [[0.2206199785883589]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.522530430246423]], [[0.49552445736177353]], [[0.5033176876324854]]], "std": [[[0.20362267715340343]], [[0.2006088603576628]], [[0.2126109294714544]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4746181742404169]], [[0.44764719958929516]], [[0.45338581274288997]]], "std": [[[0.2592780835633487]], [[0.24589747826303518]], [[0.25144139878914507]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12522737681865692, 0.265010803937912, -0.6248453259468079, -1.7396918535232544, 0.25389304757118225, -0.1952848881483078, -0.0990823432803154, -0.32457900047302246, -0.5532230138778687, 0.1494860053062439, 0.5661710500717163, -2.3814167976379395, 0.5779262185096741, 1001.0, 192.0, 0.0002951409260276705, -0.22361905872821808, -0.8362302780151367, 1.9089772701263428, -1.0689048767089844, -4.271604848327115e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4952022433280945, 0.8365188837051392, -0.17402677237987518, -1.0586992502212524, 1.4753791093826294, 0.3379306495189667, 0.784071683883667, -0.22455300390720367, -0.3506920039653778, 0.22861699759960175, 1.841267704963684, -1.121137022972107, 1.4606578350067139, 1001.0, 1003.0, 0.0002970207715407014, -0.2235964983701706, -0.8362104892730713, 1.9090033769607544, -1.067604660987854, -9.492455319559667e-06], "mean": [-0.19952043890953064, 0.604672372341156, 0.45138415694236755, -1.4119713306427002, -0.25391069054603577, -0.12053334712982178, 0.028275415301322937, -0.3103249669075012, 0.4675748944282532, 0.22824059426784515, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2672182619571686, 0.4827936291694641, -0.3726523816585541, -1.3378294706344604, 0.97098708152771, 0.05627140402793884, 0.25510352849960327, -0.2927250862121582, -0.4804823398590088, 0.18476493656635284, 1.1604523658752441, -1.9608471393585205, 1.1043236255645752, 1001.0, 564.30078125, 0.00029624270973727107, -0.22360670566558838, -0.8362253904342651, 1.90899658203125, -1.0680315494537354, -2.2007319785188884e-05], "std": [2.472620144544635e-05, 1.6239044271060266e-05, 2.4116052372846752e-05, 2.647993096616119e-05, 2.151598164346069e-05, 1.5098102267074864e-05, 1.8571696273284033e-05, 1.5155311302805785e-05, 7.512179763580207e-06, 1.17131548904581e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.16334618628025055, 0.17510399222373962, 0.11621403694152832, 0.213921457529068, 0.37419164180755615, 0.16818545758724213, 0.25691452622413635, 0.029682837426662445, 0.060501355677843094, 0.023818518966436386, 0.4554416239261627, 0.4026333689689636, 0.29468899965286255, 0.0, 394.2712097167969, 9.262323601433309e-07, 5.98121869188617e-06, 6.839882644271711e-06, 1.0369688425271306e-05, 0.00025667008594609797, 2.8049148568243254e-06], "count": [788]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036999821662903, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.12522737681865692, 0.265010803937912, -0.6248453259468079, -1.7396918535232544, 0.25389304757118225, -0.1952848881483078, -0.0990823432803154, -0.32457900047302246, -0.5532230138778687, 0.1494860053062439, 0.5661710500717163, -2.3814167976379395, 0.5779262185096741, 1001.0, 192.0, 0.0002951409260276705, -0.22361905872821808, -0.8362302780151367, 1.9089772701263428, -1.0689048767089844, -4.271604848327115e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4952022433280945, 0.8365188837051392, -0.17402677237987518, -1.0586992502212524, 1.4753791093826294, 0.3379306495189667, 0.784071683883667, -0.22455300390720367, -0.3506920039653778, 0.22861699759960175, 1.841267704963684, -1.121137022972107, 1.4606578350067139, 1001.0, 1003.0, 0.0002970207715407014, -0.2235964983701706, -0.8362104892730713, 1.9090033769607544, -1.067604660987854, -9.492455319559667e-06], "mean": [-0.1995205134153366, 0.6046724319458008, 0.45138418674468994, -1.4119713306427002, -0.25391069054603577, -0.12053331732749939, 0.02827541157603264, -0.31032493710517883, 0.46757492423057556, 0.22824059426784515, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.26723113656044006, 0.48272228240966797, -0.37286844849586487, -1.337885856628418, 0.971373438835144, 0.05618025362491608, 0.2550247311592102, -0.29274216294288635, -0.4804548919200897, 0.1846654713153839, 1.1603281497955322, -1.9612863063812256, 1.1046019792556763, 1001.0, 564.30078125, 0.0002962403523270041, -0.22360673546791077, -0.8362253904342651, 1.9089964628219604, -1.0680315494537354, -2.2013342459104024e-05], "std": [2.480708462826442e-05, 1.622343188500963e-05, 2.4133049009833485e-05, 2.650914939295035e-05, 2.151598164346069e-05, 1.5087511201272719e-05, 1.8571774489828385e-05, 1.5181175513134804e-05, 7.520101007685298e-06, 1.1722061572072562e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.16334101557731628, 0.1750658005475998, 0.1165180653333664, 0.2139471471309662, 0.37360772490501404, 0.1683005839586258, 0.25701087713241577, 0.02969682589173317, 0.06051209568977356, 0.023800376802682877, 0.4553423523902893, 0.4019056260585785, 0.2944542169570923, 0.0, 394.2712097167969, 9.266441338695586e-07, 5.989803867123555e-06, 6.842824859631946e-06, 1.0279905836796388e-05, 0.00025666382862254977, 2.807588771247538e-06], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [788]}, "index": {"min": [221339], "max": [222126], "mean": [221732.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.19200000166893005], "max": [1.0, 1.0], "mean": [1.0, 0.5634505084815061], "std": [0.0, 0.3933266078905363], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.19200000166893005], "max": [1.0, 1.0], "mean": [1.0, 0.5634505084815061], "std": [0.0, 0.3933266078905363], "count": [788]}, "eef_direction_state": {"mean": [6.0, 4.199238578680203], "std": [0.0, 2.0838146952637144], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.550761421319797], "std": [0.0, 0.6097448321544827], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.44289340101522845], "std": [0.0, 0.7373555119975741], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 4.199238578680203], "std": [0.0, 2.0838146952637144], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.550761421319797], "std": [0.0, 0.6097448321544827], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.44289340101522845], "std": [0.0, 0.7373555119975741], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.31032517552375793, 0.4675745368003845, 0.2282407283782959, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.292725145816803, -0.480482280254364, 0.18476490676403046, 1.1604530811309814, -1.9608485698699951, 1.1043246984481812], "std": [1.5153722415561788e-05, 7.502429070882499e-06, 1.1712289960996713e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.029682844877243042, 0.0605013445019722, 0.023818524554371834, 0.45544159412384033, 0.4026336669921875, 0.29468923807144165], "min": [-0.31036999821662903, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32457900047302246, -0.5532230138778687, 0.1494860053062439, 0.5661710500717163, -2.3814167976379395, 0.5779262185096741], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22455300390720367, -0.3506920039653778, 0.22861699759960175, 1.841267704963684, -1.121137022972107, 1.4606578350067139], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.3103249669075012, 0.4675748944282532, 0.22824059426784515, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2927250862121582, -0.4804823398590088, 0.18476493656635284, 1.1604523658752441, -1.9608471393585205, 1.1043236255645752], "std": [1.5155311302805785e-05, 7.512179763580207e-06, 1.17131548904581e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.029682837426662445, 0.060501355677843094, 0.023818518966436386, 0.4554416239261627, 0.4026333689689636, 0.29468899965286255], "min": [-0.31036999821662903, 0.4675480127334595, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32457900047302246, -0.5532230138778687, 0.1494860053062439, 0.5661710500717163, -2.3814167976379395, 0.5779262185096741], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22455300390720367, -0.3506920039653778, 0.22861699759960175, 1.841267704963684, -1.121137022972107, 1.4606578350067139], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.5329949238578681], "std": [0.0, 0.4989101472205378], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8921319796954315], "std": [0.0, 0.4090213935087711], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.5329949238578681], "std": [0.0, 0.4989101472205378], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8921319796954315], "std": [0.0, 0.4090213935087711], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 268, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9882352941176471]]], "mean": [[[0.43947578581871344]], [[0.41708694664817686]], [[0.4214578039000688]]], "std": [[[0.1994888158924919]], [[0.19841139543353498]], [[0.198042156288574]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40546863712590303]], [[0.39492973453087377]], [[0.38430047890866875]]], "std": [[[0.23225353084352293]], [[0.2208935920650669]], [[0.22044079113592518]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5205125747119024]], [[0.4978033894478844]], [[0.5003065741099071]]], "std": [[[0.20341015946225566]], [[0.20125870437737273]], [[0.2119408069798242]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4773221561102511]], [[0.4543889063574991]], [[0.4578063268618851]]], "std": [[[0.25208525214807426]], [[0.24065702862197869]], [[0.24634654925943247]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15997688472270966, 0.23719024658203125, -0.6272189617156982, -1.7730101346969604, 0.2537708580493927, -0.16523031890392303, -0.08826130628585815, -0.32727599143981934, -0.5631049871444702, 0.16413600742816925, 0.5555849671363831, -2.4288952350616455, 0.6028903722763062, 1001.0, 186.0, 0.00029326105141080916, -0.22362656891345978, -0.8362184166908264, 1.90898597240448, -1.068899393081665, -3.227434717700817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5186594724655151, 0.8585972785949707, -0.1103222668170929, -0.9888861179351807, 1.549799919128418, 0.28188809752464294, 0.7732332348823547, -0.2070399969816208, -0.3501099944114685, 0.2545680105686188, 1.8626148700714111, -1.121137022972107, 1.5420935153961182, 1001.0, 1003.0, 0.0002951409260276705, -0.2236059010028839, -0.836193859577179, 1.9090185165405273, -1.067612648010254, -1.803566556191072e-05], "mean": [-0.1995258778333664, 0.6046726107597351, 0.45138534903526306, -1.4119888544082642, -0.2539125978946686, -0.12053234130144119, 0.028272783383727074, -0.3103178143501282, 0.4675763249397278, 0.22823642194271088, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.26523831486701965, 0.48548734188079834, -0.33861252665519714, -1.3279435634613037, 1.009790301322937, 0.053458552807569504, 0.24475054442882538, -0.28693804144859314, -0.4860877990722656, 0.19719576835632324, 1.1223528385162354, -1.951785683631897, 1.1649507284164429, 1001.0, 540.1141357421875, 0.0002950112393591553, -0.22361570596694946, -0.8362014889717102, 1.9090183973312378, -1.0680125951766968, -2.471414700266905e-05], "std": [2.617059180920478e-05, 1.5888112102402374e-05, 2.362303166592028e-05, 2.4433462385786697e-05, 2.211529681517277e-05, 1.5541665561613627e-05, 1.910083847178612e-05, 1.4186907719704323e-05, 7.953889507916756e-06, 1.1727484888979234e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.20234552025794983, 0.1830950379371643, 0.1447639912366867, 0.2435159832239151, 0.377689391374588, 0.15870606899261475, 0.2297627031803131, 0.035135556012392044, 0.06252983957529068, 0.027803976088762283, 0.43956464529037476, 0.3869209587574005, 0.28757157921791077, 0.0, 394.80975341796875, 4.794538313035446e-07, 1.7127697446994716e-06, 8.880369932739995e-06, 1.5319610611186363e-05, 0.0002707527601160109, 1.6417756114606163e-06], "count": [815]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15997688472270966, 0.23719024658203125, -0.6272189617156982, -1.7730101346969604, 0.2537708580493927, -0.16523031890392303, -0.08826130628585815, -0.32727599143981934, -0.5631049871444702, 0.16413600742816925, 0.5555849671363831, -2.4288952350616455, 0.6028903722763062, 1001.0, 186.0, 0.00029326105141080916, -0.22362656891345978, -0.8362184166908264, 1.90898597240448, -1.068899393081665, -3.227434717700817e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027498841285706, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5186594724655151, 0.8585972785949707, -0.1103222668170929, -0.9888861179351807, 1.549799919128418, 0.28188809752464294, 0.7732332348823547, -0.2070399969816208, -0.3501099944114685, 0.2545680105686188, 1.8626148700714111, -1.121137022972107, 1.5420935153961182, 1001.0, 1003.0, 0.0002951409260276705, -0.2236059010028839, -0.836193859577179, 1.9090185165405273, -1.067612648010254, -1.803566556191072e-05], "mean": [-0.19952581822872162, 0.6046726703643799, 0.45138534903526306, -1.4119889736175537, -0.2539125382900238, -0.12053234130144119, 0.028272803872823715, -0.31031787395477295, 0.4675763249397278, 0.22823645174503326, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.26528334617614746, 0.4854412376880646, -0.33882370591163635, -1.327964425086975, 1.0102365016937256, 0.053408652544021606, 0.24468348920345306, -0.28695812821388245, -0.48607268929481506, 0.19711768627166748, 1.1221587657928467, -1.9522309303283691, 1.165210247039795, 1001.0, 540.1141357421875, 0.0002950112393591553, -0.22361570596694946, -0.8362014889717102, 1.9090183973312378, -1.0680127143859863, -2.471298103046138e-05], "std": [2.6149858967983164e-05, 1.5895668184384704e-05, 2.362303166592028e-05, 2.4426513846265152e-05, 2.208538535342086e-05, 1.554166738060303e-05, 1.9112450900138356e-05, 1.4176532204146497e-05, 7.950768122100271e-06, 1.1732919119822327e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.20233529806137085, 0.18306970596313477, 0.14505372941493988, 0.24352394044399261, 0.37701141834259033, 0.15876713395118713, 0.2298501580953598, 0.03515364229679108, 0.06253580749034882, 0.027806086465716362, 0.43939992785453796, 0.38617295026779175, 0.28728875517845154, 0.0, 394.80975341796875, 4.794538313035446e-07, 1.7116871049438487e-06, 8.860557500156574e-06, 1.5298835933208466e-05, 0.00027073960518464446, 1.6414668380093644e-06], "count": [815]}, "timestamp": {"min": [0.0], "max": [27.133333333333333], "mean": [13.566666666666665], "std": [7.842335253113209], "count": [815]}, "frame_index": {"min": [0], "max": [814], "mean": [407.0], "std": [235.27005759339627], "count": [815]}, "episode_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [815]}, "index": {"min": [222127], "max": [222941], "mean": [222534.0], "std": [235.27005759339627], "count": [815]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [815]}, "gripper_open_scale_state": {"min": [1.0, 0.1860000044107437], "max": [1.0, 1.0], "mean": [1.0, 0.5392908004529637], "std": [0.0, 0.39384730659495365], "count": [815]}, "gripper_open_scale_action": {"min": [1.0, 0.1860000044107437], "max": [1.0, 1.0], "mean": [1.0, 0.5392908004529637], "std": [0.0, 0.39384730659495365], "count": [815]}, "eef_direction_state": {"mean": [6.0, 4.1141104294478525], "std": [0.0, 2.0918737689224853], "min": [6, 0], "max": [6, 6], "count": [815]}, "eef_velocity_state": {"mean": [0.0, 0.5460122699386503], "std": [0.0, 0.5861641344260887], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_acc_mag_state": {"mean": [0.0, 0.39754601226993863], "std": [0.0, 0.7085759433644189], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_direction_action": {"mean": [6.0, 4.1141104294478525], "std": [0.0, 2.0918737689224853], "min": [6, 0], "max": [6, 6], "count": [815]}, "eef_velocity_action": {"mean": [0.0, 0.5460122699386503], "std": [0.0, 0.5861641344260887], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_acc_mag_action": {"mean": [0.0, 0.39754601226993863], "std": [0.0, 0.7085759433644189], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_sim_pose_state": {"mean": [-0.3103177547454834, 0.46757587790489197, 0.22823643684387207, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2869380712509155, -0.48608773946762085, 0.19719578325748444, 1.1223530769348145, -1.9517868757247925, 1.1649504899978638], "std": [1.4186825865181163e-05, 7.940740943013225e-06, 1.1727478522516321e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03513555973768234, 0.06252984702587128, 0.02780396305024624, 0.4395643174648285, 0.3869208097457886, 0.2875714898109436], "min": [-0.3103620111942291, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32727599143981934, -0.5631049871444702, 0.16413600742816925, 0.5555849671363831, -2.4288952350616455, 0.6028903722763062], "max": [-0.31027498841285706, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2070399969816208, -0.3501099944114685, 0.2545680105686188, 1.8626148700714111, -1.121137022972107, 1.5420935153961182], "count": [815]}, "eef_sim_pose_action": {"mean": [-0.3103178143501282, 0.4675763249397278, 0.22823642194271088, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.28693804144859314, -0.4860877990722656, 0.19719576835632324, 1.1223528385162354, -1.951785683631897, 1.1649507284164429], "std": [1.4186907719704323e-05, 7.953889507916756e-06, 1.1727484888979234e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.035135556012392044, 0.06252983957529068, 0.027803976088762283, 0.43956464529037476, 0.3869209587574005, 0.28757157921791077], "min": [-0.3103620111942291, 0.46754300594329834, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32727599143981934, -0.5631049871444702, 0.16413600742816925, 0.5555849671363831, -2.4288952350616455, 0.6028903722763062], "max": [-0.31027498841285706, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2070399969816208, -0.3501099944114685, 0.2545680105686188, 1.8626148700714111, -1.121137022972107, 1.5420935153961182], "count": [815]}, "gripper_mode_state": {"mean": [0.0, 0.5607361963190184], "std": [0.0, 0.4962974052488042], "min": [0, 0], "max": [0, 1], "count": [815]}, "gripper_activity_state": {"mean": [2.0, 1.8932515337423312], "std": [0.0, 0.4080672437002039], "min": [2, 0], "max": [2, 2], "count": [815]}, "gripper_mode_action": {"mean": [0.0, 0.5607361963190184], "std": [0.0, 0.4962974052488042], "min": [0, 0], "max": [0, 1], "count": [815]}, "gripper_activity_action": {"mean": [2.0, 1.8932515337423312], "std": [0.0, 0.4080672437002038], "min": [2, 0], "max": [2, 2], "count": [815]}}} +{"episode_index": 269, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43115426141521423]], [[0.4103934022104212]], [[0.414415126293573]]], "std": [[[0.20030567380225453]], [[0.19895947660258817]], [[0.19884390148330158]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4101816548089143]], [[0.39913226216412495]], [[0.3878059924201162]]], "std": [[[0.23306126689307868]], [[0.22243992289532902]], [[0.22126614650770443]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5169515293096405]], [[0.49719490684005085]], [[0.49668551567038854]]], "std": [[[0.2028428323224641]], [[0.2018551928275952]], [[0.2118067304291634]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46824951207334786]], [[0.44595713762935735]], [[0.4511260552832244]]], "std": [[[0.2534580818550422]], [[0.2437109720370384]], [[0.2490419072800309]]], "count": [144]}, "observation.state": {"min": [-0.1995958536863327, 0.6046518683433533, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036698818206787, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13255774974822998, 0.2542770206928253, -0.567441463470459, -1.5554200410842896, 0.2537883222103119, -0.20341812074184418, -0.07693411409854889, -0.32515498995780945, -0.5457429885864258, 0.06318499892950058, 0.5760828256607056, -2.257983446121216, 0.7274037003517151, 1001.0, 194.0, 0.00029326105141080916, -0.22362656891345978, -0.8362025618553162, 1.909005045890808, -1.0680381059646606, -3.227434717700817e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028100848197937, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4617443084716797, 0.6047216653823853, -0.189542755484581, -1.0937978029251099, 1.3872575759887695, 0.3144559860229492, 0.7382044792175293, -0.22588799893856049, -0.43887200951576233, 0.22951899468898773, 1.9741851091384888, -1.121137022972107, 1.5075167417526245, 1001.0, 1003.0, 0.0002951409260276705, -0.22361153364181519, -0.836193859577179, 1.9090176820755005, -1.0679240226745605, -2.1832647689734586e-05], "mean": [-0.19952544569969177, 0.6046789288520813, 0.4513843357563019, -1.411973476409912, -0.253913551568985, -0.12053295969963074, 0.02826673351228237, -0.3103215992450714, 0.4675765335559845, 0.22824160754680634, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.31545716524124146, 0.3860871493816376, -0.37588927149772644, -1.2939283847808838, 0.933732271194458, 0.03959071263670921, 0.23930440843105316, -0.29248228669166565, -0.49597877264022827, 0.16177019476890564, 1.16215980052948, -1.9582051038742065, 1.1635581254959106, 1001.0, 550.2302856445312, 0.0002948782639577985, -0.22361749410629272, -0.8361889719963074, 1.9090220928192139, -1.067957878112793, -2.4566643332946114e-05], "std": [2.479146496625617e-05, 1.7029782611643896e-05, 2.2793785319663584e-05, 2.508762372599449e-05, 2.1651183487847447e-05, 1.4271569853008259e-05, 1.868416802608408e-05, 1.3874399883206934e-05, 7.633125278516673e-06, 1.1973012078669854e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.08717034012079239, 0.11198879778385162, 0.10828220099210739, 0.12530578672885895, 0.3449757993221283, 0.1512688547372818, 0.2558382749557495, 0.027058975771069527, 0.03372042998671532, 0.041325777769088745, 0.48010489344596863, 0.3544042110443115, 0.28987568616867065, 0.0, 391.5368957519531, 6.538334673678037e-07, 9.337277901977359e-07, 8.655989404360298e-06, 1.0357503924751654e-05, 2.9432108931359835e-05, 9.678628885012586e-07], "count": [760]}, "action": {"min": [-0.1995958536863327, 0.6046518683433533, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036698818206787, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13255774974822998, 0.2542770206928253, -0.567441463470459, -1.5554200410842896, 0.2537883222103119, -0.20341812074184418, -0.07693411409854889, -0.32515498995780945, -0.5457429885864258, 0.06318499892950058, 0.5760828256607056, -2.257983446121216, 0.7274037003517151, 1001.0, 194.0, 0.00029326105141080916, -0.22362656891345978, -0.8362025618553162, 1.909005045890808, -1.0680381059646606, -3.227434717700817e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.31028100848197937, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4617443084716797, 0.6047216653823853, -0.189542755484581, -1.0937978029251099, 1.3872575759887695, 0.3144559860229492, 0.7382044792175293, -0.22588799893856049, -0.43887200951576233, 0.22951899468898773, 1.9741851091384888, -1.121137022972107, 1.5075167417526245, 1001.0, 1003.0, 0.0002951409260276705, -0.22361153364181519, -0.836193859577179, 1.9090176820755005, -1.0679240226745605, -2.1832647689734586e-05], "mean": [-0.19952547550201416, 0.6046789288520813, 0.4513843059539795, -1.4119733572006226, -0.253913551568985, -0.12053301930427551, 0.028266800567507744, -0.3103215992450714, 0.4675765633583069, 0.22824162244796753, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, 0.315422922372818, 0.38600975275039673, -0.376040518283844, -1.2940391302108765, 0.9341511130332947, 0.03961426764726639, 0.23924380540847778, -0.29250025749206543, -0.49594542384147644, 0.16167481243610382, 1.1619428396224976, -1.9587037563323975, 1.1638083457946777, 1001.0, 550.2302856445312, 0.0002948782639577985, -0.22361749410629272, -0.8361889719963074, 1.9090220928192139, -1.0679579973220825, -2.4569142624386586e-05], "std": [2.4824312276905403e-05, 1.7029782611643896e-05, 2.277540806971956e-05, 2.5100369384745136e-05, 2.1663674488081597e-05, 1.4268030099628959e-05, 1.8615510271047242e-05, 1.3870539078197908e-05, 7.63686875870917e-06, 1.198724021378439e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.08722113072872162, 0.11185792833566666, 0.10846768319606781, 0.1254470944404602, 0.3443436026573181, 0.15124525129795074, 0.2559070885181427, 0.027075357735157013, 0.03376108035445213, 0.041255682706832886, 0.47995707392692566, 0.35349321365356445, 0.2895975708961487, 0.0, 391.536865234375, 6.538334673678037e-07, 9.337277901977359e-07, 8.657561920699663e-06, 1.0359191037423443e-05, 2.955964555440005e-05, 9.681540404926636e-07], "count": [760]}, "timestamp": {"min": [0.0], "max": [25.3], "mean": [12.65], "std": [7.313097079137464], "count": [760]}, "frame_index": {"min": [0], "max": [759], "mean": [379.5], "std": [219.39291237412388], "count": [760]}, "episode_index": {"min": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [760]}, "index": {"min": [222942], "max": [223701], "mean": [223321.5], "std": [219.39291237412388], "count": [760]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [760]}, "gripper_open_scale_state": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5493526344236574], "std": [0.0, 0.3905227603124343], "count": [760]}, "gripper_open_scale_action": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5493526344236574], "std": [0.0, 0.39052276031243427], "count": [760]}, "eef_direction_state": {"mean": [6.0, 4.177631578947368], "std": [0.0, 2.1253543781419113], "min": [6, 0], "max": [6, 6], "count": [760]}, "eef_velocity_state": {"mean": [0.0, 0.5723684210526315], "std": [0.0, 0.5525297525236267], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_acc_mag_state": {"mean": [0.0, 0.3815789473684211], "std": [0.0, 0.6990050309125138], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_direction_action": {"mean": [6.0, 4.177631578947368], "std": [0.0, 2.1253543781419113], "min": [6, 0], "max": [6, 6], "count": [760]}, "eef_velocity_action": {"mean": [0.0, 0.5723684210526315], "std": [0.0, 0.5525297525236267], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_acc_mag_action": {"mean": [0.0, 0.3815789473684211], "std": [0.0, 0.6990050309125138], "min": [0, 0], "max": [0, 2], "count": [760]}, "eef_sim_pose_state": {"mean": [-0.310321569442749, 0.4675755500793457, 0.22824156284332275, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2924823462963104, -0.4959785044193268, 0.16177013516426086, 1.1621605157852173, -1.9582066535949707, 1.163558006286621], "std": [1.3874374417355284e-05, 7.571684818685753e-06, 1.197294386656722e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.027058972045779228, 0.033720437437295914, 0.04132574796676636, 0.48010456562042236, 0.3544043302536011, 0.2898757755756378], "min": [-0.31036698818206787, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32515498995780945, -0.5457429885864258, 0.06318499892950058, 0.5760828256607056, -2.257983446121216, 0.7274037003517151], "max": [-0.31028100848197937, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22588799893856049, -0.43887200951576233, 0.22951899468898773, 1.9741851091384888, -1.121137022972107, 1.5075167417526245], "count": [760]}, "eef_sim_pose_action": {"mean": [-0.3103215992450714, 0.4675765335559845, 0.22824160754680634, -1.5732388496398926, -1.1211408376693726, -0.7462766766548157, -0.29248228669166565, -0.49597877264022827, 0.16177019476890564, 1.16215980052948, -1.9582051038742065, 1.1635581254959106], "std": [1.3874399883206934e-05, 7.633125278516673e-06, 1.1973012078669854e-05, 1.1920928955078125e-05, 3.814697265625e-06, 1.0728836059570312e-06, 0.027058975771069527, 0.03372042998671532, 0.041325777769088745, 0.48010489344596863, 0.3544042110443115, 0.28987568616867065], "min": [-0.31036698818206787, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32515498995780945, -0.5457429885864258, 0.06318499892950058, 0.5760828256607056, -2.257983446121216, 0.7274037003517151], "max": [-0.31028100848197937, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22588799893856049, -0.43887200951576233, 0.22951899468898773, 1.9741851091384888, -1.121137022972107, 1.5075167417526245], "count": [760]}, "gripper_mode_state": {"mean": [0.0, 0.5513157894736842], "std": [0.0, 0.4973597186651627], "min": [0, 0], "max": [0, 1], "count": [760]}, "gripper_activity_state": {"mean": [2.0, 1.8868421052631579], "std": [0.0, 0.42032008644514346], "min": [2, 0], "max": [2, 2], "count": [760]}, "gripper_mode_action": {"mean": [0.0, 0.5513157894736842], "std": [0.0, 0.4973597186651627], "min": [0, 0], "max": [0, 1], "count": [760]}, "gripper_activity_action": {"mean": [2.0, 1.8868421052631579], "std": [0.0, 0.42032008644514346], "min": [2, 0], "max": [2, 2], "count": [760]}}} +{"episode_index": 270, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42929702308006534]], [[0.4072938980800654]], [[0.4119524343852124]]], "std": [[[0.19929139759842954]], [[0.19740842022505725]], [[0.19769431920816952]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4125474251940359]], [[0.399910489430147]], [[0.39015151654411767]]], "std": [[[0.23314931263134603]], [[0.22377990360180236]], [[0.22087992136290022]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5169005923202614]], [[0.497165913500817]], [[0.49654732434640525]]], "std": [[[0.202813871889357]], [[0.20184676508291624]], [[0.2116872736679238]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683479613459967]], [[0.4450282232945261]], [[0.4489981745302288]]], "std": [[[0.2513031996236238]], [[0.24145338728905008]], [[0.2469660210946261]]], "count": [160]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036698818206787, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1483529806137085, 0.24849997460842133, -0.5419421792030334, -1.524475336074829, 0.2537883222103119, -0.12452924251556396, -0.028326693922281265, -0.3253769874572754, -0.5459550023078918, 0.05755700170993805, 0.668311595916748, -2.197047710418701, 0.7456113696098328, 1001.0, 187.0, 0.00029326105141080916, -0.2236284464597702, -0.8362017869949341, 1.9090057611465454, -1.0680341720581055, -3.1325103918788955e-05], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44860196113586426, 0.6047391295433044, -0.17242106795310974, -1.1184593439102173, 1.303586483001709, 0.2546609938144684, 0.6202900409698486, -0.21859000623226166, -0.43673500418663025, 0.22843700647354126, 1.8557584285736084, -1.121137022972107, 1.434408187866211, 1001.0, 1003.0, 0.0002951409260276705, -0.22361153364181519, -0.836193859577179, 1.9090185165405273, -1.0679636001586914, -2.27818927669432e-05], "mean": [-0.1995212882757187, 0.6046736240386963, 0.45138323307037354, -1.411970853805542, -0.25391218066215515, -0.120534248650074, 0.02826850488781929, -0.3103254735469818, 0.46757441759109497, 0.2282407283782959, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.30495646595954895, 0.3826809227466583, -0.37512823939323425, -1.304605484008789, 0.8511683344841003, 0.023317670449614525, 0.25279101729393005, -0.2911902964115143, -0.49404647946357727, 0.15826934576034546, 1.2446842193603516, -1.9075920581817627, 1.134324550628662, 1001.0, 584.7242431640625, 0.0002949520421680063, -0.22361764311790466, -0.8361905217170715, 1.9090261459350586, -1.0680007934570312, -2.574268728494644e-05], "std": [2.5878178348648362e-05, 1.6379603039240465e-05, 2.3815960958017968e-05, 2.308032344444655e-05, 2.172888707718812e-05, 1.5749836165923625e-05, 1.9360502847121097e-05, 1.4669949450762942e-05, 7.910387466836255e-06, 1.1997297406196594e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.08872491866350174, 0.11448084563016891, 0.10096357762813568, 0.1272122710943222, 0.326010525226593, 0.1177801862359047, 0.19961193203926086, 0.02897270768880844, 0.033959753811359406, 0.043630633503198624, 0.40567412972450256, 0.35341769456863403, 0.2724717855453491, 0.0, 398.6642761230469, 5.685224095941521e-07, 1.31183628582221e-06, 7.584160812257323e-06, 1.4307008314062841e-05, 2.4914717869251035e-05, 8.999739975479315e-07], "count": [874]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31036698818206787, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1483529806137085, 0.24849997460842133, -0.5419421792030334, -1.524475336074829, 0.2537883222103119, -0.12452924251556396, -0.028326693922281265, -0.3253769874572754, -0.5459550023078918, 0.05755700170993805, 0.668311595916748, -2.197047710418701, 0.7456113696098328, 1001.0, 187.0, 0.00029326105141080916, -0.2236284464597702, -0.8362017869949341, 1.9090057611465454, -1.0680341720581055, -3.1325103918788955e-05], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44860196113586426, 0.6047391295433044, -0.17242106795310974, -1.1184593439102173, 1.303586483001709, 0.2546609938144684, 0.6202900409698486, -0.21859000623226166, -0.43673500418663025, 0.22843700647354126, 1.8557584285736084, -1.121137022972107, 1.434408187866211, 1001.0, 1003.0, 0.0002951409260276705, -0.22361153364181519, -0.836193859577179, 1.9090185165405273, -1.0679636001586914, -2.27818927669432e-05], "mean": [-0.1995212882757187, 0.6046736836433411, 0.4513832926750183, -1.411970853805542, -0.25391218066215515, -0.12053420394659042, 0.0282684825360775, -0.3103254735469818, 0.46757441759109497, 0.2282406985759735, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, 0.3049415946006775, 0.3825821578502655, -0.3752318024635315, -1.3046581745147705, 0.8514074087142944, 0.023330092430114746, 0.25286993384361267, -0.2912072241306305, -0.49402207136154175, 0.15817789733409882, 1.2446380853652954, -1.9080103635787964, 1.1344249248504639, 1001.0, 584.7242431640625, 0.0002949520421680063, -0.22361764311790466, -0.8361905217170715, 1.9090261459350586, -1.0680007934570312, -2.574268728494644e-05], "std": [2.5878180167637765e-05, 1.638570029172115e-05, 2.379218494752422e-05, 2.308032344444655e-05, 2.172888707718812e-05, 1.575586065882817e-05, 1.9345397959114052e-05, 1.4665296475868672e-05, 7.908288353064563e-06, 1.1988741789537016e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.088743656873703, 0.11432640254497528, 0.10108818858861923, 0.12726610898971558, 0.32564887404441833, 0.11776561290025711, 0.19951435923576355, 0.028988193720579147, 0.033986423164606094, 0.0435674823820591, 0.40563899278640747, 0.35270190238952637, 0.27234482765197754, 0.0, 398.664306640625, 5.685224095941521e-07, 1.31183628582221e-06, 7.582795205962611e-06, 1.4307008314062841e-05, 2.4908453269745223e-05, 8.999739975479315e-07], "count": [874]}, "timestamp": {"min": [0.0], "max": [29.1], "mean": [14.55], "std": [8.41006341632848], "count": [874]}, "frame_index": {"min": [0], "max": [873], "mean": [436.5], "std": [252.3019024898544], "count": [874]}, "episode_index": {"min": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [874]}, "index": {"min": [223702], "max": [224575], "mean": [224138.5], "std": [252.3019024898544], "count": [874]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [874]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5836281438509441], "std": [0.0, 0.39751504430375606], "count": [874]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5836281438509441], "std": [0.0, 0.39751504430375606], "count": [874]}, "eef_direction_state": {"mean": [6.0, 4.191075514874142], "std": [0.0, 2.1218840094232867], "min": [6, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.0, 0.5423340961098398], "std": [0.0, 0.5400797026144597], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.0, 0.40389016018306634], "std": [0.0, 0.7130900731787765], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_direction_action": {"mean": [6.0, 4.191075514874142], "std": [0.0, 2.1218840094232867], "min": [6, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.0, 0.5423340961098398], "std": [0.0, 0.5400797026144597], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.0, 0.40389016018306634], "std": [0.0, 0.7130900731787765], "min": [0, 0], "max": [0, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [-0.3103253245353699, 0.46757444739341736, 0.22824066877365112, -1.5732269287109375, -1.1211367845535278, -0.7462756037712097, -0.29118987917900085, -0.4940456748008728, 0.15826942026615143, 1.2446815967559814, -1.9075913429260254, 1.134324550628662], "std": [1.4669146366941277e-05, 7.910382009868044e-06, 1.199710550281452e-05, 0.0, 2.384185791015625e-07, 0.0, 0.028972700238227844, 0.033959753811359406, 0.04363062232732773, 0.4056742191314697, 0.3534177541732788, 0.27247169613838196], "min": [-0.31036698818206787, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3253769874572754, -0.5459550023078918, 0.05755700170993805, 0.668311595916748, -2.197047710418701, 0.7456113696098328], "max": [-0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21859000623226166, -0.43673500418663025, 0.22843700647354126, 1.8557584285736084, -1.121137022972107, 1.434408187866211], "count": [874]}, "eef_sim_pose_action": {"mean": [-0.3103254735469818, 0.46757441759109497, 0.2282407283782959, -1.5732392072677612, -1.1211426258087158, -0.7462767362594604, -0.2911902964115143, -0.49404647946357727, 0.15826934576034546, 1.2446842193603516, -1.9075920581817627, 1.134324550628662], "std": [1.4669949450762942e-05, 7.910387466836255e-06, 1.1997297406196594e-05, 1.2278556823730469e-05, 5.602836608886719e-06, 1.1324882507324219e-06, 0.02897270768880844, 0.033959753811359406, 0.043630633503198624, 0.40567412972450256, 0.35341769456863403, 0.2724717855453491], "min": [-0.31036698818206787, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3253769874572754, -0.5459550023078918, 0.05755700170993805, 0.668311595916748, -2.197047710418701, 0.7456113696098328], "max": [-0.31027498841285706, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21859000623226166, -0.43673500418663025, 0.22843700647354126, 1.8557584285736084, -1.121137022972107, 1.434408187866211], "count": [874]}, "gripper_mode_state": {"mean": [0.0, 0.505720823798627], "std": [0.0, 0.49996727110388745], "min": [0, 0], "max": [0, 1], "count": [874]}, "gripper_activity_state": {"mean": [2.0, 1.8981693363844394], "std": [0.0, 0.40013880734902163], "min": [2, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.0, 0.505720823798627], "std": [0.0, 0.49996727110388745], "min": [0, 0], "max": [0, 1], "count": [874]}, "gripper_activity_action": {"mean": [2.0, 1.8981693363844394], "std": [0.0, 0.4001388073490216], "min": [2, 0], "max": [2, 2], "count": [874]}}} +{"episode_index": 271, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.4314229902424985]], [[0.4081708711657011]], [[0.4126705381016043]]], "std": [[[0.1968514108036844]], [[0.1944420685912545]], [[0.19528486995641103]]], "count": [176]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4059059401459447]], [[0.39422835547571305]], [[0.38243560606060606]]], "std": [[[0.23198353980706013]], [[0.21996106689094902]], [[0.21846608835038503]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5183620604018122]], [[0.4996457903947564]], [[0.49701466526478016]]], "std": [[[0.2032218690305962]], [[0.2018636998005036]], [[0.21121960601072584]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4764017785854872]], [[0.45172606348410577]], [[0.4546293611668152]]], "std": [[[0.24864525575438]], [[0.23436309417649187]], [[0.2396282815899959]]], "count": [176]}, "observation.state": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2750464379787445, 0.312204509973526, -0.6718295812606812, -1.9942829608917236, 0.25382325053215027, -0.14276793599128723, -0.16482889652252197, -0.32010799646377563, -0.5511919856071472, 0.15422199666500092, 0.4036829471588135, -2.299386978149414, 0.5218093395233154, 1001.0, 185.0, 0.0002537835680413991, -0.22377696633338928, -0.8361169695854187, 1.908998727798462, -1.0689841508865356, -3.796982127823867e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12053243815898895, 0.02834414690732956, -0.3102869987487793, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48026224970817566, 0.8762774467468262, -0.04283038154244423, -1.0941468477249146, 1.6059472560882568, 0.25101324915885925, 0.4868421256542206, -0.1901959925889969, -0.33561599254608154, 0.2282859981060028, 1.696727991104126, -1.121137022972107, 1.5032151937484741, 1001.0, 1003.0, 0.00025754334637895226, -0.22376003861427307, -0.836086094379425, 1.9090303182601929, -1.0677013397216797, -1.993415571632795e-05], "mean": [-0.19951708614826202, 0.604667067527771, 0.4513843059539795, -1.4119360446929932, -0.2539002299308777, -0.12057612091302872, 0.028281014412641525, -0.3103324770927429, 0.4675733149051666, 0.22824491560459137, -1.5732395648956299, -1.121139407157898, -0.7462767362594604, 0.21206235885620117, 0.5110155940055847, -0.346786767244339, -1.4426113367080688, 1.0504889488220215, 0.08537769317626953, 0.11855769157409668, -0.2834407091140747, -0.4715169072151184, 0.1894683688879013, 1.0318561792373657, -1.9326990842819214, 1.1702483892440796, 1001.0, 589.1828002929688, 0.00025405085762031376, -0.22377005219459534, -0.8361056447029114, 1.9090379476547241, -1.0680389404296875, -2.5958417609217577e-05], "std": [2.632359064591583e-05, 1.5889507267274894e-05, 2.3067677830113098e-05, 2.5784860554267652e-05, 2.173545362893492e-05, 2.108701301040128e-05, 2.2654392523691058e-05, 1.5119905583560467e-05, 7.837314115022309e-06, 1.1931198969250545e-05, 1.2636184692382812e-05, 2.384185791015625e-06, 1.1324882507324219e-06, 0.2143963724374771, 0.1843305379152298, 0.1690019816160202, 0.27227240800857544, 0.3790910243988037, 0.12778954207897186, 0.1746925562620163, 0.03992366045713425, 0.0633830577135086, 0.023870309814810753, 0.44637593626976013, 0.3495728671550751, 0.3007652759552002, 0.0, 400.8023681640625, 6.624088086937263e-07, 1.4405782167159487e-06, 1.1046932741010096e-05, 2.118749762303196e-05, 0.0002713499707169831, 1.266434423996543e-06], "count": [990]}, "action": {"min": [-0.1995958536863327, 0.6045646071434021, 0.4513421654701233, -1.4120062589645386, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2750464379787445, 0.312204509973526, -0.6718295812606812, -1.9942829608917236, 0.25382325053215027, -0.14276793599128723, -0.16482889652252197, -0.32010799646377563, -0.5511919856071472, 0.15422199666500092, 0.4036829471588135, -2.299386978149414, 0.5218093395233154, 1001.0, 185.0, 0.0002537835680413991, -0.22377696633338928, -0.8361169695854187, 1.908998727798462, -1.0689841508865356, -3.796982127823867e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12053243815898895, 0.02834414690732956, -0.3102869987487793, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48026224970817566, 0.8762774467468262, -0.04283038154244423, -1.0941468477249146, 1.6059472560882568, 0.25101324915885925, 0.4868421256542206, -0.1901959925889969, -0.33561599254608154, 0.2282859981060028, 1.696727991104126, -1.121137022972107, 1.5032151937484741, 1001.0, 1003.0, 0.00025754334637895226, -0.22376003861427307, -0.836086094379425, 1.9090303182601929, -1.0677013397216797, -1.993415571632795e-05], "mean": [-0.19951702654361725, 0.604667067527771, 0.4513842463493347, -1.4119359254837036, -0.25390028953552246, -0.12057608366012573, 0.028281068429350853, -0.3103325068950653, 0.467573344707489, 0.22824494540691376, -1.5732395648956299, -1.121139407157898, -0.7462767362594604, 0.21203631162643433, 0.5110599994659424, -0.3470038175582886, -1.442781925201416, 1.0509477853775024, 0.08536037802696228, 0.11842579394578934, -0.2834497094154358, -0.4714723527431488, 0.1893942505121231, 1.0316458940505981, -1.933134913444519, 1.1704684495925903, 1001.0, 589.1807861328125, 0.00025405085762031376, -0.22377005219459534, -0.8361057043075562, 1.9090379476547241, -1.068038821220398, -2.5959374397643842e-05], "std": [2.639390186232049e-05, 1.5896683180471882e-05, 2.306821261299774e-05, 2.5793629902182147e-05, 2.1695099349017255e-05, 2.1101594029460102e-05, 2.2577369236387312e-05, 1.5119694580789655e-05, 7.835858923499472e-06, 1.1926725164812524e-05, 1.2636184692382812e-05, 2.384185791015625e-06, 1.1324882507324219e-06, 0.21439990401268005, 0.18435855209827423, 0.16927388310432434, 0.27230602502822876, 0.3784002959728241, 0.12781861424446106, 0.17485244572162628, 0.03993070870637894, 0.06340130418539047, 0.023863647133111954, 0.4461697041988373, 0.3488289713859558, 0.30053457617759705, 0.0, 400.80126953125, 6.624088086937263e-07, 1.4410230733119533e-06, 1.1082713172072545e-05, 2.1192456188146025e-05, 0.0002713669673539698, 1.2665482245211024e-06], "count": [990]}, "timestamp": {"min": [0.0], "max": [32.96666666666667], "mean": [16.483333333333334], "std": [9.526274581776836], "count": [990]}, "frame_index": {"min": [0], "max": [989], "mean": [494.5], "std": [285.78823745330504], "count": [990]}, "episode_index": {"min": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [990]}, "index": {"min": [224576], "max": [225565], "mean": [225070.5], "std": [285.78823745330504], "count": [990]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [990]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5885020212242098], "std": [0.0, 0.40010345185500723], "count": [990]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5885020212242098], "std": [0.0, 0.40010345185500723], "count": [990]}, "eef_direction_state": {"mean": [6.0, 4.348484848484849], "std": [0.0, 2.0920177122472614], "min": [6, 0], "max": [6, 6], "count": [990]}, "eef_velocity_state": {"mean": [0.0, 0.47878787878787876], "std": [0.0, 0.6022303205958655], "min": [0, 0], "max": [0, 2], "count": [990]}, "eef_acc_mag_state": {"mean": [0.0, 0.302020202020202], "std": [0.0, 0.6393620238735416], "min": [0, 0], "max": [0, 2], "count": [990]}, "eef_direction_action": {"mean": [6.0, 4.348484848484849], "std": [0.0, 2.0920177122472614], "min": [6, 0], "max": [6, 6], "count": [990]}, "eef_velocity_action": {"mean": [0.0, 0.47878787878787876], "std": [0.0, 0.6022303205958655], "min": [0, 0], "max": [0, 2], "count": [990]}, "eef_acc_mag_action": {"mean": [0.0, 0.302020202020202], "std": [0.0, 0.6393620238735416], "min": [0, 0], "max": [0, 2], "count": [990]}, "eef_sim_pose_state": {"mean": [-0.31033262610435486, 0.4675739109516144, 0.22824473679065704, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2834404408931732, -0.4715166687965393, 0.18946847319602966, 1.0318559408187866, -1.932700276374817, 1.1702475547790527], "std": [1.5119083400350064e-05, 7.814638593117706e-06, 1.1929966603929643e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03992365673184395, 0.06338305026292801, 0.023870311677455902, 0.4463759958744049, 0.3495730757713318, 0.30076536536216736], "min": [-0.3103789985179901, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32010799646377563, -0.5511919856071472, 0.15422199666500092, 0.4036829471588135, -2.299386978149414, 0.5218093395233154], "max": [-0.3102869987487793, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1901959925889969, -0.33561599254608154, 0.2282859981060028, 1.696727991104126, -1.121137022972107, 1.5032151937484741], "count": [990]}, "eef_sim_pose_action": {"mean": [-0.3103324770927429, 0.4675733149051666, 0.22824491560459137, -1.5732395648956299, -1.121139407157898, -0.7462767362594604, -0.2834407091140747, -0.4715169072151184, 0.1894683688879013, 1.0318561792373657, -1.9326990842819214, 1.1702483892440796], "std": [1.5119905583560467e-05, 7.837314115022309e-06, 1.1931198969250545e-05, 1.2636184692382812e-05, 2.384185791015625e-06, 1.1324882507324219e-06, 0.03992366045713425, 0.0633830577135086, 0.023870309814810753, 0.44637593626976013, 0.3495728671550751, 0.3007652759552002], "min": [-0.3103789985179901, 0.4675480127334595, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32010799646377563, -0.5511919856071472, 0.15422199666500092, 0.4036829471588135, -2.299386978149414, 0.5218093395233154], "max": [-0.3102869987487793, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1901959925889969, -0.33561599254608154, 0.2282859981060028, 1.696727991104126, -1.121137022972107, 1.5032151937484741], "count": [990]}, "gripper_mode_state": {"mean": [0.0, 0.498989898989899], "std": [0.0, 0.4999989796949096], "min": [0, 0], "max": [0, 1], "count": [990]}, "gripper_activity_state": {"mean": [2.0, 1.9161616161616162], "std": [0.0, 0.3624292534815665], "min": [2, 0], "max": [2, 2], "count": [990]}, "gripper_mode_action": {"mean": [0.0, 0.498989898989899], "std": [0.0, 0.4999989796949096], "min": [0, 0], "max": [0, 1], "count": [990]}, "gripper_activity_action": {"mean": [2.0, 1.9161616161616162], "std": [0.0, 0.3624292534815665], "min": [2, 0], "max": [2, 2], "count": [990]}}} +{"episode_index": 272, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9294117647058824]], [[0.9764705882352941]]], "mean": [[[0.4307093559278016]], [[0.40752290963294807]], [[0.41199049771674673]]], "std": [[[0.19715233722674125]], [[0.19474740586584077]], [[0.19559850652972713]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4049059848829156]], [[0.39266751747608536]], [[0.38048642627580836]]], "std": [[[0.2312627090442881]], [[0.21898626262628956]], [[0.2176720752171506]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5186498777215081]], [[0.4989683252716097]], [[0.4973480243366662]]], "std": [[[0.2032527881531839]], [[0.201868109668759]], [[0.21147654994566834]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47895822647491665]], [[0.45389505286110027]], [[0.45875466524910186]]], "std": [[[0.2525722648268742]], [[0.23997181598436057]], [[0.24642387542561323]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3998549282550812, 0.29045769572257996, -0.6032381653785706, -2.0716359615325928, 0.25385814905166626, -0.12072442471981049, -0.10517354309558868, -0.31998899579048157, -0.5319439768791199, 0.13928599655628204, 0.5887666940689087, -2.3465652465820312, 0.6792099475860596, 1001.0, 181.0, 0.00020114699145779014, -0.2248184233903885, -0.8361280560493469, 1.9089891910552979, -1.0699175596237183, -3.796982127823867e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028398871421814, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4118453562259674, 0.8303753137588501, 0.01877974160015583, -1.1327885389328003, 1.433857798576355, 0.2914176285266876, 0.3923151195049286, -0.19170600175857544, -0.3179680109024048, 0.22874699532985687, 1.6197230815887451, -1.121137022972107, 1.492714524269104, 1001.0, 1002.0, 0.0002594232209958136, -0.22374501824378967, -0.8360940217971802, 1.9090263843536377, -1.067490577697754, -1.803566556191072e-05], "mean": [-0.19951443374156952, 0.6046624183654785, 0.45138320326805115, -1.4119559526443481, -0.25390690565109253, -0.1205621138215065, 0.028272883966565132, -0.31032928824424744, 0.46757271885871887, 0.2282390147447586, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.17340117692947388, 0.4932904541492462, -0.32362672686576843, -1.4745558500289917, 0.9768331050872803, 0.09139157831668854, 0.1529102623462677, -0.282863974571228, -0.4617137908935547, 0.18220841884613037, 1.1018441915512085, -1.9266455173492432, 1.140519142150879, 1001.0, 592.6666870117188, 0.000247013580519706, -0.2240605354309082, -0.8361074924468994, 1.9090248346328735, -1.0680155754089355, -2.6805795641848817e-05], "std": [2.695065995794721e-05, 1.6793166651041247e-05, 2.3484481062041596e-05, 2.6343604986323044e-05, 2.329848393856082e-05, 2.1578136511379853e-05, 2.3844973839004524e-05, 1.5234030797728337e-05, 7.962916242831852e-06, 1.2101024367439095e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.23601068556308746, 0.17045660316944122, 0.15788206458091736, 0.2879027724266052, 0.37013015151023865, 0.12358923256397247, 0.13908767700195312, 0.04034198448061943, 0.06784920394420624, 0.024681074544787407, 0.4183039963245392, 0.37115782499313354, 0.2915917634963989, 0.0, 400.20928955078125, 1.324415370618226e-05, 0.00041220366256311536, 9.549225978844333e-06, 1.3571780982601922e-05, 0.00034210406010970473, 1.6535707345610717e-06], "count": [807]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3998549282550812, 0.29045769572257996, -0.6032381653785706, -2.0716359615325928, 0.25385814905166626, -0.12072442471981049, -0.10517354309558868, -0.31998899579048157, -0.5319439768791199, 0.13928599655628204, 0.5887666940689087, -2.3465652465820312, 0.6792099475860596, 1001.0, 181.0, 0.00020114699145779014, -0.2248184233903885, -0.8361280560493469, 1.9089891910552979, -1.0699175596237183, -3.796982127823867e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028398871421814, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4118453562259674, 0.8303753137588501, 0.01877974160015583, -1.1327885389328003, 1.433857798576355, 0.2914176285266876, 0.3923151195049286, -0.19170600175857544, -0.3179680109024048, 0.22874699532985687, 1.6197230815887451, -1.121137022972107, 1.492714524269104, 1001.0, 1002.0, 0.0002594232209958136, -0.22374501824378967, -0.8360940217971802, 1.9090263843536377, -1.067490577697754, -1.803566556191072e-05], "mean": [-0.1995144486427307, 0.6046624183654785, 0.45138323307037354, -1.4119559526443481, -0.2539069652557373, -0.12056209146976471, 0.02827286347746849, -0.31032928824424744, 0.46757271885871887, 0.2282390147447586, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.17332716286182404, 0.4932928681373596, -0.3238113820552826, -1.4747769832611084, 0.9772787094116211, 0.09145425260066986, 0.15281833708286285, -0.28287506103515625, -0.4616573750972748, 0.18211013078689575, 1.1016334295272827, -1.9271656274795532, 1.140701413154602, 1001.0, 592.6666870117188, 0.00024696000036783516, -0.22406169772148132, -0.8361074924468994, 1.9090248346328735, -1.068015456199646, -2.680579200387001e-05], "std": [2.6952735424856655e-05, 1.679082379268948e-05, 2.350200702494476e-05, 2.6338051611674018e-05, 2.3337292077485472e-05, 2.1599078536382876e-05, 2.383563514740672e-05, 1.5235838873195462e-05, 7.962471499922685e-06, 1.209635320265079e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.23601184785366058, 0.1704583615064621, 0.15811850130558014, 0.28792330622673035, 0.36947524547576904, 0.1234944611787796, 0.1392318457365036, 0.04035075753927231, 0.06786321848630905, 0.024655433371663094, 0.41810932755470276, 0.37032195925712585, 0.29139137268066406, 0.0, 400.20928955078125, 1.3303977539180778e-05, 0.000412714114645496, 9.547388799546752e-06, 1.3576969649875537e-05, 0.00034210016019642353, 1.653571075621585e-06], "count": [807]}, "timestamp": {"min": [0.0], "max": [26.866666666666667], "mean": [13.433333333333334], "std": [7.765355158699488], "count": [807]}, "frame_index": {"min": [0], "max": [806], "mean": [403.0], "std": [232.96065476098462], "count": [807]}, "episode_index": {"min": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [807]}, "index": {"min": [225566], "max": [226372], "mean": [225969.0], "std": [232.96065476098462], "count": [807]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [807]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5926641858052439], "std": [0.0, 0.40020641162442894], "count": [807]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5926641858052439], "std": [0.0, 0.40020641162442894], "count": [807]}, "eef_direction_state": {"mean": [6.0, 4.023543990086741], "std": [0.0, 2.195679170284392], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_state": {"mean": [0.0, 0.6059479553903345], "std": [0.0, 0.6516507014471515], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_state": {"mean": [0.0, 0.42379182156133827], "std": [0.0, 0.722332032439375], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_direction_action": {"mean": [6.0, 4.023543990086741], "std": [0.0, 2.195679170284392], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_action": {"mean": [0.0, 0.6059479553903345], "std": [0.0, 0.6516507014471515], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_action": {"mean": [0.0, 0.42379182156133827], "std": [0.0, 0.722332032439375], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_sim_pose_state": {"mean": [-0.31032922863960266, 0.4675731658935547, 0.228239044547081, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28286394476890564, -0.46171364188194275, 0.18220829963684082, 1.1018441915512085, -1.9266440868377686, 1.140519380569458], "std": [1.5233959857141599e-05, 7.949492101033684e-06, 1.2101022548449691e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.040341995656490326, 0.06784918159246445, 0.024681072682142258, 0.418303906917572, 0.37115782499313354, 0.2915918231010437], "min": [-0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31998899579048157, -0.5319439768791199, 0.13928599655628204, 0.5887666940689087, -2.3465652465820312, 0.6792099475860596], "max": [-0.31028398871421814, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19170600175857544, -0.3179680109024048, 0.22874699532985687, 1.6197230815887451, -1.121137022972107, 1.492714524269104], "count": [807]}, "eef_sim_pose_action": {"mean": [-0.31032928824424744, 0.46757271885871887, 0.2282390147447586, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.282863974571228, -0.4617137908935547, 0.18220841884613037, 1.1018441915512085, -1.9266455173492432, 1.140519142150879], "std": [1.5234030797728337e-05, 7.962916242831852e-06, 1.2101024367439095e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.04034198448061943, 0.06784920394420624, 0.024681074544787407, 0.4183039963245392, 0.37115782499313354, 0.2915917634963989], "min": [-0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31998899579048157, -0.5319439768791199, 0.13928599655628204, 0.5887666940689087, -2.3465652465820312, 0.6792099475860596], "max": [-0.31028398871421814, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19170600175857544, -0.3179680109024048, 0.22874699532985687, 1.6197230815887451, -1.121137022972107, 1.492714524269104], "count": [807]}, "gripper_mode_state": {"mean": [0.0, 0.48946716232961585], "std": [0.0, 0.49988904702004744], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_state": {"mean": [2.0, 1.8946716232961587], "std": [0.0, 0.40450849515432147], "min": [2, 0], "max": [2, 2], "count": [807]}, "gripper_mode_action": {"mean": [0.0, 0.48946716232961585], "std": [0.0, 0.4998890470200475], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_action": {"mean": [2.0, 1.8946716232961587], "std": [0.0, 0.40450849515432147], "min": [2, 0], "max": [2, 2], "count": [807]}}} +{"episode_index": 273, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9450980392156862]], [[0.9568627450980393]]], "mean": [[[0.4314705935751207]], [[0.40831990233457216]], [[0.41298383100516894]]], "std": [[[0.1969153409454798]], [[0.1945784982387788]], [[0.19538958728890246]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40392026437481315]], [[0.38998468938228886]], [[0.3761547575184758]]], "std": [[[0.2308239853254871]], [[0.21748632873968216]], [[0.21560940397409575]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5120155348904267]], [[0.4924088638451023]], [[0.49155924938058015]]], "std": [[[0.20092354812560734]], [[0.19954839881022907]], [[0.2088536721077911]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47907764508308776]], [[0.4547999981310607]], [[0.45861104169336575]]], "std": [[[0.2495843801148263]], [[0.23782724802300367]], [[0.24464111346626055]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46754300594329834, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.4996354281902313, 0.19291125237941742, -0.516687273979187, -2.011038064956665, 0.2537883222103119, -0.24902357161045074, -0.07513642311096191, -0.3328239917755127, -0.5397570133209229, 0.14201700687408447, 0.5730363726615906, -2.278881072998047, 0.6629608869552612, 1001.0, 199.0, 0.00020866650447715074, -0.22448943555355072, -0.8362025618553162, 1.9089781045913696, -1.0691014528274536, -4.176680522505194e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40570178627967834, 0.691743791103363, 0.08742354065179825, -1.063900351524353, 1.3298187255859375, 0.2978404462337494, 0.5830796360969543, -0.21391600370407104, -0.29087400436401367, 0.22829000651836395, 1.9374760389328003, -1.121137022972107, 1.578203797340393, 1001.0, 1003.0, 0.0002105463936459273, -0.2244725227355957, -0.8360955715179443, 1.9090240001678467, -1.0675570964813232, -1.803566556191072e-05], "mean": [-0.1995159536600113, 0.6046655178070068, 0.4513854682445526, -1.4119623899459839, -0.2538987696170807, -0.12054493278265, 0.028267521411180496, -0.3103286623954773, 0.46757271885871887, 0.22823768854141235, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.12155792862176895, 0.4413791000843048, -0.263009637594223, -1.4661401510238647, 0.8176829218864441, -0.004105434753000736, 0.22371146082878113, -0.2851625680923462, -0.4530097246170044, 0.18328389525413513, 1.2530261278152466, -1.8122363090515137, 1.1319910287857056, 1001.0, 531.637939453125, 0.00020925357239320874, -0.2244836390018463, -0.8361240029335022, 1.9090242385864258, -1.0680100917816162, -2.813364153553266e-05], "std": [2.6442208763910457e-05, 1.7293332348344848e-05, 2.2378633730113506e-05, 2.463447890477255e-05, 2.2226588043849915e-05, 1.749744660628494e-05, 1.9394441551412456e-05, 1.538786273158621e-05, 8.05284707894316e-06, 1.1824924513348378e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.29492253065109253, 0.15902714431285858, 0.17291392385959625, 0.3014671802520752, 0.36575037240982056, 0.1579984873533249, 0.18697111308574677, 0.040117837488651276, 0.08117634803056717, 0.027653712779283524, 0.47365179657936096, 0.37286949157714844, 0.3070664405822754, 0.0, 386.01361083984375, 8.711797931937326e-07, 2.12663644560962e-06, 3.222436134819873e-05, 1.930288453877438e-05, 0.00028192001627758145, 1.9946955944760703e-06], "count": [823]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46754300594329834, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.4996354281902313, 0.19291125237941742, -0.516687273979187, -2.011038064956665, 0.2537883222103119, -0.24902357161045074, -0.07513642311096191, -0.3328239917755127, -0.5397570133209229, 0.14201700687408447, 0.5730363726615906, -2.278881072998047, 0.6629608869552612, 1001.0, 199.0, 0.00020866650447715074, -0.22448943555355072, -0.8362025618553162, 1.9089781045913696, -1.0691014528274536, -4.176680522505194e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028100848197937, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40570178627967834, 0.691743791103363, 0.08742354065179825, -1.063900351524353, 1.3298187255859375, 0.2978404462337494, 0.5830796360969543, -0.21391600370407104, -0.29087400436401367, 0.22829000651836395, 1.9374760389328003, -1.121137022972107, 1.578203797340393, 1001.0, 1003.0, 0.0002105463936459273, -0.2244725227355957, -0.8360955715179443, 1.9090240001678467, -1.0675570964813232, -1.803566556191072e-05], "mean": [-0.1995159387588501, 0.6046654582023621, 0.4513854682445526, -1.4119625091552734, -0.2538987696170807, -0.12054495513439178, 0.028267517685890198, -0.3103286623954773, 0.46757271885871887, 0.22823767364025116, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.1214204728603363, 0.4413222372531891, -0.26308897137641907, -1.4662868976593018, 0.8178449869155884, -0.004114598035812378, 0.22365659475326538, -0.2851897180080414, -0.4529534578323364, 0.18320691585540771, 1.2529491186141968, -1.812534213066101, 1.1321104764938354, 1001.0, 531.6403198242188, 0.00020925354328937829, -0.2244836390018463, -0.8361240029335022, 1.9090243577957153, -1.0680099725723267, -2.813594983308576e-05], "std": [2.6441335648996755e-05, 1.7300324543612078e-05, 2.2378633730113506e-05, 2.4626539016026072e-05, 2.2229462047107518e-05, 1.7471118553658016e-05, 1.939439789566677e-05, 1.536925083200913e-05, 8.042529771046247e-06, 1.1829189134004992e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.2949122488498688, 0.15897716581821442, 0.1730153113603592, 0.30147024989128113, 0.36553025245666504, 0.15800538659095764, 0.1870516687631607, 0.04014243185520172, 0.08118220418691635, 0.02761659026145935, 0.4736049175262451, 0.37241485714912415, 0.30693575739860535, 0.0, 386.0154724121094, 8.71177576300397e-07, 2.127467496393365e-06, 3.2216972613241524e-05, 1.938915011123754e-05, 0.0002819192595779896, 1.9950937257817714e-06], "count": [823]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.699999999999998], "std": [7.919315346389204], "count": [823]}, "frame_index": {"min": [0], "max": [822], "mean": [411.0], "std": [237.57946039167612], "count": [823]}, "episode_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [823]}, "index": {"min": [226373], "max": [227195], "mean": [226784.0], "std": [237.57946039167612], "count": [823]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [823]}, "gripper_open_scale_state": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5313292835926228], "std": [0.0, 0.38563790314060314], "count": [823]}, "gripper_open_scale_action": {"min": [1.0, 0.19900000095367432], "max": [1.0, 1.0], "mean": [1.0, 0.5313292835926228], "std": [0.0, 0.3856379031406032], "count": [823]}, "eef_direction_state": {"mean": [6.0, 4.027946537059538], "std": [0.0, 2.1573455939470056], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.0, 0.6075334143377886], "std": [0.0, 0.6670816484327154], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.0, 0.4362089914945322], "std": [0.0, 0.7248421054472732], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_direction_action": {"mean": [6.0, 4.027946537059538], "std": [0.0, 2.1573455939470056], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.0, 0.6075334143377886], "std": [0.0, 0.6670816484327154], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.0, 0.4362089914945322], "std": [0.0, 0.7248421054472732], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [-0.31032872200012207, 0.4675729274749756, 0.22823771834373474, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2851625978946686, -0.4530095160007477, 0.18328388035297394, 1.253026008605957, -1.8122341632843018, 1.1319916248321533], "std": [1.5387797247967683e-05, 8.049478310567793e-06, 1.1824837201857008e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.04011784493923187, 0.08117633312940598, 0.027653701603412628, 0.4736517071723938, 0.3728695511817932, 0.3070666491985321], "min": [-0.310373991727829, 0.46754300594329834, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328239917755127, -0.5397570133209229, 0.14201700687408447, 0.5730363726615906, -2.278881072998047, 0.6629608869552612], "max": [-0.31028100848197937, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21391600370407104, -0.29087400436401367, 0.22829000651836395, 1.9374760389328003, -1.121137022972107, 1.578203797340393], "count": [823]}, "eef_sim_pose_action": {"mean": [-0.3103286623954773, 0.46757271885871887, 0.22823768854141235, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.2851625680923462, -0.4530097246170044, 0.18328389525413513, 1.2530261278152466, -1.8122363090515137, 1.1319910287857056], "std": [1.538786273158621e-05, 8.05284707894316e-06, 1.1824924513348378e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.040117837488651276, 0.08117634803056717, 0.027653712779283524, 0.47365179657936096, 0.37286949157714844, 0.3070664405822754], "min": [-0.310373991727829, 0.46754300594329834, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328239917755127, -0.5397570133209229, 0.14201700687408447, 0.5730363726615906, -2.278881072998047, 0.6629608869552612], "max": [-0.31028100848197937, 0.46759501099586487, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21391600370407104, -0.29087400436401367, 0.22829000651836395, 1.9374760389328003, -1.121137022972107, 1.578203797340393], "count": [823]}, "gripper_mode_state": {"mean": [0.0, 0.5759416767922235], "std": [0.0, 0.49419921259142674], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_state": {"mean": [2.0, 1.8942891859052249], "std": [0.0, 0.4062141232667582], "min": [2, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.0, 0.5759416767922235], "std": [0.0, 0.49419921259142674], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_action": {"mean": [2.0, 1.8942891859052249], "std": [0.0, 0.4062141232667582], "min": [2, 0], "max": [2, 2], "count": [823]}}} +{"episode_index": 274, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4199382484797716]], [[0.4008616553425167]], [[0.4045004795958468]]], "std": [[[0.19881726540839864]], [[0.19713079718062707]], [[0.19696224251419958]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4112545555141888]], [[0.39591961017001737]], [[0.3833907413440059]]], "std": [[[0.2339200870918413]], [[0.22153724402715252]], [[0.21813104491253524]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5035455874596674]], [[0.48007714253950523]], [[0.486362313332506]]], "std": [[[0.19744870799291694]], [[0.19568107314487837]], [[0.20627255189302762]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4558377052825349]], [[0.43258153517208575]], [[0.43966814682096467]]], "std": [[[0.2567177214068479]], [[0.2446282929488459]], [[0.24939944864340194]]], "count": [158]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.3103730082511902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16338026523590088, 0.26223570108413696, -0.6596122980117798, -1.6328601837158203, 0.25385814905166626, -0.12138764560222626, -0.24176301062107086, -0.3103950023651123, -0.5718740224838257, 0.04592699930071831, 0.5498459339141846, -2.306377410888672, 0.32546374201774597, 1001.0, 187.0, 0.00020866650447715074, -0.2244875729084015, -0.8361154198646545, 1.9090113639831543, -1.0685333013534546, -3.891906817443669e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5691518783569336, 0.6047216653823853, -0.1952848881483078, -0.9552710652351379, 1.2884718179702759, 0.3706381320953369, 0.7594974637031555, -0.21449199318885803, -0.4123919904232025, 0.23021000623703003, 1.9713906049728394, -1.121137022972107, 1.467895269393921, 1001.0, 1003.0, 0.0002105463936459273, -0.2244725227355957, -0.8360536098480225, 1.9090406894683838, -1.0679025650024414, -2.27818927669432e-05], "mean": [-0.19951742887496948, 0.6046723127365112, 0.4513896405696869, -1.4119635820388794, -0.2538980543613434, -0.12054411321878433, 0.02826611138880253, -0.3103293776512146, 0.4675723910331726, 0.22823946177959442, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.3816674053668976, 0.3991453945636749, -0.4328036308288574, -1.3048940896987915, 0.9117103219032288, 0.13459929823875427, 0.17914597690105438, -0.28065890073776245, -0.5023880004882812, 0.14711333811283112, 1.1473398208618164, -1.9502170085906982, 1.028857946395874, 1001.0, 595.0873413085938, 0.00021046301117166877, -0.2244827002286911, -0.8360699415206909, 1.9090458154678345, -1.0680222511291504, -2.8856467906734906e-05], "std": [2.6514291675994173e-05, 1.6436140867881477e-05, 2.2343763703247532e-05, 2.440848584228661e-05, 2.3435100956703536e-05, 1.6158983271452598e-05, 2.0750108888023533e-05, 1.482877542002825e-05, 8.36932667880319e-06, 1.2028964192722924e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.12741227447986603, 0.12079453468322754, 0.12889082729816437, 0.19534344971179962, 0.33483344316482544, 0.1436309516429901, 0.29936879873275757, 0.02979133650660515, 0.04878239706158638, 0.05346966162323952, 0.4909074306488037, 0.3784122169017792, 0.34354692697525024, 0.0, 398.46209716796875, 3.9136682516982546e-07, 2.308756165803061e-06, 2.175491135858465e-05, 1.7162072253995575e-05, 0.00013811985263600945, 1.2400894320307998e-06], "count": [859]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.3103730082511902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16338026523590088, 0.26223570108413696, -0.6596122980117798, -1.6328601837158203, 0.25385814905166626, -0.12138764560222626, -0.24176301062107086, -0.3103950023651123, -0.5718740224838257, 0.04592699930071831, 0.5498459339141846, -2.306377410888672, 0.32546374201774597, 1001.0, 187.0, 0.00020866650447715074, -0.2244875729084015, -0.8361154198646545, 1.9090113639831543, -1.0685333013534546, -3.891906817443669e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5691518783569336, 0.6047216653823853, -0.1952848881483078, -0.9552710652351379, 1.2884718179702759, 0.3706381320953369, 0.7594974637031555, -0.21449199318885803, -0.4123919904232025, 0.23021000623703003, 1.9713906049728394, -1.121137022972107, 1.467895269393921, 1001.0, 1003.0, 0.0002105463936459273, -0.2244725227355957, -0.8360536098480225, 1.9090406894683838, -1.0679025650024414, -2.27818927669432e-05], "mean": [-0.19951742887496948, 0.6046723127365112, 0.4513896107673645, -1.4119634628295898, -0.2538980543613434, -0.12054415792226791, 0.02826610952615738, -0.3103293478488922, 0.4675723910331726, 0.22823946177959442, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.38167017698287964, 0.39910927414894104, -0.43300822377204895, -1.3051477670669556, 0.9120395183563232, 0.13487888872623444, 0.1789005994796753, -0.2806524634361267, -0.5023514628410339, 0.14700527489185333, 1.1470764875411987, -1.9505592584609985, 1.0289334058761597, 1001.0, 595.0849609375, 0.00021046301117166877, -0.2244827002286911, -0.8360698819160461, 1.9090458154678345, -1.0680224895477295, -2.8856467906734906e-05], "std": [2.6514291675994173e-05, 1.6443254935438745e-05, 2.2344425815390423e-05, 2.4414362997049466e-05, 2.3435100956703536e-05, 1.6216565200011246e-05, 2.0750085241161287e-05, 1.4828711755399127e-05, 8.36932667880319e-06, 1.2027827324345708e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.12740828096866608, 0.12073776125907898, 0.12905964255332947, 0.19562342762947083, 0.3343251049518585, 0.14336761832237244, 0.2996249198913574, 0.029785502701997757, 0.04882026091217995, 0.053399402648210526, 0.4907398223876953, 0.3777948021888733, 0.34349170327186584, 0.0, 398.46136474609375, 3.9136682516982546e-07, 2.310377794856322e-06, 2.1701485820813105e-05, 1.7142741853604093e-05, 0.0001381557813147083, 1.2400894320307998e-06], "count": [859]}, "timestamp": {"min": [0.0], "max": [28.6], "mean": [14.299999999999997], "std": [8.26572575290411], "count": [859]}, "frame_index": {"min": [0], "max": [858], "mean": [429.0], "std": [247.9717725871233], "count": [859]}, "episode_index": {"min": [278], "max": [278], "mean": [278.0], "std": [0.0], "count": [859]}, "index": {"min": [227196], "max": [228054], "mean": [227625.0], "std": [247.9717725871233], "count": [859]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [859]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5944610043267293], "std": [0.0, 0.3978232089018919], "count": [859]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5944610043267293], "std": [0.0, 0.3978232089018919], "count": [859]}, "eef_direction_state": {"mean": [6.0, 4.254947613504075], "std": [0.0, 2.1636123139828936], "min": [6, 0], "max": [6, 6], "count": [859]}, "eef_velocity_state": {"mean": [0.0, 0.4959254947613504], "std": [0.0, 0.5551491836453119], "min": [0, 0], "max": [0, 2], "count": [859]}, "eef_acc_mag_state": {"mean": [0.0, 0.36321303841676367], "std": [0.0, 0.6931206380388607], "min": [0, 0], "max": [0, 2], "count": [859]}, "eef_direction_action": {"mean": [6.0, 4.254947613504075], "std": [0.0, 2.1636123139828936], "min": [6, 0], "max": [6, 6], "count": [859]}, "eef_velocity_action": {"mean": [0.0, 0.4959254947613504], "std": [0.0, 0.5551491836453119], "min": [0, 0], "max": [0, 2], "count": [859]}, "eef_acc_mag_action": {"mean": [0.0, 0.36321303841676367], "std": [0.0, 0.6931206380388607], "min": [0, 0], "max": [0, 2], "count": [859]}, "eef_sim_pose_state": {"mean": [-0.31032925844192505, 0.4675723910331726, 0.22823943197727203, -1.573226809501648, -1.1211367845535278, -0.7462756037712097, -0.2806592881679535, -0.5023881793022156, 0.14711329340934753, 1.147338628768921, -1.9502172470092773, 1.028857707977295], "std": [1.4828440725977998e-05, 8.369344868697226e-06, 1.2028942364850082e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 0.0, 0.0297913309186697, 0.048782408237457275, 0.053469669073820114, 0.49090760946273804, 0.3784119784832001, 0.34354668855667114], "min": [-0.3103730082511902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103950023651123, -0.5718740224838257, 0.04592699930071831, 0.5498459339141846, -2.306377410888672, 0.32546374201774597], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21449199318885803, -0.4123919904232025, 0.23021000623703003, 1.9713906049728394, -1.121137022972107, 1.467895269393921], "count": [859]}, "eef_sim_pose_action": {"mean": [-0.3103293776512146, 0.4675723910331726, 0.22823946177959442, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.28065890073776245, -0.5023880004882812, 0.14711333811283112, 1.1473398208618164, -1.9502170085906982, 1.028857946395874], "std": [1.482877542002825e-05, 8.36932667880319e-06, 1.2028964192722924e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.02979133650660515, 0.04878239706158638, 0.05346966162323952, 0.4909074306488037, 0.3784122169017792, 0.34354692697525024], "min": [-0.3103730082511902, 0.46754899621009827, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3103950023651123, -0.5718740224838257, 0.04592699930071831, 0.5498459339141846, -2.306377410888672, 0.32546374201774597], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21449199318885803, -0.4123919904232025, 0.23021000623703003, 1.9713906049728394, -1.121137022972107, 1.467895269393921], "count": [859]}, "gripper_mode_state": {"mean": [0.0, 0.4912689173457509], "std": [0.0, 0.4999237623835094], "min": [0, 0], "max": [0, 1], "count": [859]}, "gripper_activity_state": {"mean": [2.0, 1.8987194412107102], "std": [0.0, 0.3981748105126875], "min": [2, 0], "max": [2, 2], "count": [859]}, "gripper_mode_action": {"mean": [0.0, 0.4912689173457509], "std": [0.0, 0.49992376238350944], "min": [0, 0], "max": [0, 1], "count": [859]}, "gripper_activity_action": {"mean": [2.0, 1.8987194412107102], "std": [0.0, 0.3981748105126875], "min": [2, 0], "max": [2, 2], "count": [859]}}} +{"episode_index": 275, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9607843137254902]]], "mean": [[[0.42420880771663505]], [[0.4035474501897533]], [[0.408071562038794]]], "std": [[[0.19859845786110372]], [[0.19790601355651574]], [[0.19669263374413762]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4142486216529622]], [[0.40064396874341135]], [[0.3858122140522876]]], "std": [[[0.2344309060873738]], [[0.221530347468679]], [[0.21736951893200104]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5040666811617119]], [[0.4813496257642842]], [[0.48640117014547757]]], "std": [[[0.1976711684261162]], [[0.19595711142823125]], [[0.20618330988895808]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45810327719797594]], [[0.43372163846721484]], [[0.4387081317204301]]], "std": [[[0.25642975474338736]], [[0.2439558449646997]], [[0.24847234613850117]]], "count": [155]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12266173958778381, 0.2462659478187561, -0.5978800058364868, -1.615947961807251, 0.25384068489074707, -0.12054989486932755, -0.1264665573835373, -0.3200959861278534, -0.544517993927002, 0.07427000254392624, 0.5783385634422302, -2.1765897274017334, 0.4453398287296295, 1001.0, 187.0, 0.00020866650447715074, -0.2244875729084015, -0.8360678553581238, 1.9090240001678467, -1.068224310874939, -0.0001300466392422095], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102709949016571, 0.4675999879837036, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4554436504840851, 0.6047216653823853, -0.17697639763355255, -1.1555650234222412, 1.2854175567626953, 0.24556781351566315, 0.7201926708221436, -0.2021239995956421, -0.4070650041103363, 0.22828300297260284, 1.962311863899231, -1.121137022972107, 1.4570109844207764, 1001.0, 1000.0, 0.0002105463936459273, -0.2244725227355957, -0.8360559940338135, 1.909039855003357, -1.0679540634155273, -0.0001196049342979677], "mean": [-0.19951336085796356, 0.604672372341156, 0.45138880610466003, -1.4119634628295898, -0.25389572978019714, -0.12054161727428436, 0.028278039768338203, -0.31033000349998474, 0.4675719738006592, 0.2282404750585556, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.3216746151447296, 0.42089271545410156, -0.3966626226902008, -1.358473777770996, 0.8778969645500183, 0.09031865000724792, 0.21395523846149445, -0.2806813716888428, -0.4904128611087799, 0.15652750432491302, 1.2187128067016602, -1.9199292659759521, 1.0523675680160522, 1001.0, 578.2005004882812, 0.0002103842853102833, -0.22447927296161652, -0.8360608816146851, 1.9090477228164673, -1.0680537223815918, -0.00012391735799610615], "std": [2.5529869162710384e-05, 1.5915367839625105e-05, 2.2466294467449188e-05, 2.6184989110333845e-05, 2.175744521082379e-05, 1.5206191164907068e-05, 1.8691060176934116e-05, 1.4484521670965478e-05, 7.759426807751879e-06, 1.1881781574629713e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.09761307388544083, 0.13554605841636658, 0.11698805540800095, 0.1634327471256256, 0.3107907772064209, 0.10976150631904602, 0.2586466670036316, 0.03261786699295044, 0.04869403317570686, 0.039926670491695404, 0.46498650312423706, 0.3429337441921234, 0.33949601650238037, 0.0, 397.3874206542969, 5.30131728737615e-07, 1.3897678172725136e-06, 3.693262215165305e-06, 1.627814162930008e-05, 9.501335443928838e-05, 1.2792544339390588e-06], "count": [838]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12266173958778381, 0.2462659478187561, -0.5978800058364868, -1.615947961807251, 0.25384068489074707, -0.12054989486932755, -0.1264665573835373, -0.3200959861278534, -0.544517993927002, 0.07427000254392624, 0.5783385634422302, -2.1765897274017334, 0.4453398287296295, 1001.0, 187.0, 0.00020866650447715074, -0.2244875729084015, -0.8360678553581238, 1.9090240001678467, -1.068224310874939, -0.0001300466392422095], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102709949016571, 0.4675999879837036, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4554436504840851, 0.6047216653823853, -0.17697639763355255, -1.1555650234222412, 1.2854175567626953, 0.24556781351566315, 0.7201926708221436, -0.2021239995956421, -0.4070650041103363, 0.22828300297260284, 1.962311863899231, -1.121137022972107, 1.4570109844207764, 1001.0, 1000.0, 0.0002105463936459273, -0.2244725227355957, -0.8360559940338135, 1.909039855003357, -1.0679540634155273, -0.0001196049342979677], "mean": [-0.19951333105564117, 0.6046722531318665, 0.45138880610466003, -1.4119635820388794, -0.25389572978019714, -0.12054159492254257, 0.028278019279241562, -0.31032997369766235, 0.4675719439983368, 0.2282404899597168, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.3216142952442169, 0.4208747446537018, -0.39681798219680786, -1.3586883544921875, 0.8781391382217407, 0.09049088507890701, 0.21384020149707794, -0.28069186210632324, -0.4903661012649536, 0.15643534064292908, 1.2185590267181396, -1.9202643632888794, 1.0524019002914429, 1001.0, 578.2005004882812, 0.0002103820297634229, -0.22447925806045532, -0.8360608220100403, 1.9090477228164673, -1.0680534839630127, -0.00012391510244924575], "std": [2.5566470867488533e-05, 1.583294215379283e-05, 2.2466294467449188e-05, 2.617886639200151e-05, 2.175744521082379e-05, 1.5207246178761125e-05, 1.8685397662920877e-05, 1.448307102691615e-05, 7.761173037579283e-06, 1.1877123142767232e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.09770413488149643, 0.13552255928516388, 0.11714699864387512, 0.16362062096595764, 0.3103831708431244, 0.10954350233078003, 0.2587757110595703, 0.03262883797287941, 0.04873470589518547, 0.03985008969902992, 0.4648905396461487, 0.342289537191391, 0.33946624398231506, 0.0, 397.3874206542969, 5.334010779733944e-07, 1.3935110700913356e-06, 3.7036654703115346e-06, 1.627814162930008e-05, 9.483210305916145e-05, 1.2784843193003326e-06], "count": [838]}, "timestamp": {"min": [0.0], "max": [27.9], "mean": [13.949999999999998], "std": [8.063653018328605], "count": [838]}, "frame_index": {"min": [0], "max": [837], "mean": [418.5], "std": [241.9095905498581], "count": [838]}, "episode_index": {"min": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [838]}, "index": {"min": [228055], "max": [228892], "mean": [228473.5], "std": [241.9095905498581], "count": [838]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [838]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5782004805161731], "std": [0.0, 0.3973878405538471], "count": [838]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5782004805161731], "std": [0.0, 0.3973878405538471], "count": [838]}, "eef_direction_state": {"mean": [6.0, 4.29236276849642], "std": [0.0, 2.1276033110770167], "min": [6, 0], "max": [6, 6], "count": [838]}, "eef_velocity_state": {"mean": [0.0, 0.49761336515513127], "std": [0.0, 0.5816354470235272], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_acc_mag_state": {"mean": [0.0, 0.3305489260143198], "std": [0.0, 0.6603661632483089], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_direction_action": {"mean": [6.0, 4.29236276849642], "std": [0.0, 2.1276033110770167], "min": [6, 0], "max": [6, 6], "count": [838]}, "eef_velocity_action": {"mean": [0.0, 0.49761336515513127], "std": [0.0, 0.5816354470235272], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_acc_mag_action": {"mean": [0.0, 0.3305489260143198], "std": [0.0, 0.6603661632483089], "min": [0, 0], "max": [0, 2], "count": [838]}, "eef_sim_pose_state": {"mean": [-0.31032997369766235, 0.46757233142852783, 0.22824060916900635, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28068122267723083, -0.4904126822948456, 0.15652745962142944, 1.218711495399475, -1.9199281930923462, 1.0523673295974731], "std": [1.4484550774795935e-05, 7.751485100015998e-06, 1.188121586892521e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.032617874443531036, 0.04869402199983597, 0.039926670491695404, 0.4649865925312042, 0.3429335951805115, 0.33949580788612366], "min": [-0.3103789985179901, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3200959861278534, -0.544517993927002, 0.07427000254392624, 0.5783385634422302, -2.1765897274017334, 0.4453398287296295], "max": [-0.3102709949016571, 0.4675999879837036, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2021239995956421, -0.4070650041103363, 0.22828300297260284, 1.962311863899231, -1.121137022972107, 1.4570109844207764], "count": [838]}, "eef_sim_pose_action": {"mean": [-0.31033000349998474, 0.4675719738006592, 0.2282404750585556, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.2806813716888428, -0.4904128611087799, 0.15652750432491302, 1.2187128067016602, -1.9199292659759521, 1.0523675680160522], "std": [1.4484521670965478e-05, 7.759426807751879e-06, 1.1881781574629713e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.03261786699295044, 0.04869403317570686, 0.039926670491695404, 0.46498650312423706, 0.3429337441921234, 0.33949601650238037], "min": [-0.3103789985179901, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3200959861278534, -0.544517993927002, 0.07427000254392624, 0.5783385634422302, -2.1765897274017334, 0.4453398287296295], "max": [-0.3102709949016571, 0.4675999879837036, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2021239995956421, -0.4070650041103363, 0.22828300297260284, 1.962311863899231, -1.121137022972107, 1.4570109844207764], "count": [838]}, "gripper_mode_state": {"mean": [0.0, 0.5095465393794749], "std": [0.0, 0.49990885527851514], "min": [0, 0], "max": [0, 1], "count": [838]}, "gripper_activity_state": {"mean": [2.0, 1.89618138424821], "std": [0.0, 0.40280605913561507], "min": [2, 0], "max": [2, 2], "count": [838]}, "gripper_mode_action": {"mean": [0.0, 0.5095465393794749], "std": [0.0, 0.49990885527851514], "min": [0, 0], "max": [0, 1], "count": [838]}, "gripper_activity_action": {"mean": [2.0, 1.89618138424821], "std": [0.0, 0.40280605913561507], "min": [2, 0], "max": [2, 2], "count": [838]}}} +{"episode_index": 276, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42497101132119514]], [[0.4047733120331466]], [[0.4093638786764706]]], "std": [[[0.19894141612074856]], [[0.19808355856990445]], [[0.19707042409739828]]], "count": [140]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41328303425536883]], [[0.3981895366479925]], [[0.38279423727824463]]], "std": [[[0.23274087002262717]], [[0.21971487043098878]], [[0.2157818761147547]]], "count": [140]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5036365867180205]], [[0.4819969100140056]], [[0.48615158292483657]]], "std": [[[0.19775300864937623]], [[0.19636148189135175]], [[0.2063904086857477]]], "count": [140]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4712333785597572]], [[0.44616903011204484]], [[0.4504559261204482]]], "std": [[[0.2525748912093892]], [[0.24035149506773912]], [[0.24596390278726918]]], "count": [140]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037700176239014, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.057595863938331604, 0.22999949753284454, -0.5288870930671692, -1.6471196413040161, 0.2537883222103119, -0.12149237096309662, -0.183730810880661, -0.31989800930023193, -0.531810998916626, 0.04139700159430504, 0.5434311628341675, -2.1426961421966553, 0.6668773889541626, 1001.0, 184.0, 0.00020866650447715074, -0.22448569536209106, -0.8360702395439148, 1.9090209007263184, -1.0681711435317993, -0.0001300466392422095], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4485146999359131, 0.6047391295433044, -0.1800481677055359, -1.2038233280181885, 1.2390614748001099, 0.2765125334262848, 0.5643696188926697, -0.21218399703502655, -0.4280259907245636, 0.22843100130558014, 2.011711597442627, -1.121137022972107, 1.4556981325149536, 1001.0, 1002.0, 0.0002105463936459273, -0.2244725227355957, -0.8360575437545776, 1.9090367555618286, -1.0679715871810913, -0.00011865569103974849], "mean": [-0.19951261579990387, 0.6046695113182068, 0.45138850808143616, -1.4119632244110107, -0.25389528274536133, -0.12054254114627838, 0.028261665254831314, -0.310330867767334, 0.46757158637046814, 0.22823801636695862, -1.573238730430603, -1.1211402416229248, -0.7462766766548157, 0.2751205265522003, 0.36628928780555725, -0.3606244623661041, -1.3725662231445312, 0.8011919856071472, 0.056030113250017166, 0.14469681680202484, -0.28817233443260193, -0.48774388432502747, 0.1516072005033493, 1.1965827941894531, -1.8349084854125977, 1.1247886419296265, 1001.0, 599.9042358398438, 0.00020998955005779862, -0.22447970509529114, -0.8360608220100403, 1.9090464115142822, -1.0680251121520996, -0.0001218635807163082], "std": [2.7038369807996787e-05, 1.5652643924113363e-05, 2.3003429305390455e-05, 2.478907299519051e-05, 2.2124617316876538e-05, 1.7494083294877782e-05, 2.2743251975043677e-05, 1.4869345250190236e-05, 8.145957508531865e-06, 1.1310915397189092e-05, 1.1801719665527344e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.10105705261230469, 0.12753669917583466, 0.11342386156320572, 0.1308021992444992, 0.33831876516342163, 0.12145009636878967, 0.22505448758602142, 0.029866255819797516, 0.033655885607004166, 0.04733209311962128, 0.4654190242290497, 0.3436724841594696, 0.30152013897895813, 0.0, 398.07318115234375, 8.588716013946396e-07, 1.4561462648998713e-06, 4.057989826833364e-06, 1.595379762875382e-05, 6.025719994795509e-05, 1.3588773981609847e-06], "count": [731]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037700176239014, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.057595863938331604, 0.22999949753284454, -0.5288870930671692, -1.6471196413040161, 0.2537883222103119, -0.12149237096309662, -0.183730810880661, -0.31989800930023193, -0.531810998916626, 0.04139700159430504, 0.5434311628341675, -2.1426961421966553, 0.6668773889541626, 1001.0, 184.0, 0.00020866650447715074, -0.22448569536209106, -0.8360702395439148, 1.9090209007263184, -1.0681711435317993, -0.0001300466392422095], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4485146999359131, 0.6047391295433044, -0.1800481677055359, -1.2038233280181885, 1.2390614748001099, 0.2765125334262848, 0.5643696188926697, -0.21218399703502655, -0.4280259907245636, 0.22843100130558014, 2.011711597442627, -1.121137022972107, 1.4556981325149536, 1001.0, 1002.0, 0.0002105463936459273, -0.2244725227355957, -0.8360575437545776, 1.9090367555618286, -1.0679715871810913, -0.00011865569103974849], "mean": [-0.19951267540454865, 0.6046695113182068, 0.4513885974884033, -1.4119634628295898, -0.25389528274536133, -0.1205425038933754, 0.028261544182896614, -0.3103308081626892, 0.46757158637046814, 0.22823800146579742, -1.573238730430603, -1.1211402416229248, -0.7462766766548157, 0.2749916911125183, 0.3661755323410034, -0.36071696877479553, -1.372806429862976, 0.801432192325592, 0.05619172751903534, 0.14448878169059753, -0.28818386793136597, -0.48769092559814453, 0.1515038162469864, 1.1963251829147339, -1.8352470397949219, 1.1249920129776, 1001.0, 599.906982421875, 0.00020999211119487882, -0.22447970509529114, -0.8360608220100403, 1.9090464115142822, -1.0680253505706787, -0.00012186228559585288], "std": [2.7003834475181065e-05, 1.5665691535104997e-05, 2.3017881176201627e-05, 2.4812761694192886e-05, 2.2124617316876538e-05, 1.7426766135031357e-05, 2.2995631297817454e-05, 1.4862049283692613e-05, 8.136763426591642e-06, 1.1328459549986292e-05, 1.1801719665527344e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.10121317207813263, 0.12736089527606964, 0.11352530121803284, 0.1310351938009262, 0.3379923105239868, 0.12129350006580353, 0.2252846211194992, 0.02987642027437687, 0.033717941492795944, 0.04724697768688202, 0.46526238322257996, 0.3430905044078827, 0.3013150095939636, 0.0, 398.07659912109375, 8.577229664297192e-07, 1.4561462648998713e-06, 4.066926976520335e-06, 1.595953835931141e-05, 6.0489794122986495e-05, 1.3587692819783115e-06], "count": [731]}, "timestamp": {"min": [0.0], "max": [24.333333333333332], "mean": [12.166666666666668], "std": [7.034044197883447], "count": [731]}, "frame_index": {"min": [0], "max": [730], "mean": [365.0], "std": [211.0213259365034], "count": [731]}, "episode_index": {"min": [280], "max": [280], "mean": [280.0], "std": [0.0], "count": [731]}, "index": {"min": [228893], "max": [229623], "mean": [229258.0], "std": [211.0213259365034], "count": [731]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [731]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5994418606712456], "std": [0.0, 0.397607217663936], "count": [731]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5994418606712456], "std": [0.0, 0.397607217663936], "count": [731]}, "eef_direction_state": {"mean": [6.0, 4.236662106703147], "std": [0.0, 2.169322694181661], "min": [6, 0], "max": [6, 6], "count": [731]}, "eef_velocity_state": {"mean": [0.0, 0.5253077975376197], "std": [0.0, 0.556373106693382], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_acc_mag_state": {"mean": [0.0, 0.43912448700410395], "std": [0.0, 0.7341960432474556], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_direction_action": {"mean": [6.0, 4.236662106703147], "std": [0.0, 2.169322694181661], "min": [6, 0], "max": [6, 6], "count": [731]}, "eef_velocity_action": {"mean": [0.0, 0.5253077975376197], "std": [0.0, 0.556373106693382], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_acc_mag_action": {"mean": [0.0, 0.43912448700410395], "std": [0.0, 0.7341960432474556], "min": [0, 0], "max": [0, 2], "count": [731]}, "eef_sim_pose_state": {"mean": [-0.3103308081626892, 0.467571496963501, 0.22823812067508698, -1.573226809501648, -1.1211369037628174, -0.7462755441665649, -0.28817230463027954, -0.48774394392967224, 0.15160726010799408, 1.1965839862823486, -1.8349075317382812, 1.1247913837432861], "std": [1.4869258848193567e-05, 8.145633728418034e-06, 1.1310530680930242e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.029866261407732964, 0.03365589305758476, 0.04733206331729889, 0.46541887521743774, 0.3436725437641144, 0.30152034759521484], "min": [-0.31037700176239014, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31989800930023193, -0.531810998916626, 0.04139700159430504, 0.5434311628341675, -2.1426961421966553, 0.6668773889541626], "max": [-0.31028300523757935, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21218399703502655, -0.4280259907245636, 0.22843100130558014, 2.011711597442627, -1.121137022972107, 1.4556981325149536], "count": [731]}, "eef_sim_pose_action": {"mean": [-0.310330867767334, 0.46757158637046814, 0.22823801636695862, -1.573238730430603, -1.1211402416229248, -0.7462766766548157, -0.28817233443260193, -0.48774388432502747, 0.1516072005033493, 1.1965827941894531, -1.8349084854125977, 1.1247886419296265], "std": [1.4869345250190236e-05, 8.145957508531865e-06, 1.1310915397189092e-05, 1.1801719665527344e-05, 3.2186508178710938e-06, 1.0728836059570312e-06, 0.029866255819797516, 0.033655885607004166, 0.04733209311962128, 0.4654190242290497, 0.3436724841594696, 0.30152013897895813], "min": [-0.31037700176239014, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31989800930023193, -0.531810998916626, 0.04139700159430504, 0.5434311628341675, -2.1426961421966553, 0.6668773889541626], "max": [-0.31028300523757935, 0.4675990045070648, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21218399703502655, -0.4280259907245636, 0.22843100130558014, 2.011711597442627, -1.121137022972107, 1.4556981325149536], "count": [731]}, "gripper_mode_state": {"mean": [0.0, 0.4829001367989056], "std": [0.0, 0.49970750912759304], "min": [0, 0], "max": [0, 1], "count": [731]}, "gripper_activity_state": {"mean": [2.0, 1.8823529411764706], "std": [0.0, 0.4247512395680605], "min": [2, 0], "max": [2, 2], "count": [731]}, "gripper_mode_action": {"mean": [0.0, 0.4829001367989056], "std": [0.0, 0.4997075091275931], "min": [0, 0], "max": [0, 1], "count": [731]}, "gripper_activity_action": {"mean": [2.0, 1.8823529411764706], "std": [0.0, 0.4247512395680605], "min": [2, 0], "max": [2, 2], "count": [731]}}} +{"episode_index": 277, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4244648101194501]], [[0.4040928569416272]], [[0.40875705290736986]]], "std": [[[0.19867026818243827]], [[0.1983975382854097]], [[0.19730109506956883]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41611861054766736]], [[0.4004627450980392]], [[0.3873563894523327]]], "std": [[[0.23445358479781164]], [[0.2230117359625995]], [[0.21747878260172887]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5033838545188191]], [[0.48226981209150327]], [[0.4856676456502141]]], "std": [[[0.19764570842282056]], [[0.1964119230123813]], [[0.2063833241209401]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46825808260085644]], [[0.44474614745323415]], [[0.4492879338517016]]], "std": [[[0.25358523069149624]], [[0.2419772907068618]], [[0.24710207518826613]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.042638394981622696, 0.20788617432117462, -0.5434257388114929, -1.630015254020691, 0.2537883222103119, -0.26537731289863586, -0.20291198790073395, -0.3311449885368347, -0.5360450148582458, 0.040088001638650894, 0.5770712494850159, -2.142502546310425, 0.7079369425773621, 1001.0, 185.0, 0.0002105463936459273, -0.22448380291461945, -0.8360710144042969, 1.9090200662612915, -1.0681838989257812, -0.000124351165140979], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40025636553764343, 0.6047565937042236, -0.153274804353714, -1.203980565071106, 1.2284674644470215, 0.2569299042224884, 0.6077061891555786, -0.22724799811840057, -0.4071109890937805, 0.22908000648021698, 2.0933477878570557, -1.121137022972107, 1.4620167016983032, 1001.0, 1003.0, 0.0002105463936459273, -0.22447440028190613, -0.8360607028007507, 1.909035086631775, -1.0679961442947388, -0.00011675720452331007], "mean": [-0.19951482117176056, 0.6046693921089172, 0.45138928294181824, -1.4119653701782227, -0.253896027803421, -0.12054318189620972, 0.028271866962313652, -0.3103293776512146, 0.4675719141960144, 0.2282382994890213, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.24504528939723969, 0.35075101256370544, -0.3470919728279114, -1.3854995965957642, 0.7801061868667603, 0.01923942007124424, 0.16556498408317566, -0.29106250405311584, -0.4784228801727295, 0.1479583978652954, 1.2322275638580322, -1.8341890573501587, 1.1446424722671509, 1001.0, 564.6766357421875, 0.0002105476742144674, -0.22447903454303741, -0.8360610604286194, 1.9090453386306763, -1.0680711269378662, -0.0001193289936054498], "std": [2.611768650240265e-05, 1.5467670891666785e-05, 2.352221417822875e-05, 2.3951190087245777e-05, 2.238731030956842e-05, 1.691005854809191e-05, 1.9824172341031954e-05, 1.4615701729780994e-05, 7.936361726024188e-06, 1.2359269931039307e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.09332478046417236, 0.121775783598423, 0.1187535747885704, 0.13642826676368713, 0.33373889327049255, 0.15576691925525665, 0.23519569635391235, 0.02835782803595066, 0.04479452222585678, 0.04961731284856796, 0.5078681707382202, 0.3305041491985321, 0.29546770453453064, 0.0, 397.6359558105469, 1.280568540096283e-09, 1.2470455885704723e-06, 5.163821242604172e-06, 1.6675530787324533e-05, 6.0163871239637956e-05, 1.159381781690172e-06], "count": [767]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.042638394981622696, 0.20788617432117462, -0.5434257388114929, -1.630015254020691, 0.2537883222103119, -0.26537731289863586, -0.20291198790073395, -0.3311449885368347, -0.5360450148582458, 0.040088001638650894, 0.5770712494850159, -2.142502546310425, 0.7079369425773621, 1001.0, 185.0, 0.0002105463936459273, -0.22448380291461945, -0.8360710144042969, 1.9090200662612915, -1.0681838989257812, -0.000124351165140979], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40025636553764343, 0.6047565937042236, -0.153274804353714, -1.203980565071106, 1.2284674644470215, 0.2569299042224884, 0.6077061891555786, -0.22724799811840057, -0.4071109890937805, 0.22908000648021698, 2.0933477878570557, -1.121137022972107, 1.4620167016983032, 1001.0, 1003.0, 0.0002105463936459273, -0.22447440028190613, -0.8360607028007507, 1.909035086631775, -1.0679961442947388, -0.00011675720452331007], "mean": [-0.19951488077640533, 0.6046693921089172, 0.4513893127441406, -1.4119654893875122, -0.25389599800109863, -0.12054315954446793, 0.02827187068760395, -0.3103293180465698, 0.4675719439983368, 0.22823825478553772, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2449057698249817, 0.3506012260913849, -0.34720712900161743, -1.3857018947601318, 0.78025221824646, 0.019356591627001762, 0.16534192860126495, -0.291088342666626, -0.4783637523651123, 0.14784283936023712, 1.2320137023925781, -1.8344788551330566, 1.1448217630386353, 1001.0, 564.6766357421875, 0.0002105476742144674, -0.22447900474071503, -0.8360610008239746, 1.9090453386306763, -1.0680711269378662, -0.00011932528286706656], "std": [2.6168645490542985e-05, 1.54806057253154e-05, 2.3535278160125017e-05, 2.393973045400344e-05, 2.238769957330078e-05, 1.6913196304813027e-05, 1.982417052204255e-05, 1.4616993212257512e-05, 7.940723662613891e-06, 1.2381400665617548e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.09347246587276459, 0.12153394520282745, 0.11889729648828506, 0.13658206164836884, 0.33353301882743835, 0.15569540858268738, 0.23546037077903748, 0.028384357690811157, 0.04483862966299057, 0.049533285200595856, 0.507759153842926, 0.32997554540634155, 0.29526767134666443, 0.0, 397.6359558105469, 1.280568540096283e-09, 1.2554630757222185e-06, 5.2164768931106664e-06, 1.6681966371834278e-05, 6.0223203036002815e-05, 1.160008650913369e-06], "count": [767]}, "timestamp": {"min": [0.0], "max": [25.533333333333335], "mean": [12.76666666666667], "std": [7.380454668318958], "count": [767]}, "frame_index": {"min": [0], "max": [766], "mean": [383.0], "std": [221.41364004956876], "count": [767]}, "episode_index": {"min": [281], "max": [281], "mean": [281.0], "std": [0.0], "count": [767]}, "index": {"min": [229624], "max": [230390], "mean": [230007.0], "std": [221.41364004956876], "count": [767]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [767]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5638318133323102], "std": [0.0, 0.39670780209032397], "count": [767]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5638318133323102], "std": [0.0, 0.39670780209032397], "count": [767]}, "eef_direction_state": {"mean": [6.0, 4.2164276401564535], "std": [0.0, 2.1276331218251343], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_state": {"mean": [0.0, 0.559322033898305], "std": [0.0, 0.5721147752956899], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_state": {"mean": [0.0, 0.4132985658409387], "std": [0.0, 0.7167072638063047], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_direction_action": {"mean": [6.0, 4.2164276401564535], "std": [0.0, 2.1276331218251343], "min": [6, 0], "max": [6, 6], "count": [767]}, "eef_velocity_action": {"mean": [0.0, 0.559322033898305], "std": [0.0, 0.5721147752956899], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_acc_mag_action": {"mean": [0.0, 0.4132985658409387], "std": [0.0, 0.7167072638063047], "min": [0, 0], "max": [0, 2], "count": [767]}, "eef_sim_pose_state": {"mean": [-0.31032952666282654, 0.4675719439983368, 0.22823846340179443, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29106244444847107, -0.4784228503704071, 0.14795847237110138, 1.2322272062301636, -1.8341890573501587, 1.1446430683135986], "std": [1.4614936844736803e-05, 7.936143447295763e-06, 1.2358139429125004e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02835782803595066, 0.044794514775276184, 0.04961728677153587, 0.507868230342865, 0.3305042088031769, 0.2954677939414978], "min": [-0.3103730082511902, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3311449885368347, -0.5360450148582458, 0.040088001638650894, 0.5770712494850159, -2.142502546310425, 0.7079369425773621], "max": [-0.3102850019931793, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22724799811840057, -0.4071109890937805, 0.22908000648021698, 2.0933477878570557, -1.121137022972107, 1.4620167016983032], "count": [767]}, "eef_sim_pose_action": {"mean": [-0.3103293776512146, 0.4675719141960144, 0.2282382994890213, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.29106250405311584, -0.4784228801727295, 0.1479583978652954, 1.2322275638580322, -1.8341890573501587, 1.1446424722671509], "std": [1.4615701729780994e-05, 7.936361726024188e-06, 1.2359269931039307e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.02835782803595066, 0.04479452222585678, 0.04961731284856796, 0.5078681707382202, 0.3305041491985321, 0.29546770453453064], "min": [-0.3103730082511902, 0.4675480127334595, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3311449885368347, -0.5360450148582458, 0.040088001638650894, 0.5770712494850159, -2.142502546310425, 0.7079369425773621], "max": [-0.3102850019931793, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22724799811840057, -0.4071109890937805, 0.22908000648021698, 2.0933477878570557, -1.121137022972107, 1.4620167016983032], "count": [767]}, "gripper_mode_state": {"mean": [0.0, 0.5280312907431551], "std": [0.0, 0.499213628358915], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_state": {"mean": [2.0, 1.8891786179921772], "std": [0.0, 0.4141880458516194], "min": [2, 0], "max": [2, 2], "count": [767]}, "gripper_mode_action": {"mean": [0.0, 0.5280312907431551], "std": [0.0, 0.499213628358915], "min": [0, 0], "max": [0, 1], "count": [767]}, "gripper_activity_action": {"mean": [2.0, 1.8891786179921772], "std": [0.0, 0.4141880458516194], "min": [2, 0], "max": [2, 2], "count": [767]}}} +{"episode_index": 278, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9568627450980393]]], "mean": [[[0.42802669995363013]], [[0.4064131820239357]], [[0.4111500645866455]]], "std": [[[0.19884810711801]], [[0.19849181827581572]], [[0.19743372571052084]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4038797170332097]], [[0.390200069554849]], [[0.37581009870164284]]], "std": [[[0.2301332265008217]], [[0.21695970667032743]], [[0.21300466989328368]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5027525862259319]], [[0.4787779916865395]], [[0.48431450108196433]]], "std": [[[0.19735141515903373]], [[0.19498675510446759]], [[0.2052413547708561]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46164164900194316]], [[0.4349062803612436]], [[0.44096765009494787]]], "std": [[[0.2599322039703243]], [[0.24542932597291242]], [[0.2503123635964191]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08450884371995926, 0.24984388053417206, -0.5659404397010803, -1.7540210485458374, 0.2537883222103119, -0.12074188143014908, -0.09869837015867233, -0.3178659975528717, -0.5370870232582092, 0.08517300337553024, 0.5869490504264832, -2.2159602642059326, 0.4174642562866211, 1001.0, 185.0, 0.0002105463936459273, -0.2244969606399536, -0.8360702395439148, 1.9090200662612915, -1.0681711435317993, -0.0001196049342979677], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.41784927248954773, 0.700994074344635, -0.16976818442344666, -1.178359031677246, 1.2649447917938232, 0.27550020813941956, 0.7035596966743469, -0.21596500277519226, -0.37465900182724, 0.2287759929895401, 1.9556384086608887, -1.121137022972107, 1.4200975894927979, 1001.0, 1002.0, 0.0002105463936459273, -0.22447064518928528, -0.8360607028007507, 1.909035086631775, -1.0679984092712402, -0.00010346776252845302], "mean": [-0.1995144933462143, 0.6046731472015381, 0.4513891637325287, -1.4119648933410645, -0.2538977861404419, -0.12054064869880676, 0.02828066051006317, -0.3103298544883728, 0.46757179498672485, 0.22824090719223022, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.266872376203537, 0.45665818452835083, -0.3948894441127777, -1.4074065685272217, 0.8723884224891663, 0.07645025849342346, 0.2115483582019806, -0.2868908643722534, -0.4740176498889923, 0.16046948730945587, 1.2299782037734985, -1.911860704421997, 1.0251466035842896, 1001.0, 579.6231079101562, 0.00021054783428553492, -0.22447967529296875, -0.8360611796379089, 1.9090365171432495, -1.068071722984314, -0.00011450131569290534], "std": [2.681708247109782e-05, 1.6099756976473145e-05, 2.3554463041364215e-05, 2.4405375370406546e-05, 2.2282021745922975e-05, 1.549390799482353e-05, 1.8669878045329824e-05, 1.4356544852489606e-05, 7.99030385678634e-06, 1.193720891023986e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10355430096387863, 0.14871929585933685, 0.1067504957318306, 0.18365953862667084, 0.32501330971717834, 0.12775832414627075, 0.2545154094696045, 0.0301465205848217, 0.054339710623025894, 0.03629136458039284, 0.4693257808685303, 0.3577088415622711, 0.3352251648902893, 0.0, 398.3412170410156, 1.4406396076083183e-09, 1.5962151564963278e-06, 5.283637165121036e-06, 8.372458978556097e-06, 6.360744737321511e-05, 3.7932284158159746e-06], "count": [788]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036800146102905, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08450884371995926, 0.24984388053417206, -0.5659404397010803, -1.7540210485458374, 0.2537883222103119, -0.12074188143014908, -0.09869837015867233, -0.3178659975528717, -0.5370870232582092, 0.08517300337553024, 0.5869490504264832, -2.2159602642059326, 0.4174642562866211, 1001.0, 185.0, 0.0002105463936459273, -0.2244969606399536, -0.8360702395439148, 1.9090200662612915, -1.0681711435317993, -0.0001196049342979677], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.41784927248954773, 0.700994074344635, -0.16976818442344666, -1.178359031677246, 1.2649447917938232, 0.27550020813941956, 0.7035596966743469, -0.21596500277519226, -0.37465900182724, 0.2287759929895401, 1.9556384086608887, -1.121137022972107, 1.4200975894927979, 1001.0, 1002.0, 0.0002105463936459273, -0.22447064518928528, -0.8360607028007507, 1.909035086631775, -1.0679984092712402, -0.00010346776252845302], "mean": [-0.1995145082473755, 0.6046731472015381, 0.4513891637325287, -1.4119648933410645, -0.25389784574508667, -0.12054058164358139, 0.028280703350901604, -0.3103298544883728, 0.46757182478904724, 0.2282409518957138, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2667924463748932, 0.456619530916214, -0.39502227306365967, -1.407631516456604, 0.8728052377700806, 0.07658924907445908, 0.21147409081459045, -0.2868984341621399, -0.4739677309989929, 0.16036956012248993, 1.229740023612976, -1.9123824834823608, 1.025311827659607, 1001.0, 579.6205444335938, 0.00021054783428553492, -0.22447967529296875, -0.8360611796379089, 1.9090365171432495, -1.0680716037750244, -0.00011449048179201782], "std": [2.6819248887477443e-05, 1.6099756976473145e-05, 2.3554463041364215e-05, 2.4403365387115628e-05, 2.2344958779285662e-05, 1.5417735994560644e-05, 1.8654931409400888e-05, 1.4360703062266111e-05, 7.989227924554143e-06, 1.1934085705433972e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10363045334815979, 0.14868499338626862, 0.1068856343626976, 0.18377351760864258, 0.32442986965179443, 0.12760333716869354, 0.2545936703681946, 0.030153142288327217, 0.054363660514354706, 0.03621288016438484, 0.4691990911960602, 0.3568534851074219, 0.3351195156574249, 0.0, 398.3380432128906, 1.4406396076083183e-09, 1.5970601907611126e-06, 5.28521422893391e-06, 8.375413926842157e-06, 6.355035293381661e-05, 3.7962615806463873e-06], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [788]}, "index": {"min": [230391], "max": [231178], "mean": [230784.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.579095178562675], "std": [0.0, 0.39778094673394376], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.579095178562675], "std": [0.0, 0.39778094673394376], "count": [788]}, "eef_direction_state": {"mean": [6.0, 4.258883248730965], "std": [0.0, 2.0830436467066438], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.5583756345177665], "std": [0.0, 0.6111430590247574], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.40609137055837563], "std": [0.0, 0.7125157059639666], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 4.258883248730965], "std": [0.0, 2.0830436467066438], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.5583756345177665], "std": [0.0, 0.6111430590247574], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.40609137055837563], "std": [0.0, 0.7125157059639666], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.3103298246860504, 0.4675721228122711, 0.22824089229106903, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2868909239768982, -0.4740176200866699, 0.16046960651874542, 1.2299782037734985, -1.9118621349334717, 1.0251449346542358], "std": [1.435649573977571e-05, 7.984667718119454e-06, 1.1937212548218668e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.030146518722176552, 0.054339729249477386, 0.036291368305683136, 0.4693259298801422, 0.3577086925506592, 0.33522486686706543], "min": [-0.31036800146102905, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3178659975528717, -0.5370870232582092, 0.08517300337553024, 0.5869490504264832, -2.2159602642059326, 0.4174642562866211], "max": [-0.31027698516845703, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21596500277519226, -0.37465900182724, 0.2287759929895401, 1.9556384086608887, -1.121137022972107, 1.4200975894927979], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.3103298544883728, 0.46757179498672485, 0.22824090719223022, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2868908643722534, -0.4740176498889923, 0.16046948730945587, 1.2299782037734985, -1.911860704421997, 1.0251466035842896], "std": [1.4356544852489606e-05, 7.99030385678634e-06, 1.193720891023986e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.0301465205848217, 0.054339710623025894, 0.03629136458039284, 0.4693257808685303, 0.3577088415622711, 0.3352251648902893], "min": [-0.31036800146102905, 0.4675459861755371, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3178659975528717, -0.5370870232582092, 0.08517300337553024, 0.5869490504264832, -2.2159602642059326, 0.4174642562866211], "max": [-0.31027698516845703, 0.467602014541626, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21596500277519226, -0.37465900182724, 0.2287759929895401, 1.9556384086608887, -1.121137022972107, 1.4200975894927979], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.5076142131979695], "std": [0.0, 0.4999420203957406], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8895939086294415], "std": [0.0, 0.4145125417554192], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.5076142131979695], "std": [0.0, 0.4999420203957406], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8895939086294415], "std": [0.0, 0.4145125417554192], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 279, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4322612165296226]], [[0.40920939937803075]], [[0.41415890786422094]]], "std": [[[0.2000497737696242]], [[0.19837500789416224]], [[0.19853781838960477]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41536563620071687]], [[0.39890060220324686]], [[0.38507930371073157]]], "std": [[[0.23364026657578701]], [[0.22104458175912337]], [[0.21567706585378027]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5042886701454776]], [[0.4795664176154333]], [[0.4865591542799915]]], "std": [[[0.197533702767901]], [[0.19538935705178495]], [[0.2062520478240794]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47513829327429896]], [[0.4492300561353574]], [[0.45344819866118485]]], "std": [[[0.25768190751408354]], [[0.24608189215752335]], [[0.251225112231478]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08812166750431061, 0.23598596453666687, -0.5792573094367981, -1.5230441093444824, 0.25384068489074707, -0.2044653296470642, -0.12266173958778381, -0.3305700123310089, -0.5495759844779968, 0.05819699913263321, 0.5697289705276489, -2.3894548416137695, 0.7462756037712097, 1001.0, 185.0, 0.00018610796541906893, -0.2244969606399536, -0.8360686302185059, 1.9090232849121094, -1.0681371688842773, -0.00011106173042207956], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4616919457912445, 0.6047216653823853, -0.0904429629445076, -1.0138617753982544, 1.367029070854187, 0.3709697127342224, 0.5297598242759705, -0.23516499996185303, -0.43364301323890686, 0.22855399549007416, 1.914599895477295, -1.121137022972107, 1.4808539152145386, 1001.0, 1000.0, 0.00021618601749651134, -0.2244405597448349, -0.8360512256622314, 1.909039855003357, -1.067941427230835, 7.119341171346605e-05], "mean": [-0.1995178759098053, 0.6046695709228516, 0.4513869285583496, -1.4119640588760376, -0.2539101243019104, -0.12054235488176346, 0.02828432433307171, -0.31032827496528625, 0.4675738215446472, 0.22824081778526306, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.2879263162612915, 0.38100531697273254, -0.36553695797920227, -1.3117761611938477, 0.886184573173523, 0.05810577794909477, 0.2066095918416977, -0.29780086874961853, -0.489769846200943, 0.16007693111896515, 1.1537152528762817, -1.9267886877059937, 1.1481046676635742, 1001.0, 583.5578002929688, 0.00019692641217261553, -0.22446075081825256, -0.8360609412193298, 1.9090478420257568, -1.0680145025253296, 3.097996523138136e-05], "std": [2.6190431526629254e-05, 1.6295538443955593e-05, 2.2863374397275038e-05, 2.4931159714469686e-05, 2.380554360570386e-05, 1.6843803678057157e-05, 1.9145425540045835e-05, 1.507470278738765e-05, 7.96843960415572e-06, 1.206750312121585e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.10072864592075348, 0.11881575733423233, 0.1176476925611496, 0.15024873614311218, 0.3972581923007965, 0.1783178150653839, 0.1953691840171814, 0.02624003030359745, 0.036118097603321075, 0.04723436012864113, 0.48154646158218384, 0.3965483009815216, 0.26089999079704285, 0.0, 398.53094482421875, 6.729889264533995e-06, 9.559387763147242e-06, 5.323950972524472e-06, 1.6334171959897503e-05, 5.898486779187806e-05, 6.710430170642212e-05], "count": [839]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08812166750431061, 0.23598596453666687, -0.5792573094367981, -1.5230441093444824, 0.25384068489074707, -0.2044653296470642, -0.12266173958778381, -0.3305700123310089, -0.5495759844779968, 0.05819699913263321, 0.5697289705276489, -2.3894548416137695, 0.7462756037712097, 1001.0, 185.0, 0.00018610796541906893, -0.2244969606399536, -0.8360686302185059, 1.9090232849121094, -1.0681371688842773, -0.00011106173042207956], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4616919457912445, 0.6047216653823853, -0.0904429629445076, -1.0138617753982544, 1.367029070854187, 0.3709697127342224, 0.5297598242759705, -0.23516499996185303, -0.43364301323890686, 0.22855399549007416, 1.914599895477295, -1.121137022972107, 1.4808539152145386, 1001.0, 1000.0, 0.00021618601749651134, -0.2244405597448349, -0.8360512256622314, 1.909039855003357, -1.067941427230835, 7.119341171346605e-05], "mean": [-0.19951783120632172, 0.6046695709228516, 0.4513869881629944, -1.4119640588760376, -0.2539101839065552, -0.12054239958524704, 0.02828432433307171, -0.31032824516296387, 0.4675738215446472, 0.22824081778526306, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.28786972165107727, 0.3809366226196289, -0.3656846582889557, -1.311869740486145, 0.8863453269004822, 0.05806510150432587, 0.2065078467130661, -0.29782313108444214, -0.4897304177284241, 0.15998995304107666, 1.153666615486145, -1.927047610282898, 1.1482511758804321, 1001.0, 583.5578002929688, 0.00019690625777002424, -0.22446072101593018, -0.8360608816146851, 1.9090478420257568, -1.0680145025253296, 3.118248423561454e-05], "std": [2.6233759854221717e-05, 1.6306383258779533e-05, 2.2858206648379564e-05, 2.4930010113166645e-05, 2.3737316951155663e-05, 1.6818277799757197e-05, 1.9145425540045835e-05, 1.5087047358974814e-05, 7.986388482095208e-06, 1.2067176612617914e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.10079160332679749, 0.11870314180850983, 0.1178329586982727, 0.15033549070358276, 0.3970291316509247, 0.1783623993396759, 0.19551357626914978, 0.026258554309606552, 0.03616024926304817, 0.04717591032385826, 0.48150601983070374, 0.3960929214954376, 0.2607084810733795, 0.0, 398.53094482421875, 6.714456958434312e-06, 9.540200153423939e-06, 5.296678409649758e-06, 1.6335310647264123e-05, 5.889267413294874e-05, 6.694006879115477e-05], "count": [839]}, "timestamp": {"min": [0.0], "max": [27.933333333333334], "mean": [13.966666666666667], "std": [8.073275529658194], "count": [839]}, "frame_index": {"min": [0], "max": [838], "mean": [419.0], "std": [242.19826588974578], "count": [839]}, "episode_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [839]}, "index": {"min": [231179], "max": [232017], "mean": [231598.0], "std": [242.19826588974578], "count": [839]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [839]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5835578078415169], "std": [0.0, 0.39853119501030426], "count": [839]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5835578078415169], "std": [0.0, 0.39853119501030426], "count": [839]}, "eef_direction_state": {"mean": [6.0, 4.33015494636472], "std": [0.0, 2.0510606808178298], "min": [6, 0], "max": [6, 6], "count": [839]}, "eef_velocity_state": {"mean": [0.0, 0.5423122765196663], "std": [0.0, 0.6021890086391516], "min": [0, 0], "max": [0, 2], "count": [839]}, "eef_acc_mag_state": {"mean": [0.0, 0.42193087008343266], "std": [0.0, 0.7230550929562031], "min": [0, 0], "max": [0, 2], "count": [839]}, "eef_direction_action": {"mean": [6.0, 4.33015494636472], "std": [0.0, 2.0510606808178298], "min": [6, 0], "max": [6, 6], "count": [839]}, "eef_velocity_action": {"mean": [0.0, 0.5423122765196663], "std": [0.0, 0.6021890086391516], "min": [0, 0], "max": [0, 2], "count": [839]}, "eef_acc_mag_action": {"mean": [0.0, 0.42193087008343266], "std": [0.0, 0.7230550929562031], "min": [0, 0], "max": [0, 2], "count": [839]}, "eef_sim_pose_state": {"mean": [-0.31032827496528625, 0.46757352352142334, 0.22824087738990784, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2978008985519409, -0.489769846200943, 0.16007709503173828, 1.1537151336669922, -1.9267899990081787, 1.1481057405471802], "std": [1.5074705515871756e-05, 7.963983080117032e-06, 1.2067381248925813e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.026240035891532898, 0.036118097603321075, 0.04723436385393143, 0.48154643177986145, 0.396548330783844, 0.2608999013900757], "min": [-0.3103789985179901, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3305700123310089, -0.5495759844779968, 0.05819699913263321, 0.5697289705276489, -2.3894548416137695, 0.7462756037712097], "max": [-0.31028300523757935, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23516499996185303, -0.43364301323890686, 0.22855399549007416, 1.914599895477295, -1.121137022972107, 1.4808539152145386], "count": [839]}, "eef_sim_pose_action": {"mean": [-0.31032827496528625, 0.4675738215446472, 0.22824081778526306, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.29780086874961853, -0.489769846200943, 0.16007693111896515, 1.1537152528762817, -1.9267886877059937, 1.1481046676635742], "std": [1.507470278738765e-05, 7.96843960415572e-06, 1.206750312121585e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.02624003030359745, 0.036118097603321075, 0.04723436012864113, 0.48154646158218384, 0.3965483009815216, 0.26089999079704285], "min": [-0.3103789985179901, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3305700123310089, -0.5495759844779968, 0.05819699913263321, 0.5697289705276489, -2.3894548416137695, 0.7462756037712097], "max": [-0.31028300523757935, 0.4675999879837036, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23516499996185303, -0.43364301323890686, 0.22855399549007416, 1.914599895477295, -1.121137022972107, 1.4808539152145386], "count": [839]}, "gripper_mode_state": {"mean": [0.0, 0.5029797377830751], "std": [0.0, 0.49999112108391286], "min": [0, 0], "max": [0, 1], "count": [839]}, "gripper_activity_state": {"mean": [2.0, 1.8939213349225268], "std": [0.0, 0.4078476292522185], "min": [2, 0], "max": [2, 2], "count": [839]}, "gripper_mode_action": {"mean": [0.0, 0.5029797377830751], "std": [0.0, 0.49999112108391286], "min": [0, 0], "max": [0, 1], "count": [839]}, "gripper_activity_action": {"mean": [2.0, 1.8939213349225268], "std": [0.0, 0.4078476292522185], "min": [2, 0], "max": [2, 2], "count": [839]}}} +{"episode_index": 280, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.43352359669357937]], [[0.41183606465462]], [[0.4175070592507155]]], "std": [[[0.1989652618631676]], [[0.19801583325837105]], [[0.1969864007393586]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4037036863492674]], [[0.3998248109701397]], [[0.39806685062369174]]], "std": [[[0.23299125498496515]], [[0.22642112093759414]], [[0.22675048388439137]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5177964391366568]], [[0.49203320037165194]], [[0.5026240148019993]]], "std": [[[0.2019300718653493]], [[0.19861372168118982]], [[0.20851179142859141]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47180744985902856]], [[0.44871561552180783]], [[0.45583201439617244]]], "std": [[[0.25874659861234084]], [[0.24707262530112095]], [[0.25225771499362193]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08311258256435394, 0.28213247656822205, -0.5112418532371521, -1.565036654472351, 0.25382325053215027, -0.26918214559555054, -0.028326693922281265, -0.33334699273109436, -0.5267639756202698, 0.06733699887990952, 0.571743369102478, -2.2159910202026367, 0.7462756037712097, 1001.0, 187.0, 0.00019362747843842953, -0.22446124255657196, -0.8360670804977417, 1.9090224504470825, -1.068170428276062, -8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.377305269241333, 0.6049834489822388, -0.18133971095085144, -1.2273155450820923, 1.3302899599075317, 0.2571568191051483, 0.6794042587280273, -0.2360060065984726, -0.41713300347328186, 0.22828200459480286, 1.9333670139312744, -1.121137022972107, 1.4420723915100098, 1001.0, 1000.0, 0.00019362747843842953, -0.22444620728492737, -0.8360567688941956, 1.9090343713760376, -1.0679961442947388, 5.1259259635116905e-05], "mean": [-0.19951806962490082, 0.6046738028526306, 0.4513888955116272, -1.4119677543640137, -0.2539059817790985, -0.12054234743118286, 0.028285695239901543, -0.31032639741897583, 0.4675739109516144, 0.22824223339557648, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.24063782393932343, 0.4206031560897827, -0.36407944560050964, -1.366603970527649, 0.8824136853218079, 0.014317420311272144, 0.22445359826087952, -0.297777384519577, -0.4755013585090637, 0.168042853474617, 1.2144627571105957, -1.9054820537567139, 1.1257750988006592, 1001.0, 584.9405517578125, 0.00019362605235073715, -0.2244550585746765, -0.8360602259635925, 1.9090465307235718, -1.068041205406189, 1.7577198377694003e-05], "std": [2.592870259832125e-05, 1.6348305507563055e-05, 2.2712485588272102e-05, 2.463444798195269e-05, 2.1446461687446572e-05, 1.6275267626042478e-05, 2.3857664928073063e-05, 1.5204404917312786e-05, 7.90134072303772e-06, 1.2079788575647399e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.09048333019018173, 0.11377906054258347, 0.0963003858923912, 0.09858399629592896, 0.34906071424484253, 0.18136125802993774, 0.23262028396129608, 0.023188410326838493, 0.039414502680301666, 0.0414036363363266, 0.4760168492794037, 0.3487182855606079, 0.25834304094314575, 0.0, 397.4094543457031, 1.4260876923799515e-09, 1.9388455712032737e-06, 3.012930164913996e-06, 1.7953647329704836e-05, 4.8176563723245636e-05, 1.527693893876858e-05], "count": [824]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08311258256435394, 0.28213247656822205, -0.5112418532371521, -1.565036654472351, 0.25382325053215027, -0.26918214559555054, -0.028326693922281265, -0.33334699273109436, -0.5267639756202698, 0.06733699887990952, 0.571743369102478, -2.2159910202026367, 0.7462756037712097, 1001.0, 187.0, 0.00019362747843842953, -0.22446124255657196, -0.8360670804977417, 1.9090224504470825, -1.068170428276062, -8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.377305269241333, 0.6049834489822388, -0.18133971095085144, -1.2273155450820923, 1.3302899599075317, 0.2571568191051483, 0.6794042587280273, -0.2360060065984726, -0.41713300347328186, 0.22828200459480286, 1.9333670139312744, -1.121137022972107, 1.4420723915100098, 1001.0, 1000.0, 0.00019362747843842953, -0.22444620728492737, -0.8360567688941956, 1.9090343713760376, -1.0679961442947388, 5.1259259635116905e-05], "mean": [-0.19951805472373962, 0.6046737432479858, 0.4513888359069824, -1.4119678735733032, -0.2539059817790985, -0.12054234743118286, 0.028285609558224678, -0.31032636761665344, 0.46757397055625916, 0.22824223339557648, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2405112385749817, 0.4205981194972992, -0.3641502559185028, -1.366714596748352, 0.8827687501907349, 0.01423607300966978, 0.22462698817253113, -0.29780423641204834, -0.4754417836666107, 0.16797541081905365, 1.2144335508346558, -1.9060113430023193, 1.1258963346481323, 1001.0, 584.9405517578125, 0.00019362605235073715, -0.2244550585746765, -0.8360602259635925, 1.9090465307235718, -1.068041443824768, 1.7512686099507846e-05], "std": [2.5929539333446883e-05, 1.6363825125154108e-05, 2.272247729706578e-05, 2.4627150196465664e-05, 2.1446461687446572e-05, 1.6275267626042478e-05, 2.402118843747303e-05, 1.5209094271995127e-05, 7.902642209955957e-06, 1.2077416613465175e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.09061373025178909, 0.1137709766626358, 0.09638606756925583, 0.09868599474430084, 0.3485695719718933, 0.18143674731254578, 0.23248538374900818, 0.023215778172016144, 0.039463549852371216, 0.04135079309344292, 0.475995808839798, 0.3478572964668274, 0.2581881284713745, 0.0, 397.409423828125, 1.4260876923799515e-09, 1.9361818885954563e-06, 3.018720235559158e-06, 1.7957085219677538e-05, 4.8383102694060653e-05, 1.52588399942033e-05], "count": [824]}, "timestamp": {"min": [0.0], "max": [27.433333333333334], "mean": [13.716666666666667], "std": [7.928937857970357], "count": [824]}, "frame_index": {"min": [0], "max": [823], "mean": [411.5], "std": [237.86813573911073], "count": [824]}, "episode_index": {"min": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [824]}, "index": {"min": [232018], "max": [232841], "mean": [232429.5], "std": [237.86813573911073], "count": [824]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [824]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.584940536888045], "std": [0.0, 0.39740884650069047], "count": [824]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.584940536888045], "std": [0.0, 0.39740884650069047], "count": [824]}, "eef_direction_state": {"mean": [6.0, 4.345873786407767], "std": [0.0, 2.0815958365611307], "min": [6, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.0, 0.5254854368932039], "std": [0.0, 0.5926991142891829], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.0, 0.4356796116504854], "std": [0.0, 0.7378391267498345], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_direction_action": {"mean": [6.0, 4.345873786407767], "std": [0.0, 2.0815958365611307], "min": [6, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.0, 0.5254854368932039], "std": [0.0, 0.5926991142891829], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.0, 0.4356796116504854], "std": [0.0, 0.7378391267498345], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [-0.310326486825943, 0.4675738215446472, 0.2282421737909317, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2977772653102875, -0.47550126910209656, 0.16804289817810059, 1.2144627571105957, -1.905483365058899, 1.1257753372192383], "std": [1.5204306691884995e-05, 7.90072499512462e-06, 1.2079613043169957e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.023188404738903046, 0.03941451385617256, 0.04140361770987511, 0.47601696848869324, 0.34871846437454224, 0.25834307074546814], "min": [-0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33334699273109436, -0.5267639756202698, 0.06733699887990952, 0.571743369102478, -2.2159910202026367, 0.7462756037712097], "max": [-0.3102790117263794, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2360060065984726, -0.41713300347328186, 0.22828200459480286, 1.9333670139312744, -1.121137022972107, 1.4420723915100098], "count": [824]}, "eef_sim_pose_action": {"mean": [-0.31032639741897583, 0.4675739109516144, 0.22824223339557648, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.297777384519577, -0.4755013585090637, 0.168042853474617, 1.2144627571105957, -1.9054820537567139, 1.1257750988006592], "std": [1.5204404917312786e-05, 7.90134072303772e-06, 1.2079788575647399e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.023188410326838493, 0.039414502680301666, 0.0414036363363266, 0.4760168492794037, 0.3487182855606079, 0.25834304094314575], "min": [-0.31037700176239014, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33334699273109436, -0.5267639756202698, 0.06733699887990952, 0.571743369102478, -2.2159910202026367, 0.7462756037712097], "max": [-0.3102790117263794, 0.46760299801826477, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2360060065984726, -0.41713300347328186, 0.22828200459480286, 1.9333670139312744, -1.121137022972107, 1.4420723915100098], "count": [824]}, "gripper_mode_state": {"mean": [0.0, 0.5024271844660194], "std": [0.0, 0.49999410874086325], "min": [0, 0], "max": [0, 1], "count": [824]}, "gripper_activity_state": {"mean": [2.0, 1.8944174757281553], "std": [0.0, 0.4059842415104216], "min": [2, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.0, 0.5024271844660194], "std": [0.0, 0.49999410874086325], "min": [0, 0], "max": [0, 1], "count": [824]}, "gripper_activity_action": {"mean": [2.0, 1.8944174757281553], "std": [0.0, 0.40598424151042156], "min": [2, 0], "max": [2, 2], "count": [824]}}} +{"episode_index": 281, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9529411764705882]]], "mean": [[[0.42529513888888887]], [[0.4032551308834496]], [[0.40880219710926874]]], "std": [[[0.19811872982587736]], [[0.19595390934413998]], [[0.1955761649271162]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4056855822586305]], [[0.40194895709961836]], [[0.40050339682853003]]], "std": [[[0.23347486745230275]], [[0.22742177605842695]], [[0.22667612836668596]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5171034894942317]], [[0.49136852847962453]], [[0.5019371490766329]]], "std": [[[0.20174371908853098]], [[0.198532732752649]], [[0.20833774965816615]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469915956595166]], [[0.442416831161995]], [[0.44997594941220337]]], "std": [[[0.2630674850575863]], [[0.24988294119828236]], [[0.2555073337044334]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09786061197519302, 0.29070204496383667, -0.5722236633300781, -1.668691873550415, 0.2537883222103119, -0.20746728777885437, -0.10765191167593002, -0.32208698987960815, -0.531548023223877, 0.06524600088596344, 0.5071074962615967, -2.1871109008789062, 0.6118643283843994, 1001.0, 198.0, 0.00019362747843842953, -0.22446687519550323, -0.8360678553581238, 1.9090216159820557, -1.068160891532898, -0.00017940740508493036], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102709949016571, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3884928524494171, 0.6047391295433044, -0.18275341391563416, -1.201920986175537, 1.3923015594482422, 0.3578099310398102, 0.6355616450309753, -0.22911599278450012, -0.3817000091075897, 0.2287990003824234, 2.0178005695343018, -1.121137022972107, 1.4271856546401978, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360575437545776, 1.909035086631775, -1.068004846572876, 0.0], "mean": [-0.19951771199703217, 0.6046719551086426, 0.451386421918869, -1.4119668006896973, -0.2539066672325134, -0.12054235488176346, 0.028270797803997993, -0.3103279769420624, 0.4675731062889099, 0.22823944687843323, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.25793322920799255, 0.43827828764915466, -0.38974452018737793, -1.4065076112747192, 0.8437692523002625, 0.05518665164709091, 0.1748678833246231, -0.2886306047439575, -0.4744811952114105, 0.15959487855434418, 1.233510971069336, -1.8721883296966553, 1.050879955291748, 1001.0, 560.650634765625, 0.00019362606690265238, -0.22445446252822876, -0.8360604047775269, 1.9090420007705688, -1.0680702924728394, -2.9143058782210574e-05], "std": [2.581652188382577e-05, 1.6743477317504585e-05, 2.3106962544261478e-05, 2.3224318283610046e-05, 2.1929341528448276e-05, 1.7005349945975468e-05, 2.2454565623775125e-05, 1.4586660654458683e-05, 8.013056685740594e-06, 1.2136065379309002e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09319479018449783, 0.11338803917169571, 0.1091218888759613, 0.1334228664636612, 0.34961971640586853, 0.19388338923454285, 0.25849413871765137, 0.025775069370865822, 0.045962654054164886, 0.04460043087601662, 0.5074785351753235, 0.34868401288986206, 0.26660892367362976, 0.0, 390.2666015625, 1.4115357771515846e-09, 2.0864547423116164e-06, 3.288252401034697e-06, 1.350174170511309e-05, 6.067530557629652e-05, 5.8089462982025e-05], "count": [790]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09786061197519302, 0.29070204496383667, -0.5722236633300781, -1.668691873550415, 0.2537883222103119, -0.20746728777885437, -0.10765191167593002, -0.32208698987960815, -0.531548023223877, 0.06524600088596344, 0.5071074962615967, -2.1871109008789062, 0.6118643283843994, 1001.0, 198.0, 0.00019362747843842953, -0.22446687519550323, -0.8360678553581238, 1.9090216159820557, -1.068160891532898, -0.00017940740508493036], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102709949016571, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3884928524494171, 0.6047391295433044, -0.18275341391563416, -1.201920986175537, 1.3923015594482422, 0.3578099310398102, 0.6355616450309753, -0.22911599278450012, -0.3817000091075897, 0.2287990003824234, 2.0178005695343018, -1.121137022972107, 1.4271856546401978, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360575437545776, 1.909035086631775, -1.068004846572876, 0.0], "mean": [-0.19951774179935455, 0.6046719551086426, 0.45138639211654663, -1.4119668006896973, -0.2539066672325134, -0.12054238468408585, 0.028270842507481575, -0.31032800674438477, 0.4675731062889099, 0.22823946177959442, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.257860004901886, 0.4382483661174774, -0.3898910582065582, -1.406636118888855, 0.844163715839386, 0.05508732795715332, 0.1747751533985138, -0.28864338994026184, -0.4744374454021454, 0.1595178097486496, 1.2333568334579468, -1.8726049661636353, 1.0511987209320068, 1001.0, 560.6544189453125, 0.00019362606690265238, -0.22445446252822876, -0.8360604047775269, 1.9090420007705688, -1.0680701732635498, -2.935333213827107e-05], "std": [2.5770619686227292e-05, 1.6735408280510455e-05, 2.309164119651541e-05, 2.3266120479092933e-05, 2.1929341528448276e-05, 1.700328903098125e-05, 2.2461459593614563e-05, 1.461045121686766e-05, 8.022053407330532e-06, 1.2122714906581677e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09326346963644028, 0.11334726214408875, 0.10928232967853546, 0.1334768533706665, 0.3491309881210327, 0.19399335980415344, 0.2585800290107727, 0.025788385421037674, 0.045985691249370575, 0.04453425854444504, 0.5073940753936768, 0.3479840159416199, 0.2663951516151428, 0.0, 390.27215576171875, 1.4115357771515846e-09, 2.0864547423116164e-06, 3.291407892902498e-06, 1.3505497918231413e-05, 6.066679998184554e-05, 5.8301095123169944e-05], "count": [790]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.15], "std": [7.601772454134919], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [790]}, "index": {"min": [232842], "max": [233631], "mean": [233236.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [790]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5602341767919214], "std": [0.0, 0.3897964089454841], "count": [790]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5602341767919214], "std": [0.0, 0.3897964089454841], "count": [790]}, "eef_direction_state": {"mean": [6.0, 4.4189873417721515], "std": [0.0, 2.0426822741820416], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.0, 0.49746835443037973], "std": [0.0, 0.6011538869823629], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.0, 0.3265822784810127], "std": [0.0, 0.6577115794261706], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_direction_action": {"mean": [6.0, 4.4189873417721515], "std": [0.0, 2.0426822741820416], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.0, 0.49746835443037973], "std": [0.0, 0.6011538869823629], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.0, 0.3265822784810127], "std": [0.0, 0.6577115794261706], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [-0.3103278875350952, 0.4675731062889099, 0.22823967039585114, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28863078355789185, -0.4744813144207001, 0.15959495306015015, 1.233512282371521, -1.872186541557312, 1.0508778095245361], "std": [1.4586395082005765e-05, 8.01307487563463e-06, 1.2133814379922114e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025775063782930374, 0.04596264287829399, 0.04460043087601662, 0.5074784159660339, 0.3486841320991516, 0.2666088342666626], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32208698987960815, -0.531548023223877, 0.06524600088596344, 0.5071074962615967, -2.1871109008789062, 0.6118643283843994], "max": [-0.3102709949016571, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22911599278450012, -0.3817000091075897, 0.2287990003824234, 2.0178005695343018, -1.121137022972107, 1.4271856546401978], "count": [790]}, "eef_sim_pose_action": {"mean": [-0.3103279769420624, 0.4675731062889099, 0.22823944687843323, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2886306047439575, -0.4744811952114105, 0.15959487855434418, 1.233510971069336, -1.8721883296966553, 1.050879955291748], "std": [1.4586660654458683e-05, 8.013056685740594e-06, 1.2136065379309002e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.025775069370865822, 0.045962654054164886, 0.04460043087601662, 0.5074785351753235, 0.34868401288986206, 0.26660892367362976], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32208698987960815, -0.531548023223877, 0.06524600088596344, 0.5071074962615967, -2.1871109008789062, 0.6118643283843994], "max": [-0.3102709949016571, 0.46760499477386475, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22911599278450012, -0.3817000091075897, 0.2287990003824234, 2.0178005695343018, -1.121137022972107, 1.4271856546401978], "count": [790]}, "gripper_mode_state": {"mean": [0.0, 0.540506329113924], "std": [0.0, 0.49835653632887733], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_state": {"mean": [2.0, 1.8936708860759495], "std": [0.0, 0.4073196648893175], "min": [2, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.0, 0.540506329113924], "std": [0.0, 0.49835653632887733], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_action": {"mean": [2.0, 1.8936708860759495], "std": [0.0, 0.4073196648893176], "min": [2, 0], "max": [2, 2], "count": [790]}}} +{"episode_index": 282, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4249450612745098]], [[0.4034922998366013]], [[0.4090081209150327]]], "std": [[[0.1976959121832109]], [[0.1957576973221478]], [[0.19529137570819213]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4034748665577342]], [[0.39938229983660134]], [[0.39755975081699346]]], "std": [[[0.23231035712878972]], [[0.22575721370320964]], [[0.22595897086883882]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5175564746732026]], [[0.4916807162309368]], [[0.5023724496187364]]], "std": [[[0.2020963482868733]], [[0.19863123234897012]], [[0.20847525434288722]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470835378540305]], [[0.4486100163398693]], [[0.4540512772331155]]], "std": [[[0.25273346700728483]], [[0.2425163950724866]], [[0.24719168916976555]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09098400920629501, 0.2393195480108261, -0.46502551436424255, -1.555035948753357, 0.25382325053215027, -0.19003143906593323, -0.12081168591976166, -0.3229529857635498, -0.5399420261383057, 0.08477199822664261, 0.5761891007423401, -2.158940076828003, 0.7443954348564148, 1001.0, 195.0, 0.0001917476038215682, -0.22445935010910034, -0.8360646963119507, 1.9090216159820557, -1.0681378841400146, -0.00017561041750013828], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.416540265083313, 0.6047391295433044, -0.1696809083223343, -1.1480600833892822, 1.2511043548583984, 0.33229324221611023, 0.6536083817481995, -0.22496099770069122, -0.4173260033130646, 0.22837400436401367, 1.8385168313980103, -1.121137022972107, 1.4870431423187256, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360559940338135, 1.9090359210968018, -1.067989706993103, -0.00016611797036603093], "mean": [-0.1995162069797516, 0.6046707034111023, 0.4513884484767914, -1.4119659662246704, -0.25390470027923584, -0.12054339051246643, 0.02828417345881462, -0.3103269040584564, 0.46757379174232483, 0.22824057936668396, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2652174234390259, 0.3825683295726776, -0.34897729754447937, -1.3601632118225098, 0.8474388718605042, 0.017874909564852715, 0.19652105867862701, -0.28789079189300537, -0.48504725098609924, 0.16133715212345123, 1.21968674659729, -1.8753032684326172, 1.154325246810913, 1001.0, 575.4830932617188, 0.00019271431665401906, -0.2244538813829422, -0.8360605835914612, 1.9090453386306763, -1.0680469274520874, -0.00016993223107419908], "std": [2.5496559828752652e-05, 1.751353011059109e-05, 2.2257403543335386e-05, 2.4150423996616155e-05, 2.2363088646670803e-05, 1.69260583788855e-05, 2.0108493117731996e-05, 1.4382090739673004e-05, 7.974212167027872e-06, 1.2014206731691957e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10507062822580338, 0.11350466310977936, 0.08435910940170288, 0.12029466778039932, 0.31430092453956604, 0.17708714306354523, 0.25589698553085327, 0.024323739111423492, 0.04308222606778145, 0.03863525390625, 0.4714013636112213, 0.3296722173690796, 0.2502340078353882, 0.0, 393.75531005859375, 9.395464530825848e-07, 1.7802171896619257e-06, 3.086374817939941e-06, 1.6230698747676797e-05, 5.068915197625756e-05, 1.14461954581202e-06], "count": [799]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09098400920629501, 0.2393195480108261, -0.46502551436424255, -1.555035948753357, 0.25382325053215027, -0.19003143906593323, -0.12081168591976166, -0.3229529857635498, -0.5399420261383057, 0.08477199822664261, 0.5761891007423401, -2.158940076828003, 0.7443954348564148, 1001.0, 195.0, 0.0001917476038215682, -0.22445935010910034, -0.8360646963119507, 1.9090216159820557, -1.0681378841400146, -0.00017561041750013828], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.416540265083313, 0.6047391295433044, -0.1696809083223343, -1.1480600833892822, 1.2511043548583984, 0.33229324221611023, 0.6536083817481995, -0.22496099770069122, -0.4173260033130646, 0.22837400436401367, 1.8385168313980103, -1.121137022972107, 1.4870431423187256, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360559940338135, 1.9090359210968018, -1.067989706993103, -0.00016611797036603093], "mean": [-0.19951625168323517, 0.6046707630157471, 0.4513884484767914, -1.4119659662246704, -0.25390467047691345, -0.12054339051246643, 0.02828415110707283, -0.31032687425613403, 0.4675738215446472, 0.22824062407016754, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.26510387659072876, 0.3824532926082611, -0.34899237751960754, -1.3602774143218994, 0.8477230668067932, 0.0178487841039896, 0.1966068595647812, -0.28790444135665894, -0.485005646944046, 0.16125474870204926, 1.2195948362350464, -1.8757660388946533, 1.1545528173446655, 1001.0, 575.4830932617188, 0.00019271195924375206, -0.2244538813829422, -0.8360605835914612, 1.9090453386306763, -1.0680469274520874, -0.00016992984456010163], "std": [2.5542458388372324e-05, 1.7510566976852715e-05, 2.2257403543335386e-05, 2.419167685729917e-05, 2.2473890567198396e-05, 1.69260583788855e-05, 2.0109702745685354e-05, 1.4412919881579e-05, 7.979389920365065e-06, 1.2007322766294237e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10519042611122131, 0.11332585662603378, 0.08437854051589966, 0.12038696557283401, 0.31386640667915344, 0.17710913717746735, 0.2558330297470093, 0.02433939278125763, 0.043115127831697464, 0.03856256231665611, 0.47133979201316833, 0.32887157797813416, 0.24994517862796783, 0.0, 393.75531005859375, 9.396109703629918e-07, 1.781652485988161e-06, 3.086374817939941e-06, 1.6233338101301342e-05, 5.064965080237016e-05, 1.1446541066106874e-06], "count": [799]}, "timestamp": {"min": [0.0], "max": [26.6], "mean": [13.3], "std": [7.688375063113864], "count": [799]}, "frame_index": {"min": [0], "max": [798], "mean": [399.0], "std": [230.65125189341592], "count": [799]}, "episode_index": {"min": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [799]}, "index": {"min": [233632], "max": [234430], "mean": [234031.0], "std": [230.65125189341592], "count": [799]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [799]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5745031253268036], "std": [0.0, 0.3926925312007984], "count": [799]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5745031253268036], "std": [0.0, 0.3926925312007984], "count": [799]}, "eef_direction_state": {"mean": [6.0, 4.235294117647059], "std": [0.0, 2.2289944824643357], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_state": {"mean": [0.0, 0.4818523153942428], "std": [0.0, 0.5610276403467681], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_state": {"mean": [0.0, 0.3566958698372966], "std": [0.0, 0.6872171641182885], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_direction_action": {"mean": [6.0, 4.235294117647059], "std": [0.0, 2.2289944824643357], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_action": {"mean": [0.0, 0.4818523153942428], "std": [0.0, 0.5610276403467681], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_action": {"mean": [0.0, 0.3566958698372966], "std": [0.0, 0.6872171641182885], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_sim_pose_state": {"mean": [-0.3103267550468445, 0.4675738215446472, 0.22824065387248993, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2878906726837158, -0.48504695296287537, 0.16133715212345123, 1.2196863889694214, -1.875307559967041, 1.1543253660202026], "std": [1.4381607797986362e-05, 7.974162144819275e-06, 1.2013963896606583e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02432374283671379, 0.04308222979307175, 0.0386352576315403, 0.47140148282051086, 0.3296721875667572, 0.2502339780330658], "min": [-0.31036999821662903, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3229529857635498, -0.5399420261383057, 0.08477199822664261, 0.5761891007423401, -2.158940076828003, 0.7443954348564148], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22496099770069122, -0.4173260033130646, 0.22837400436401367, 1.8385168313980103, -1.121137022972107, 1.4870431423187256], "count": [799]}, "eef_sim_pose_action": {"mean": [-0.3103269040584564, 0.46757379174232483, 0.22824057936668396, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.28789079189300537, -0.48504725098609924, 0.16133715212345123, 1.21968674659729, -1.8753032684326172, 1.154325246810913], "std": [1.4382090739673004e-05, 7.974212167027872e-06, 1.2014206731691957e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.024323739111423492, 0.04308222606778145, 0.03863525390625, 0.4714013636112213, 0.3296722173690796, 0.2502340078353882], "min": [-0.31036999821662903, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3229529857635498, -0.5399420261383057, 0.08477199822664261, 0.5761891007423401, -2.158940076828003, 0.7443954348564148], "max": [-0.3102790117263794, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22496099770069122, -0.4173260033130646, 0.22837400436401367, 1.8385168313980103, -1.121137022972107, 1.4870431423187256], "count": [799]}, "gripper_mode_state": {"mean": [0.0, 0.5206508135168961], "std": [0.0, 0.49957336188100493], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_state": {"mean": [2.0, 1.8961201501877347], "std": [0.0, 0.40395103184313763], "min": [2, 0], "max": [2, 2], "count": [799]}, "gripper_mode_action": {"mean": [0.0, 0.5206508135168961], "std": [0.0, 0.4995733618810049], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_action": {"mean": [2.0, 1.8961201501877347], "std": [0.0, 0.40395103184313763], "min": [2, 0], "max": [2, 2], "count": [799]}}} +{"episode_index": 283, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4234334853698654]], [[0.40254452479115266]], [[0.40809764018742156]]], "std": [[[0.19784129936442538]], [[0.1960620243629539]], [[0.19548861903704343]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4044673040297797]], [[0.4005627434748734]], [[0.39910694363286153]]], "std": [[[0.23390304409210266]], [[0.22766278431631834]], [[0.22715930416570412]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5166799996212613]], [[0.49100316923126863]], [[0.5015723120373977]]], "std": [[[0.20172962893810226]], [[0.19852945183747978]], [[0.20836024124375316]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.461819061647838]], [[0.437419833192659]], [[0.443801497640999]]], "std": [[[0.2601923478601832]], [[0.24843435892352594]], [[0.25331240957799495]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036698818206787, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07860963046550751, 0.2660579979419708, -0.5350655913352966, -1.6328253746032715, 0.25384068489074707, -0.17467255890369415, -0.096761055290699, -0.3235040009021759, -0.5415300130844116, 0.05282999947667122, 0.6537671089172363, -2.1672072410583496, 0.6197158694267273, 1001.0, 198.0, 0.0001917476038215682, -0.22445747256278992, -0.8360646963119507, 1.9090224504470825, -1.0681291818618774, -0.00017371193098369986], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42729151248931885, 0.6047391295433044, -0.17004743218421936, -1.1697546243667603, 1.205411672592163, 0.4049164056777954, 0.7025997638702393, -0.2162349969148636, -0.39076900482177734, 0.22920599579811096, 2.0521745681762695, -1.121137022972107, 1.376021146774292, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360551595687866, 1.9090359210968018, -1.0679683685302734, -0.0001642194838495925], "mean": [-0.19951674342155457, 0.6046682000160217, 0.4513894021511078, -1.4119654893875122, -0.25390782952308655, -0.12054179608821869, 0.028283344581723213, -0.31032875180244446, 0.4675726592540741, 0.22823895514011383, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.27460935711860657, 0.40691015124320984, -0.3737102746963501, -1.3904961347579956, 0.8250544667243958, 0.06911902129650116, 0.19288550317287445, -0.2833050787448883, -0.48074406385421753, 0.15494561195373535, 1.2496839761734009, -1.8812503814697266, 1.0612465143203735, 1001.0, 583.013671875, 0.00019210447499062866, -0.22445319592952728, -0.8360601663589478, 1.909041404724121, -1.0680420398712158, -0.0001675806997809559], "std": [2.6241643354296684e-05, 1.6273916116915643e-05, 2.2378606445272453e-05, 2.4038583433139138e-05, 2.27215641643852e-05, 1.6488043911522254e-05, 1.9723887817235664e-05, 1.4957685380068142e-05, 7.9252358773374e-06, 1.209053607453825e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10911978781223297, 0.11008264869451523, 0.0969548150897026, 0.1429409384727478, 0.29767972230911255, 0.1738508939743042, 0.26592180132865906, 0.02780112810432911, 0.04929168149828911, 0.048328474164009094, 0.474535197019577, 0.32857370376586914, 0.2584197521209717, 0.0, 392.17645263671875, 7.372182153631002e-07, 1.5141487210712512e-06, 3.2636005471431417e-06, 1.2689871255133767e-05, 5.173703902983107e-05, 1.4099243799137184e-06], "count": [806]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31036698818206787, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07860963046550751, 0.2660579979419708, -0.5350655913352966, -1.6328253746032715, 0.25384068489074707, -0.17467255890369415, -0.096761055290699, -0.3235040009021759, -0.5415300130844116, 0.05282999947667122, 0.6537671089172363, -2.1672072410583496, 0.6197158694267273, 1001.0, 198.0, 0.0001917476038215682, -0.22445747256278992, -0.8360646963119507, 1.9090224504470825, -1.0681291818618774, -0.00017371193098369986], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42729151248931885, 0.6047391295433044, -0.17004743218421936, -1.1697546243667603, 1.205411672592163, 0.4049164056777954, 0.7025997638702393, -0.2162349969148636, -0.39076900482177734, 0.22920599579811096, 2.0521745681762695, -1.121137022972107, 1.376021146774292, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360551595687866, 1.9090359210968018, -1.0679683685302734, -0.0001642194838495925], "mean": [-0.19951672852039337, 0.6046682000160217, 0.4513893127441406, -1.4119654893875122, -0.25390779972076416, -0.12054184079170227, 0.028283344581723213, -0.31032875180244446, 0.4675726890563965, 0.2282389998435974, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.27447596192359924, 0.40679317712783813, -0.37373650074005127, -1.3906676769256592, 0.825379490852356, 0.0691852867603302, 0.19282785058021545, -0.2833196222782135, -0.48069843649864197, 0.15486237406730652, 1.2494398355484009, -1.8816958665847778, 1.0615137815475464, 1001.0, 583.014892578125, 0.0001921068032970652, -0.22445319592952728, -0.8360601663589478, 1.909041404724121, -1.0680421590805054, -0.00016757834237068892], "std": [2.6241998057230376e-05, 1.626379344088491e-05, 2.239118839497678e-05, 2.3996568415896036e-05, 2.2727577743353322e-05, 1.6554071407881565e-05, 1.9723887817235664e-05, 1.4967456081649289e-05, 7.928352715680376e-06, 1.2053476893925108e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10927709192037582, 0.10992258042097092, 0.09697861224412918, 0.14304949343204498, 0.29719847440719604, 0.17378869652748108, 0.26597490906715393, 0.02781829982995987, 0.04932090640068054, 0.048259831964969635, 0.474418580532074, 0.32778534293174744, 0.2582050561904907, 0.0, 392.17645263671875, 7.390579526145302e-07, 1.5135295825530193e-06, 3.265878831371083e-06, 1.2694891665887553e-05, 5.1776758482446894e-05, 1.4091933735471684e-06], "count": [806]}, "timestamp": {"min": [0.0], "max": [26.833333333333332], "mean": [13.416666666666664], "std": [7.755732646816089], "count": [806]}, "frame_index": {"min": [0], "max": [805], "mean": [402.5], "std": [232.67197940448264], "count": [806]}, "episode_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [806]}, "index": {"min": [234431], "max": [235236], "mean": [234833.5], "std": [232.67197940448264], "count": [806]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [806]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5819516135356563], "std": [0.0, 0.39104020618937624], "count": [806]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5819516135356563], "std": [0.0, 0.3910402061893763], "count": [806]}, "eef_direction_state": {"mean": [6.0, 4.269230769230769], "std": [0.0, 2.061275028537329], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_state": {"mean": [0.0, 0.5558312655086849], "std": [0.0, 0.6090585757543237], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_state": {"mean": [0.0, 0.3957816377171216], "std": [0.0, 0.7068836104128235], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_direction_action": {"mean": [6.0, 4.269230769230769], "std": [0.0, 2.061275028537329], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_action": {"mean": [0.0, 0.5558312655086849], "std": [0.0, 0.6090585757543237], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_action": {"mean": [0.0, 0.3957816377171216], "std": [0.0, 0.7068836104128235], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_sim_pose_state": {"mean": [-0.3103286623954773, 0.4675729274749756, 0.22823898494243622, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2833053767681122, -0.480743944644928, 0.15494553744792938, 1.2496824264526367, -1.8812507390975952, 1.061246395111084], "std": [1.4957563507778104e-05, 7.919795280031394e-06, 1.2090482414350845e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.027801131829619408, 0.04929167404770851, 0.048328474164009094, 0.47453492879867554, 0.32857373356819153, 0.2584197521209717], "min": [-0.31036698818206787, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3235040009021759, -0.5415300130844116, 0.05282999947667122, 0.6537671089172363, -2.1672072410583496, 0.6197158694267273], "max": [-0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2162349969148636, -0.39076900482177734, 0.22920599579811096, 2.0521745681762695, -1.121137022972107, 1.376021146774292], "count": [806]}, "eef_sim_pose_action": {"mean": [-0.31032875180244446, 0.4675726592540741, 0.22823895514011383, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2833050787448883, -0.48074406385421753, 0.15494561195373535, 1.2496839761734009, -1.8812503814697266, 1.0612465143203735], "std": [1.4957685380068142e-05, 7.9252358773374e-06, 1.209053607453825e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.02780112810432911, 0.04929168149828911, 0.048328474164009094, 0.474535197019577, 0.32857370376586914, 0.2584197521209717], "min": [-0.31036698818206787, 0.46755099296569824, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3235040009021759, -0.5415300130844116, 0.05282999947667122, 0.6537671089172363, -2.1672072410583496, 0.6197158694267273], "max": [-0.31028300523757935, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2162349969148636, -0.39076900482177734, 0.22920599579811096, 2.0521745681762695, -1.121137022972107, 1.376021146774292], "count": [806]}, "gripper_mode_state": {"mean": [0.0, 0.5124069478908189], "std": [0.0, 0.49984604394156384], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_state": {"mean": [2.0, 1.8908188585607941], "std": [0.0, 0.4113647014025263], "min": [2, 0], "max": [2, 2], "count": [806]}, "gripper_mode_action": {"mean": [0.0, 0.5124069478908189], "std": [0.0, 0.4998460439415639], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_action": {"mean": [2.0, 1.8908188585607941], "std": [0.0, 0.4113647014025263], "min": [2, 0], "max": [2, 2], "count": [806]}}} +{"episode_index": 284, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.4260154979674797]], [[0.4039252899330464]], [[0.4098013460465487]]], "std": [[[0.19764913599820355]], [[0.19580878402232899]], [[0.1951745032741209]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.402305597899729]], [[0.39801311050334764]], [[0.3966379236908178]]], "std": [[[0.23252189150073999]], [[0.22650718460227548]], [[0.22524251045784258]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5178042005420054]], [[0.4918591682608003]], [[0.5023699473437748]]], "std": [[[0.20211668832121177]], [[0.19864674252919598]], [[0.20845007928599357]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46757107469512194]], [[0.44106302058424995]], [[0.44740335316036983]]], "std": [[[0.25943806386920487]], [[0.2448369240448878]], [[0.24999232659008064]]], "count": [164]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.007871435023844242, 0.2779785990715027, -0.49722686409950256, -1.7184163331985474, 0.2537883222103119, -0.1800132542848587, -0.10643018037080765, -0.3329809904098511, -0.5422930121421814, 0.07123500108718872, 0.606768786907196, -2.1963040828704834, 0.7341488599777222, 1001.0, 198.0, 0.0001917476038215682, -0.22445747256278992, -0.8360694646835327, 1.9090192317962646, -1.0682551860809326, -0.00017466118151787668], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44395941495895386, 0.6047216653823853, -0.18414968252182007, -1.1449708938598633, 1.224714994430542, 0.3936764597892761, 0.4758116602897644, -0.22718000411987305, -0.3788929879665375, 0.23156599700450897, 1.6533000469207764, -1.121137022972107, 1.4362096786499023, 1001.0, 1003.0, 0.00019362747843842953, -0.22444996237754822, -0.8360551595687866, 1.9090367555618286, -1.0679668188095093, -0.00016137174679897726], "mean": [-0.19951844215393066, 0.6046679615974426, 0.4513886570930481, -1.4119656085968018, -0.2539079189300537, -0.12054267525672913, 0.02826773189008236, -0.3103284537792206, 0.4675729274749756, 0.2282368242740631, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.2315828651189804, 0.41363969445228577, -0.36938855051994324, -1.4359370470046997, 0.8511221408843994, 0.09647931903600693, 0.14232014119625092, -0.2877800762653351, -0.4710308611392975, 0.15320353209972382, 1.1697484254837036, -1.9070496559143066, 1.0814887285232544, 1001.0, 528.678466796875, 0.00019191678438801318, -0.22445379197597504, -0.8360602259635925, 1.9090384244918823, -1.0680574178695679, -0.00016549270367249846], "std": [2.6354877263656817e-05, 1.5723684555268846e-05, 2.2804757463745773e-05, 2.4159407985280268e-05, 2.2115267711342312e-05, 1.7368136468576267e-05, 2.0763351130881347e-05, 1.4605996511818375e-05, 7.835316864657216e-06, 1.2096345017198473e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.14084967970848083, 0.11126606166362762, 0.08450676500797272, 0.1791580468416214, 0.31070154905319214, 0.15930788218975067, 0.19643616676330566, 0.02494622953236103, 0.055846065282821655, 0.04229738935828209, 0.40330955386161804, 0.3357868194580078, 0.24412685632705688, 0.0, 387.59112548828125, 5.374434977056808e-07, 1.648497345740907e-06, 4.0811087274050806e-06, 1.1310725312796421e-05, 7.722993177594617e-05, 1.0608245020193863e-06], "count": [902]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.007871435023844242, 0.2779785990715027, -0.49722686409950256, -1.7184163331985474, 0.2537883222103119, -0.1800132542848587, -0.10643018037080765, -0.3329809904098511, -0.5422930121421814, 0.07123500108718872, 0.606768786907196, -2.1963040828704834, 0.7341488599777222, 1001.0, 198.0, 0.0001917476038215682, -0.22445747256278992, -0.8360694646835327, 1.9090192317962646, -1.0682551860809326, -0.00017466118151787668], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102859854698181, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44395941495895386, 0.6047216653823853, -0.18414968252182007, -1.1449708938598633, 1.224714994430542, 0.3936764597892761, 0.4758116602897644, -0.22718000411987305, -0.3788929879665375, 0.23156599700450897, 1.6533000469207764, -1.121137022972107, 1.4362096786499023, 1001.0, 1003.0, 0.00019362747843842953, -0.22444996237754822, -0.8360551595687866, 1.9090367555618286, -1.0679668188095093, -0.00016137174679897726], "mean": [-0.19951842725276947, 0.6046679615974426, 0.4513886570930481, -1.4119656085968018, -0.2539079189300537, -0.12054267525672913, 0.028267713263630867, -0.31032848358154297, 0.4675728976726532, 0.22823679447174072, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.2313763052225113, 0.41357070207595825, -0.369415819644928, -1.4361227750778198, 0.8512979745864868, 0.09642479568719864, 0.14226679503917694, -0.28780385851860046, -0.4709605276584625, 0.15313082933425903, 1.1696536540985107, -1.9073665142059326, 1.0816901922225952, 1001.0, 528.6773681640625, 0.0001919146889122203, -0.22445379197597504, -0.8360602259635925, 1.9090383052825928, -1.0680575370788574, -0.0001654906227486208], "std": [2.6355952286394313e-05, 1.5634263036190532e-05, 2.2804757463745773e-05, 2.4196509912144393e-05, 2.210989077866543e-05, 1.7368136468576267e-05, 2.074909207294695e-05, 1.4603168892790563e-05, 7.834343705326319e-06, 1.2080294254701585e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.14103306829929352, 0.11116688698530197, 0.08453723043203354, 0.17921985685825348, 0.3104082942008972, 0.1593906730413437, 0.19648908078670502, 0.024977916851639748, 0.05589033290743828, 0.042224589735269547, 0.4032248556613922, 0.3351791799068451, 0.24392515420913696, 0.0, 387.5865173339844, 5.344493274606066e-07, 1.647236217650061e-06, 4.090835773240542e-06, 1.1213828656764235e-05, 7.746871415292844e-05, 1.0614663779051625e-06], "count": [902]}, "timestamp": {"min": [0.0], "max": [30.033333333333335], "mean": [15.016666666666667], "std": [8.679493712833203], "count": [902]}, "frame_index": {"min": [0], "max": [901], "mean": [450.5], "std": [260.3848113849961], "count": [902]}, "episode_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [902]}, "index": {"min": [235237], "max": [236138], "mean": [235687.5], "std": [260.3848113849961], "count": [902]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [902]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5278037689180173], "std": [0.0, 0.3865209921704971], "count": [902]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5278037689180173], "std": [0.0, 0.3865209921704971], "count": [902]}, "eef_direction_state": {"mean": [6.0, 4.402439024390244], "std": [0.0, 2.087581971025302], "min": [6, 0], "max": [6, 6], "count": [902]}, "eef_velocity_state": {"mean": [0.0, 0.4778270509977827], "std": [0.0, 0.5872410416873811], "min": [0, 0], "max": [0, 2], "count": [902]}, "eef_acc_mag_state": {"mean": [0.0, 0.3614190687361419], "std": [0.0, 0.6873721478312934], "min": [0, 0], "max": [0, 2], "count": [902]}, "eef_direction_action": {"mean": [6.0, 4.402439024390244], "std": [0.0, 2.087581971025302], "min": [6, 0], "max": [6, 6], "count": [902]}, "eef_velocity_action": {"mean": [0.0, 0.4778270509977827], "std": [0.0, 0.5872410416873811], "min": [0, 0], "max": [0, 2], "count": [902]}, "eef_acc_mag_action": {"mean": [0.0, 0.3614190687361419], "std": [0.0, 0.6873721478312934], "min": [0, 0], "max": [0, 2], "count": [902]}, "eef_sim_pose_state": {"mean": [-0.3103283941745758, 0.4675729274749756, 0.22823688387870789, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28777995705604553, -0.471031129360199, 0.1532037854194641, 1.1697489023208618, -1.9070497751235962, 1.0814886093139648], "std": [1.4605766409658827e-05, 7.835336873540655e-06, 1.2096226782887243e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.024946238845586777, 0.05584608018398285, 0.042297374457120895, 0.40330925583839417, 0.3357866108417511, 0.24412688612937927], "min": [-0.310373991727829, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3329809904098511, -0.5422930121421814, 0.07123500108718872, 0.606768786907196, -2.1963040828704834, 0.7341488599777222], "max": [-0.3102859854698181, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22718000411987305, -0.3788929879665375, 0.23156599700450897, 1.6533000469207764, -1.121137022972107, 1.4362096786499023], "count": [902]}, "eef_sim_pose_action": {"mean": [-0.3103284537792206, 0.4675729274749756, 0.2282368242740631, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, -0.2877800762653351, -0.4710308611392975, 0.15320353209972382, 1.1697484254837036, -1.9070496559143066, 1.0814887285232544], "std": [1.4605996511818375e-05, 7.835316864657216e-06, 1.2096345017198473e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.02494622953236103, 0.055846065282821655, 0.04229738935828209, 0.40330955386161804, 0.3357868194580078, 0.24412685632705688], "min": [-0.310373991727829, 0.4675480127334595, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3329809904098511, -0.5422930121421814, 0.07123500108718872, 0.606768786907196, -2.1963040828704834, 0.7341488599777222], "max": [-0.3102859854698181, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22718000411987305, -0.3788929879665375, 0.23156599700450897, 1.6533000469207764, -1.121137022972107, 1.4362096786499023], "count": [902]}, "gripper_mode_state": {"mean": [0.0, 0.5831485587583148], "std": [0.0, 0.4930378455822828], "min": [0, 0], "max": [0, 1], "count": [902]}, "gripper_activity_state": {"mean": [2.0, 1.901330376940133], "std": [0.0, 0.3942749999070988], "min": [2, 0], "max": [2, 2], "count": [902]}, "gripper_mode_action": {"mean": [0.0, 0.5831485587583148], "std": [0.0, 0.49303784558228275], "min": [0, 0], "max": [0, 1], "count": [902]}, "gripper_activity_action": {"mean": [2.0, 1.901330376940133], "std": [0.0, 0.39427499990709886], "min": [2, 0], "max": [2, 2], "count": [902]}}} +{"episode_index": 285, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42687555791332193]], [[0.4046950503355705]], [[0.41040682162126596]]], "std": [[[0.19797169475771198]], [[0.19552628056717458]], [[0.19536086787148493]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4054262498903365]], [[0.4005679324582182]], [[0.3987728854125543]]], "std": [[[0.2331771567250209]], [[0.2267384622457601]], [[0.22610061264926007]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5174047078562969]], [[0.49158651768873096]], [[0.5021269643483791]]], "std": [[[0.20182558179226762]], [[0.19857285153846077]], [[0.20840226190734082]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47333914824318984]], [[0.4487308088783612]], [[0.45579636849146815]]], "std": [[[0.258336887416278]], [[0.24664897479432832]], [[0.2522642827048314]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03387684002518654, 0.22186625003814697, -0.4795990288257599, -1.6553400754928589, 0.2537708580493927, -0.15283848345279694, -0.028274333104491234, -0.32397300004959106, -0.5276380181312561, 0.04192499816417694, 0.5976724624633789, -2.179255485534668, 0.7456136345863342, 1001.0, 181.0, 0.0001917476038215682, -0.22445935010910034, -0.8360718488693237, 1.9090192317962646, -1.068216323852539, -0.0001642194838495925], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38208746910095215, 0.6260321140289307, -0.1690700501203537, -1.2354137897491455, 1.305837869644165, 0.3548952341079712, 0.49954813718795776, -0.2202650010585785, -0.40751099586486816, 0.2284500002861023, 1.860357403755188, -1.121137022972107, 1.3568450212478638, 1001.0, 1003.0, 0.00019362747843842953, -0.22444620728492737, -0.8360615372657776, 1.9090327024459839, -1.0679937601089478, -0.00015662550868000835], "mean": [-0.19951513409614563, 0.6046698689460754, 0.45138731598854065, -1.411967158317566, -0.25390884280204773, -0.12054282426834106, 0.028264714404940605, -0.3103296458721161, 0.4675717055797577, 0.22823801636695862, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2515665888786316, 0.397092342376709, -0.34365829825401306, -1.3987582921981812, 0.8320099115371704, 0.08686711639165878, 0.16799665987491608, -0.2863806188106537, -0.4815147817134857, 0.15947268903255463, 1.195214033126831, -1.8810454607009888, 1.098803162574768, 1001.0, 564.4848022460938, 0.00019243026326876134, -0.22445333003997803, -0.8360618352890015, 1.9090443849563599, -1.0680562257766724, -0.00016014896391425282], "std": [2.5878980522975326e-05, 1.6903397408896126e-05, 2.3254933694261126e-05, 2.478130227245856e-05, 2.2082278519519605e-05, 1.6981135559035465e-05, 2.094181763823144e-05, 1.4743894098501187e-05, 7.901548087829724e-06, 1.1937011549889576e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.103728286921978, 0.13393065333366394, 0.09506124258041382, 0.12559042870998383, 0.3339390754699707, 0.17612458765506744, 0.17033998668193817, 0.025833485648036003, 0.03796413540840149, 0.04747334122657776, 0.4362170696258545, 0.32742395997047424, 0.2250436544418335, 0.0, 399.9461669921875, 9.041191901815182e-07, 1.3823378139932174e-06, 5.734734713769285e-06, 1.6885005607036874e-05, 7.527890556957573e-05, 1.028929659696587e-06], "count": [790]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03387684002518654, 0.22186625003814697, -0.4795990288257599, -1.6553400754928589, 0.2537708580493927, -0.15283848345279694, -0.028274333104491234, -0.32397300004959106, -0.5276380181312561, 0.04192499816417694, 0.5976724624633789, -2.179255485534668, 0.7456136345863342, 1001.0, 181.0, 0.0001917476038215682, -0.22445935010910034, -0.8360718488693237, 1.9090192317962646, -1.068216323852539, -0.0001642194838495925], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38208746910095215, 0.6260321140289307, -0.1690700501203537, -1.2354137897491455, 1.305837869644165, 0.3548952341079712, 0.49954813718795776, -0.2202650010585785, -0.40751099586486816, 0.2284500002861023, 1.860357403755188, -1.121137022972107, 1.3568450212478638, 1001.0, 1003.0, 0.00019362747843842953, -0.22444620728492737, -0.8360615372657776, 1.9090327024459839, -1.0679937601089478, -0.00015662550868000835], "mean": [-0.19951501488685608, 0.6046697497367859, 0.45138734579086304, -1.4119670391082764, -0.25390881299972534, -0.12054284662008286, 0.028264714404940605, -0.31032970547676086, 0.4675717055797577, 0.22823797166347504, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2513810098171234, 0.39709287881851196, -0.3436911702156067, -1.39897882938385, 0.8322994112968445, 0.08687891811132431, 0.16809429228305817, -0.28639623522758484, -0.48144346475601196, 0.15940004587173462, 1.1951571702957153, -1.8815176486968994, 1.0988942384719849, 1001.0, 564.4848022460938, 0.00019243026326876134, -0.22445331513881683, -0.8360618352890015, 1.9090443849563599, -1.0680562257766724, -0.00016014896391425282], "std": [2.587098060757853e-05, 1.6801766832941212e-05, 2.3234881155076437e-05, 2.4780170861049555e-05, 2.2082462237449363e-05, 1.6978561689029448e-05, 2.094181763823144e-05, 1.4735244803887326e-05, 7.890377673902549e-06, 1.1882822946063243e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10395199805498123, 0.1339314728975296, 0.09510304033756256, 0.12576588988304138, 0.3335365951061249, 0.17611101269721985, 0.1702495962381363, 0.025851711630821228, 0.03804301470518112, 0.04741188511252403, 0.4361710548400879, 0.32659539580345154, 0.22491560876369476, 0.0, 399.9461669921875, 9.041192470249371e-07, 1.3763615243078675e-06, 5.73650186197483e-06, 1.6890100596356206e-05, 7.508055568905547e-05, 1.028929659696587e-06], "count": [790]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.15], "std": [7.601772454134919], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [790]}, "index": {"min": [236139], "max": [236928], "mean": [236533.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [790]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.563601262886313], "std": [0.0, 0.39897937363102126], "count": [790]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.563601262886313], "std": [0.0, 0.3989793736310212], "count": [790]}, "eef_direction_state": {"mean": [6.0, 4.237974683544304], "std": [0.0, 2.14572308177521], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.0, 0.5607594936708861], "std": [0.0, 0.5916973485518487], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.0, 0.37848101265822787], "std": [0.0, 0.7006634985833584], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_direction_action": {"mean": [6.0, 4.237974683544304], "std": [0.0, 2.14572308177521], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.0, 0.5607594936708861], "std": [0.0, 0.5916973485518487], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.0, 0.37848101265822787], "std": [0.0, 0.7006634985833584], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [-0.3103294372558594, 0.46757209300994873, 0.2282380312681198, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28638067841529846, -0.4815148413181305, 0.15947268903255463, 1.1952135562896729, -1.8810467720031738, 1.0988032817840576], "std": [1.4742614439455792e-05, 7.893346264609136e-06, 1.1937026101804804e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025833487510681152, 0.03796412795782089, 0.04747333750128746, 0.43621742725372314, 0.32742390036582947, 0.22504375874996185], "min": [-0.3103710114955902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32397300004959106, -0.5276380181312561, 0.04192499816417694, 0.5976724624633789, -2.179255485534668, 0.7456136345863342], "max": [-0.31028300523757935, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2202650010585785, -0.40751099586486816, 0.2284500002861023, 1.860357403755188, -1.121137022972107, 1.3568450212478638], "count": [790]}, "eef_sim_pose_action": {"mean": [-0.3103296458721161, 0.4675717055797577, 0.22823801636695862, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2863806188106537, -0.4815147817134857, 0.15947268903255463, 1.195214033126831, -1.8810454607009888, 1.098803162574768], "std": [1.4743894098501187e-05, 7.901548087829724e-06, 1.1937011549889576e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.025833485648036003, 0.03796413540840149, 0.04747334122657776, 0.4362170696258545, 0.32742395997047424, 0.2250436544418335], "min": [-0.3103710114955902, 0.46754899621009827, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32397300004959106, -0.5276380181312561, 0.04192499816417694, 0.5976724624633789, -2.179255485534668, 0.7456136345863342], "max": [-0.31028300523757935, 0.4676010012626648, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2202650010585785, -0.40751099586486816, 0.2284500002861023, 1.860357403755188, -1.121137022972107, 1.3568450212478638], "count": [790]}, "gripper_mode_state": {"mean": [0.0, 0.5253164556962026], "std": [0.0, 0.4993586657613714], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_state": {"mean": [2.0, 1.8911392405063292], "std": [0.0, 0.41282903974298923], "min": [2, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.0, 0.5253164556962026], "std": [0.0, 0.4993586657613714], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_action": {"mean": [2.0, 1.8911392405063292], "std": [0.0, 0.41282903974298923], "min": [2, 0], "max": [2, 2], "count": [790]}}} +{"episode_index": 286, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4256731245576787]], [[0.4036663830606553]], [[0.4087170366554265]]], "std": [[[0.19823908188907666]], [[0.1957169906931002]], [[0.1953962667886483]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4048851837975105]], [[0.40054430368219474]], [[0.39819352207443487]]], "std": [[[0.2339697945929426]], [[0.22748286776656024]], [[0.22678474432954454]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.516586917436826]], [[0.49088255849048745]], [[0.5011695833853711]]], "std": [[[0.20160454521392518]], [[0.19845038470127901]], [[0.20820193192115524]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46892931445401936]], [[0.444993349569127]], [[0.4527617475334083]]], "std": [[[0.26540938232599687]], [[0.25536813522157764]], [[0.2601430712919931]]], "count": [157]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14215707778930664, 0.27405160665512085, -0.5773374438285828, -1.457123041152954, 0.2537883222103119, -0.4027347266674042, -0.028379054740071297, -0.33597201108932495, -0.5379149913787842, 0.06584399938583374, 0.6147652864456177, -2.2737560272216797, 0.6538941264152527, 1001.0, 179.0, 0.0001917476038215682, -0.22445935010910034, -0.8360702395439148, 1.9090232849121094, -1.0680816173553467, -0.00016706722090020776], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4450764060020447, 0.6047216653823853, -0.1351059377193451, -1.1168186664581299, 1.3882871866226196, 0.356518417596817, 0.7866547703742981, -0.23207899928092957, -0.43874600529670715, 0.22843700647354126, 2.2099342346191406, -1.121137022972107, 1.37705397605896, 1001.0, 1003.0, 0.00019362747843842953, -0.22444620728492737, -0.8360599279403687, 1.909035086631775, -1.0679525136947632, -0.0001537777716293931], "mean": [-0.1995159536600113, 0.6046715378761292, 0.45138978958129883, -1.411966323852539, -0.2539096176624298, -0.1205427348613739, 0.028278175741434097, -0.31032809615135193, 0.4675733149051666, 0.22823990881443024, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.31582358479499817, 0.3964567482471466, -0.38431480526924133, -1.2895389795303345, 0.8475784659385681, -0.004179850220680237, 0.2992455065250397, -0.29139843583106995, -0.4908043146133423, 0.15880638360977173, 1.3145105838775635, -1.90305757522583, 1.066396951675415, 1001.0, 503.65802001953125, 0.00019317406986374408, -0.22445300221443176, -0.8360612988471985, 1.9090478420257568, -1.0680032968521118, -0.00015847495524212718], "std": [2.6351332053309307e-05, 1.557470932311844e-05, 2.338082413189113e-05, 2.41158722928958e-05, 2.160380063287448e-05, 1.729588257148862e-05, 1.882641481643077e-05, 1.5177504792518448e-05, 8.216350579459686e-06, 1.1999665730400011e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.08474000543355942, 0.10820771753787994, 0.10956281423568726, 0.10041894018650055, 0.3642895519733429, 0.24777624011039734, 0.2662705183029175, 0.024959804490208626, 0.031344469636678696, 0.04669182002544403, 0.5519922971725464, 0.34442317485809326, 0.255532830953598, 0.0, 392.9989318847656, 8.035067935452389e-07, 1.3944736565463245e-06, 4.360317689133808e-06, 1.858476571214851e-05, 3.522858241922222e-05, 1.0561287808741326e-06], "count": [848]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103710114955902, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14215707778930664, 0.27405160665512085, -0.5773374438285828, -1.457123041152954, 0.2537883222103119, -0.4027347266674042, -0.028379054740071297, -0.33597201108932495, -0.5379149913787842, 0.06584399938583374, 0.6147652864456177, -2.2737560272216797, 0.6538941264152527, 1001.0, 179.0, 0.0001917476038215682, -0.22445935010910034, -0.8360702395439148, 1.9090232849121094, -1.0680816173553467, -0.00016706722090020776], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4450764060020447, 0.6047216653823853, -0.1351059377193451, -1.1168186664581299, 1.3882871866226196, 0.356518417596817, 0.7866547703742981, -0.23207899928092957, -0.43874600529670715, 0.22843700647354126, 2.2099342346191406, -1.121137022972107, 1.37705397605896, 1001.0, 1003.0, 0.00019362747843842953, -0.22444620728492737, -0.8360599279403687, 1.909035086631775, -1.0679525136947632, -0.0001537777716293931], "mean": [-0.19951598346233368, 0.6046715378761292, 0.4513898193836212, -1.41196608543396, -0.2539096176624298, -0.12054275721311569, 0.028278173878788948, -0.31032806634902954, 0.4675733149051666, 0.22823990881443024, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.31580981612205505, 0.39643073081970215, -0.3844618499279022, -1.2895070314407349, 0.8478054404258728, -0.0044013941660523415, 0.29937291145324707, -0.2914282977581024, -0.49077123403549194, 0.15874257683753967, 1.314622402191162, -1.9034019708633423, 1.066506028175354, 1001.0, 503.65802001953125, 0.0001931762817548588, -0.22445300221443176, -0.8360612988471985, 1.9090478420257568, -1.0680031776428223, -0.00015847384929656982], "std": [2.6352174245403148e-05, 1.5566076399409212e-05, 2.337978730793111e-05, 2.4087676138151437e-05, 2.160380063287448e-05, 1.7293592463829555e-05, 1.882637297967449e-05, 1.5179366528172977e-05, 8.215990419557784e-06, 1.2000415154034272e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.08475980907678604, 0.10816030204296112, 0.10973618179559708, 0.10038424283266068, 0.36397942900657654, 0.2479642629623413, 0.26613953709602356, 0.024997496977448463, 0.03138359636068344, 0.04663382098078728, 0.5520541071891785, 0.34378665685653687, 0.2554158866405487, 0.0, 392.9989318847656, 8.021567055038759e-07, 1.3941423731012037e-06, 4.354687007435132e-06, 1.858476571214851e-05, 3.516035940265283e-05, 1.0565788670646725e-06], "count": [848]}, "timestamp": {"min": [0.0], "max": [28.233333333333334], "mean": [14.116666666666667], "std": [8.159878130898225], "count": [848]}, "frame_index": {"min": [0], "max": [847], "mean": [423.5], "std": [244.79634392694675], "count": [848]}, "episode_index": {"min": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [848]}, "index": {"min": [236929], "max": [237776], "mean": [237352.5], "std": [244.79634392694675], "count": [848]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [848]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5029292481968988], "std": [0.0, 0.39207608420769924], "count": [848]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5029292481968988], "std": [0.0, 0.3920760842076993], "count": [848]}, "eef_direction_state": {"mean": [6.0, 4.244103773584905], "std": [0.0, 2.230912358541959], "min": [6, 0], "max": [6, 6], "count": [848]}, "eef_velocity_state": {"mean": [0.0, 0.49292452830188677], "std": [0.0, 0.5642217331114991], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_acc_mag_state": {"mean": [0.0, 0.35495283018867924], "std": [0.0, 0.6783018457894918], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_direction_action": {"mean": [6.0, 4.244103773584905], "std": [0.0, 2.230912358541959], "min": [6, 0], "max": [6, 6], "count": [848]}, "eef_velocity_action": {"mean": [0.0, 0.49292452830188677], "std": [0.0, 0.5642217331114991], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_acc_mag_action": {"mean": [0.0, 0.35495283018867924], "std": [0.0, 0.6783018457894918], "min": [0, 0], "max": [0, 2], "count": [848]}, "eef_sim_pose_state": {"mean": [-0.3103279173374176, 0.46757298707962036, 0.22823984920978546, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.29139837622642517, -0.49080437421798706, 0.1588064432144165, 1.3145111799240112, -1.903056263923645, 1.066396951675415], "std": [1.51764024849399e-05, 8.210502528527286e-06, 1.1999573871435132e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.024959810078144073, 0.0313444659113884, 0.046691808849573135, 0.5519919991493225, 0.34442317485809326, 0.25553274154663086], "min": [-0.3103710114955902, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33597201108932495, -0.5379149913787842, 0.06584399938583374, 0.6147652864456177, -2.2737560272216797, 0.6538941264152527], "max": [-0.31028100848197937, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23207899928092957, -0.43874600529670715, 0.22843700647354126, 2.2099342346191406, -1.121137022972107, 1.37705397605896], "count": [848]}, "eef_sim_pose_action": {"mean": [-0.31032809615135193, 0.4675733149051666, 0.22823990881443024, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.29139843583106995, -0.4908043146133423, 0.15880638360977173, 1.3145105838775635, -1.90305757522583, 1.066396951675415], "std": [1.5177504792518448e-05, 8.216350579459686e-06, 1.1999665730400011e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.024959804490208626, 0.031344469636678696, 0.04669182002544403, 0.5519922971725464, 0.34442317485809326, 0.255532830953598], "min": [-0.3103710114955902, 0.4675480127334595, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33597201108932495, -0.5379149913787842, 0.06584399938583374, 0.6147652864456177, -2.2737560272216797, 0.6538941264152527], "max": [-0.31028100848197937, 0.4675990045070648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23207899928092957, -0.43874600529670715, 0.22843700647354126, 2.2099342346191406, -1.121137022972107, 1.37705397605896], "count": [848]}, "gripper_mode_state": {"mean": [0.0, 0.5990566037735849], "std": [0.0, 0.49008957267916425], "min": [0, 0], "max": [0, 1], "count": [848]}, "gripper_activity_state": {"mean": [2.0, 1.8974056603773586], "std": [0.0, 0.4005807877508973], "min": [2, 0], "max": [2, 2], "count": [848]}, "gripper_mode_action": {"mean": [0.0, 0.5990566037735849], "std": [0.0, 0.4900895726791643], "min": [0, 0], "max": [0, 1], "count": [848]}, "gripper_activity_action": {"mean": [2.0, 1.8974056603773586], "std": [0.0, 0.4005807877508973], "min": [2, 0], "max": [2, 2], "count": [848]}}} +{"episode_index": 287, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42630933135240395]], [[0.4039168513295729]], [[0.409569892112096]]], "std": [[[0.19849486178392425]], [[0.1959297203037891]], [[0.1955192315715885]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4054162385844749]], [[0.4009351063770257]], [[0.3984614418255887]]], "std": [[[0.23336333348169017]], [[0.22684425745883224]], [[0.22670053323917214]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5168260783194557]], [[0.491138651065449]], [[0.5016637232518578]]], "std": [[[0.20176595685363868]], [[0.19864196882833246]], [[0.2084642716143616]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755270531157669]], [[0.4483797424791835]], [[0.45496053809651715]]], "std": [[[0.25751000904425386]], [[0.2459475365532991]], [[0.2518786615690812]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.4675529897212982, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06611307710409164, 0.2528807520866394, -0.5255535244941711, -1.5722100734710693, 0.2537883222103119, -0.2682396471500397, -0.053441982716321945, -0.3414880037307739, -0.5241190195083618, 0.05917999893426895, 0.4749402403831482, -2.2398738861083984, 0.7462756037712097, 1001.0, 185.0, 0.00019362747843842953, -0.22445747256278992, -0.8360710144042969, 1.9090200662612915, -1.0681204795837402, -0.00016137174679897726], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3450864851474762, 0.6047391295433044, -0.15252432227134705, -1.2386776208877563, 1.3479002714157104, 0.3473728895187378, 0.48520150780677795, -0.2339950054883957, -0.41849398612976074, 0.22920599579811096, 1.7797856330871582, -1.121137022972107, 1.4351742267608643, 1001.0, 1003.0, 0.0001955073676072061, -0.22444432973861694, -0.8360615372657776, 1.9090327024459839, -1.0679668188095093, -0.00014998079859651625], "mean": [-0.1995181441307068, 0.6046720743179321, 0.45138758420944214, -1.4119638204574585, -0.2539171278476715, -0.12054194509983063, 0.028278809040784836, -0.3103277087211609, 0.4675733745098114, 0.22824089229106903, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2545555830001831, 0.36545634269714355, -0.3427000641822815, -1.3738515377044678, 0.825097918510437, 0.07042890042066574, 0.15686558187007904, -0.29315224289894104, -0.4832770824432373, 0.1541195958852768, 1.1674790382385254, -1.8816369771957397, 1.1263492107391357, 1001.0, 544.828369140625, 0.00019362849707249552, -0.22445270419120789, -0.8360610604286194, 1.90904700756073, -1.0680067539215088, -0.00015583145432174206], "std": [2.6335093934903853e-05, 1.6631845937808976e-05, 2.3746726583340205e-05, 2.3369828340946697e-05, 2.242743175884243e-05, 1.6382517060264945e-05, 1.9934004740207456e-05, 1.4425088920688722e-05, 7.719804671069141e-06, 1.1480441571620759e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08409402519464493, 0.11630821228027344, 0.10936568677425385, 0.09318075329065323, 0.36319565773010254, 0.18165411055088043, 0.1881852000951767, 0.02633405663073063, 0.03271428123116493, 0.047468651086091995, 0.4707818329334259, 0.35511958599090576, 0.2467440366744995, 0.0, 395.99102783203125, 6.749873193712119e-08, 1.2627351679839194e-06, 4.137254563829629e-06, 1.8742839529295452e-05, 4.2123228922719136e-05, 1.1182429489053902e-06], "count": [775]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.4675529897212982, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06611307710409164, 0.2528807520866394, -0.5255535244941711, -1.5722100734710693, 0.2537883222103119, -0.2682396471500397, -0.053441982716321945, -0.3414880037307739, -0.5241190195083618, 0.05917999893426895, 0.4749402403831482, -2.2398738861083984, 0.7462756037712097, 1001.0, 185.0, 0.00019362747843842953, -0.22445747256278992, -0.8360710144042969, 1.9090200662612915, -1.0681204795837402, -0.00016137174679897726], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3450864851474762, 0.6047391295433044, -0.15252432227134705, -1.2386776208877563, 1.3479002714157104, 0.3473728895187378, 0.48520150780677795, -0.2339950054883957, -0.41849398612976074, 0.22920599579811096, 1.7797856330871582, -1.121137022972107, 1.4351742267608643, 1001.0, 1003.0, 0.0001955073676072061, -0.22444432973861694, -0.8360615372657776, 1.9090327024459839, -1.0679668188095093, -0.00014998079859651625], "mean": [-0.1995181441307068, 0.6046720743179321, 0.45138758420944214, -1.4119638204574585, -0.2539171874523163, -0.12054196000099182, 0.028278784826397896, -0.3103277385234833, 0.4675734043121338, 0.22824092209339142, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.25440868735313416, 0.36533230543136597, -0.3427848517894745, -1.3739296197891235, 0.8252299427986145, 0.07027782499790192, 0.15683338046073914, -0.29319190979003906, -0.48321619629859924, 0.15402545034885406, 1.1674654483795166, -1.8819544315338135, 1.1265569925308228, 1001.0, 544.8296508789062, 0.00019362849707249552, -0.22445270419120789, -0.8360610604286194, 1.90904700756073, -1.068006992340088, -0.00015582899504806846], "std": [2.6335093934903853e-05, 1.6639960449538194e-05, 2.374672840232961e-05, 2.337092337256763e-05, 2.2449245079769753e-05, 1.635717853787355e-05, 1.9929093468817882e-05, 1.4424389519263059e-05, 7.71927534515271e-06, 1.1489897588035092e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08428922295570374, 0.11610401421785355, 0.1094752624630928, 0.09323793649673462, 0.3630063831806183, 0.1818612962961197, 0.18821914494037628, 0.026382997632026672, 0.0327872596681118, 0.0473938025534153, 0.4707705080509186, 0.3545490503311157, 0.246491476893425, 0.0, 395.9920959472656, 6.749873193712119e-08, 1.2627351679839194e-06, 4.146093488088809e-06, 1.8750624803942628e-05, 4.234899824950844e-05, 1.118577074521454e-06], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [291], "max": [291], "mean": [291.0], "std": [0.0], "count": [775]}, "index": {"min": [237777], "max": [238551], "mean": [238164.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5439380658249702], "std": [0.0, 0.394961679389069], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5439380658249702], "std": [0.0, 0.394961679389069], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.456774193548387], "std": [0.0, 2.1075293394762986], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.4774193548387097], "std": [0.0, 0.5603626000157023], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.3574193548387097], "std": [0.0, 0.6777522991331238], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.456774193548387], "std": [0.0, 2.1075293394762986], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.4774193548387097], "std": [0.0, 0.5603626000157023], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.3574193548387097], "std": [0.0, 0.6777522991331238], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.31032758951187134, 0.4675734043121338, 0.228240966796875, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2931520640850067, -0.48327699303627014, 0.154119610786438, 1.1674790382385254, -1.8816380500793457, 1.1263494491577148], "std": [1.4424793334910646e-05, 7.719966561126057e-06, 1.148019055108307e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02633405476808548, 0.03271428123116493, 0.04746865853667259, 0.4707818627357483, 0.35511958599090576, 0.2467440366744995], "min": [-0.3103730082511902, 0.4675529897212982, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3414880037307739, -0.5241190195083618, 0.05917999893426895, 0.4749402403831482, -2.2398738861083984, 0.7462756037712097], "max": [-0.3102850019931793, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2339950054883957, -0.41849398612976074, 0.22920599579811096, 1.7797856330871582, -1.121137022972107, 1.4351742267608643], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.3103277087211609, 0.4675733745098114, 0.22824089229106903, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29315224289894104, -0.4832770824432373, 0.1541195958852768, 1.1674790382385254, -1.8816369771957397, 1.1263492107391357], "std": [1.4425088920688722e-05, 7.719804671069141e-06, 1.1480441571620759e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.02633405663073063, 0.03271428123116493, 0.047468651086091995, 0.4707818329334259, 0.35511958599090576, 0.2467440366744995], "min": [-0.3103730082511902, 0.4675529897212982, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3414880037307739, -0.5241190195083618, 0.05917999893426895, 0.4749402403831482, -2.2398738861083984, 0.7462756037712097], "max": [-0.3102850019931793, 0.46759799122810364, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2339950054883957, -0.41849398612976074, 0.22920599579811096, 1.7797856330871582, -1.121137022972107, 1.4351742267608643], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.552258064516129], "std": [0.0, 0.49726159583566015], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.8903225806451613], "std": [0.0, 0.41219697664421134], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.552258064516129], "std": [0.0, 0.4972615958356602], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.8903225806451613], "std": [0.0, 0.4121969766442113], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"episode_index": 288, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42555317355971084]], [[0.40368053526598274]], [[0.40883907528243085]]], "std": [[[0.1981558746584692]], [[0.1956320378653349]], [[0.1952575327580377]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4051896533999913]], [[0.4010598488291564]], [[0.3987374529281911]]], "std": [[[0.23388894207647232]], [[0.22712270416299835]], [[0.2264508890506029]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5167220639635545]], [[0.4909638548024066]], [[0.5013176887200796]]], "std": [[[0.201588353423655]], [[0.19843934507948363]], [[0.2082786205622037]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46962524482751156]], [[0.4476524477340605]], [[0.4542561274509804]]], "std": [[[0.25901155388297625]], [[0.24837953630191606]], [[0.25328522250171115]]], "count": [151]}, "observation.state": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12264428287744522, 0.2681698501110077, -0.5596573352813721, -1.5151551961898804, 0.25382325053215027, -0.1731192022562027, -0.028291787952184677, -0.328698992729187, -0.5253049731254578, 0.053245000541210175, 0.6077156066894531, -2.2671828269958496, 0.7153947353363037, 1001.0, 184.0, 0.00019362747843842953, -0.22445935010910034, -0.8360694646835327, 1.9090224504470825, -1.0681054592132568, -0.00015757475921418518], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37020179629325867, 0.6135181188583374, -0.15072663128376007, -1.2153600454330444, 1.4331421852111816, 0.34063592553138733, 0.6241472363471985, -0.21014699339866638, -0.4288020133972168, 0.22840599715709686, 1.980233907699585, -1.121137022972107, 1.4539932012557983, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360630869865417, 1.9090319871902466, -1.0679810047149658, -0.0001480822975281626], "mean": [-0.1995166838169098, 0.6046708822250366, 0.45138785243034363, -1.411965012550354, -0.2539203464984894, -0.12054113298654556, 0.028276894241571426, -0.31032794713974, 0.4675735533237457, 0.22823978960514069, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.27468159794807434, 0.41310954093933105, -0.37143754959106445, -1.3669298887252808, 0.8905900716781616, 0.037323590368032455, 0.22800880670547485, -0.28599730134010315, -0.4830830991268158, 0.1619688868522644, 1.2281503677368164, -1.917042851448059, 1.1224777698516846, 1001.0, 536.0780639648438, 0.00019362605235073715, -0.22445251047611237, -0.8360612392425537, 1.9090473651885986, -1.0680195093154907, -0.00015182129573076963], "std": [2.5800734874792397e-05, 1.5823110516066663e-05, 2.351611510675866e-05, 2.5009794626384974e-05, 2.2544621970155276e-05, 1.6687983588781208e-05, 1.9194765627617016e-05, 1.4538405594066717e-05, 7.898085641500074e-06, 1.1649793123069685e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.0745963528752327, 0.11303389072418213, 0.11217917501926422, 0.10079357028007507, 0.36580944061279297, 0.16461968421936035, 0.2164040058851242, 0.03021026775240898, 0.03377096354961395, 0.05075209215283394, 0.49960455298423767, 0.33558207750320435, 0.28091442584991455, 0.0, 394.7561950683594, 1.4260876923799515e-09, 1.2411148873070488e-06, 4.927883310301695e-06, 1.9409300875850022e-05, 4.02289952035062e-05, 1.0981462992276647e-06], "count": [807]}, "action": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12264428287744522, 0.2681698501110077, -0.5596573352813721, -1.5151551961898804, 0.25382325053215027, -0.1731192022562027, -0.028291787952184677, -0.328698992729187, -0.5253049731254578, 0.053245000541210175, 0.6077156066894531, -2.2671828269958496, 0.7153947353363037, 1001.0, 184.0, 0.00019362747843842953, -0.22445935010910034, -0.8360694646835327, 1.9090224504470825, -1.0681054592132568, -0.00015757475921418518], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37020179629325867, 0.6135181188583374, -0.15072663128376007, -1.2153600454330444, 1.4331421852111816, 0.34063592553138733, 0.6241472363471985, -0.21014699339866638, -0.4288020133972168, 0.22840599715709686, 1.980233907699585, -1.121137022972107, 1.4539932012557983, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360630869865417, 1.9090319871902466, -1.0679810047149658, -0.0001480822975281626], "mean": [-0.1995166838169098, 0.6046708822250366, 0.451387882232666, -1.411965012550354, -0.25392040610313416, -0.12054111808538437, 0.02827695943415165, -0.3103279173374176, 0.4675735533237457, 0.2282397747039795, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.2746162414550781, 0.4131174683570862, -0.37157052755355835, -1.367043375968933, 0.8910291790962219, 0.03730449825525284, 0.2281114161014557, -0.2860192656517029, -0.4830358624458313, 0.16189506649971008, 1.2280347347259521, -1.9176018238067627, 1.122619390487671, 1001.0, 536.0743408203125, 0.00019362605235073715, -0.22445251047611237, -0.8360612392425537, 1.9090473651885986, -1.0680195093154907, -0.00015181659546215087], "std": [2.58007366937818e-05, 1.5832929420867004e-05, 2.3529373720521107e-05, 2.500777736713644e-05, 2.245874384243507e-05, 1.6688447431079112e-05, 1.927440462168306e-05, 1.4538987670675851e-05, 7.897315299487673e-06, 1.1650056876533199e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.0746852234005928, 0.11304764449596405, 0.1123373731970787, 0.10089591890573502, 0.3652569651603699, 0.16463886201381683, 0.21630224585533142, 0.030234379693865776, 0.033819228410720825, 0.050698909908533096, 0.4995357096195221, 0.3346307873725891, 0.2807534635066986, 0.0, 394.7516784667969, 1.4260876923799515e-09, 1.2405839697748888e-06, 4.927883310301695e-06, 1.9410525055718608e-05, 4.013800935354084e-05, 1.0978865248034708e-06], "count": [807]}, "timestamp": {"min": [0.0], "max": [26.866666666666667], "mean": [13.433333333333334], "std": [7.765355158699488], "count": [807]}, "frame_index": {"min": [0], "max": [806], "mean": [403.0], "std": [232.96065476098462], "count": [807]}, "episode_index": {"min": [292], "max": [292], "mean": [292.0], "std": [0.0], "count": [807]}, "index": {"min": [238552], "max": [239358], "mean": [238955.0], "std": [232.96065476098462], "count": [807]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [807]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5355018599805926], "std": [0.0, 0.394075928811678], "count": [807]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5355018599805926], "std": [0.0, 0.394075928811678], "count": [807]}, "eef_direction_state": {"mean": [6.0, 4.27633209417596], "std": [0.0, 2.1589208439994354], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_state": {"mean": [0.0, 0.5092936802973977], "std": [0.0, 0.5517576931207485], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_state": {"mean": [0.0, 0.36926889714993805], "std": [0.0, 0.687972317108012], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_direction_action": {"mean": [6.0, 4.27633209417596], "std": [0.0, 2.1589208439994354], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_action": {"mean": [0.0, 0.5092936802973977], "std": [0.0, 0.5517576931207485], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_action": {"mean": [0.0, 0.36926889714993805], "std": [0.0, 0.687972317108012], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_sim_pose_state": {"mean": [-0.31032794713974, 0.4675733149051666, 0.2282397747039795, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2859973907470703, -0.4830831289291382, 0.16196894645690918, 1.2281501293182373, -1.917041540145874, 1.1224790811538696], "std": [1.4538414689013734e-05, 7.894376722106244e-06, 1.1649775842670351e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.030210264027118683, 0.03377096727490425, 0.05075210705399513, 0.4996046721935272, 0.3355822265148163, 0.28091439604759216], "min": [-0.3103730082511902, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.328698992729187, -0.5253049731254578, 0.053245000541210175, 0.6077156066894531, -2.2671828269958496, 0.7153947353363037], "max": [-0.31027498841285706, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21014699339866638, -0.4288020133972168, 0.22840599715709686, 1.980233907699585, -1.121137022972107, 1.4539932012557983], "count": [807]}, "eef_sim_pose_action": {"mean": [-0.31032794713974, 0.4675735533237457, 0.22823978960514069, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.28599730134010315, -0.4830830991268158, 0.1619688868522644, 1.2281503677368164, -1.917042851448059, 1.1224777698516846], "std": [1.4538405594066717e-05, 7.898085641500074e-06, 1.1649793123069685e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.03021026775240898, 0.03377096354961395, 0.05075209215283394, 0.49960455298423767, 0.33558207750320435, 0.28091442584991455], "min": [-0.3103730082511902, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.328698992729187, -0.5253049731254578, 0.053245000541210175, 0.6077156066894531, -2.2671828269958496, 0.7153947353363037], "max": [-0.31027498841285706, 0.4676060080528259, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21014699339866638, -0.4288020133972168, 0.22840599715709686, 1.980233907699585, -1.121137022972107, 1.4539932012557983], "count": [807]}, "gripper_mode_state": {"mean": [0.0, 0.5625774473358116], "std": [0.0, 0.4960686072358706], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_state": {"mean": [2.0, 1.8934324659231723], "std": [0.0, 0.405713824813562], "min": [2, 0], "max": [2, 2], "count": [807]}, "gripper_mode_action": {"mean": [0.0, 0.5625774473358116], "std": [0.0, 0.4960686072358706], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_action": {"mean": [2.0, 1.8934324659231723], "std": [0.0, 0.405713824813562], "min": [2, 0], "max": [2, 2], "count": [807]}}} +{"episode_index": 289, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4254171509111371]], [[0.4032542865104099]], [[0.4089226953750595]]], "std": [[[0.19832489111516333]], [[0.19600444906375777]], [[0.19544797670748862]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40374965237198635]], [[0.39964497170280916]], [[0.3972177260528935]]], "std": [[[0.23303350454956606]], [[0.2264016467485062]], [[0.22562178873481453]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5165732264208112]], [[0.4908628005562048]], [[0.5012501663744968]]], "std": [[[0.20161834356285918]], [[0.19855691422664468]], [[0.20841777642910236]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4689126723261048]], [[0.44408014110721555]], [[0.4496147064234082]]], "std": [[[0.25950500139968796]], [[0.247754831820015]], [[0.2520115671801221]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10346312075853348, 0.24862214922904968, -0.5351877808570862, -1.5901869535446167, 0.25385814905166626, -0.12077678740024567, -0.04309218004345894, -0.3232479989528656, -0.5246689915657043, 0.05759099870920181, 0.5949442982673645, -2.1784508228302, 0.7462756037712097, 1001.0, 185.0, 0.0001917476038215682, -0.22445747256278992, -0.8360694646835327, 1.9090200662612915, -1.0680522918701172, -0.00015187928511295468], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34206709265708923, 0.6047216653823853, -0.1264665573835373, -1.234349250793457, 1.3706070184707642, 0.3241250813007355, 0.5382071733474731, -0.22946099936962128, -0.42586401104927063, 0.2282869964838028, 1.8101173639297485, -1.121137022972107, 1.4095814228057861, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360630869865417, 1.9090319871902466, -1.067987322807312, -0.00013953910092823207], "mean": [-0.19951526820659637, 0.6046655178070068, 0.4513876736164093, -1.4119625091552734, -0.25391820073127747, -0.12054116278886795, 0.028278842568397522, -0.31032949686050415, 0.46757346391677856, 0.22823940217494965, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.2531018555164337, 0.3935796320438385, -0.35841619968414307, -1.4010913372039795, 0.854600191116333, 0.06558860093355179, 0.18962393701076508, -0.2867874205112457, -0.4787406921386719, 0.15404999256134033, 1.2065485715866089, -1.907996654510498, 1.1066373586654663, 1001.0, 523.6498413085938, 0.00019332046213094145, -0.22445222735404968, -0.8360610604286194, 1.9090473651885986, -1.0680079460144043, -0.00014768801338505], "std": [2.5146393454633653e-05, 1.5521607565460727e-05, 2.3691140086157247e-05, 2.3531056285719387e-05, 2.287826282554306e-05, 1.5800951587152667e-05, 1.841349330788944e-05, 1.4592114894185215e-05, 7.742800335108768e-06, 1.1370748325134628e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.06984684616327286, 0.1175965890288353, 0.11137770116329193, 0.09573706239461899, 0.3388281464576721, 0.15140871703624725, 0.21303856372833252, 0.023979730904102325, 0.033179305493831635, 0.05111415311694145, 0.4706941246986389, 0.32482588291168213, 0.26313602924346924, 0.0, 392.63861083984375, 6.939530976524111e-07, 1.531107272967347e-06, 4.925340817862889e-06, 1.957223139470443e-05, 1.8806169464369304e-05, 2.0234119801898487e-06], "count": [811]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10346312075853348, 0.24862214922904968, -0.5351877808570862, -1.5901869535446167, 0.25385814905166626, -0.12077678740024567, -0.04309218004345894, -0.3232479989528656, -0.5246689915657043, 0.05759099870920181, 0.5949442982673645, -2.1784508228302, 0.7462756037712097, 1001.0, 185.0, 0.0001917476038215682, -0.22445747256278992, -0.8360694646835327, 1.9090200662612915, -1.0680522918701172, -0.00015187928511295468], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34206709265708923, 0.6047216653823853, -0.1264665573835373, -1.234349250793457, 1.3706070184707642, 0.3241250813007355, 0.5382071733474731, -0.22946099936962128, -0.42586401104927063, 0.2282869964838028, 1.8101173639297485, -1.121137022972107, 1.4095814228057861, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360630869865417, 1.9090319871902466, -1.067987322807312, -0.00013953910092823207], "mean": [-0.19951528310775757, 0.6046654582023621, 0.4513876736164093, -1.4119625091552734, -0.25391826033592224, -0.12054117769002914, 0.028278885409235954, -0.31032949686050415, 0.46757346391677856, 0.22823940217494965, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.253008633852005, 0.3935665786266327, -0.358518123626709, -1.4012525081634521, 0.8550847768783569, 0.06561346352100372, 0.18967995047569275, -0.2868022322654724, -0.47869083285331726, 0.15397141873836517, 1.2063511610031128, -1.9085904359817505, 1.1068477630615234, 1001.0, 523.6522827148438, 0.00019332046213094145, -0.22445222735404968, -0.8360610604286194, 1.9090473651885986, -1.0680079460144043, -0.00014767982065677643], "std": [2.5192712200805545e-05, 1.5529880329268053e-05, 2.3691140086157247e-05, 2.3531056285719387e-05, 2.278241481690202e-05, 1.5800611436134204e-05, 1.8402975911158137e-05, 1.4625145013269503e-05, 7.762893801555037e-06, 1.1365354112058412e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.06996862590312958, 0.11757372319698334, 0.11150050908327103, 0.09586521238088608, 0.338249146938324, 0.15137965977191925, 0.21298709511756897, 0.02399797923862934, 0.033226367086172104, 0.05104895681142807, 0.4705738127231598, 0.3238256573677063, 0.2629159092903137, 0.0, 392.64459228515625, 6.939530976524111e-07, 1.5331157783293747e-06, 4.928401722281706e-06, 1.9576957129174843e-05, 1.884945413621608e-05, 2.027564732998144e-06], "count": [811]}, "timestamp": {"min": [0.0], "max": [27.0], "mean": [13.5], "std": [7.803845206050668], "count": [811]}, "frame_index": {"min": [0], "max": [810], "mean": [405.0], "std": [234.11535618152004], "count": [811]}, "episode_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [811]}, "index": {"min": [239359], "max": [240169], "mean": [239764.0], "std": [234.11535618152004], "count": [811]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [811]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5233896434417341], "std": [0.0, 0.3923242134969542], "count": [811]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5233896434417341], "std": [0.0, 0.3923242134969542], "count": [811]}, "eef_direction_state": {"mean": [6.0, 4.500616522811344], "std": [0.0, 2.0057714788392524], "min": [6, 0], "max": [6, 6], "count": [811]}, "eef_velocity_state": {"mean": [0.0, 0.4648581997533909], "std": [0.0, 0.5437102054749162], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_acc_mag_state": {"mean": [0.0, 0.3156596794081381], "std": [0.0, 0.6524081560350479], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_direction_action": {"mean": [6.0, 4.500616522811344], "std": [0.0, 2.0057714788392524], "min": [6, 0], "max": [6, 6], "count": [811]}, "eef_velocity_action": {"mean": [0.0, 0.4648581997533909], "std": [0.0, 0.5437102054749162], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_acc_mag_action": {"mean": [0.0, 0.3156596794081381], "std": [0.0, 0.6524081560350479], "min": [0, 0], "max": [0, 2], "count": [811]}, "eef_sim_pose_state": {"mean": [-0.31032922863960266, 0.4675733149051666, 0.2282395362854004, -1.573226809501648, -1.1211369037628174, -0.7462756633758545, -0.2867874503135681, -0.4787408113479614, 0.15404999256134033, 1.2065480947494507, -1.9079941511154175, 1.10663902759552], "std": [1.4589758393412922e-05, 7.741607078060042e-06, 1.1370069842087105e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.023979730904102325, 0.03317931666970253, 0.05111413449048996, 0.47069403529167175, 0.32482582330703735, 0.26313602924346924], "min": [-0.31037700176239014, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3232479989528656, -0.5246689915657043, 0.05759099870920181, 0.5949442982673645, -2.1784508228302, 0.7462756037712097], "max": [-0.3102799952030182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22946099936962128, -0.42586401104927063, 0.2282869964838028, 1.8101173639297485, -1.121137022972107, 1.4095814228057861], "count": [811]}, "eef_sim_pose_action": {"mean": [-0.31032949686050415, 0.46757346391677856, 0.22823940217494965, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.2867874205112457, -0.4787406921386719, 0.15404999256134033, 1.2065485715866089, -1.907996654510498, 1.1066373586654663], "std": [1.4592114894185215e-05, 7.742800335108768e-06, 1.1370748325134628e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.023979730904102325, 0.033179305493831635, 0.05111415311694145, 0.4706941246986389, 0.32482588291168213, 0.26313602924346924], "min": [-0.31037700176239014, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3232479989528656, -0.5246689915657043, 0.05759099870920181, 0.5949442982673645, -2.1784508228302, 0.7462756037712097], "max": [-0.3102799952030182, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22946099936962128, -0.42586401104927063, 0.2282869964838028, 1.8101173639297485, -1.121137022972107, 1.4095814228057861], "count": [811]}, "gripper_mode_state": {"mean": [0.0, 0.5770653514180024], "std": [0.0, 0.49402523377943086], "min": [0, 0], "max": [0, 1], "count": [811]}, "gripper_activity_state": {"mean": [2.0, 1.8964241676942046], "std": [0.0, 0.4023660449621574], "min": [2, 0], "max": [2, 2], "count": [811]}, "gripper_mode_action": {"mean": [0.0, 0.5770653514180024], "std": [0.0, 0.4940252337794309], "min": [0, 0], "max": [0, 1], "count": [811]}, "gripper_activity_action": {"mean": [2.0, 1.8964241676942046], "std": [0.0, 0.4023660449621574], "min": [2, 0], "max": [2, 2], "count": [811]}}} +{"episode_index": 290, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4283149686819172]], [[0.40541248093681914]], [[0.41041457380174295]]], "std": [[[0.19718904496177728]], [[0.19495028119273486]], [[0.19504462857262894]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39842061002178647]], [[0.39438380718954247]], [[0.3916019934640523]]], "std": [[[0.2307584135458747]], [[0.22324967242171825]], [[0.22350683163280277]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5191017102396515]], [[0.49257835920479304]], [[0.5030373788126362]]], "std": [[[0.20240256882171703]], [[0.19844273805837573]], [[0.20828324378392427]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47595453431372553]], [[0.45107325571895424]], [[0.456851394335512]]], "std": [[[0.26219217303346015]], [[0.25008047190515426]], [[0.2553670293598073]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.020804325118660927, 0.281748503446579, -0.5104040503501892, -1.6066279411315918, 0.25382325053215027, -0.3439869284629822, -0.02834414690732956, -0.3215779960155487, -0.5296379923820496, 0.14414499700069427, 0.6019527316093445, -2.1582822799682617, 0.665901243686676, 1001.0, 187.0, 0.0001917476038215682, -0.22445373237133026, -0.8360710144042969, 1.9090200662612915, -1.0681196451187134, -0.0001423868234269321], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38493236899375916, 0.6441487073898315, -0.14962707459926605, -1.253739833831787, 1.326048731803894, 0.35876986384391785, 0.755134105682373, -0.23407100141048431, -0.374210000038147, 0.22880800068378448, 2.1270222663879395, -1.121137022972107, 1.396138310432434, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360615372657776, 1.9090327024459839, -1.0679675340652466, 0.0001974430779227987], "mean": [-0.19951476156711578, 0.6046656370162964, 0.45138755440711975, -1.4119641780853271, -0.25391530990600586, -0.12054233998060226, 0.02827967330813408, -0.310328871011734, 0.46757280826568604, 0.22823818027973175, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2220996767282486, 0.45735475420951843, -0.33365121483802795, -1.4132628440856934, 0.8420559763908386, 0.02984832413494587, 0.2198779135942459, -0.2882677912712097, -0.4711708128452301, 0.1807805597782135, 1.263529658317566, -1.8416332006454468, 1.0652295351028442, 1001.0, 561.5479736328125, 0.00019355583935976028, -0.22445040941238403, -0.8360611200332642, 1.909035086631775, -1.0680245161056519, -9.374950604978949e-05], "std": [2.587193375802599e-05, 1.5851224816287868e-05, 2.1783735064673238e-05, 2.3380904167424887e-05, 2.2310545318759978e-05, 1.7532054698676802e-05, 1.859915573731996e-05, 1.4555487723555416e-05, 7.934368113637902e-06, 1.1669604646158405e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10834377259016037, 0.1265932023525238, 0.09058485925197601, 0.11459040641784668, 0.3343346416950226, 0.21300949156284332, 0.269260436296463, 0.02293095551431179, 0.04653540253639221, 0.023097945377230644, 0.5148069858551025, 0.3302665948867798, 0.26023247838020325, 0.0, 396.8869934082031, 3.5650967333822337e-07, 1.2275819472051808e-06, 5.697930646419991e-06, 9.25565018405905e-06, 3.389151970623061e-05, 0.00010399216262158006], "count": [803]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.020804325118660927, 0.281748503446579, -0.5104040503501892, -1.6066279411315918, 0.25382325053215027, -0.3439869284629822, -0.02834414690732956, -0.3215779960155487, -0.5296379923820496, 0.14414499700069427, 0.6019527316093445, -2.1582822799682617, 0.665901243686676, 1001.0, 187.0, 0.0001917476038215682, -0.22445373237133026, -0.8360710144042969, 1.9090200662612915, -1.0681196451187134, -0.0001423868234269321], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38493236899375916, 0.6441487073898315, -0.14962707459926605, -1.253739833831787, 1.326048731803894, 0.35876986384391785, 0.755134105682373, -0.23407100141048431, -0.374210000038147, 0.22880800068378448, 2.1270222663879395, -1.121137022972107, 1.396138310432434, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360615372657776, 1.9090327024459839, -1.0679675340652466, 0.0001974430779227987], "mean": [-0.1995147466659546, 0.6046655774116516, 0.45138755440711975, -1.4119642972946167, -0.25391530990600586, -0.12054232507944107, 0.028279652819037437, -0.3103289306163788, 0.46757280826568604, 0.22823815047740936, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.22200967371463776, 0.4573785066604614, -0.33372339606285095, -1.4134161472320557, 0.8424458503723145, 0.029900358989834785, 0.2200329750776291, -0.28828081488609314, -0.4711220860481262, 0.1807161271572113, 1.263438105583191, -1.8421763181686401, 1.065291166305542, 1001.0, 561.5479736328125, 0.00019355818221811205, -0.22445042431354523, -0.8360611200332642, 1.909035086631775, -1.0680245161056519, -9.335466893389821e-05], "std": [2.586996015452314e-05, 1.5834506484679878e-05, 2.1762778487754986e-05, 2.3329630494117737e-05, 2.2323731172946282e-05, 1.753389551595319e-05, 1.8595113942865282e-05, 1.4530201042362023e-05, 7.931461368571036e-06, 1.1664683370327111e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10839244723320007, 0.12662248313426971, 0.09070152044296265, 0.1146707758307457, 0.33383071422576904, 0.21297785639762878, 0.2691532373428345, 0.02294648066163063, 0.04655960574746132, 0.02303745038807392, 0.5147584080696106, 0.32943904399871826, 0.26016268134117126, 0.0, 396.8869934082031, 3.5074052107120224e-07, 1.2348530162853422e-06, 5.700581823475659e-06, 9.259320904675405e-06, 3.3890162740135565e-05, 0.00010440775076858699], "count": [803]}, "timestamp": {"min": [0.0], "max": [26.733333333333334], "mean": [13.366666666666665], "std": [7.726865111055353], "count": [803]}, "frame_index": {"min": [0], "max": [802], "mean": [401.0], "std": [231.80595333166056], "count": [803]}, "episode_index": {"min": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [803]}, "index": {"min": [240170], "max": [240972], "mean": [240571.0], "std": [231.80595333166056], "count": [803]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [803]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5606973884188817], "std": [0.0, 0.3959417350564318], "count": [803]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5606973884188817], "std": [0.0, 0.39594173505643177], "count": [803]}, "eef_direction_state": {"mean": [6.0, 4.070983810709838], "std": [0.0, 2.1398647327477707], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.0, 0.5105853051058531], "std": [0.0, 0.5428810475271117], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.0, 0.3549190535491905], "std": [0.0, 0.6823226665904192], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_direction_action": {"mean": [6.0, 4.070983810709838], "std": [0.0, 2.1398647327477707], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.0, 0.5105853051058531], "std": [0.0, 0.5428810475271117], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.0, 0.3549190535491905], "std": [0.0, 0.6823226665904192], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [-0.31032902002334595, 0.46757301688194275, 0.22823819518089294, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2882677912712097, -0.47117096185684204, 0.1807805895805359, 1.263528823852539, -1.8416346311569214, 1.0652294158935547], "std": [1.4554847439285368e-05, 7.932375410746317e-06, 1.1669584637274966e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.022930949926376343, 0.04653540253639221, 0.023097937926650047, 0.5148069262504578, 0.3302666246891022, 0.26023244857788086], "min": [-0.310371994972229, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3215779960155487, -0.5296379923820496, 0.14414499700069427, 0.6019527316093445, -2.1582822799682617, 0.665901243686676], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23407100141048431, -0.374210000038147, 0.22880800068378448, 2.1270222663879395, -1.121137022972107, 1.396138310432434], "count": [803]}, "eef_sim_pose_action": {"mean": [-0.310328871011734, 0.46757280826568604, 0.22823818027973175, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2882677912712097, -0.4711708128452301, 0.1807805597782135, 1.263529658317566, -1.8416332006454468, 1.0652295351028442], "std": [1.4555487723555416e-05, 7.934368113637902e-06, 1.1669604646158405e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.02293095551431179, 0.04653540253639221, 0.023097945377230644, 0.5148069858551025, 0.3302665948867798, 0.26023247838020325], "min": [-0.310371994972229, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3215779960155487, -0.5296379923820496, 0.14414499700069427, 0.6019527316093445, -2.1582822799682617, 0.665901243686676], "max": [-0.31028398871421814, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23407100141048431, -0.374210000038147, 0.22880800068378448, 2.1270222663879395, -1.121137022972107, 1.396138310432434], "count": [803]}, "gripper_mode_state": {"mean": [0.0, 0.5330012453300125], "std": [0.0, 0.4989097291160679], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_state": {"mean": [2.0, 1.8941469489414695], "std": [0.0, 0.4054462520945454], "min": [2, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.0, 0.5330012453300125], "std": [0.0, 0.49890972911606785], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_action": {"mean": [2.0, 1.8941469489414695], "std": [0.0, 0.4054462520945454], "min": [2, 0], "max": [2, 2], "count": [803]}}} +{"episode_index": 291, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8901960784313725]], [[0.9294117647058824]]], "mean": [[[0.4281632528011205]], [[0.405379212290977]], [[0.4098315295815296]]], "std": [[[0.19752647789240807]], [[0.1951822364194754]], [[0.19480496002813494]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39799607683982685]], [[0.3937546247665733]], [[0.390915068489517]]], "std": [[[0.23002504221449976]], [[0.22245285774181556]], [[0.222427488581993]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5191132623503947]], [[0.49259372480052627]], [[0.5031668046006281]]], "std": [[[0.20229183720702557]], [[0.19842905593935994]], [[0.2082468939462602]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704926072701808]], [[0.44710752084924876]], [[0.45346984684025127]]], "std": [[[0.2551294726900715]], [[0.2436421606996759]], [[0.24895485980681972]]], "count": [154]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038698554039, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.031154125928878784, 0.25473082065582275, -0.49345695972442627, -1.7181196212768555, 0.2537534236907959, -0.33138564229011536, -0.15488050878047943, -0.340021014213562, -0.5370219945907593, 0.13355199992656708, 0.30860012769699097, -2.2376956939697266, 0.7456113696098328, 1001.0, 195.0, 0.00019362747843842953, -0.22445747256278992, -0.8360718488693237, 1.9090200662612915, -1.068177580833435, 0.0001528285356471315], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40997782349586487, 0.6047216653823853, -0.15751595795154572, -1.1470303535461426, 1.4469128847122192, 0.3733084797859192, 0.5436700582504272, -0.23574499785900116, -0.38436898589134216, 0.2282779961824417, 1.799789309501648, -1.121137022972107, 1.4328075647354126, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360615372657776, 1.9090343713760376, -1.0679588317871094, 0.00017750891856849194], "mean": [-0.19951780140399933, 0.6046644449234009, 0.4513874650001526, -1.4119654893875122, -0.2539113759994507, -0.1205410584807396, 0.028273863717913628, -0.3103288412094116, 0.4675733149051666, 0.22823698818683624, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.23382557928562164, 0.42333847284317017, -0.318612277507782, -1.3961474895477295, 0.8932804465293884, 0.07642179727554321, 0.14828945696353912, -0.290507048368454, -0.47915154695510864, 0.17853668332099915, 1.1225786209106445, -1.878468632698059, 1.1336725950241089, 1001.0, 556.188720703125, 0.00019362605235073715, -0.22445139288902283, -0.8360610604286194, 1.9090354442596436, -1.0680155754089355, 0.00017195344844367355], "std": [2.491849045327399e-05, 1.633982901694253e-05, 2.3259966837940738e-05, 2.391823181824293e-05, 2.302493703609798e-05, 1.6123809473356232e-05, 2.120637691405136e-05, 1.4544802979798988e-05, 7.792035830789246e-06, 1.207257628266234e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.1334773451089859, 0.12148357927799225, 0.08889466524124146, 0.1593605875968933, 0.35775357484817505, 0.2059575915336609, 0.22243590652942657, 0.02734023705124855, 0.047766074538230896, 0.022967159748077393, 0.5027812123298645, 0.33949631452560425, 0.2353246808052063, 0.0, 391.99151611328125, 1.4260876923799515e-09, 1.7186471268360037e-06, 5.446569502964849e-06, 9.330794455308933e-06, 4.960853766533546e-05, 3.8002317523933016e-06], "count": [832]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038698554039, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.031154125928878784, 0.25473082065582275, -0.49345695972442627, -1.7181196212768555, 0.2537534236907959, -0.33138564229011536, -0.15488050878047943, -0.340021014213562, -0.5370219945907593, 0.13355199992656708, 0.30860012769699097, -2.2376956939697266, 0.7456113696098328, 1001.0, 195.0, 0.00019362747843842953, -0.22445747256278992, -0.8360718488693237, 1.9090200662612915, -1.068177580833435, 0.0001528285356471315], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40997782349586487, 0.6047216653823853, -0.15751595795154572, -1.1470303535461426, 1.4469128847122192, 0.3733084797859192, 0.5436700582504272, -0.23574499785900116, -0.38436898589134216, 0.2282779961824417, 1.799789309501648, -1.121137022972107, 1.4328075647354126, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360615372657776, 1.9090343713760376, -1.0679588317871094, 0.00017750891856849194], "mean": [-0.19951775670051575, 0.6046643853187561, 0.4513874650001526, -1.4119654893875122, -0.2539113759994507, -0.1205410286784172, 0.028273822739720345, -0.3103289008140564, 0.4675733149051666, 0.22823697328567505, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.2336893379688263, 0.4232311546802521, -0.31866011023521423, -1.3961824178695679, 0.8936821222305298, 0.0761849582195282, 0.14828208088874817, -0.2905404269695282, -0.4791027307510376, 0.17847737669944763, 1.1223969459533691, -1.8788996934890747, 1.1341360807418823, 1001.0, 556.186279296875, 0.00019362605235073715, -0.22445140779018402, -0.8360610604286194, 1.9090354442596436, -1.0680155754089355, 0.00017193860549014062], "std": [2.4964683689177036e-05, 1.6345706171705388e-05, 2.3259965018951334e-05, 2.3915765268611722e-05, 2.302493703609798e-05, 1.6124180547194555e-05, 2.127417246811092e-05, 1.4558574548573233e-05, 7.804659617249854e-06, 1.208056892210152e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.13356995582580566, 0.12136269360780716, 0.08897670358419418, 0.15936727821826935, 0.3572227358818054, 0.2062971442937851, 0.2224419116973877, 0.027381304651498795, 0.04779855161905289, 0.0229023490101099, 0.5026460289955139, 0.3387616276741028, 0.23494064807891846, 0.0, 391.9892883300781, 1.4260876923799515e-09, 1.7291148424192215e-06, 5.4503630053659435e-06, 9.333233720099088e-06, 4.9609796406002715e-05, 3.813698413068778e-06], "count": [832]}, "timestamp": {"min": [0.0], "max": [27.7], "mean": [13.850000000000001], "std": [8.005917950005621], "count": [832]}, "frame_index": {"min": [0], "max": [831], "mean": [415.5], "std": [240.17753850016865], "count": [832]}, "episode_index": {"min": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [832]}, "index": {"min": [240973], "max": [241804], "mean": [241388.5], "std": [240.17753850016865], "count": [832]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [832]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5556478333981851], "std": [0.0, 0.39137765460748153], "count": [832]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5556478333981851], "std": [0.0, 0.39137765460748153], "count": [832]}, "eef_direction_state": {"mean": [6.0, 4.280048076923077], "std": [0.0, 2.1018961214534007], "min": [6, 0], "max": [6, 6], "count": [832]}, "eef_velocity_state": {"mean": [0.0, 0.4807692307692308], "std": [0.0, 0.5608333296699072], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_acc_mag_state": {"mean": [0.0, 0.35216346153846156], "std": [0.0, 0.6792035297455298], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_direction_action": {"mean": [6.0, 4.280048076923077], "std": [0.0, 2.1018961214534007], "min": [6, 0], "max": [6, 6], "count": [832]}, "eef_velocity_action": {"mean": [0.0, 0.4807692307692308], "std": [0.0, 0.5608333296699072], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_acc_mag_action": {"mean": [0.0, 0.35216346153846156], "std": [0.0, 0.6792035297455298], "min": [0, 0], "max": [0, 2], "count": [832]}, "eef_sim_pose_state": {"mean": [-0.31032878160476685, 0.4675733745098114, 0.22823704779148102, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2905070185661316, -0.4791514277458191, 0.17853671312332153, 1.1225788593292236, -1.8784669637680054, 1.1336734294891357], "std": [1.4544663827109616e-05, 7.791835741954856e-06, 1.2072461686329916e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.027340233325958252, 0.047766074538230896, 0.022967159748077393, 0.502781331539154, 0.3394966423511505, 0.2353246659040451], "min": [-0.31038698554039, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.340021014213562, -0.5370219945907593, 0.13355199992656708, 0.30860012769699097, -2.2376956939697266, 0.7456113696098328], "max": [-0.31028398871421814, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23574499785900116, -0.38436898589134216, 0.2282779961824417, 1.799789309501648, -1.121137022972107, 1.4328075647354126], "count": [832]}, "eef_sim_pose_action": {"mean": [-0.3103288412094116, 0.4675733149051666, 0.22823698818683624, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.290507048368454, -0.47915154695510864, 0.17853668332099915, 1.1225786209106445, -1.878468632698059, 1.1336725950241089], "std": [1.4544802979798988e-05, 7.792035830789246e-06, 1.207257628266234e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.02734023705124855, 0.047766074538230896, 0.022967159748077393, 0.5027812123298645, 0.33949631452560425, 0.2353246808052063], "min": [-0.31038698554039, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.340021014213562, -0.5370219945907593, 0.13355199992656708, 0.30860012769699097, -2.2376956939697266, 0.7456113696098328], "max": [-0.31028398871421814, 0.46759599447250366, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23574499785900116, -0.38436898589134216, 0.2282779961824417, 1.799789309501648, -1.121137022972107, 1.4328075647354126], "count": [832]}, "gripper_mode_state": {"mean": [0.0, 0.5444711538461539], "std": [0.0, 0.49801838969619855], "min": [0, 0], "max": [0, 1], "count": [832]}, "gripper_activity_state": {"mean": [2.0, 1.8978365384615385], "std": [0.0, 0.39879039729240523], "min": [2, 0], "max": [2, 2], "count": [832]}, "gripper_mode_action": {"mean": [0.0, 0.5444711538461539], "std": [0.0, 0.49801838969619855], "min": [0, 0], "max": [0, 1], "count": [832]}, "gripper_activity_action": {"mean": [2.0, 1.8978365384615385], "std": [0.0, 0.39879039729240523], "min": [2, 0], "max": [2, 2], "count": [832]}}} +{"episode_index": 292, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.42674377168562894]], [[0.40398658516904706]], [[0.40873981405833937]]], "std": [[[0.19799152874884063]], [[0.19560446385693206]], [[0.19504330350591434]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3977685651678367]], [[0.3930543729323005]], [[0.39031265633825546]]], "std": [[[0.228813751207654]], [[0.2214846597899021]], [[0.2211216717667372]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5185333429153555]], [[0.4922466299019608]], [[0.5028979123799726]]], "std": [[[0.20223867188369507]], [[0.19844069853334337]], [[0.20832095731160813]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47298651960784316]], [[0.4491678871136932]], [[0.4543849892580489]]], "std": [[[0.2541176705563175]], [[0.24099636958134396]], [[0.2460866262132828]]], "count": [162]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0504051074385643, 0.16034340858459473, -0.5043303370475769, -1.617955207824707, 0.25384068489074707, -0.218916654586792, -0.24377013742923737, -0.3234040141105652, -0.5531129837036133, 0.11590900272130966, 0.37502768635749817, -2.1358401775360107, 0.74417644739151, 1001.0, 14.0, 0.00019362747843842953, -0.22445935010910034, -0.8360702395439148, 1.9090209007263184, -1.0680848360061646, -3.702057438204065e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44741514325141907, 0.6206740140914917, -0.11644836515188217, -1.1801567077636719, 1.3827893733978271, 0.39297834038734436, 0.6108303666114807, -0.219077005982399, -0.40258100628852844, 0.22866499423980713, 1.9231319427490234, -1.121137022972107, 1.5083510875701904, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360575437545776, 1.9090359210968018, -1.0679295063018799, 0.00016706722090020776], "mean": [-0.19951602816581726, 0.6046655178070068, 0.4513870179653168, -1.411965250968933, -0.2538999021053314, -0.12054181098937988, 0.028264423832297325, -0.3103293776512146, 0.46757254004478455, 0.22823622822761536, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.24830499291419983, 0.3817102313041687, -0.3201139271259308, -1.4004441499710083, 0.8776372671127319, 0.0577051118016243, 0.10189270973205566, -0.28715863823890686, -0.4827709496021271, 0.1649828553199768, 1.1069847345352173, -1.8518755435943604, 1.1599289178848267, 1001.0, 477.2812194824219, 0.0001936260232469067, -0.22445163130760193, -0.8360608816146851, 1.9090378284454346, -1.0680005550384521, 0.00013655805378220975], "std": [2.568084528320469e-05, 1.5674615497118793e-05, 2.2704694856656715e-05, 2.4461629436700605e-05, 2.156334630853962e-05, 1.6592446627328172e-05, 1.9129902284475975e-05, 1.470798633818049e-05, 7.822543921065517e-06, 1.1372828339517582e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.1350000500679016, 0.15902012586593628, 0.09955495595932007, 0.15350355207920074, 0.33605700731277466, 0.19535842537879944, 0.26732203364372253, 0.02524871565401554, 0.053640224039554596, 0.027789156883955002, 0.5650571584701538, 0.29143133759498596, 0.2945483326911926, 0.0, 478.5777893066406, 1.4551915228366852e-09, 1.9169183360645548e-06, 5.450249318528222e-06, 1.0959071005345322e-05, 4.531314334599301e-05, 6.068660513847135e-05], "count": [889]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0504051074385643, 0.16034340858459473, -0.5043303370475769, -1.617955207824707, 0.25384068489074707, -0.218916654586792, -0.24377013742923737, -0.3234040141105652, -0.5531129837036133, 0.11590900272130966, 0.37502768635749817, -2.1358401775360107, 0.74417644739151, 1001.0, 14.0, 0.00019362747843842953, -0.22445935010910034, -0.8360702395439148, 1.9090209007263184, -1.0680848360061646, -3.702057438204065e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.44741514325141907, 0.6206740140914917, -0.11644836515188217, -1.1801567077636719, 1.3827893733978271, 0.39297834038734436, 0.6108303666114807, -0.219077005982399, -0.40258100628852844, 0.22866499423980713, 1.9231319427490234, -1.121137022972107, 1.5083510875701904, 1001.0, 1003.0, 0.00019362747843842953, -0.22444245219230652, -0.8360575437545776, 1.9090359210968018, -1.0679295063018799, 0.00016706722090020776], "mean": [-0.19951601326465607, 0.6046655178070068, 0.4513869881629944, -1.4119653701782227, -0.2538999021053314, -0.12054181098937988, 0.028264423832297325, -0.3103293478488922, 0.46757251024246216, 0.22823622822761536, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, 0.2481980323791504, 0.3817230463027954, -0.32016825675964355, -1.4006140232086182, 0.8779577612876892, 0.05778876692056656, 0.10204234719276428, -0.2871726453304291, -0.48271849751472473, 0.1649162769317627, 1.1069048643112183, -1.8523790836334229, 1.1599397659301758, 1001.0, 477.2834777832031, 0.0001936260232469067, -0.22445163130760193, -0.8360608816146851, 1.909037709236145, -1.0680006742477417, 0.0001363541086902842], "std": [2.568010131653864e-05, 1.5684172467445023e-05, 2.2706131858285517e-05, 2.446041617076844e-05, 2.156334630853962e-05, 1.6592446627328172e-05, 1.9129902284475975e-05, 1.4708216440340038e-05, 7.822457519068848e-06, 1.1378492672520224e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.13507622480392456, 0.15903842449188232, 0.09963969886302948, 0.1535995453596115, 0.33559760451316833, 0.19529804587364197, 0.2672862708568573, 0.025265002623200417, 0.053677819669246674, 0.02770829014480114, 0.5649969577789307, 0.2905538082122803, 0.29453304409980774, 0.0, 478.58135986328125, 1.4551915228366852e-09, 1.9169183360645548e-06, 5.450249318528222e-06, 1.085503026843071e-05, 4.5395387132884935e-05, 6.0903916164534166e-05], "count": [889]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.554401076508967], "count": [889]}, "frame_index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "episode_index": {"min": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [889]}, "index": {"min": [241805], "max": [242693], "mean": [242249.0], "std": [256.632032295269], "count": [889]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}, "gripper_open_scale_state": {"min": [1.0, 0.014000000432133675], "max": [1.0, 1.0], "mean": [1.0, 0.47688413938534674], "std": [0.0, 0.4781439005992312], "count": [889]}, "gripper_open_scale_action": {"min": [1.0, 0.014000000432133675], "max": [1.0, 1.0], "mean": [1.0, 0.47688413938534674], "std": [0.0, 0.4781439005992312], "count": [889]}, "eef_direction_state": {"mean": [6.0, 4.371203599550056], "std": [0.0, 2.1114884242510756], "min": [6, 0], "max": [6, 6], "count": [889]}, "eef_velocity_state": {"mean": [0.0, 0.48031496062992124], "std": [0.0, 0.5979958201461663], "min": [0, 0], "max": [0, 2], "count": [889]}, "eef_acc_mag_state": {"mean": [0.0, 0.28683914510686165], "std": [0.0, 0.6091318740982663], "min": [0, 0], "max": [0, 2], "count": [889]}, "eef_direction_action": {"mean": [6.0, 4.371203599550056], "std": [0.0, 2.1114884242510756], "min": [6, 0], "max": [6, 6], "count": [889]}, "eef_velocity_action": {"mean": [0.0, 0.48031496062992124], "std": [0.0, 0.5979958201461663], "min": [0, 0], "max": [0, 2], "count": [889]}, "eef_acc_mag_action": {"mean": [0.0, 0.28683914510686165], "std": [0.0, 0.6091318740982663], "min": [0, 0], "max": [0, 2], "count": [889]}, "eef_sim_pose_state": {"mean": [-0.3103293776512146, 0.4675726592540741, 0.22823630273342133, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28715863823890686, -0.4827710688114166, 0.1649829000234604, 1.1069843769073486, -1.851874589920044, 1.1599289178848267], "std": [1.47079917951487e-05, 7.821774488547817e-06, 1.137262188422028e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02524871565401554, 0.053640224039554596, 0.0277891643345356, 0.5650573968887329, 0.29143163561820984, 0.2945483326911926], "min": [-0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3234040141105652, -0.5531129837036133, 0.11590900272130966, 0.37502768635749817, -2.1358401775360107, 0.74417644739151], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.219077005982399, -0.40258100628852844, 0.22866499423980713, 1.9231319427490234, -1.121137022972107, 1.5083510875701904], "count": [889]}, "eef_sim_pose_action": {"mean": [-0.3103293776512146, 0.46757254004478455, 0.22823622822761536, -1.5732393264770508, -1.121142864227295, -0.7462767362594604, -0.28715863823890686, -0.4827709496021271, 0.1649828553199768, 1.1069847345352173, -1.8518755435943604, 1.1599289178848267], "std": [1.470798633818049e-05, 7.822543921065517e-06, 1.1372828339517582e-05, 1.239776611328125e-05, 5.841255187988281e-06, 1.1324882507324219e-06, 0.02524871565401554, 0.053640224039554596, 0.027789156883955002, 0.5650571584701538, 0.29143133759498596, 0.2945483326911926], "min": [-0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3234040141105652, -0.5531129837036133, 0.11590900272130966, 0.37502768635749817, -2.1358401775360107, 0.74417644739151], "max": [-0.3102850019931793, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.219077005982399, -0.40258100628852844, 0.22866499423980713, 1.9231319427490234, -1.121137022972107, 1.5083510875701904], "count": [889]}, "gripper_mode_state": {"mean": [0.0, 0.530933633295838], "std": [0.0, 0.49904219293674895], "min": [0, 0], "max": [0, 1], "count": [889]}, "gripper_activity_state": {"mean": [2.0, 1.8818897637795275], "std": [0.0, 0.43029069776824497], "min": [2, 0], "max": [2, 2], "count": [889]}, "gripper_mode_action": {"mean": [0.0, 0.530933633295838], "std": [0.0, 0.4990421929367489], "min": [0, 0], "max": [0, 1], "count": [889]}, "gripper_activity_action": {"mean": [2.0, 1.8818897637795275], "std": [0.0, 0.4302906977682449], "min": [2, 0], "max": [2, 2], "count": [889]}}} +{"episode_index": 293, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9921568627450981]]], "mean": [[[0.42770207197117255]], [[0.4041901430550145]], [[0.4099305961347011]]], "std": [[[0.19787009312695797]], [[0.19571236277054785]], [[0.19578202744767384]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39510438173613815]], [[0.390450368999697]], [[0.387540254512401]]], "std": [[[0.22913956759180068]], [[0.22149394202457126]], [[0.22114181553155673]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5190433114747002]], [[0.49257730868285504]], [[0.5029636262065533]]], "std": [[[0.20242450923243333]], [[0.19854430300228443]], [[0.20844145033135214]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4737603950244557]], [[0.44940297661559103]], [[0.45602881389862787]]], "std": [[[0.2633640219217109]], [[0.2489951963930267]], [[0.25398561302514117]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14004522562026978, 0.24525366723537445, -0.48640578985214233, -1.8180222511291504, 0.2537883222103119, -0.23837706446647644, -0.14062118530273438, -0.32361000776290894, -0.5285030007362366, 0.11134299635887146, 0.543178141117096, -2.1692934036254883, 0.6438631415367126, 1001.0, 183.0, 0.00019362747843842953, -0.22445560991764069, -0.836078941822052, 1.9090129137039185, -1.0682638883590698, -2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36100390553474426, 0.6160837411880493, -0.14325663447380066, -1.2565847635269165, 1.2834802865982056, 0.42355650663375854, 0.6241472363471985, -0.23140700161457062, -0.32509899139404297, 0.22937500476837158, 2.0300228595733643, -1.121137022972107, 1.461238145828247, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360607028007507, 1.9090327024459839, -1.0679192543029785, -1.5187928511295468e-05], "mean": [-0.19951660931110382, 0.6046701669692993, 0.4513893127441406, -1.4119646549224854, -0.2539042532444, -0.12054036557674408, 0.028275910764932632, -0.31032872200012207, 0.4675733149051666, 0.22823956608772278, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.15329822897911072, 0.4465005397796631, -0.3216637372970581, -1.5111297369003296, 0.8056789040565491, 0.047232337296009064, 0.14726197719573975, -0.28569456934928894, -0.4509405493736267, 0.16624554991722107, 1.236114263534546, -1.8330793380737305, 1.0618360042572021, 1001.0, 577.3531494140625, 0.00019362605235073715, -0.22445139288902283, -0.8360636830329895, 1.909031867980957, -1.0680791139602661, -1.8402724890620448e-05], "std": [2.7462616344564594e-05, 1.647332828724757e-05, 2.199021400883794e-05, 2.4995020794449374e-05, 2.299346488143783e-05, 1.619668364583049e-05, 2.018708983086981e-05, 1.4589099009754136e-05, 7.945821380417328e-06, 1.1434333828219678e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.1556824892759323, 0.14768138527870178, 0.09674076735973358, 0.17422662675380707, 0.34329742193222046, 0.2065853774547577, 0.2489962875843048, 0.023994095623493195, 0.0643988773226738, 0.032977353781461716, 0.5371832251548767, 0.3202401399612427, 0.3010815382003784, 0.0, 399.4965515136719, 1.4260876923799515e-09, 1.6881476767593995e-06, 7.154699687816901e-06, 9.552489245834295e-06, 0.00010675728844944388, 1.0720847285483615e-06], "count": [807]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.14004522562026978, 0.24525366723537445, -0.48640578985214233, -1.8180222511291504, 0.2537883222103119, -0.23837706446647644, -0.14062118530273438, -0.32361000776290894, -0.5285030007362366, 0.11134299635887146, 0.543178141117096, -2.1692934036254883, 0.6438631415367126, 1001.0, 183.0, 0.00019362747843842953, -0.22445560991764069, -0.836078941822052, 1.9090129137039185, -1.0682638883590698, -2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36100390553474426, 0.6160837411880493, -0.14325663447380066, -1.2565847635269165, 1.2834802865982056, 0.42355650663375854, 0.6241472363471985, -0.23140700161457062, -0.32509899139404297, 0.22937500476837158, 2.0300228595733643, -1.121137022972107, 1.461238145828247, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360607028007507, 1.9090327024459839, -1.0679192543029785, -1.5187928511295468e-05], "mean": [-0.19951660931110382, 0.6046701669692993, 0.4513893127441406, -1.4119646549224854, -0.2539043128490448, -0.12054039537906647, 0.028275934979319572, -0.31032872200012207, 0.4675733149051666, 0.22823955118656158, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.15309636294841766, 0.4465120732784271, -0.3217068314552307, -1.5113879442214966, 0.8059553503990173, 0.04727749526500702, 0.14744365215301514, -0.2857106029987335, -0.4508554935455322, 0.16615642607212067, 1.2361140251159668, -1.8336282968521118, 1.0618222951889038, 1001.0, 577.3507080078125, 0.00019362605235073715, -0.22445139288902283, -0.8360636830329895, 1.9090317487716675, -1.0680792331695557, -1.8401548004476354e-05], "std": [2.7462618163553998e-05, 1.648589204705786e-05, 2.199021400883794e-05, 2.4993312763399445e-05, 2.2938884285395034e-05, 1.6174033589777537e-05, 2.0176017642370425e-05, 1.4589099009754136e-05, 7.948521670186892e-06, 1.1435690794314723e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.1557278335094452, 0.14769408106803894, 0.09680613875389099, 0.17423374950885773, 0.34294289350509644, 0.20655278861522675, 0.2489214837551117, 0.024014808237552643, 0.0644221380352974, 0.03290676698088646, 0.5371831059455872, 0.3193976879119873, 0.30109623074531555, 0.0, 399.49365234375, 1.4260876923799515e-09, 1.6881476767593995e-06, 7.1639465204498265e-06, 9.465481525694486e-06, 0.00010676632518880069, 1.0719702459027758e-06], "count": [807]}, "timestamp": {"min": [0.0], "max": [26.866666666666667], "mean": [13.433333333333334], "std": [7.765355158699488], "count": [807]}, "frame_index": {"min": [0], "max": [806], "mean": [403.0], "std": [232.96065476098462], "count": [807]}, "episode_index": {"min": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [807]}, "index": {"min": [242694], "max": [243500], "mean": [243097.0], "std": [232.96065476098462], "count": [807]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [807]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5768550177562931], "std": [0.0, 0.3989675622515783], "count": [807]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5768550177562931], "std": [0.0, 0.3989675622515783], "count": [807]}, "eef_direction_state": {"mean": [6.0, 4.304832713754647], "std": [0.0, 2.0261644050527625], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_state": {"mean": [0.0, 0.506815365551425], "std": [0.0, 0.5887340875856745], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_state": {"mean": [0.0, 0.355638166047088], "std": [0.0, 0.6834309595790464], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_direction_action": {"mean": [6.0, 4.304832713754647], "std": [0.0, 2.0261644050527625], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_action": {"mean": [0.0, 0.506815365551425], "std": [0.0, 0.5887340875856745], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_action": {"mean": [0.0, 0.355638166047088], "std": [0.0, 0.6834309595790464], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_sim_pose_state": {"mean": [-0.31032872200012207, 0.46757298707962036, 0.22823956608772278, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28569433093070984, -0.4509405791759491, 0.1662454754114151, 1.2361149787902832, -1.8330819606781006, 1.061835527420044], "std": [1.4589112652174663e-05, 7.939216629893053e-06, 1.143434019468259e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.023994093760848045, 0.0643988773226738, 0.032977357506752014, 0.5371832251548767, 0.3202401399612427, 0.30108168721199036], "min": [-0.31036901473999023, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32361000776290894, -0.5285030007362366, 0.11134299635887146, 0.543178141117096, -2.1692934036254883, 0.6438631415367126], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23140700161457062, -0.32509899139404297, 0.22937500476837158, 2.0300228595733643, -1.121137022972107, 1.461238145828247], "count": [807]}, "eef_sim_pose_action": {"mean": [-0.31032872200012207, 0.4675733149051666, 0.22823956608772278, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.28569456934928894, -0.4509405493736267, 0.16624554991722107, 1.236114263534546, -1.8330793380737305, 1.0618360042572021], "std": [1.4589099009754136e-05, 7.945821380417328e-06, 1.1434333828219678e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.023994095623493195, 0.0643988773226738, 0.032977353781461716, 0.5371832251548767, 0.3202401399612427, 0.3010815382003784], "min": [-0.31036901473999023, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32361000776290894, -0.5285030007362366, 0.11134299635887146, 0.543178141117096, -2.1692934036254883, 0.6438631415367126], "max": [-0.3102850019931793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23140700161457062, -0.32509899139404297, 0.22937500476837158, 2.0300228595733643, -1.121137022972107, 1.461238145828247], "count": [807]}, "gripper_mode_state": {"mean": [0.0, 0.5105328376703842], "std": [0.0, 0.49988904702004894], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_state": {"mean": [2.0, 1.8946716232961587], "std": [0.0, 0.4045084951543221], "min": [2, 0], "max": [2, 2], "count": [807]}, "gripper_mode_action": {"mean": [0.0, 0.5105328376703842], "std": [0.0, 0.49988904702004894], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_action": {"mean": [2.0, 1.8946716232961587], "std": [0.0, 0.40450849515432213], "min": [2, 0], "max": [2, 2], "count": [807]}}} +{"episode_index": 294, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9490196078431372]], [[0.9647058823529412]]], "mean": [[[0.43179382698592256]], [[0.4071601019146975]], [[0.4132472413377744]]], "std": [[[0.19673856707766949]], [[0.1943299515611052]], [[0.19474720206224957]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969774619783811]], [[0.39190184294871794]], [[0.38906391664571816]]], "std": [[[0.23078446182617376]], [[0.22280113018004996]], [[0.22249196704852764]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5198583773252891]], [[0.493154461517513]], [[0.503380226663315]]], "std": [[[0.2025939131664078]], [[0.19855307431984542]], [[0.20839919507885257]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47308067548600635]], [[0.44643959616432044]], [[0.45120376393078604]]], "std": [[[0.267499204214168]], [[0.2513553921578699]], [[0.2554365449569372]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16434021294116974, 0.28448864817619324, -0.5244714021682739, -1.7669538259506226, 0.2537883222103119, -0.2275036722421646, -0.02834414690732956, -0.3287079930305481, -0.5117179751396179, 0.1328279972076416, 0.6415035724639893, -2.167163372039795, 0.700141966342926, 1001.0, 195.0, 0.00019362747843842953, -0.22445747256278992, -0.836081326007843, 1.9090121984481812, -1.0683668851852417, -3.1325103918788955e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31325170397758484, 0.672806978225708, -0.1529606580734253, -1.3037959337234497, 1.3594543933868408, 0.3142116367816925, 0.7007496953010559, -0.2374279946088791, -0.3301770091056824, 0.2294130027294159, 1.9296245574951172, -1.121137022972107, 1.384509801864624, 1001.0, 1003.0, 0.00019362747843842953, -0.2244405597448349, -0.8360670804977417, 1.9090311527252197, -1.067894697189331, -1.2340192370174918e-05], "mean": [-0.19951753318309784, 0.6046700477600098, 0.45138612389564514, -1.4119657278060913, -0.2539089620113373, -0.12054163962602615, 0.028279220685362816, -0.3103277087211609, 0.46757346391677856, 0.22824089229106903, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.1415250599384308, 0.49948957562446594, -0.34267833828926086, -1.495081901550293, 0.8601275682449341, 0.01523512415587902, 0.22707101702690125, -0.2923195958137512, -0.44559308886528015, 0.17796340584754944, 1.2755463123321533, -1.8787983655929565, 1.04996919631958, 1001.0, 569.5997924804688, 0.00019362603779882193, -0.22444944083690643, -0.8360713124275208, 1.9090312719345093, -1.0680991411209106, -1.826565494411625e-05], "std": [2.6383166186860763e-05, 1.639445690670982e-05, 2.2809981601312757e-05, 2.3461658201995306e-05, 2.2607428036280908e-05, 1.6848583982209675e-05, 2.037457306869328e-05, 1.5465819160453975e-05, 8.159126991813537e-06, 1.1731587619578931e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.1412566751241684, 0.12968973815441132, 0.09773784875869751, 0.1459091752767563, 0.3275115191936493, 0.16770273447036743, 0.25252601504325867, 0.022979184985160828, 0.05708475038409233, 0.02431325986981392, 0.45937490463256836, 0.32643768191337585, 0.27839720249176025, 0.0, 393.0675048828125, 1.4406396076083183e-09, 1.3054501550868736e-06, 3.5874347759090597e-06, 9.915279406413902e-06, 0.00012823689030483365, 1.8174456499764347e-06], "count": [842]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16434021294116974, 0.28448864817619324, -0.5244714021682739, -1.7669538259506226, 0.2537883222103119, -0.2275036722421646, -0.02834414690732956, -0.3287079930305481, -0.5117179751396179, 0.1328279972076416, 0.6415035724639893, -2.167163372039795, 0.700141966342926, 1001.0, 195.0, 0.00019362747843842953, -0.22445747256278992, -0.836081326007843, 1.9090121984481812, -1.0683668851852417, -3.1325103918788955e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.31325170397758484, 0.672806978225708, -0.1529606580734253, -1.3037959337234497, 1.3594543933868408, 0.3142116367816925, 0.7007496953010559, -0.2374279946088791, -0.3301770091056824, 0.2294130027294159, 1.9296245574951172, -1.121137022972107, 1.384509801864624, 1001.0, 1003.0, 0.00019362747843842953, -0.2244405597448349, -0.8360670804977417, 1.9090311527252197, -1.067894697189331, -1.2340192370174918e-05], "mean": [-0.19951757788658142, 0.6046700477600098, 0.45138615369796753, -1.4119657278060913, -0.2539089620113373, -0.12054161727428436, 0.028279241174459457, -0.3103276193141937, 0.46757346391677856, 0.22824087738990784, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.1414068639278412, 0.4995403587818146, -0.3427613377571106, -1.4952582120895386, 0.8604283332824707, 0.015288813970983028, 0.22720351815223694, -0.29234015941619873, -0.44553279876708984, 0.17790129780769348, 1.2754970788955688, -1.8792656660079956, 1.0499428510665894, 1001.0, 569.6021118164062, 0.00019362603779882193, -0.22444947063922882, -0.8360713124275208, 1.9090312719345093, -1.0680989027023315, -1.8267908671987243e-05], "std": [2.6423082090332173e-05, 1.638431058381684e-05, 2.2791939045418985e-05, 2.3461658201995306e-05, 2.2607428036280908e-05, 1.687117946858052e-05, 2.0378542103571817e-05, 1.5468393030459993e-05, 8.167934538505506e-06, 1.1730155165423639e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.14124976098537445, 0.12973910570144653, 0.09785974770784378, 0.14589819312095642, 0.32707035541534424, 0.167666494846344, 0.25242120027542114, 0.023003047332167625, 0.057088274508714676, 0.024251356720924377, 0.45934414863586426, 0.3256326913833618, 0.2784271240234375, 0.0, 393.07037353515625, 1.4406396076083183e-09, 1.3070542763671256e-06, 3.5887746889784466e-06, 9.921201126417145e-06, 0.00012839777627959847, 1.8183360452894703e-06], "count": [842]}, "timestamp": {"min": [0.0], "max": [28.033333333333335], "mean": [14.016666666666666], "std": [8.102143063549436], "count": [842]}, "frame_index": {"min": [0], "max": [841], "mean": [420.5], "std": [243.06429190648305], "count": [842]}, "episode_index": {"min": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [842]}, "index": {"min": [243501], "max": [244342], "mean": [243921.5], "std": [243.06429190648305], "count": [842]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [842]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5691009469843533], "std": [0.0, 0.39251894094863693], "count": [842]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5691009469843533], "std": [0.0, 0.3925189409486369], "count": [842]}, "eef_direction_state": {"mean": [6.0, 4.410926365795724], "std": [0.0, 2.0555872176351087], "min": [6, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.0, 0.48931116389548696], "std": [0.0, 0.6052068220669001], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_acc_mag_state": {"mean": [0.0, 0.34441805225653205], "std": [0.0, 0.6789319935278005], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_direction_action": {"mean": [6.0, 4.410926365795724], "std": [0.0, 2.0555872176351087], "min": [6, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.0, 0.48931116389548696], "std": [0.0, 0.6052068220669001], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_acc_mag_action": {"mean": [0.0, 0.34441805225653205], "std": [0.0, 0.6789319935278005], "min": [0, 0], "max": [0, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [-0.31032752990722656, 0.4675736725330353, 0.22824080288410187, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.2923193871974945, -0.44559338688850403, 0.1779632866382599, 1.2755464315414429, -1.878796100616455, 1.0499684810638428], "std": [1.5464520402019843e-05, 8.156711373885628e-06, 1.1731290214811452e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.022979186847805977, 0.05708473175764084, 0.024313267320394516, 0.45937448740005493, 0.32643717527389526, 0.2783973813056946], "min": [-0.31038698554039, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3287079930305481, -0.5117179751396179, 0.1328279972076416, 0.6415035724639893, -2.167163372039795, 0.700141966342926], "max": [-0.3102790117263794, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2374279946088791, -0.3301770091056824, 0.2294130027294159, 1.9296245574951172, -1.121137022972107, 1.384509801864624], "count": [842]}, "eef_sim_pose_action": {"mean": [-0.3103277087211609, 0.46757346391677856, 0.22824089229106903, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.2923195958137512, -0.44559308886528015, 0.17796340584754944, 1.2755463123321533, -1.8787983655929565, 1.04996919631958], "std": [1.5465819160453975e-05, 8.159126991813537e-06, 1.1731587619578931e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.022979184985160828, 0.05708475038409233, 0.02431325986981392, 0.45937490463256836, 0.32643768191337585, 0.27839720249176025], "min": [-0.31038698554039, 0.46754398941993713, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3287079930305481, -0.5117179751396179, 0.1328279972076416, 0.6415035724639893, -2.167163372039795, 0.700141966342926], "max": [-0.3102790117263794, 0.4675999879837036, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2374279946088791, -0.3301770091056824, 0.2294130027294159, 1.9296245574951172, -1.121137022972107, 1.384509801864624], "count": [842]}, "gripper_mode_state": {"mean": [0.0, 0.5273159144893111], "std": [0.0, 0.49925328322967927], "min": [0, 0], "max": [0, 1], "count": [842]}, "gripper_activity_state": {"mean": [2.0, 1.8966745843230404], "std": [0.0, 0.40191153828105985], "min": [2, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.0, 0.5273159144893111], "std": [0.0, 0.49925328322967927], "min": [0, 0], "max": [0, 1], "count": [842]}, "gripper_activity_action": {"mean": [2.0, 1.8966745843230404], "std": [0.0, 0.4019115382810598], "min": [2, 0], "max": [2, 2], "count": [842]}}} +{"episode_index": 295, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9568627450980393]]], "mean": [[[0.4311358392494929]], [[0.40674020312147846]], [[0.4123682400833897]]], "std": [[[0.19653985722242576]], [[0.1942213832738919]], [[0.19456650982563828]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3948090474983097]], [[0.3900681414807302]], [[0.3870386902749606]]], "std": [[[0.22938488276486205]], [[0.22143383624261304]], [[0.22094179296036737]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5196815429907595]], [[0.4929672596912328]], [[0.5033028129930133]]], "std": [[[0.2025615335188275]], [[0.19845129532751443]], [[0.20829434294584595]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47018793666892045]], [[0.4446582305048456]], [[0.4496848842123056]]], "std": [[[0.2648875835070786]], [[0.2478171134247063]], [[0.25265044009353427]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08672540634870529, 0.2601238787174225, -0.5701990127563477, -1.7697464227676392, 0.25382325053215027, -0.20207421481609344, -0.23397883772850037, -0.3154430091381073, -0.5092779994010925, 0.1379459947347641, 0.4672848880290985, -2.1661033630371094, 0.548755943775177, 1001.0, 184.0, 0.00019362747843842953, -0.22445747256278992, -0.836078941822052, 1.9090129137039185, -1.068160891532898, -2.942661194538232e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.33026865124702454, 0.725899875164032, -0.16748179495334625, -1.3356655836105347, 1.4100340604782104, 0.3141767084598541, 0.7397054433822632, -0.2186249941587448, -0.3429960012435913, 0.22968900203704834, 1.9935240745544434, -1.121137022972107, 1.4241902828216553, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360670804977417, 1.9090311527252197, -1.0679255723953247, -1.2340192370174918e-05], "mean": [-0.19951757788658142, 0.6046713590621948, 0.4513872563838959, -1.4119642972946167, -0.2539050281047821, -0.12053880840539932, 0.02828185260295868, -0.3103284537792206, 0.4675736129283905, 0.2282416969537735, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.15286622941493988, 0.5157362818717957, -0.35429537296295166, -1.5361872911453247, 0.8816081285476685, 0.04538104310631752, 0.13970020413398743, -0.28511425852775574, -0.4453059732913971, 0.17587681114673615, 1.2203043699264526, -1.8532354831695557, 1.033851146697998, 1001.0, 584.30419921875, 0.0001936260814545676, -0.22445029020309448, -0.8360714316368103, 1.90902841091156, -1.0680289268493652, -1.794643685570918e-05], "std": [2.5277237000409514e-05, 1.5641347999917343e-05, 2.310724630660843e-05, 2.4183444111258723e-05, 2.2492522475658916e-05, 1.609155697224196e-05, 1.999878259084653e-05, 1.4632260899816174e-05, 7.667052159376908e-06, 1.2223986232129391e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.1220436617732048, 0.16645590960979462, 0.12302803993225098, 0.1474093198776245, 0.3519727289676666, 0.17052273452281952, 0.31416451930999756, 0.02549525909125805, 0.05745214596390724, 0.023158235475420952, 0.5348586440086365, 0.32854777574539185, 0.3284545838832855, 0.0, 398.72296142578125, 1.3969838619232178e-09, 1.4057412727197516e-06, 3.5396415114519186e-06, 7.373766948148841e-06, 9.096170833799988e-05, 1.5811309594937484e-06], "count": [766]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103800117969513, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.08672540634870529, 0.2601238787174225, -0.5701990127563477, -1.7697464227676392, 0.25382325053215027, -0.20207421481609344, -0.23397883772850037, -0.3154430091381073, -0.5092779994010925, 0.1379459947347641, 0.4672848880290985, -2.1661033630371094, 0.548755943775177, 1001.0, 184.0, 0.00019362747843842953, -0.22445747256278992, -0.836078941822052, 1.9090129137039185, -1.068160891532898, -2.942661194538232e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.33026865124702454, 0.725899875164032, -0.16748179495334625, -1.3356655836105347, 1.4100340604782104, 0.3141767084598541, 0.7397054433822632, -0.2186249941587448, -0.3429960012435913, 0.22968900203704834, 1.9935240745544434, -1.121137022972107, 1.4241902828216553, 1001.0, 1003.0, 0.00019362747843842953, -0.22444432973861694, -0.8360670804977417, 1.9090311527252197, -1.0679255723953247, -1.2340192370174918e-05], "mean": [-0.19951754808425903, 0.6046713590621948, 0.45138728618621826, -1.4119642972946167, -0.2539050281047821, -0.12053880840539932, 0.02828185260295868, -0.31032848358154297, 0.4675736129283905, 0.2282416820526123, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.15273123979568481, 0.5158616304397583, -0.3544491231441498, -1.5365010499954224, 0.8820176124572754, 0.04549539461731911, 0.13969875872135162, -0.2851196229457855, -0.44522759318351746, 0.17579956352710724, 1.2201871871948242, -1.8537412881851196, 1.0338540077209473, 1001.0, 584.3015747070312, 0.0001936260814545676, -0.2244502753019333, -0.8360714316368103, 1.90902841091156, -1.0680292844772339, -1.794643685570918e-05], "std": [2.527806645957753e-05, 1.5641347999917343e-05, 2.3122376660467125e-05, 2.422954457870219e-05, 2.2492522475658916e-05, 1.609155697224196e-05, 1.999878259084653e-05, 1.4628403732785955e-05, 7.667176760151051e-06, 1.2231213077029679e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.12204916030168533, 0.16655895113945007, 0.1232227310538292, 0.14740042388439178, 0.35142427682876587, 0.17044082283973694, 0.31416523456573486, 0.025500964373350143, 0.05746260657906532, 0.02308204025030136, 0.5347912311553955, 0.3277174234390259, 0.32845184206962585, 0.0, 398.72161865234375, 1.3969838619232178e-09, 1.3995554581924807e-06, 3.541967089404352e-06, 7.378079317277297e-06, 9.094532288145274e-05, 1.5811309594937484e-06], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [766]}, "index": {"min": [244343], "max": [245108], "mean": [244725.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5836997392049968], "std": [0.0, 0.39809121742062586], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5836997392049968], "std": [0.0, 0.39809121742062586], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.415143603133159], "std": [0.0, 2.0737021592250224], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.48433420365535246], "std": [0.0, 0.6292604246586593], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.32506527415143605], "std": [0.0, 0.6564191437984015], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.415143603133159], "std": [0.0, 2.0737021592250224], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.48433420365535246], "std": [0.0, 0.6292604246586593], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.32506527415143605], "std": [0.0, 0.6564191437984015], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.3103284239768982, 0.4675736725330353, 0.22824198007583618, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28511422872543335, -0.4453055262565613, 0.1758769005537033, 1.220302939414978, -1.8532341718673706, 1.033852219581604], "std": [1.4632262718805578e-05, 7.666732926736586e-06, 1.2220508324389812e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025495264679193497, 0.057452160865068436, 0.02315824292600155, 0.5348583459854126, 0.3285476565361023, 0.32845446467399597], "min": [-0.3103800117969513, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3154430091381073, -0.5092779994010925, 0.1379459947347641, 0.4672848880290985, -2.1661033630371094, 0.548755943775177], "max": [-0.3102859854698181, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2186249941587448, -0.3429960012435913, 0.22968900203704834, 1.9935240745544434, -1.121137022972107, 1.4241902828216553], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.3103284537792206, 0.4675736129283905, 0.2282416969537735, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.28511425852775574, -0.4453059732913971, 0.17587681114673615, 1.2203043699264526, -1.8532354831695557, 1.033851146697998], "std": [1.4632260899816174e-05, 7.667052159376908e-06, 1.2223986232129391e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.02549525909125805, 0.05745214596390724, 0.023158235475420952, 0.5348586440086365, 0.32854777574539185, 0.3284545838832855], "min": [-0.3103800117969513, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3154430091381073, -0.5092779994010925, 0.1379459947347641, 0.4672848880290985, -2.1661033630371094, 0.548755943775177], "max": [-0.3102859854698181, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2186249941587448, -0.3429960012435913, 0.22968900203704834, 1.9935240745544434, -1.121137022972107, 1.4241902828216553], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.5026109660574413], "std": [0.0, 0.4999931828097739], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.41443894742838705], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.5026109660574413], "std": [0.0, 0.49999318280977395], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.414438947428387], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"episode_index": 296, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9882352941176471]]], "mean": [[[0.4310841270232926]], [[0.40779916079966666]], [[0.41312214874764225]]], "std": [[[0.1966138893882483]], [[0.19437823207566118]], [[0.194521711663948]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3932941066807036]], [[0.38865662285607755]], [[0.3851102447690486]]], "std": [[[0.22919269866283637]], [[0.2212477020797988]], [[0.2203357778133453]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5201542445277887]], [[0.4934172451419046]], [[0.5037771197964644]]], "std": [[[0.20273995253466093]], [[0.1986056041575483]], [[0.20841571868237121]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4781121309821467]], [[0.4509327570513664]], [[0.45793756442733696]]], "std": [[[0.2618863463261014]], [[0.24649170657095942]], [[0.251954199025478]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2843141555786133, 0.26316073536872864, -0.45144686102867126, -1.8409907817840576, 0.25382325053215027, -0.3877074420452118, -0.1408829689025879, -0.31732499599456787, -0.5155150294303894, 0.15525700151920319, 0.49018263816833496, -2.140442132949829, 0.5635437965393066, 1001.0, 183.0, 0.00019362747843842953, -0.22445560991764069, -0.8360947966575623, 1.909002661705017, -1.06918466091156, -2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32304301857948303, 0.6774146556854248, -0.12196360528469086, -1.3039180040359497, 1.3156291246414185, 0.36505308747291565, 0.6657209396362305, -0.24412299692630768, -0.3018049895763397, 0.23016799986362457, 2.136744499206543, -1.121137022972107, 1.382563591003418, 1001.0, 1002.0, 0.00019362747843842953, -0.2244405597448349, -0.8360678553581238, 1.9090287685394287, -1.0676133632659912, -1.13909463834716e-05], "mean": [-0.19951964914798737, 0.60467129945755, 0.4513886570930481, -1.411963701248169, -0.2539057731628418, -0.12053807079792023, 0.028279688209295273, -0.3103281259536743, 0.46757373213768005, 0.22824163734912872, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.12588775157928467, 0.46313777565956116, -0.28551942110061646, -1.5141464471817017, 0.83979731798172, 0.053331926465034485, 0.1476224809885025, -0.28878355026245117, -0.44839802384376526, 0.18120911717414856, 1.1977328062057495, -1.8302713632583618, 1.0658494234085083, 1001.0, 580.6548461914062, 0.00019362606690265238, -0.22445043921470642, -0.8360735177993774, 1.9090309143066406, -1.068088412284851, -1.8310523955733515e-05], "std": [2.71717544819694e-05, 1.5649078704882413e-05, 2.291763485118281e-05, 2.480961302353535e-05, 2.2405207346309908e-05, 1.6000210962374695e-05, 1.9403110854909755e-05, 1.5071770576469135e-05, 8.067490853136405e-06, 1.1625358638411853e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.18679563701152802, 0.1472204327583313, 0.09009556472301483, 0.16642728447914124, 0.35399505496025085, 0.24132968485355377, 0.2464243769645691, 0.021070625633001328, 0.06622853130102158, 0.022775908932089806, 0.549088716506958, 0.316156268119812, 0.2791581451892853, 0.0, 399.30108642578125, 1.4115357771515846e-09, 1.9116539533570176e-06, 6.766161277482752e-06, 1.2033320672344416e-05, 0.00027490826323628426, 1.2784139471477829e-06], "count": [791]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2843141555786133, 0.26316073536872864, -0.45144686102867126, -1.8409907817840576, 0.25382325053215027, -0.3877074420452118, -0.1408829689025879, -0.31732499599456787, -0.5155150294303894, 0.15525700151920319, 0.49018263816833496, -2.140442132949829, 0.5635437965393066, 1001.0, 183.0, 0.00019362747843842953, -0.22445560991764069, -0.8360947966575623, 1.909002661705017, -1.06918466091156, -2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32304301857948303, 0.6774146556854248, -0.12196360528469086, -1.3039180040359497, 1.3156291246414185, 0.36505308747291565, 0.6657209396362305, -0.24412299692630768, -0.3018049895763397, 0.23016799986362457, 2.136744499206543, -1.121137022972107, 1.382563591003418, 1001.0, 1002.0, 0.00019362747843842953, -0.2244405597448349, -0.8360678553581238, 1.9090287685394287, -1.0676133632659912, -1.13909463834716e-05], "mean": [-0.19951961934566498, 0.60467129945755, 0.4513886570930481, -1.4119638204574585, -0.2539057433605194, -0.12053805589675903, 0.028279688209295273, -0.31032809615135193, 0.46757373213768005, 0.2282416671514511, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.125655397772789, 0.4631783962249756, -0.28545188903808594, -1.5143874883651733, 0.840330183506012, 0.05341365560889244, 0.14790178835391998, -0.28879207372665405, -0.4483204782009125, 0.18116146326065063, 1.1975606679916382, -1.831001877784729, 1.0659849643707275, 1001.0, 580.6574096679688, 0.00019362606690265238, -0.22445043921470642, -0.8360735177993774, 1.909030795097351, -1.068088173866272, -1.830812470871024e-05], "std": [2.7174028218723834e-05, 1.5649078704882413e-05, 2.2903601347934455e-05, 2.479813338140957e-05, 2.240549110865686e-05, 1.600056202732958e-05, 1.9403110854909755e-05, 1.5059782526805066e-05, 8.062661436269991e-06, 1.1621897101576906e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.18681813776493073, 0.14726375043392181, 0.08999122679233551, 0.16641710698604584, 0.35342898964881897, 0.2412819117307663, 0.24635019898414612, 0.021080652251839638, 0.06624197959899902, 0.022716771811246872, 0.5489920377731323, 0.31518247723579407, 0.27902907133102417, 0.0, 399.3041687011719, 1.4115357771515846e-09, 1.9098954453511396e-06, 6.769559604435926e-06, 1.194344167743111e-05, 0.00027496309485286474, 1.2789278116542846e-06], "count": [791]}, "timestamp": {"min": [0.0], "max": [26.333333333333332], "mean": [13.166666666666668], "std": [7.611394966320781], "count": [791]}, "frame_index": {"min": [0], "max": [790], "mean": [395.0], "std": [228.34184898962346], "count": [791]}, "episode_index": {"min": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [791]}, "index": {"min": [245109], "max": [245899], "mean": [245504.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [791]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5802781282348367], "std": [0.0, 0.39890587941668615], "count": [791]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5802781282348367], "std": [0.0, 0.3989058794166861], "count": [791]}, "eef_direction_state": {"mean": [6.0, 4.436156763590392], "std": [0.0, 2.0102537142492074], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.0, 0.48166877370417194], "std": [0.0, 0.6111937266139311], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_state": {"mean": [0.0, 0.3691529709228824], "std": [0.0, 0.6951223709588754], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_direction_action": {"mean": [6.0, 4.436156763590392], "std": [0.0, 2.0102537142492074], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.0, 0.48166877370417194], "std": [0.0, 0.6111937266139311], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_action": {"mean": [0.0, 0.3691529709228824], "std": [0.0, 0.6951223709588754], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [-0.31032809615135193, 0.46757373213768005, 0.2282414734363556, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2887834310531616, -0.4483983516693115, 0.18120905756950378, 1.1977338790893555, -1.8302741050720215, 1.0658504962921143], "std": [1.5071717825776432e-05, 8.067511771514546e-06, 1.1623943464655895e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.021070631220936775, 0.06622853875160217, 0.022775892168283463, 0.5490884780883789, 0.31615638732910156, 0.2791583240032196], "min": [-0.310371994972229, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31732499599456787, -0.5155150294303894, 0.15525700151920319, 0.49018263816833496, -2.140442132949829, 0.5635437965393066], "max": [-0.3102859854698181, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24412299692630768, -0.3018049895763397, 0.23016799986362457, 2.136744499206543, -1.121137022972107, 1.382563591003418], "count": [791]}, "eef_sim_pose_action": {"mean": [-0.3103281259536743, 0.46757373213768005, 0.22824163734912872, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.28878355026245117, -0.44839802384376526, 0.18120911717414856, 1.1977328062057495, -1.8302713632583618, 1.0658494234085083], "std": [1.5071770576469135e-05, 8.067490853136405e-06, 1.1625358638411853e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.021070625633001328, 0.06622853130102158, 0.022775908932089806, 0.549088716506958, 0.316156268119812, 0.2791581451892853], "min": [-0.310371994972229, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31732499599456787, -0.5155150294303894, 0.15525700151920319, 0.49018263816833496, -2.140442132949829, 0.5635437965393066], "max": [-0.3102859854698181, 0.46759799122810364, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24412299692630768, -0.3018049895763397, 0.23016799986362457, 2.136744499206543, -1.121137022972107, 1.382563591003418], "count": [791]}, "gripper_mode_state": {"mean": [0.0, 0.506953223767383], "std": [0.0, 0.49995165034155414], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_state": {"mean": [2.0, 1.8887484197218711], "std": [0.0, 0.4149693619377948], "min": [2, 0], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.0, 0.506953223767383], "std": [0.0, 0.49995165034155414], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_action": {"mean": [2.0, 1.8887484197218711], "std": [0.0, 0.4149693619377948], "min": [2, 0], "max": [2, 2], "count": [791]}}} +{"episode_index": 297, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9294117647058824]], [[0.9647058823529412]]], "mean": [[[0.431931904706327]], [[0.40872600845893914]], [[0.41396155128718154]]], "std": [[[0.1963939861057537]], [[0.19396622943977054]], [[0.1941181416304899]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3919803226846294]], [[0.3876659260926593]], [[0.3841366602196434]]], "std": [[[0.22960268929737507]], [[0.2214193620709024]], [[0.22056332945787502]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5203119358854653]], [[0.4933608026543951]], [[0.5035201608421146]]], "std": [[[0.20271540425638676]], [[0.19847048086940192]], [[0.20826792779318803]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47810196439686986]], [[0.45092574390867457]], [[0.45734523253745946]]], "std": [[[0.27599483841574346]], [[0.26046296954010556]], [[0.26411666149091845]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22764329612255096, 0.2811376452445984, -0.49878019094467163, -1.7109811305999756, 0.2537883222103119, -0.38405969738960266, -0.028379054740071297, -0.33208000659942627, -0.5252220034599304, 0.16814999282360077, 0.4792751371860504, -2.252410888671875, 0.6066362261772156, 1001.0, 178.0, 0.0001917476038215682, -0.22445935010910034, -0.8360908627510071, 1.9090065956115723, -1.0692631006240845, -2.3731137844151817e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3796265423297882, 0.7495490908622742, -0.14206980168819427, -1.2435994148254395, 1.414414882659912, 0.3645992577075958, 0.8466243147850037, -0.23128800094127655, -0.3196380138397217, 0.22916899621486664, 2.1042211055755615, -1.121137022972107, 1.3573813438415527, 1001.0, 1002.0, 0.0001955073676072061, -0.2244405597448349, -0.8360694646835327, 1.9090303182601929, -1.0678154230117798, -7.593964255647734e-06], "mean": [-0.19951826333999634, 0.6046743392944336, 0.4513886272907257, -1.4119616746902466, -0.25390729308128357, -0.12053745985031128, 0.028272759169340134, -0.31032851338386536, 0.4675736129283905, 0.22824224829673767, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.13282960653305054, 0.5218754410743713, -0.30628588795661926, -1.4642868041992188, 0.8448335528373718, -0.028157133609056473, 0.30871349573135376, -0.2926141023635864, -0.4413861632347107, 0.1925375908613205, 1.356473684310913, -1.8566949367523193, 0.9904133081436157, 1001.0, 563.5501098632812, 0.00019378052093088627, -0.22444884479045868, -0.8360751271247864, 1.9090255498886108, -1.0680577754974365, -1.6670346667524427e-05], "std": [2.587840754131321e-05, 1.578451701789163e-05, 2.1562520487350412e-05, 2.381508420512546e-05, 2.278216379636433e-05, 1.4620909496443346e-05, 2.0519442841759883e-05, 1.4304507203632966e-05, 7.868351531215012e-06, 1.1742281458282378e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.16951078176498413, 0.1564410775899887, 0.10669247806072235, 0.1406523883342743, 0.3486045300960541, 0.264992356300354, 0.3244803249835968, 0.023580851033329964, 0.06544486433267593, 0.01906687766313553, 0.5781847834587097, 0.33982545137405396, 0.29305341839790344, 0.0, 400.5172119140625, 5.338266078069864e-07, 2.258760787299252e-06, 5.716861778637394e-06, 7.912697583378758e-06, 0.00025598876527510583, 1.5917198652459774e-06], "count": [778]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22764329612255096, 0.2811376452445984, -0.49878019094467163, -1.7109811305999756, 0.2537883222103119, -0.38405969738960266, -0.028379054740071297, -0.33208000659942627, -0.5252220034599304, 0.16814999282360077, 0.4792751371860504, -2.252410888671875, 0.6066362261772156, 1001.0, 178.0, 0.0001917476038215682, -0.22445935010910034, -0.8360908627510071, 1.9090065956115723, -1.0692631006240845, -2.3731137844151817e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3796265423297882, 0.7495490908622742, -0.14206980168819427, -1.2435994148254395, 1.414414882659912, 0.3645992577075958, 0.8466243147850037, -0.23128800094127655, -0.3196380138397217, 0.22916899621486664, 2.1042211055755615, -1.121137022972107, 1.3573813438415527, 1001.0, 1002.0, 0.0001955073676072061, -0.2244405597448349, -0.8360694646835327, 1.9090303182601929, -1.0678154230117798, -7.593964255647734e-06], "mean": [-0.19951826333999634, 0.604674220085144, 0.4513886272907257, -1.4119616746902466, -0.25390735268592834, -0.12053748965263367, 0.028272781521081924, -0.31032848358154297, 0.4675736129283905, 0.2282422035932541, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.13265088200569153, 0.5219401717185974, -0.30634167790412903, -1.4644399881362915, 0.845188558101654, -0.02829054556787014, 0.30905547738075256, -0.2926396131515503, -0.44130125641822815, 0.19247227907180786, 1.3565948009490967, -1.8573036193847656, 0.990402340888977, 1001.0, 563.5475463867188, 0.00019378052093088627, -0.22444882988929749, -0.8360751271247864, 1.9090254306793213, -1.068057894706726, -1.6669126125634648e-05], "std": [2.5878405722323805e-05, 1.5800022083567455e-05, 2.1562520487350412e-05, 2.3867049094405957e-05, 2.2822334358352236e-05, 1.462566160626011e-05, 2.053075331787113e-05, 1.4319414731289726e-05, 7.86897635407513e-06, 1.1755409104807768e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.16951370239257812, 0.15648582577705383, 0.10677964985370636, 0.14066021144390106, 0.3481425344944, 0.26506492495536804, 0.3242652714252472, 0.02361074462532997, 0.0654536783695221, 0.019031427800655365, 0.5782407522201538, 0.33893057703971863, 0.293062686920166, 0.0, 400.5139465332031, 5.338266078069864e-07, 2.2642043404630385e-06, 5.719938144466141e-06, 7.84158783062594e-06, 0.0002559868444222957, 1.5917646578600397e-06], "count": [778]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.950000000000001], "std": [7.486302306360746], "count": [778]}, "frame_index": {"min": [0], "max": [777], "mean": [388.5], "std": [224.58906919082239], "count": [778]}, "episode_index": {"min": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [778]}, "index": {"min": [245900], "max": [246677], "mean": [246288.5], "std": [224.58906919082239], "count": [778]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [778]}, "gripper_open_scale_state": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5630616991562831], "std": [0.0, 0.39998256967449214], "count": [778]}, "gripper_open_scale_action": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5630616991562831], "std": [0.0, 0.3999825696744922], "count": [778]}, "eef_direction_state": {"mean": [6.0, 4.358611825192802], "std": [0.0, 2.0803114572933663], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_state": {"mean": [0.0, 0.5218508997429306], "std": [0.0, 0.6650748790442309], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_state": {"mean": [0.0, 0.37789203084832906], "std": [0.0, 0.6904599105564346], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_direction_action": {"mean": [6.0, 4.358611825192802], "std": [0.0, 2.0803114572933663], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_action": {"mean": [0.0, 0.5218508997429306], "std": [0.0, 0.6650748790442309], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_action": {"mean": [0.0, 0.37789203084832906], "std": [0.0, 0.6904599105564346], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_sim_pose_state": {"mean": [-0.31032830476760864, 0.4675736129283905, 0.22824203968048096, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.29261428117752075, -0.44138625264167786, 0.1925375610589981, 1.3564722537994385, -1.8566941022872925, 0.9904116988182068], "std": [1.4302971976576373e-05, 7.868372449593153e-06, 1.1740597074094694e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.023580851033329964, 0.06544485688209534, 0.019066886976361275, 0.5781850814819336, 0.3398256003856659, 0.2930534780025482], "min": [-0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33208000659942627, -0.5252220034599304, 0.16814999282360077, 0.4792751371860504, -2.252410888671875, 0.6066362261772156], "max": [-0.3102869987487793, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23128800094127655, -0.3196380138397217, 0.22916899621486664, 2.1042211055755615, -1.121137022972107, 1.3573813438415527], "count": [778]}, "eef_sim_pose_action": {"mean": [-0.31032851338386536, 0.4675736129283905, 0.22824224829673767, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.2926141023635864, -0.4413861632347107, 0.1925375908613205, 1.356473684310913, -1.8566949367523193, 0.9904133081436157], "std": [1.4304507203632966e-05, 7.868351531215012e-06, 1.1742281458282378e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.023580851033329964, 0.06544486433267593, 0.01906687766313553, 0.5781847834587097, 0.33982545137405396, 0.29305341839790344], "min": [-0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33208000659942627, -0.5252220034599304, 0.16814999282360077, 0.4792751371860504, -2.252410888671875, 0.6066362261772156], "max": [-0.3102869987487793, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23128800094127655, -0.3196380138397217, 0.22916899621486664, 2.1042211055755615, -1.121137022972107, 1.3573813438415527], "count": [778]}, "gripper_mode_state": {"mean": [0.0, 0.5231362467866324], "std": [0.0, 0.49946442724645107], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_state": {"mean": [2.0, 1.8881748071979434], "std": [0.0, 0.41697775431256123], "min": [2, 0], "max": [2, 2], "count": [778]}, "gripper_mode_action": {"mean": [0.0, 0.5231362467866324], "std": [0.0, 0.49946442724645107], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_action": {"mean": [2.0, 1.8881748071979434], "std": [0.0, 0.41697775431256123], "min": [2, 0], "max": [2, 2], "count": [778]}}} +{"episode_index": 298, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9921568627450981]]], "mean": [[[0.4290510763113262]], [[0.40601633469843634]], [[0.4113699829879209]]], "std": [[[0.19703858942879057]], [[0.19466282951632732]], [[0.19467488989832715]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39702623557334327]], [[0.3921386161268305]], [[0.3888610930131546]]], "std": [[[0.23027482569211194]], [[0.22222797096363972]], [[0.22125143866399252]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.519293630294945]], [[0.4926293073136428]], [[0.5029808252151071]]], "std": [[[0.20241694654466535]], [[0.19835743024030994]], [[0.20810347521191339]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708461738334574]], [[0.44553025849052696]], [[0.4522786128691983]]], "std": [[[0.267121458299565]], [[0.25160008718422605]], [[0.256218732838789]]], "count": [158]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675450026988983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0768817588686943, 0.26624998450279236, -0.5573359727859497, -1.7428858280181885, 0.25211280584335327, -0.35901421308517456, -0.22197097539901733, -0.3217400014400482, -0.5325909852981567, 0.15427400171756744, 0.43232858180999756, -2.166785955429077, 0.4070587754249573, 1001.0, 185.0, 0.00019362747843842953, -0.22444996237754822, -0.8360821008682251, 1.9090129137039185, -1.0687742233276367, -1.8984910639119335e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3978128731250763, 0.7841415405273438, -0.13151055574417114, -1.193892478942871, 1.4178181886672974, 0.3968355059623718, 0.7953290939331055, -0.20773500204086304, -0.34839800000190735, 0.22945499420166016, 2.1306662559509277, -1.121137022972107, 1.3981035947799683, 1001.0, 1002.0, 0.00019362747843842953, -0.22443680465221405, -0.8360663056373596, 1.9090327024459839, -1.067832112312317, -9.492455319559667e-06], "mean": [-0.19951730966567993, 0.604680061340332, 0.4513867497444153, -1.4119644165039062, -0.2539093792438507, -0.12053429335355759, 0.02826668694615364, -0.3103299140930176, 0.46757254004478455, 0.22824427485466003, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.2097480148077011, 0.5009658336639404, -0.3486901819705963, -1.4527970552444458, 0.8572416305541992, 0.023486675694584846, 0.19645251333713531, -0.284017950296402, -0.4615781307220459, 0.17992381751537323, 1.2734161615371704, -1.8247952461242676, 0.9976468086242676, 1001.0, 565.9778442382812, 0.00019362603779882193, -0.22444282472133636, -0.8360714912414551, 1.9090328216552734, -1.06804621219635, -1.4847925740468781e-05], "std": [2.5673152777017094e-05, 1.654801963013597e-05, 2.2490126866614446e-05, 2.5563538656570017e-05, 2.1679841665900312e-05, 1.5571335097774863e-05, 1.8939530491479672e-05, 1.470648294343846e-05, 7.923208613647148e-06, 1.1824226021417417e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.1474122405052185, 0.1714237779378891, 0.10432786494493484, 0.16783612966537476, 0.3684237003326416, 0.23864255845546722, 0.329694539308548, 0.027425698935985565, 0.060727670788764954, 0.022176994010806084, 0.6054763793945312, 0.3329387307167053, 0.32369914650917053, 0.0, 398.13690185546875, 1.4406396076083183e-09, 1.9455778783594724e-06, 5.086196779302554e-06, 1.0586753887764644e-05, 0.00020263405167497694, 1.163270781034953e-06], "count": [857]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675450026988983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0768817588686943, 0.26624998450279236, -0.5573359727859497, -1.7428858280181885, 0.25211280584335327, -0.35901421308517456, -0.22197097539901733, -0.3217400014400482, -0.5325909852981567, 0.15427400171756744, 0.43232858180999756, -2.166785955429077, 0.4070587754249573, 1001.0, 185.0, 0.00019362747843842953, -0.22444996237754822, -0.8360821008682251, 1.9090129137039185, -1.0687742233276367, -1.8984910639119335e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3978128731250763, 0.7841415405273438, -0.13151055574417114, -1.193892478942871, 1.4178181886672974, 0.3968355059623718, 0.7953290939331055, -0.20773500204086304, -0.34839800000190735, 0.22945499420166016, 2.1306662559509277, -1.121137022972107, 1.3981035947799683, 1001.0, 1002.0, 0.00019362747843842953, -0.22443680465221405, -0.8360663056373596, 1.9090327024459839, -1.067832112312317, -9.492455319559667e-06], "mean": [-0.1995173543691635, 0.6046800017356873, 0.45138677954673767, -1.4119645357131958, -0.2539093494415283, -0.12053427845239639, 0.02826666831970215, -0.3103299140930176, 0.46757254004478455, 0.22824425995349884, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.20963439345359802, 0.5010456442832947, -0.3488045930862427, -1.4530175924301147, 0.8575553894042969, 0.023557564243674278, 0.19653567671775818, -0.2840310037136078, -0.4615136981010437, 0.17985652387142181, 1.2733651399612427, -1.8252489566802979, 0.9976159334182739, 1001.0, 565.9801635742188, 0.00019362603779882193, -0.22444283962249756, -0.8360714912414551, 1.9090327024459839, -1.0680464506149292, -1.4846818885416724e-05], "std": [2.5713945433381014e-05, 1.6549362044315785e-05, 2.2503772925119847e-05, 2.5559136702213436e-05, 2.1680340068996884e-05, 1.558570147608407e-05, 1.894059641927015e-05, 1.4706592992297374e-05, 7.922188160591759e-06, 1.1820832696685102e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.1474578082561493, 0.17148801684379578, 0.10449410229921341, 0.16790670156478882, 0.368024080991745, 0.23860882222652435, 0.32964658737182617, 0.02744082733988762, 0.06075054034590721, 0.022117633372545242, 0.6054531335830688, 0.33224359154701233, 0.3237243592739105, 0.0, 398.138671875, 1.4406396076083183e-09, 1.9329784208821366e-06, 5.085146767669357e-06, 1.0485963684914168e-05, 0.00020259807934053242, 1.1633978829195257e-06], "count": [857]}, "timestamp": {"min": [0.0], "max": [28.533333333333335], "mean": [14.266666666666666], "std": [8.246480730859949], "count": [857]}, "frame_index": {"min": [0], "max": [856], "mean": [428.0], "std": [247.39442192579847], "count": [857]}, "episode_index": {"min": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [857]}, "index": {"min": [246678], "max": [247534], "mean": [247106.0], "std": [247.39442192579847], "count": [857]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [857]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5657911326045055], "std": [0.0, 0.3979331060940645], "count": [857]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5657911326045055], "std": [0.0, 0.3979331060940645], "count": [857]}, "eef_direction_state": {"mean": [6.0, 4.024504084014002], "std": [0.0, 2.200690836222671], "min": [6, 0], "max": [6, 6], "count": [857]}, "eef_velocity_state": {"mean": [0.0, 0.5402567094515752], "std": [0.0, 0.594471950777564], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_acc_mag_state": {"mean": [0.0, 0.3652275379229872], "std": [0.0, 0.6854750591703387], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_direction_action": {"mean": [6.0, 4.024504084014002], "std": [0.0, 2.200690836222671], "min": [6, 0], "max": [6, 6], "count": [857]}, "eef_velocity_action": {"mean": [0.0, 0.5402567094515752], "std": [0.0, 0.594471950777564], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_acc_mag_action": {"mean": [0.0, 0.3652275379229872], "std": [0.0, 0.6854750591703387], "min": [0, 0], "max": [0, 2], "count": [857]}, "eef_sim_pose_state": {"mean": [-0.3103295862674713, 0.46757280826568604, 0.22824427485466003, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28401798009872437, -0.4615783393383026, 0.17992380261421204, 1.2734169960021973, -1.8247956037521362, 0.9976464509963989], "std": [1.4702678527100943e-05, 7.91912589193089e-06, 1.1824224202428013e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02742571011185646, 0.06072768196463585, 0.02217699959874153, 0.6054764986038208, 0.33293861150741577, 0.3236989676952362], "min": [-0.3103890120983124, 0.4675450026988983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3217400014400482, -0.5325909852981567, 0.15427400171756744, 0.43232858180999756, -2.166785955429077, 0.4070587754249573], "max": [-0.31028199195861816, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20773500204086304, -0.34839800000190735, 0.22945499420166016, 2.1306662559509277, -1.121137022972107, 1.3981035947799683], "count": [857]}, "eef_sim_pose_action": {"mean": [-0.3103299140930176, 0.46757254004478455, 0.22824427485466003, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.284017950296402, -0.4615781307220459, 0.17992381751537323, 1.2734161615371704, -1.8247952461242676, 0.9976468086242676], "std": [1.470648294343846e-05, 7.923208613647148e-06, 1.1824226021417417e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.027425698935985565, 0.060727670788764954, 0.022176994010806084, 0.6054763793945312, 0.3329387307167053, 0.32369914650917053], "min": [-0.3103890120983124, 0.4675450026988983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3217400014400482, -0.5325909852981567, 0.15427400171756744, 0.43232858180999756, -2.166785955429077, 0.4070587754249573], "max": [-0.31028199195861816, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20773500204086304, -0.34839800000190735, 0.22945499420166016, 2.1306662559509277, -1.121137022972107, 1.3981035947799683], "count": [857]}, "gripper_mode_state": {"mean": [0.0, 0.5250875145857643], "std": [0.0, 0.4993702199890507], "min": [0, 0], "max": [0, 1], "count": [857]}, "gripper_activity_state": {"mean": [2.0, 1.8996499416569428], "std": [0.0, 0.39743914057122104], "min": [2, 0], "max": [2, 2], "count": [857]}, "gripper_mode_action": {"mean": [0.0, 0.5250875145857643], "std": [0.0, 0.4993702199890507], "min": [0, 0], "max": [0, 1], "count": [857]}, "gripper_activity_action": {"mean": [2.0, 1.8996499416569428], "std": [0.0, 0.39743914057122104], "min": [2, 0], "max": [2, 2], "count": [857]}}} +{"episode_index": 299, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9764705882352941]]], "mean": [[[0.43036483036345163]], [[0.40743614478449036]], [[0.4127350746886592]]], "std": [[[0.19684144214779564]], [[0.1945573595211616]], [[0.19464480420065544]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4012358102587882]], [[0.3962800148494082]], [[0.3929332756469705]]], "std": [[[0.23111007111640766]], [[0.2229739925824835]], [[0.22223057744041128]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.520038785108638]], [[0.4932182200582936]], [[0.5035521440558205]]], "std": [[[0.20261248164854928]], [[0.19843467801234144]], [[0.2082402769316617]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4823345146617205]], [[0.45606614748940116]], [[0.46208761012851085]]], "std": [[[0.2591399445260951]], [[0.24375191228007026]], [[0.24871178264796762]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09248499572277069, 0.25673794746398926, -0.45144686102867126, -1.7034238576889038, 0.25384068489074707, -0.26633724570274353, -0.028379054740071297, -0.32570400834083557, -0.5330100059509277, 0.17256200313568115, 0.5609566569328308, -2.2336204051971436, 0.7456113696098328, 1001.0, 182.0, 0.00019362747843842953, -0.22445185482501984, -0.836081326007843, 1.9090137481689453, -1.0691521167755127, -2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38606685400009155, 0.6047216653823853, -0.15104079246520996, -1.2399342060089111, 1.2606688737869263, 0.45254644751548767, 0.638266921043396, -0.23050999641418457, -0.37619900703430176, 0.23041099309921265, 1.9689242839813232, -1.121137022972107, 1.3321086168289185, 1001.0, 1003.0, 0.00019362747843842953, -0.22443492710590363, -0.8360639214515686, 1.9090327024459839, -1.0676307678222656, -1.0441701306262985e-05], "mean": [-0.19951865077018738, 0.6046691536903381, 0.45138782262802124, -1.4119622707366943, -0.25390902161598206, -0.12053214758634567, 0.028271812945604324, -0.3103305995464325, 0.467573881149292, 0.2282397300004959, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19077076017856598, 0.46106305718421936, -0.29183828830718994, -1.4220658540725708, 0.7818664312362671, 0.05723871663212776, 0.22116106748580933, -0.2935473322868347, -0.46626222133636475, 0.19117626547813416, 1.2609983682632446, -1.804241418838501, 1.0211459398269653, 1001.0, 622.5808715820312, 0.00019362606690265238, -0.22444282472133636, -0.8360708355903625, 1.909031629562378, -1.0680925846099854, -1.4919500245014206e-05], "std": [2.54031692747958e-05, 1.6918151231948286e-05, 2.3402169972541742e-05, 2.432601286272984e-05, 2.2335285393637605e-05, 1.6380394299631007e-05, 1.9402939869905822e-05, 1.459353825339349e-05, 8.048057679843623e-06, 1.2106595931982156e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.13769814372062683, 0.13369053602218628, 0.1053299680352211, 0.13230077922344208, 0.3345252573490143, 0.25189539790153503, 0.2133498340845108, 0.023496249690651894, 0.047289155423641205, 0.01750929281115532, 0.4913462698459625, 0.341922402381897, 0.23425725102424622, 0.0, 399.0028381347656, 1.4115357771515846e-09, 1.9599699498940026e-06, 4.428307420312194e-06, 8.953530596045312e-06, 0.00025435033603571355, 1.1555117680472904e-06], "count": [785]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036901473999023, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09248499572277069, 0.25673794746398926, -0.45144686102867126, -1.7034238576889038, 0.25384068489074707, -0.26633724570274353, -0.028379054740071297, -0.32570400834083557, -0.5330100059509277, 0.17256200313568115, 0.5609566569328308, -2.2336204051971436, 0.7456113696098328, 1001.0, 182.0, 0.00019362747843842953, -0.22445185482501984, -0.836081326007843, 1.9090137481689453, -1.0691521167755127, -2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38606685400009155, 0.6047216653823853, -0.15104079246520996, -1.2399342060089111, 1.2606688737869263, 0.45254644751548767, 0.638266921043396, -0.23050999641418457, -0.37619900703430176, 0.23041099309921265, 1.9689242839813232, -1.121137022972107, 1.3321086168289185, 1001.0, 1003.0, 0.00019362747843842953, -0.22443492710590363, -0.8360639214515686, 1.9090327024459839, -1.0676307678222656, -1.0441701306262985e-05], "mean": [-0.19951865077018738, 0.6046691536903381, 0.4513879418373108, -1.4119622707366943, -0.25390902161598206, -0.12053213268518448, 0.028271831572055817, -0.31033065915107727, 0.4675738513469696, 0.2282397449016571, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.1906377673149109, 0.4610578119754791, -0.2918078601360321, -1.4221802949905396, 0.7822452783584595, 0.05726519972085953, 0.22152984142303467, -0.2935652732849121, -0.46620723605155945, 0.19112221896648407, 1.2609788179397583, -1.8048856258392334, 1.0211635828018188, 1001.0, 622.5808715820312, 0.00019362606690265238, -0.22444282472133636, -0.8360708355903625, 1.909031629562378, -1.0680923461914062, -1.4920710782462265e-05], "std": [2.54031692747958e-05, 1.6929396224441007e-05, 2.3358968974207528e-05, 2.4228957045124844e-05, 2.2335285393637605e-05, 1.6368547221645713e-05, 1.9395834897295572e-05, 1.45251106005162e-05, 8.042010449571535e-06, 1.2105754649383016e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.13774007558822632, 0.13368476927280426, 0.10528729856014252, 0.13233071565628052, 0.3340952396392822, 0.2518775463104248, 0.21316882967948914, 0.023514436557888985, 0.047312721610069275, 0.017460184171795845, 0.4913347661495209, 0.3411102890968323, 0.2342367023229599, 0.0, 399.0028381347656, 1.4115357771515846e-09, 1.9599699498940026e-06, 4.427406111062737e-06, 8.95704852155177e-06, 0.00025441369507461786, 1.155294626187242e-06], "count": [785]}, "timestamp": {"min": [0.0], "max": [26.133333333333333], "mean": [13.066666666666668], "std": [7.5536598929113685], "count": [785]}, "frame_index": {"min": [0], "max": [784], "mean": [392.0], "std": [226.60979678734103], "count": [785]}, "episode_index": {"min": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [785]}, "index": {"min": [247535], "max": [248319], "mean": [247927.0], "std": [226.60979678734103], "count": [785]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [785]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.6218394888244617], "std": [0.0, 0.3982976751516125], "count": [785]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.6218394888244617], "std": [0.0, 0.3982976751516125], "count": [785]}, "eef_direction_state": {"mean": [6.0, 4.163057324840764], "std": [0.0, 2.1631330964349416], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_state": {"mean": [0.0, 0.5210191082802548], "std": [0.0, 0.599259824462221], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_state": {"mean": [0.0, 0.3579617834394904], "std": [0.0, 0.6794647001826343], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_direction_action": {"mean": [6.0, 4.163057324840764], "std": [0.0, 2.1631330964349416], "min": [6, 0], "max": [6, 6], "count": [785]}, "eef_velocity_action": {"mean": [0.0, 0.5210191082802548], "std": [0.0, 0.599259824462221], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_acc_mag_action": {"mean": [0.0, 0.3579617834394904], "std": [0.0, 0.6794647001826343], "min": [0, 0], "max": [0, 2], "count": [785]}, "eef_sim_pose_state": {"mean": [-0.3103305399417877, 0.4675733149051666, 0.22823995351791382, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2935473918914795, -0.46626201272010803, 0.19117623567581177, 1.2609964609146118, -1.8042374849319458, 1.021147608757019], "std": [1.4593508240068331e-05, 8.029420314414892e-06, 1.2104591405659448e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.023496253415942192, 0.047289151698350906, 0.01750929467380047, 0.49134618043899536, 0.3419222831726074, 0.23425708711147308], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32570400834083557, -0.5330100059509277, 0.17256200313568115, 0.5609566569328308, -2.2336204051971436, 0.7456113696098328], "max": [-0.31028100848197937, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23050999641418457, -0.37619900703430176, 0.23041099309921265, 1.9689242839813232, -1.121137022972107, 1.3321086168289185], "count": [785]}, "eef_sim_pose_action": {"mean": [-0.3103305995464325, 0.467573881149292, 0.2282397300004959, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2935473322868347, -0.46626222133636475, 0.19117626547813416, 1.2609983682632446, -1.804241418838501, 1.0211459398269653], "std": [1.459353825339349e-05, 8.048057679843623e-06, 1.2106595931982156e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.023496249690651894, 0.047289155423641205, 0.01750929281115532, 0.4913462698459625, 0.341922402381897, 0.23425725102424622], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32570400834083557, -0.5330100059509277, 0.17256200313568115, 0.5609566569328308, -2.2336204051971436, 0.7456113696098328], "max": [-0.31028100848197937, 0.46759700775146484, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23050999641418457, -0.37619900703430176, 0.23041099309921265, 1.9689242839813232, -1.121137022972107, 1.3321086168289185], "count": [785]}, "gripper_mode_state": {"mean": [0.0, 0.45605095541401275], "std": [0.0, 0.4980647362341374], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_state": {"mean": [2.0, 1.8904458598726115], "std": [0.0, 0.4109618110313581], "min": [2, 0], "max": [2, 2], "count": [785]}, "gripper_mode_action": {"mean": [0.0, 0.45605095541401275], "std": [0.0, 0.4980647362341374], "min": [0, 0], "max": [0, 1], "count": [785]}, "gripper_activity_action": {"mean": [2.0, 1.8904458598726115], "std": [0.0, 0.41096181103135815], "min": [2, 0], "max": [2, 2], "count": [785]}}} +{"episode_index": 300, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4305239093137255]], [[0.40687405092592593]], [[0.41287000136165575]]], "std": [[[0.19730758117419572]], [[0.19458920569182842]], [[0.19490729340057344]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40398276143790846]], [[0.39921528186274513]], [[0.39609500953159044]]], "std": [[[0.23235550129065818]], [[0.22400658395908726]], [[0.22311127265646832]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5197755555555555]], [[0.49305455746187365]], [[0.5034455569172113]]], "std": [[[0.20263946166318372]], [[0.198422406620518]], [[0.20818285046494406]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4868835089869281]], [[0.4580906835511983]], [[0.4620297998366013]]], "std": [[[0.25097391028913457]], [[0.23733361256178415]], [[0.24231520628353517]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15025539696216583, 0.2191610038280487, -0.45153412222862244, -1.8017557859420776, 0.2537883222103119, -0.17201964557170868, -0.028379054740071297, -0.31697601079940796, -0.5261499881744385, 0.16180899739265442, 0.5406897068023682, -2.194175958633423, 0.7277228236198425, 1001.0, 197.0, 0.00019362747843842953, -0.22445373237133026, -0.8360821008682251, 1.9090129137039185, -1.0692859888076782, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102929890155792, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3577750623226166, 0.6414433717727661, -0.09646434336900711, -1.227891445159912, 1.2259018421173096, 0.42182862758636475, 0.4584805369377136, -0.2198520004749298, -0.3723599910736084, 0.22830499708652496, 1.869809627532959, -1.121137022972107, 1.3695646524429321, 1001.0, 1003.0, 0.00019362747843842953, -0.22442927956581116, -0.8360623121261597, 1.9090327024459839, -1.0676997900009155, -9.492455319559667e-07], "mean": [-0.19951586425304413, 0.6046711206436157, 0.4513867199420929, -1.4119535684585571, -0.2539118528366089, -0.12053137272596359, 0.028278281912207603, -0.3103334903717041, 0.4675728976726532, 0.22824408113956451, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.15914897620677948, 0.4313977062702179, -0.24972636997699738, -1.4839476346969604, 0.7385936379432678, 0.08451945334672928, 0.17497241497039795, -0.28193795680999756, -0.4631321430206299, 0.18730033934116364, 1.2433699369430542, -1.7646515369415283, 1.0572106838226318, 1001.0, 537.302978515625, 0.00019362606690265238, -0.2244422733783722, -0.8360728025436401, 1.9090306758880615, -1.0680360794067383, -1.4712133634020574e-05], "std": [2.5622950488468632e-05, 1.6287520338664763e-05, 2.2991707737674005e-05, 2.455274443491362e-05, 2.1630841729347594e-05, 1.4197414202499203e-05, 1.9985862309113145e-05, 1.4737070159753785e-05, 7.935143912618514e-06, 1.2257652088010218e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.16103634238243103, 0.13824912905693054, 0.10752478986978531, 0.17852900922298431, 0.35106244683265686, 0.21463526785373688, 0.16622531414031982, 0.027203824371099472, 0.05076278746128082, 0.019614089280366898, 0.4867263734340668, 0.352916419506073, 0.23794017732143402, 0.0, 387.8896484375, 1.4115357771515846e-09, 2.0502582174231065e-06, 4.084275133209303e-06, 8.902085937734228e-06, 0.0002637205761857331, 1.81018322109594e-06], "count": [802]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.15025539696216583, 0.2191610038280487, -0.45146432518959045, -1.8017557859420776, 0.2537883222103119, -0.17201964557170868, -0.028379054740071297, -0.31697601079940796, -0.5261499881744385, 0.16180899739265442, 0.5406897068023682, -2.194175958633423, 0.7277228236198425, 1001.0, 197.0, 0.00019362747843842953, -0.22445373237133026, -0.8360821008682251, 1.9090129137039185, -1.0692859888076782, -2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102929890155792, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3577750623226166, 0.6414433717727661, -0.09646434336900711, -1.227891445159912, 1.2259018421173096, 0.42182862758636475, 0.4584805369377136, -0.2198520004749298, -0.3723599910736084, 0.22830499708652496, 1.869809627532959, -1.121137022972107, 1.3695646524429321, 1001.0, 1003.0, 0.00019362747843842953, -0.22442927956581116, -0.8360623121261597, 1.9090327024459839, -1.0676997900009155, -9.492455319559667e-07], "mean": [-0.19951583445072174, 0.6046711206436157, 0.4513867199420929, -1.411953330039978, -0.2539118826389313, -0.12053140252828598, 0.028278281912207603, -0.3103334605693817, 0.4675728976726532, 0.22824406623840332, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.15890975296497345, 0.43143534660339355, -0.24964366853237152, -1.4841941595077515, 0.7389122247695923, 0.08455369621515274, 0.17528600990772247, -0.28194257616996765, -0.4630518853664398, 0.18725022673606873, 1.2433834075927734, -1.7652209997177124, 1.05721116065979, 1001.0, 537.302978515625, 0.00019362606690265238, -0.2244422733783722, -0.8360728025436401, 1.909030556678772, -1.0680360794067383, -1.4710949471918866e-05], "std": [2.5622337489039637e-05, 1.6287520338664763e-05, 2.2991707737674005e-05, 2.4571121684857644e-05, 2.163061981264036e-05, 1.4211384950613137e-05, 1.998586412810255e-05, 1.4737280253029894e-05, 7.93125309428433e-06, 1.2255074580025394e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.16111871600151062, 0.1383003145456314, 0.10739491879940033, 0.1785658299922943, 0.3507389724254608, 0.21460475027561188, 0.16608016192913055, 0.02720894105732441, 0.050806544721126556, 0.019560949876904488, 0.48673588037490845, 0.35224729776382446, 0.23793955147266388, 0.0, 387.8896484375, 1.4115357771515846e-09, 2.052892114079441e-06, 4.086421995452838e-06, 8.81202140590176e-06, 0.00026373035507276654, 1.8108006543116062e-06], "count": [802]}, "timestamp": {"min": [0.0], "max": [26.7], "mean": [13.349999999999998], "std": [7.717242599098031], "count": [802]}, "frame_index": {"min": [0], "max": [801], "mean": [400.5], "std": [231.51727797294092], "count": [802]}, "episode_index": {"min": [304], "max": [304], "mean": [304.0], "std": [0.0], "count": [802]}, "index": {"min": [248320], "max": [249121], "mean": [248720.5], "std": [231.51727797294092], "count": [802]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [802]}, "gripper_open_scale_state": {"min": [1.0, 0.19699999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.5365124683539172], "std": [0.0, 0.3869413964647141], "count": [802]}, "gripper_open_scale_action": {"min": [1.0, 0.19699999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.5365124683539172], "std": [0.0, 0.3869413964647141], "count": [802]}, "eef_direction_state": {"mean": [6.0, 4.238154613466334], "std": [0.0, 2.236489631399271], "min": [6, 0], "max": [6, 6], "count": [802]}, "eef_velocity_state": {"mean": [0.0, 0.46758104738154616], "std": [0.0, 0.592615727549106], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_acc_mag_state": {"mean": [0.0, 0.3491271820448878], "std": [0.0, 0.6831097196363402], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_direction_action": {"mean": [6.0, 4.238154613466334], "std": [0.0, 2.236489631399271], "min": [6, 0], "max": [6, 6], "count": [802]}, "eef_velocity_action": {"mean": [0.0, 0.46758104738154616], "std": [0.0, 0.592615727549106], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_acc_mag_action": {"mean": [0.0, 0.3491271820448878], "std": [0.0, 0.6831097196363402], "min": [0, 0], "max": [0, 2], "count": [802]}, "eef_sim_pose_state": {"mean": [-0.3103335499763489, 0.46757328510284424, 0.22824394702911377, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.28193819522857666, -0.4631321132183075, 0.18730030953884125, 1.243370532989502, -1.7646511793136597, 1.0572102069854736], "std": [1.4736868251929991e-05, 7.92623086454114e-06, 1.2257103662705049e-05, 0.0, 0.0, 5.960464477539063e-08, 0.027203824371099472, 0.05076278746128082, 0.019614091143012047, 0.48672643303871155, 0.3529164791107178, 0.23794016242027283], "min": [-0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31697601079940796, -0.5261499881744385, 0.16180899739265442, 0.5406897068023682, -2.194175958633423, 0.7277228236198425], "max": [-0.3102929890155792, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2198520004749298, -0.3723599910736084, 0.22830499708652496, 1.869809627532959, -1.121137022972107, 1.3695646524429321], "count": [802]}, "eef_sim_pose_action": {"mean": [-0.3103334903717041, 0.4675728976726532, 0.22824408113956451, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.28193795680999756, -0.4631321430206299, 0.18730033934116364, 1.2433699369430542, -1.7646515369415283, 1.0572106838226318], "std": [1.4737070159753785e-05, 7.935143912618514e-06, 1.2257652088010218e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.027203824371099472, 0.05076278746128082, 0.019614089280366898, 0.4867263734340668, 0.352916419506073, 0.23794017732143402], "min": [-0.31038498878479004, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31697601079940796, -0.5261499881744385, 0.16180899739265442, 0.5406897068023682, -2.194175958633423, 0.7277228236198425], "max": [-0.3102929890155792, 0.4675999879837036, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2198520004749298, -0.3723599910736084, 0.22830499708652496, 1.869809627532959, -1.121137022972107, 1.3695646524429321], "count": [802]}, "gripper_mode_state": {"mean": [0.0, 0.5698254364089775], "std": [0.0, 0.49510040237339087], "min": [0, 0], "max": [0, 1], "count": [802]}, "gripper_activity_state": {"mean": [2.0, 1.8940149625935163], "std": [0.0, 0.40568170486405575], "min": [2, 0], "max": [2, 2], "count": [802]}, "gripper_mode_action": {"mean": [0.0, 0.5698254364089775], "std": [0.0, 0.49510040237339087], "min": [0, 0], "max": [0, 1], "count": [802]}, "gripper_activity_action": {"mean": [2.0, 1.8940149625935163], "std": [0.0, 0.40568170486405575], "min": [2, 0], "max": [2, 2], "count": [802]}}} +{"episode_index": 301, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9490196078431372]], [[0.9882352941176471]]], "mean": [[[0.4303090223311547]], [[0.40665095588235295]], [[0.41246227260348584]]], "std": [[[0.19736293168486982]], [[0.19454496634065976]], [[0.19485259355924914]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40377138071895424]], [[0.3991886982570806]], [[0.39588097086056645]]], "std": [[[0.23357662361038964]], [[0.22497736107692493]], [[0.22399241859503927]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.519739748093682]], [[0.4928872875816993]], [[0.5030767769607843]]], "std": [[[0.20249385227207722]], [[0.19825870535652781]], [[0.20798373318729324]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47942997685185185]], [[0.45280434368191724]], [[0.4576630119825708]]], "std": [[[0.26371150969440255]], [[0.24897099884606494]], [[0.25326741964875754]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.005480334162712097, 0.2540326714515686, -0.4727398753166199, -1.6242382526397705, 0.2537883222103119, -0.4380601942539215, -0.1324704885482788, -0.3107999861240387, -0.5312430262565613, 0.16407600045204163, 0.4883151948451996, -2.214637517929077, 0.6951905488967896, 1001.0, 179.0, 0.00019362747843842953, -0.22444432973861694, -0.8360757827758789, 1.9090185165405273, -1.0686284303665161, -2.088340261252597e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3811101019382477, 0.704083263874054, -0.15317009389400482, -1.2036662101745605, 1.3585293292999268, 0.4421093463897705, 0.6968575716018677, -0.21397800743579865, -0.4120599925518036, 0.23021399974822998, 1.9931437969207764, -1.121137022972107, 1.3359198570251465, 1001.0, 1003.0, 0.00019362747843842953, -0.22442927956581116, -0.8360646963119507, 1.9090327024459839, -1.067875623703003, -4.746227659779834e-06], "mean": [-0.19951649010181427, 0.6046707630157471, 0.45138877630233765, -1.4119505882263184, -0.25391992926597595, -0.12053079158067703, 0.028278540819883347, -0.3103345036506653, 0.46757325530052185, 0.22824475169181824, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2111036479473114, 0.47803428769111633, -0.2899611294269562, -1.4245418310165405, 0.8295820355415344, 0.07013414800167084, 0.24345380067825317, -0.2834005057811737, -0.46968451142311096, 0.19432640075683594, 1.2670382261276245, -1.8342355489730835, 1.0211492776870728, 1001.0, 547.1819458007812, 0.00019362606690265238, -0.22444000840187073, -0.8360633254051208, 1.9090263843536377, -1.0680750608444214, -1.3086943909002002e-05], "std": [2.557293737481814e-05, 1.5980296666384675e-05, 2.3169790438259952e-05, 2.3866659830673598e-05, 2.249480712634977e-05, 1.4843228200334124e-05, 1.8269283827976324e-05, 1.51012500282377e-05, 8.01682017481653e-06, 1.1131411156384274e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.12793079018592834, 0.14856430888175964, 0.10599964112043381, 0.13138146698474884, 0.3277609944343567, 0.2560710310935974, 0.26347699761390686, 0.023910345509648323, 0.045387230813503265, 0.019759805873036385, 0.5142675638198853, 0.3261817991733551, 0.23613055050373077, 0.0, 398.189697265625, 1.4115357771515846e-09, 1.7440172541682841e-06, 7.906589416961651e-06, 4.642651219910476e-06, 0.00018386832380201668, 1.523038008599542e-06], "count": [797]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.005480334162712097, 0.2540326714515686, -0.4727398753166199, -1.6242382526397705, 0.2537883222103119, -0.4380601942539215, -0.1324704885482788, -0.3107999861240387, -0.5312430262565613, 0.16407600045204163, 0.4883151948451996, -2.214637517929077, 0.6951905488967896, 1001.0, 179.0, 0.00019362747843842953, -0.22444432973861694, -0.8360757827758789, 1.9090185165405273, -1.0686284303665161, -2.088340261252597e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3811101019382477, 0.704083263874054, -0.15317009389400482, -1.2036662101745605, 1.3585293292999268, 0.4421093463897705, 0.6968575716018677, -0.21397800743579865, -0.4120599925518036, 0.23021399974822998, 1.9931437969207764, -1.121137022972107, 1.3359198570251465, 1001.0, 1003.0, 0.00019362747843842953, -0.22442927956581116, -0.8360646963119507, 1.9090327024459839, -1.067875623703003, -4.746227659779834e-06], "mean": [-0.19951653480529785, 0.6046707630157471, 0.4513888657093048, -1.411950707435608, -0.25391989946365356, -0.12053084373474121, 0.028278563171625137, -0.3103345036506653, 0.46757322549819946, 0.22824472188949585, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2110413759946823, 0.47812241315841675, -0.289986252784729, -1.4246904850006104, 0.8300852179527283, 0.07027588039636612, 0.24382947385311127, -0.2833993434906006, -0.4696393311023712, 0.19428139925003052, 1.2669614553451538, -1.8349508047103882, 1.0210922956466675, 1001.0, 547.179443359375, 0.00019362606690265238, -0.22444000840187073, -0.8360633254051208, 1.9090263843536377, -1.068075180053711, -1.3090517313685268e-05], "std": [2.5573039238224737e-05, 1.5980296666384675e-05, 2.3259135559783317e-05, 2.3865806724643335e-05, 2.2494788936455734e-05, 1.484615040681092e-05, 1.8274695321451873e-05, 1.5099516531336121e-05, 8.016220817808062e-06, 1.1135337445011828e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.1279488503932953, 0.14866025745868683, 0.10604024678468704, 0.13143418729305267, 0.32718583941459656, 0.2559965252876282, 0.26330405473709106, 0.023909026756882668, 0.04540751501917839, 0.019723687320947647, 0.5142263174057007, 0.32524582743644714, 0.23620253801345825, 0.0, 398.1874694824219, 1.4115357771515846e-09, 1.743493726280576e-06, 7.906589416961651e-06, 4.641660325432895e-06, 0.0001837983581935987, 1.5246218936226796e-06], "count": [797]}, "timestamp": {"min": [0.0], "max": [26.533333333333335], "mean": [13.266666666666667], "std": [7.669130039030214], "count": [797]}, "frame_index": {"min": [0], "max": [796], "mean": [398.0], "std": [230.0739011709064], "count": [797]}, "episode_index": {"min": [305], "max": [305], "mean": [305.0], "std": [0.0], "count": [797]}, "index": {"min": [249122], "max": [249918], "mean": [249520.0], "std": [230.0739011709064], "count": [797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [797]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5467327453822384], "std": [0.0, 0.39767695517288537], "count": [797]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5467327453822384], "std": [0.0, 0.3976769551728854], "count": [797]}, "eef_direction_state": {"mean": [6.0, 4.129234629861982], "std": [0.0, 2.275748758750375], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_state": {"mean": [0.0, 0.48431618569636137], "std": [0.0, 0.581019257916003], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_state": {"mean": [0.0, 0.37892095357590966], "std": [0.0, 0.700927752305771], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_direction_action": {"mean": [6.0, 4.129234629861982], "std": [0.0, 2.275748758750375], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_action": {"mean": [0.0, 0.48431618569636137], "std": [0.0, 0.581019257916003], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_action": {"mean": [0.0, 0.37892095357590966], "std": [0.0, 0.700927752305771], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_sim_pose_state": {"mean": [-0.3103344440460205, 0.4675733745098114, 0.2282446175813675, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2834005057811737, -0.4696843922138214, 0.19432640075683594, 1.2670376300811768, -1.8342361450195312, 1.0211490392684937], "std": [1.5101101780601311e-05, 8.016316314751748e-06, 1.1130524399050046e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02391034923493862, 0.04538724571466446, 0.019759805873036385, 0.51426762342453, 0.3261816203594208, 0.23613044619560242], "min": [-0.31038498878479004, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3107999861240387, -0.5312430262565613, 0.16407600045204163, 0.4883151948451996, -2.214637517929077, 0.6951905488967896], "max": [-0.3102889955043793, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21397800743579865, -0.4120599925518036, 0.23021399974822998, 1.9931437969207764, -1.121137022972107, 1.3359198570251465], "count": [797]}, "eef_sim_pose_action": {"mean": [-0.3103345036506653, 0.46757325530052185, 0.22824475169181824, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2834005057811737, -0.46968451142311096, 0.19432640075683594, 1.2670382261276245, -1.8342355489730835, 1.0211492776870728], "std": [1.51012500282377e-05, 8.01682017481653e-06, 1.1131411156384274e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.023910345509648323, 0.045387230813503265, 0.019759805873036385, 0.5142675638198853, 0.3261817991733551, 0.23613055050373077], "min": [-0.31038498878479004, 0.46755000948905945, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3107999861240387, -0.5312430262565613, 0.16407600045204163, 0.4883151948451996, -2.214637517929077, 0.6951905488967896], "max": [-0.3102889955043793, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21397800743579865, -0.4120599925518036, 0.23021399974822998, 1.9931437969207764, -1.121137022972107, 1.3359198570251465], "count": [797]}, "gripper_mode_state": {"mean": [0.0, 0.5457967377666249], "std": [0.0, 0.49789824142081096], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_state": {"mean": [2.0, 1.890840652446675], "std": [0.0, 0.41233055036456023], "min": [2, 0], "max": [2, 2], "count": [797]}, "gripper_mode_action": {"mean": [0.0, 0.5457967377666249], "std": [0.0, 0.49789824142081096], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_action": {"mean": [2.0, 1.890840652446675], "std": [0.0, 0.41233055036456023], "min": [2, 0], "max": [2, 2], "count": [797]}}} +{"episode_index": 302, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.42974389448173006]], [[0.40638836798701583]], [[0.41250152295258147]]], "std": [[[0.19769756244191625]], [[0.1950743182423192]], [[0.1953053681448094]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40358221202351185]], [[0.398658632440672]], [[0.39508054239592927]]], "std": [[[0.23200454578070218]], [[0.22376406430535764]], [[0.22287052206695504]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5199302347896653]], [[0.4931544062815283]], [[0.50350080328552]]], "std": [[[0.20270446170359915]], [[0.19845646534892972]], [[0.2082440782688102]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4846182735118656]], [[0.4566613054897574]], [[0.46233947723384655]]], "std": [[[0.2586506111767385]], [[0.24382216145270896]], [[0.24973893470490868]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.4675480127334595, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0849800780415535, 0.24069836735725403, -0.49958306550979614, -1.7150129079818726, 0.25382325053215027, -0.30546754598617554, -0.1034107580780983, -0.32735899090766907, -0.5275639891624451, 0.15627199411392212, 0.5185017585754395, -2.1944665908813477, 0.7462756037712097, 1001.0, 198.0, 0.00019362747843842953, -0.22444432973861694, -0.8360773921012878, 1.9090145826339722, -1.069055438041687, -2.942661194538232e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37172022461891174, 0.6047216653823853, -0.1374097764492035, -1.243215560913086, 1.254315733909607, 0.41207224130630493, 0.6044598817825317, -0.22296300530433655, -0.39614298939704895, 0.22860999405384064, 1.9381307363510132, -1.121137022972107, 1.3164218664169312, 1001.0, 1003.0, 0.00019362747843842953, -0.22443115711212158, -0.8360646963119507, 1.9090335369110107, -1.0676292181015015, -4.746227659779834e-06], "mean": [-0.19951537251472473, 0.6046668887138367, 0.4513866603374481, -1.4119504690170288, -0.2539163827896118, -0.12053404003381729, 0.02827688679099083, -0.3103335201740265, 0.46757322549819946, 0.22824294865131378, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.17954085767269135, 0.45658209919929504, -0.304127961397171, -1.466575264930725, 0.7715235352516174, 0.08145936578512192, 0.15591584146022797, -0.28853079676628113, -0.4638368487358093, 0.18323205411434174, 1.2404146194458008, -1.7801506519317627, 1.0299758911132812, 1001.0, 581.5509643554688, 0.00019362606690265238, -0.2244407832622528, -0.8360683917999268, 1.909028172492981, -1.0680564641952515, -1.4963422472646926e-05], "std": [2.5326684408355504e-05, 1.669339690124616e-05, 2.1992291294736788e-05, 2.4335529815289192e-05, 2.358227538934443e-05, 1.5744506526971236e-05, 1.8387625459581614e-05, 1.4234190530260094e-05, 7.89480054663727e-06, 1.213165796798421e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.1452552080154419, 0.13011761009693146, 0.11779793351888657, 0.14812178909778595, 0.317628413438797, 0.2151823341846466, 0.21561628580093384, 0.02485073357820511, 0.046216581016778946, 0.023638231679797173, 0.45424503087997437, 0.33266448974609375, 0.2044839709997177, 0.0, 391.842529296875, 1.4115357771515846e-09, 1.973372491193004e-06, 4.226036253385246e-06, 6.40483085589949e-06, 0.0002693980059120804, 1.8542596080806106e-06], "count": [795]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.4675480127334595, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0849800780415535, 0.24069836735725403, -0.49958306550979614, -1.7150129079818726, 0.25382325053215027, -0.30546754598617554, -0.1034107580780983, -0.32735899090766907, -0.5275639891624451, 0.15627199411392212, 0.5185017585754395, -2.1944665908813477, 0.7462756037712097, 1001.0, 198.0, 0.00019362747843842953, -0.22444432973861694, -0.8360773921012878, 1.9090145826339722, -1.069055438041687, -2.942661194538232e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37172022461891174, 0.6047216653823853, -0.1374097764492035, -1.243215560913086, 1.254315733909607, 0.41207224130630493, 0.6044598817825317, -0.22296300530433655, -0.39614298939704895, 0.22860999405384064, 1.9381307363510132, -1.121137022972107, 1.3164218664169312, 1001.0, 1003.0, 0.00019362747843842953, -0.22443115711212158, -0.8360646963119507, 1.9090335369110107, -1.0676292181015015, -4.746227659779834e-06], "mean": [-0.1995154172182083, 0.6046668291091919, 0.4513866603374481, -1.4119505882263184, -0.25391635298728943, -0.12053406238555908, 0.028276866301894188, -0.3103334605693817, 0.46757325530052185, 0.2282429039478302, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.17942900955677032, 0.45654231309890747, -0.304181843996048, -1.466760277748108, 0.7718647718429565, 0.0816153958439827, 0.1559734046459198, -0.28854987025260925, -0.46378692984580994, 0.18315306305885315, 1.2402187585830688, -1.780664324760437, 1.0300434827804565, 1001.0, 581.553466796875, 0.00019362606690265238, -0.224440798163414, -0.836068332195282, 1.9090279340744019, -1.068056344985962, -1.4964616639190353e-05], "std": [2.5376504709129222e-05, 1.6688101823092438e-05, 2.1992291294736788e-05, 2.4297247364302166e-05, 2.3560451154480688e-05, 1.5753847037558444e-05, 1.8380285837338306e-05, 1.4251631000661291e-05, 7.90891226642998e-06, 1.2094037629140075e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.14527404308319092, 0.13007713854312897, 0.11787517368793488, 0.14814521372318268, 0.3172174096107483, 0.21508082747459412, 0.21557335555553436, 0.024873284623026848, 0.04623395577073097, 0.023592548444867134, 0.4541347622871399, 0.3319610059261322, 0.20439927279949188, 0.0, 391.8445739746094, 1.4115357771515846e-09, 1.9863966826960677e-06, 4.261543381289812e-06, 6.249799298529979e-06, 0.00026943234843201935, 1.854706624726532e-06], "count": [795]}, "timestamp": {"min": [0.0], "max": [26.466666666666665], "mean": [13.233333333333333], "std": [7.649885014870533], "count": [795]}, "frame_index": {"min": [0], "max": [794], "mean": [397.0], "std": [229.496550446116], "count": [795]}, "episode_index": {"min": [306], "max": [306], "mean": [306.0], "std": [0.0], "count": [795]}, "index": {"min": [249919], "max": [250713], "mean": [250316.0], "std": [229.496550446116], "count": [795]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [795]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5811534585442933], "std": [0.0, 0.39141644678282494], "count": [795]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5811534585442933], "std": [0.0, 0.39141644678282494], "count": [795]}, "eef_direction_state": {"mean": [6.0, 4.361006289308176], "std": [0.0, 2.1348828477331927], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_state": {"mean": [0.0, 0.45031446540880504], "std": [0.0, 0.5857719965388569], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_state": {"mean": [0.0, 0.3622641509433962], "std": [0.0, 0.6855819036238365], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_direction_action": {"mean": [6.0, 4.361006289308176], "std": [0.0, 2.1348828477331927], "min": [6, 0], "max": [6, 6], "count": [795]}, "eef_velocity_action": {"mean": [0.0, 0.45031446540880504], "std": [0.0, 0.5857719965388569], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_acc_mag_action": {"mean": [0.0, 0.3622641509433962], "std": [0.0, 0.6855819036238365], "min": [0, 0], "max": [0, 2], "count": [795]}, "eef_sim_pose_state": {"mean": [-0.31033340096473694, 0.46757349371910095, 0.22824300825595856, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.28853079676628113, -0.4638364911079407, 0.18323206901550293, 1.2404155731201172, -1.7801462411880493, 1.0299760103225708], "std": [1.4233689398679417e-05, 7.890760571171995e-06, 1.2131502444390208e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.024850737303495407, 0.04621657729148865, 0.02363823726773262, 0.4542447328567505, 0.33266472816467285, 0.2044840306043625], "min": [-0.31038498878479004, 0.4675480127334595, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32735899090766907, -0.5275639891624451, 0.15627199411392212, 0.5185017585754395, -2.1944665908813477, 0.7462756037712097], "max": [-0.31028199195861816, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22296300530433655, -0.39614298939704895, 0.22860999405384064, 1.9381307363510132, -1.121137022972107, 1.3164218664169312], "count": [795]}, "eef_sim_pose_action": {"mean": [-0.3103335201740265, 0.46757322549819946, 0.22824294865131378, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.28853079676628113, -0.4638368487358093, 0.18323205411434174, 1.2404146194458008, -1.7801506519317627, 1.0299758911132812], "std": [1.4234190530260094e-05, 7.89480054663727e-06, 1.213165796798421e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.02485073357820511, 0.046216581016778946, 0.023638231679797173, 0.45424503087997437, 0.33266448974609375, 0.2044839709997177], "min": [-0.31038498878479004, 0.4675480127334595, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32735899090766907, -0.5275639891624451, 0.15627199411392212, 0.5185017585754395, -2.1944665908813477, 0.7462756037712097], "max": [-0.31028199195861816, 0.46759501099586487, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22296300530433655, -0.39614298939704895, 0.22860999405384064, 1.9381307363510132, -1.121137022972107, 1.3164218664169312], "count": [795]}, "gripper_mode_state": {"mean": [0.0, 0.5132075471698113], "std": [0.0, 0.49982553025806437], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_state": {"mean": [2.0, 1.890566037735849], "std": [0.0, 0.4128124816549079], "min": [2, 0], "max": [2, 2], "count": [795]}, "gripper_mode_action": {"mean": [0.0, 0.5132075471698113], "std": [0.0, 0.49982553025806437], "min": [0, 0], "max": [0, 1], "count": [795]}, "gripper_activity_action": {"mean": [2.0, 1.890566037735849], "std": [0.0, 0.4128124816549079], "min": [2, 0], "max": [2, 2], "count": [795]}}} +{"episode_index": 303, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9921568627450981]]], "mean": [[[0.4296874792991521]], [[0.4060168987921745]], [[0.41200902142951773]]], "std": [[[0.19716389136466814]], [[0.19477679165888775]], [[0.19517738087885494]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4037859822138315]], [[0.39878908320084794]], [[0.3953201179120297]]], "std": [[[0.2322735411237943]], [[0.2238338467105902]], [[0.2228157547785632]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5196713533386327]], [[0.4929504987524289]], [[0.5032422123410174]]], "std": [[[0.20252812376211643]], [[0.1983646856841898]], [[0.20816825072695033]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4843491832825472]], [[0.45541336281134076]], [[0.461785093457428]]], "std": [[[0.2600239203966104]], [[0.24370921346138888]], [[0.24933493277049812]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1252971887588501, 0.270124614238739, -0.5274908542633057, -1.8469772338867188, 0.25382325053215027, -0.133639857172966, -0.02834414690732956, -0.32602301239967346, -0.5296940207481384, 0.1545889973640442, 0.5162243843078613, -2.2765064239501953, 0.6366079449653625, 1001.0, 187.0, 0.00019362747843842953, -0.22444996237754822, -0.836081326007843, 1.9090113639831543, -1.0690428018569946, -2.088340261252597e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37842226028442383, 0.7036644220352173, -0.14467033743858337, -1.2302651405334473, 1.3443398475646973, 0.41146138310432434, 0.490786612033844, -0.22905099391937256, -0.36068400740623474, 0.2285420000553131, 1.8827379941940308, -1.121137022972107, 1.3773289918899536, 1001.0, 1003.0, 0.00019362747843842953, -0.22443115711212158, -0.8360646963119507, 1.9090319871902466, -1.067607045173645, -4.746227659779834e-06], "mean": [-0.19951653480529785, 0.6046677827835083, 0.4513874053955078, -1.4119516611099243, -0.25391238927841187, -0.12053225189447403, 0.028279149904847145, -0.3103336691856384, 0.4675730764865875, 0.22824330627918243, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.1908140927553177, 0.47736385464668274, -0.3162163197994232, -1.4631308317184448, 0.7930322289466858, 0.09462684392929077, 0.159654438495636, -0.28807830810546875, -0.4641128182411194, 0.18362510204315186, 1.2197518348693848, -1.8018462657928467, 1.0080492496490479, 1001.0, 584.7394409179688, 0.00019362606690265238, -0.2244405746459961, -0.8360681533813477, 1.9090301990509033, -1.068013072013855, -1.5591607734677382e-05], "std": [2.6623472876963206e-05, 1.636142042116262e-05, 2.260885048599448e-05, 2.4316581402672455e-05, 2.1814337742398493e-05, 1.452601372875506e-05, 2.10779944609385e-05, 1.4836660739092622e-05, 7.99757253844291e-06, 1.2184887964394875e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.1563241332769394, 0.15123525261878967, 0.1184178963303566, 0.19336359202861786, 0.3872530460357666, 0.21303105354309082, 0.1604306995868683, 0.028738558292388916, 0.05494396761059761, 0.021230943500995636, 0.510844349861145, 0.3800000846385956, 0.2788941264152527, 0.0, 397.3564758300781, 1.4115357771515846e-09, 1.7960991272047977e-06, 5.370859526010463e-06, 8.837791938276496e-06, 0.00025501655181869864, 1.3634376045956742e-06], "count": [783]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1252971887588501, 0.270124614238739, -0.5274908542633057, -1.8469772338867188, 0.25382325053215027, -0.133639857172966, -0.02834414690732956, -0.32602301239967346, -0.5296940207481384, 0.1545889973640442, 0.5162243843078613, -2.2765064239501953, 0.6366079449653625, 1001.0, 187.0, 0.00019362747843842953, -0.22444996237754822, -0.836081326007843, 1.9090113639831543, -1.0690428018569946, -2.088340261252597e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37842226028442383, 0.7036644220352173, -0.14467033743858337, -1.2302651405334473, 1.3443398475646973, 0.41146138310432434, 0.490786612033844, -0.22905099391937256, -0.36068400740623474, 0.2285420000553131, 1.8827379941940308, -1.121137022972107, 1.3773289918899536, 1001.0, 1003.0, 0.00019362747843842953, -0.22443115711212158, -0.8360646963119507, 1.9090319871902466, -1.067607045173645, -4.746227659779834e-06], "mean": [-0.19951657950878143, 0.6046677827835083, 0.4513873755931854, -1.4119517803192139, -0.2539123594760895, -0.12053224444389343, 0.028279148042201996, -0.31033363938331604, 0.4675730764865875, 0.22824329137802124, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.1906801462173462, 0.4774687588214874, -0.3163107931613922, -1.4633287191390991, 0.7932940125465393, 0.09462147206068039, 0.1598939448595047, -0.2880966067314148, -0.4640384018421173, 0.18356165289878845, 1.2198472023010254, -1.802327036857605, 1.0079114437103271, 1001.0, 584.7394409179688, 0.00019362606690265238, -0.2244405746459961, -0.8360681533813477, 1.9090301990509033, -1.068013072013855, -1.5589183021802455e-05], "std": [2.6580124540487304e-05, 1.634739965084009e-05, 2.262971429445315e-05, 2.432459223200567e-05, 2.1825371732120402e-05, 1.452632113796426e-05, 2.1078019926790148e-05, 1.4819906937191263e-05, 7.987845492607448e-06, 1.2178995348222088e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.15636157989501953, 0.1513519585132599, 0.11855506896972656, 0.19339044392108917, 0.38695722818374634, 0.21303629875183105, 0.16028976440429688, 0.028757328167557716, 0.0549786202609539, 0.02117164060473442, 0.5109172463417053, 0.3793765604496002, 0.27904996275901794, 0.0, 397.3564758300781, 1.4115357771515846e-09, 1.7973718513530912e-06, 5.374820830184035e-06, 8.843787327350583e-06, 0.0002550159115344286, 1.3641529221786186e-06], "count": [783]}, "timestamp": {"min": [0.0], "max": [26.066666666666666], "mean": [13.033333333333333], "std": [7.53441486828323], "count": [783]}, "frame_index": {"min": [0], "max": [782], "mean": [391.0], "std": [226.0324460484969], "count": [783]}, "episode_index": {"min": [307], "max": [307], "mean": [307.0], "std": [0.0], "count": [783]}, "index": {"min": [250714], "max": [251496], "mean": [251105.0], "std": [226.0324460484969], "count": [783]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [783]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.583813534728412], "std": [0.0, 0.3963846488732269], "count": [783]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.583813534728412], "std": [0.0, 0.3963846488732269], "count": [783]}, "eef_direction_state": {"mean": [6.0, 4.199233716475096], "std": [0.0, 2.110885107956123], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_state": {"mean": [0.0, 0.49808429118773945], "std": [0.0, 0.575962880212661], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_state": {"mean": [0.0, 0.34738186462324394], "std": [0.0, 0.6794860698042872], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_direction_action": {"mean": [6.0, 4.199233716475096], "std": [0.0, 2.110885107956123], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_action": {"mean": [0.0, 0.49808429118773945], "std": [0.0, 0.575962880212661], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_action": {"mean": [0.0, 0.34738186462324394], "std": [0.0, 0.6794860698042872], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_sim_pose_state": {"mean": [-0.31033390760421753, 0.46757349371910095, 0.22824326157569885, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.288078248500824, -0.4641130864620209, 0.18362508714199066, 1.2197504043579102, -1.8018473386764526, 1.0080475807189941], "std": [1.4834642570349388e-05, 7.987589015101548e-06, 1.21848497656174e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.028738584369421005, 0.05494396388530731, 0.02123093232512474, 0.5108442306518555, 0.38000035285949707, 0.27889400720596313], "min": [-0.31037798523902893, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32602301239967346, -0.5296940207481384, 0.1545889973640442, 0.5162243843078613, -2.2765064239501953, 0.6366079449653625], "max": [-0.31027698516845703, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22905099391937256, -0.36068400740623474, 0.2285420000553131, 1.8827379941940308, -1.121137022972107, 1.3773289918899536], "count": [783]}, "eef_sim_pose_action": {"mean": [-0.3103336691856384, 0.4675730764865875, 0.22824330627918243, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.28807830810546875, -0.4641128182411194, 0.18362510204315186, 1.2197518348693848, -1.8018462657928467, 1.0080492496490479], "std": [1.4836660739092622e-05, 7.99757253844291e-06, 1.2184887964394875e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.028738558292388916, 0.05494396761059761, 0.021230943500995636, 0.510844349861145, 0.3800000846385956, 0.2788941264152527], "min": [-0.31037798523902893, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32602301239967346, -0.5296940207481384, 0.1545889973640442, 0.5162243843078613, -2.2765064239501953, 0.6366079449653625], "max": [-0.31027698516845703, 0.4675990045070648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22905099391937256, -0.36068400740623474, 0.2285420000553131, 1.8827379941940308, -1.121137022972107, 1.3773289918899536], "count": [783]}, "gripper_mode_state": {"mean": [0.0, 0.5057471264367817], "std": [0.0, 0.4999669694467], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_state": {"mean": [2.0, 1.8914431673052363], "std": [0.0, 0.4102341312321183], "min": [2, 0], "max": [2, 2], "count": [783]}, "gripper_mode_action": {"mean": [0.0, 0.5057471264367817], "std": [0.0, 0.49996696944670005], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_action": {"mean": [2.0, 1.8914431673052363], "std": [0.0, 0.41023413123211827], "min": [2, 0], "max": [2, 2], "count": [783]}}} +{"episode_index": 304, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9294117647058824]], [[0.9725490196078431]]], "mean": [[[0.43141459796193254]], [[0.4079746180003533]], [[0.41405737861022784]]], "std": [[[0.19709129063659483]], [[0.19463526076351195]], [[0.19498942737084837]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40295985829579584]], [[0.39813294222531354]], [[0.3945178234300477]]], "std": [[[0.23292337330514437]], [[0.22435988207382002]], [[0.22293423828217984]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5203393531399046]], [[0.49344622609742095]], [[0.5038301219417948]]], "std": [[[0.20275314242937864]], [[0.19849723964205082]], [[0.20838960373551044]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4840559957935877]], [[0.4553979958819113]], [[0.4620301928767002]]], "std": [[[0.2609533007947149]], [[0.24508774540022737]], [[0.2505823726140695]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27122417092323303, 0.2888519763946533, -0.4564734101295471, -1.8463490009307861, 0.2537883222103119, -0.2589195966720581, -0.07442083954811096, -0.32798200845718384, -0.5289909839630127, 0.1637289971113205, 0.4284687638282776, -2.2973926067352295, 0.7456113696098328, 1001.0, 179.0, 0.00019362747843842953, -0.22444996237754822, -0.8360884785652161, 1.909005045890808, -1.0700308084487915, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3848450779914856, 0.6047216653823853, -0.04630358889698982, -1.230631709098816, 1.3581628799438477, 0.4806985855102539, 0.4533492922782898, -0.23138900101184845, -0.349714994430542, 0.2286520004272461, 1.7404234409332275, -1.121137022972107, 1.3115057945251465, 1001.0, 1003.0, 0.00019362747843842953, -0.22441424429416656, -0.8360630869865417, 1.9090327024459839, -1.067550778388977, 0.0], "mean": [-0.19951875507831573, 0.6046723127365112, 0.4513886570930481, -1.4119529724121094, -0.25390979647636414, -0.1205328181385994, 0.028276681900024414, -0.31033292412757874, 0.46757376194000244, 0.2282453179359436, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.1350015252828598, 0.46406346559524536, -0.25996750593185425, -1.4936314821243286, 0.8416321873664856, 0.10701323300600052, 0.13625815510749817, -0.2877713739871979, -0.45402491092681885, 0.19216355681419373, 1.1554497480392456, -1.8267996311187744, 1.0632412433624268, 1001.0, 563.8212280273438, 0.00019362606690265238, -0.22443903982639313, -0.836071252822876, 1.90902841091156, -1.0680161714553833, -1.3584012776846066e-05], "std": [2.5711811758810654e-05, 1.5885962056927383e-05, 2.2583002646570094e-05, 2.5399176593055017e-05, 2.1787731384392828e-05, 1.5640529454685748e-05, 1.8463031665305607e-05, 1.4791898138355464e-05, 7.928873856144492e-06, 1.2006856195512228e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.2136913537979126, 0.1250409334897995, 0.12678539752960205, 0.20341990888118744, 0.3801686763763428, 0.2706869840621948, 0.1989155262708664, 0.023804958909749985, 0.06202313303947449, 0.01915917359292507, 0.5239537954330444, 0.37241503596305847, 0.19595181941986084, 0.0, 399.62017822265625, 1.4115357771515846e-09, 3.1123622648010496e-06, 7.05003867551568e-06, 1.0382526852481533e-05, 0.0003727934672497213, 1.4270304973251768e-06], "count": [783]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038498878479004, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27122417092323303, 0.2888519763946533, -0.4564734101295471, -1.8463490009307861, 0.2537883222103119, -0.2589195966720581, -0.07442083954811096, -0.32798200845718384, -0.5289909839630127, 0.1637289971113205, 0.4284687638282776, -2.2973926067352295, 0.7456113696098328, 1001.0, 179.0, 0.00019362747843842953, -0.22444996237754822, -0.8360884785652161, 1.909005045890808, -1.0700308084487915, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3848450779914856, 0.6047216653823853, -0.04630358889698982, -1.230631709098816, 1.3581628799438477, 0.4806985855102539, 0.4533492922782898, -0.23138900101184845, -0.349714994430542, 0.2286520004272461, 1.7404234409332275, -1.121137022972107, 1.3115057945251465, 1001.0, 1003.0, 0.00019362747843842953, -0.22441424429416656, -0.8360630869865417, 1.9090327024459839, -1.067550778388977, 0.0], "mean": [-0.19951879978179932, 0.604672372341156, 0.4513886868953705, -1.4119529724121094, -0.25390979647636414, -0.12053274363279343, 0.028276657685637474, -0.31033292412757874, 0.46757379174232483, 0.2282453328371048, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.1347745954990387, 0.4640316665172577, -0.25996819138526917, -1.4938470125198364, 0.8420268893241882, 0.1069764643907547, 0.1363292932510376, -0.2877916693687439, -0.4539487361907959, 0.1920955628156662, 1.1552878618240356, -1.8273413181304932, 1.0634914636611938, 1001.0, 563.8186645507812, 0.00019362606690265238, -0.22443901002407074, -0.836071252822876, 1.9090282917022705, -1.0680161714553833, -1.3584012776846066e-05], "std": [2.575265898485668e-05, 1.589412204339169e-05, 2.2559452190762386e-05, 2.5399176593055017e-05, 2.1787731384392828e-05, 1.5531768440268934e-05, 1.845526094257366e-05, 1.4800852113694418e-05, 7.936437214084435e-06, 1.2008264093310572e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.21371740102767944, 0.12500838935375214, 0.12678639590740204, 0.2034226506948471, 0.3797183334827423, 0.27071985602378845, 0.19886662065982819, 0.02383091300725937, 0.06204310804605484, 0.019125446677207947, 0.5238445997238159, 0.37169575691223145, 0.195671945810318, 0.0, 399.61968994140625, 1.4115357771515846e-09, 3.1176655284070875e-06, 7.05644606568967e-06, 1.0303408998879604e-05, 0.0003727884904947132, 1.4270304973251768e-06], "count": [783]}, "timestamp": {"min": [0.0], "max": [26.066666666666666], "mean": [13.033333333333333], "std": [7.53441486828323], "count": [783]}, "frame_index": {"min": [0], "max": [782], "mean": [391.0], "std": [226.0324460484969], "count": [783]}, "episode_index": {"min": [308], "max": [308], "mean": [308.0], "std": [0.0], "count": [783]}, "index": {"min": [251497], "max": [252279], "mean": [251888.0], "std": [226.0324460484969], "count": [783]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [783]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5632349905649516], "std": [0.0, 0.3989787223673531], "count": [783]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5632349905649516], "std": [0.0, 0.3989787223673531], "count": [783]}, "eef_direction_state": {"mean": [6.0, 4.2503192848020435], "std": [0.0, 2.1427168572261657], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_state": {"mean": [0.0, 0.4955300127713921], "std": [0.0, 0.6124864583116905], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_state": {"mean": [0.0, 0.3780332056194125], "std": [0.0, 0.6967376736409225], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_direction_action": {"mean": [6.0, 4.2503192848020435], "std": [0.0, 2.1427168572261657], "min": [6, 0], "max": [6, 6], "count": [783]}, "eef_velocity_action": {"mean": [0.0, 0.4955300127713921], "std": [0.0, 0.6124864583116905], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_acc_mag_action": {"mean": [0.0, 0.3780332056194125], "std": [0.0, 0.6967376736409225], "min": [0, 0], "max": [0, 2], "count": [783]}, "eef_sim_pose_state": {"mean": [-0.31033289432525635, 0.46757400035858154, 0.2282453328371048, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28777170181274414, -0.4540248215198517, 0.19216366112232208, 1.1554487943649292, -1.826798915863037, 1.0632423162460327], "std": [1.4791873581998516e-05, 7.925687896204181e-06, 1.2006832548649982e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.023804951459169388, 0.062023162841796875, 0.01915917359292507, 0.5239538550376892, 0.3724150061607361, 0.195951908826828], "min": [-0.31038498878479004, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32798200845718384, -0.5289909839630127, 0.1637289971113205, 0.4284687638282776, -2.2973926067352295, 0.7456113696098328], "max": [-0.3102940022945404, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23138900101184845, -0.349714994430542, 0.2286520004272461, 1.7404234409332275, -1.121137022972107, 1.3115057945251465], "count": [783]}, "eef_sim_pose_action": {"mean": [-0.31033292412757874, 0.46757376194000244, 0.2282453179359436, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.2877713739871979, -0.45402491092681885, 0.19216355681419373, 1.1554497480392456, -1.8267996311187744, 1.0632412433624268], "std": [1.4791898138355464e-05, 7.928873856144492e-06, 1.2006856195512228e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.023804958909749985, 0.06202313303947449, 0.01915917359292507, 0.5239537954330444, 0.37241503596305847, 0.19595181941986084], "min": [-0.31038498878479004, 0.46755099296569824, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32798200845718384, -0.5289909839630127, 0.1637289971113205, 0.4284687638282776, -2.2973926067352295, 0.7456113696098328], "max": [-0.3102940022945404, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23138900101184845, -0.349714994430542, 0.2286520004272461, 1.7404234409332275, -1.121137022972107, 1.3115057945251465], "count": [783]}, "gripper_mode_state": {"mean": [0.0, 0.5261813537675607], "std": [0.0, 0.4993140662097301], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_state": {"mean": [2.0, 1.8939974457215836], "std": [0.0, 0.40463752916189916], "min": [2, 0], "max": [2, 2], "count": [783]}, "gripper_mode_action": {"mean": [0.0, 0.5261813537675607], "std": [0.0, 0.4993140662097301], "min": [0, 0], "max": [0, 1], "count": [783]}, "gripper_activity_action": {"mean": [2.0, 1.8939974457215836], "std": [0.0, 0.40463752916189916], "min": [2, 0], "max": [2, 2], "count": [783]}}} +{"episode_index": 305, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9803921568627451]]], "mean": [[[0.4312334227609963]], [[0.40793539679385266]], [[0.4140651303877407]]], "std": [[[0.19703091869844444]], [[0.19469899525190737]], [[0.19493505655022797]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40227720643437553]], [[0.3965793270292351]], [[0.39346133081611023]]], "std": [[[0.23194489081167216]], [[0.22345313612011303]], [[0.22187130401504787]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5202743234962904]], [[0.49351468104133545]], [[0.5038585704270446]]], "std": [[[0.20266830264408928]], [[0.19855111097893188]], [[0.20836761081456615]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4853057625640346]], [[0.4572778467806041]], [[0.4634401290076841]]], "std": [[[0.2595383452571945]], [[0.24235021509754529]], [[0.24846199072995725]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34400439262390137, 0.2764427065849304, -0.5192703604698181, -1.8831405639648438, 0.25385814905166626, -0.1606750190258026, -0.07122688740491867, -0.33306899666786194, -0.525967001914978, 0.15694600343704224, 0.44113385677337646, -2.278230667114258, 0.7462756037712097, 1001.0, 192.0, 0.00019362747843842953, -0.2244405597448349, -0.8361003398895264, 1.909002661705017, -1.0691434144973755, -1.7086420484702103e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029200553894043, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36819466948509216, 0.646295428276062, -0.018308503553271294, -1.2390440702438354, 1.387955665588379, 0.4075343906879425, 0.46668359637260437, -0.22769199311733246, -0.3321099877357483, 0.23041099309921265, 1.7231340408325195, -1.121137022972107, 1.3956199884414673, 1001.0, 1003.0, 0.00019362747843842953, -0.22442364692687988, -0.8360686302185059, 1.9090327024459839, -1.0676054954528809, -5.6954731917358e-06], "mean": [-0.1995176374912262, 0.6046729683876038, 0.45138823986053467, -1.4119517803192139, -0.2539100646972656, -0.12053195387125015, 0.028273697942495346, -0.31033262610435486, 0.4675741195678711, 0.22824546694755554, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.11315713077783585, 0.4693894386291504, -0.2813785970211029, -1.5160374641418457, 0.8503599166870117, 0.081435926258564, 0.125838965177536, -0.29189246892929077, -0.4466405510902405, 0.18491387367248535, 1.1526501178741455, -1.836816668510437, 1.0765074491500854, 1001.0, 584.5857543945312, 0.00019362606690265238, -0.2244299352169037, -0.8360767364501953, 1.9090256690979004, -1.0680183172225952, -1.3301430954015814e-05], "std": [2.508529905753676e-05, 1.5572924894513562e-05, 2.313154072908219e-05, 2.4831268092384562e-05, 2.285718801431358e-05, 1.5769453966640867e-05, 1.760654413374141e-05, 1.4471880604105536e-05, 7.847848792152945e-06, 1.2068613614246715e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.22324290871620178, 0.14046429097652435, 0.14623874425888062, 0.21358180046081543, 0.3739122748374939, 0.22051946818828583, 0.18482451140880585, 0.026606200262904167, 0.06674149632453918, 0.021636731922626495, 0.5030099749565125, 0.3452628552913666, 0.23925256729125977, 0.0, 393.94671630859375, 1.4115357771515846e-09, 1.6586852780164918e-06, 8.094300937955268e-06, 9.929322004609276e-06, 0.00028808144270442426, 1.1160386748088058e-06], "count": [787]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34400439262390137, 0.2764427065849304, -0.5192703604698181, -1.8831405639648438, 0.25385814905166626, -0.1606750190258026, -0.07122688740491867, -0.33306899666786194, -0.525967001914978, 0.15694600343704224, 0.44113385677337646, -2.278230667114258, 0.7462756037712097, 1001.0, 192.0, 0.00019362747843842953, -0.2244405597448349, -0.8361003398895264, 1.909002661705017, -1.0691434144973755, -1.7086420484702103e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029200553894043, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36819466948509216, 0.646295428276062, -0.018308503553271294, -1.2390440702438354, 1.387955665588379, 0.4075343906879425, 0.46668359637260437, -0.22769199311733246, -0.3321099877357483, 0.23041099309921265, 1.7231340408325195, -1.121137022972107, 1.3956199884414673, 1001.0, 1003.0, 0.00019362747843842953, -0.22442364692687988, -0.8360686302185059, 1.9090327024459839, -1.0676054954528809, -5.6954731917358e-06], "mean": [-0.1995176374912262, 0.6046729683876038, 0.45138823986053467, -1.4119516611099243, -0.253910094499588, -0.12053196877241135, 0.028273720294237137, -0.31033265590667725, 0.4675740897655487, 0.22824548184871674, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.11293511837720871, 0.4694238305091858, -0.28146299719810486, -1.5163002014160156, 0.8506351709365845, 0.0814424455165863, 0.12590433657169342, -0.2919193506240845, -0.4465474784374237, 0.18482919037342072, 1.1526058912277222, -1.837303638458252, 1.0765386819839478, 1001.0, 584.5883178710938, 0.00019362606690265238, -0.2244299352169037, -0.8360766172409058, 1.9090256690979004, -1.0680181980133057, -1.3300225873535965e-05], "std": [2.508529905753676e-05, 1.5572924894513562e-05, 2.313154072908219e-05, 2.4855267838574946e-05, 2.2781796360504813e-05, 1.5769042875035666e-05, 1.7618351193959825e-05, 1.4468484550889116e-05, 7.849816938687582e-06, 1.2064134352840483e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.22324393689632416, 0.14050088822841644, 0.14635586738586426, 0.21358086168766022, 0.37355250120162964, 0.2205132097005844, 0.18477921187877655, 0.026635464280843735, 0.06676330417394638, 0.02159719727933407, 0.5029746294021606, 0.3445225656032562, 0.23921100795269012, 0.0, 393.9501953125, 1.4115357771515846e-09, 1.6586852780164918e-06, 8.126449756673537e-06, 9.935729394783266e-06, 0.00028809666400775313, 1.1165664091095096e-06], "count": [787]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.572904917459937], "count": [787]}, "frame_index": {"min": [0], "max": [786], "mean": [393.0], "std": [227.1871475237981], "count": [787]}, "episode_index": {"min": [309], "max": [309], "mean": [309.0], "std": [0.0], "count": [787]}, "index": {"min": [252280], "max": [253066], "mean": [252673.0], "std": [227.1871475237981], "count": [787]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [787]}, "gripper_open_scale_state": {"min": [1.0, 0.19200000166893005], "max": [1.0, 1.0], "mean": [1.0, 0.5841461273130346], "std": [0.0, 0.39348189374080933], "count": [787]}, "gripper_open_scale_action": {"min": [1.0, 0.19200000166893005], "max": [1.0, 1.0], "mean": [1.0, 0.5841461273130346], "std": [0.0, 0.39348189374080933], "count": [787]}, "eef_direction_state": {"mean": [6.0, 4.3595933926302415], "std": [0.0, 2.0499589576223136], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_state": {"mean": [0.0, 0.4866581956797967], "std": [0.0, 0.5971234636313578], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_state": {"mean": [0.0, 0.3786531130876747], "std": [0.0, 0.6959324299196125], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_direction_action": {"mean": [6.0, 4.3595933926302415], "std": [0.0, 2.0499589576223136], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_action": {"mean": [0.0, 0.4866581956797967], "std": [0.0, 0.5971234636313578], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_action": {"mean": [0.0, 0.3786531130876747], "std": [0.0, 0.6959324299196125], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_sim_pose_state": {"mean": [-0.31033244729042053, 0.4675740599632263, 0.22824549674987793, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2918924391269684, -0.4466407299041748, 0.1849137842655182, 1.1526490449905396, -1.8368146419525146, 1.076507568359375], "std": [1.4470842870650813e-05, 7.847696906537749e-06, 1.2068526302755345e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02660619653761387, 0.06674151122570038, 0.02163674123585224, 0.5030097961425781, 0.3452627956867218, 0.23925268650054932], "min": [-0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33306899666786194, -0.525967001914978, 0.15694600343704224, 0.44113385677337646, -2.278230667114258, 0.7462756037712097], "max": [-0.31029200553894043, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22769199311733246, -0.3321099877357483, 0.23041099309921265, 1.7231340408325195, -1.121137022972107, 1.3956199884414673], "count": [787]}, "eef_sim_pose_action": {"mean": [-0.31033262610435486, 0.4675741195678711, 0.22824546694755554, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.29189246892929077, -0.4466405510902405, 0.18491387367248535, 1.1526501178741455, -1.836816668510437, 1.0765074491500854], "std": [1.4471880604105536e-05, 7.847848792152945e-06, 1.2068613614246715e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.026606200262904167, 0.06674149632453918, 0.021636731922626495, 0.5030099749565125, 0.3452628552913666, 0.23925256729125977], "min": [-0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33306899666786194, -0.525967001914978, 0.15694600343704224, 0.44113385677337646, -2.278230667114258, 0.7462756037712097], "max": [-0.31029200553894043, 0.46759799122810364, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22769199311733246, -0.3321099877357483, 0.23041099309921265, 1.7231340408325195, -1.121137022972107, 1.3956199884414673], "count": [787]}, "gripper_mode_state": {"mean": [0.0, 0.5082592121982211], "std": [0.0, 0.4999317807599979], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_state": {"mean": [2.0, 1.891994917407878], "std": [0.0, 0.4092630870652085], "min": [2, 0], "max": [2, 2], "count": [787]}, "gripper_mode_action": {"mean": [0.0, 0.5082592121982211], "std": [0.0, 0.4999317807599979], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_action": {"mean": [2.0, 1.891994917407878], "std": [0.0, 0.4092630870652085], "min": [2, 0], "max": [2, 2], "count": [787]}}} +{"episode_index": 306, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9725490196078431]]], "mean": [[[0.4311297607689608]], [[0.4075436392398123]], [[0.4135547303373251]]], "std": [[[0.19698802036283294]], [[0.1944134351857468]], [[0.1946875880800271]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4026087903561872]], [[0.3974030450826863]], [[0.3938477623152169]]], "std": [[[0.2325002927078952]], [[0.22387539128365447]], [[0.22230820925683253]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5200542272557792]], [[0.4932896762731938]], [[0.5036331164736588]]], "std": [[[0.20265448958906906]], [[0.19846717636845163]], [[0.20832828062038466]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.485156151302803]], [[0.4565498105562135]], [[0.46342339726718423]]], "std": [[[0.2621407605796019]], [[0.24643997898291137]], [[0.25208085302392313]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037798523902893, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3130945861339569, 0.22968532145023346, -0.4757941961288452, -1.8643606901168823, 0.25384068489074707, -0.22314034402370453, -0.09236282110214233, -0.3213309943675995, -0.5376390218734741, 0.15808500349521637, 0.5102939605712891, -2.1991195678710938, 0.7456136345863342, 1001.0, 200.0, 0.00019362747843842953, -0.22443868219852448, -0.8360964059829712, 1.909002661705017, -1.0692883729934692, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46760499477386475, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.389958918094635, 0.6352823376655579, -0.030857421457767487, -1.2887686491012573, 1.3620201349258423, 0.41261330246925354, 0.4989023506641388, -0.21737100183963776, -0.3350540101528168, 0.2298559993505478, 1.8217979669570923, -1.121137022972107, 1.3811460733413696, 1001.0, 1003.0, 0.00019362747843842953, -0.22442176938056946, -0.8360639214515686, 1.9090335369110107, -1.067446231842041, -5.6954731917358e-06], "mean": [-0.19951777160167694, 0.6046733856201172, 0.4513879716396332, -1.4119518995285034, -0.2539079189300537, -0.12053198367357254, 0.02827521413564682, -0.31033316254615784, 0.4675740599632263, 0.2282448709011078, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.12912984192371368, 0.4697412848472595, -0.27349141240119934, -1.5232073068618774, 0.8110784888267517, 0.08138076961040497, 0.1434115320444107, -0.2813923954963684, -0.45077773928642273, 0.18542449176311493, 1.2190489768981934, -1.8044742345809937, 1.0510379076004028, 1001.0, 553.8519287109375, 0.00019362606690265238, -0.22442924976348877, -0.8360751271247864, 1.90902578830719, -1.0680116415023804, -1.3038253200647887e-05], "std": [2.6346620870754123e-05, 1.6174160919035785e-05, 2.2550349967787042e-05, 2.51689889410045e-05, 2.135652903234586e-05, 1.602009797352366e-05, 1.8221842765342444e-05, 1.4760666090296581e-05, 8.12368125480134e-06, 1.288785642827861e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.21238158643245697, 0.13370385766029358, 0.12043457478284836, 0.19175860285758972, 0.3587578535079956, 0.2399672418832779, 0.21511128544807434, 0.026892302557826042, 0.06526277214288712, 0.021204523742198944, 0.5058252215385437, 0.33990323543548584, 0.22038733959197998, 0.0, 388.38067626953125, 1.4115357771515846e-09, 1.630877250136109e-06, 8.705061190994456e-06, 9.556327313475776e-06, 0.0002967130276374519, 1.2920875178679125e-06], "count": [790]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037798523902893, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3130945861339569, 0.22968532145023346, -0.4757941961288452, -1.8643606901168823, 0.25384068489074707, -0.22314034402370453, -0.09236282110214233, -0.3213309943675995, -0.5376390218734741, 0.15808500349521637, 0.5102939605712891, -2.1991195678710938, 0.7456136345863342, 1001.0, 200.0, 0.00019362747843842953, -0.22443868219852448, -0.8360964059829712, 1.909002661705017, -1.0692883729934692, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46760499477386475, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.389958918094635, 0.6352823376655579, -0.030857421457767487, -1.2887686491012573, 1.3620201349258423, 0.41261330246925354, 0.4989023506641388, -0.21737100183963776, -0.3350540101528168, 0.2298559993505478, 1.8217979669570923, -1.121137022972107, 1.3811460733413696, 1001.0, 1003.0, 0.00019362747843842953, -0.22442176938056946, -0.8360639214515686, 1.9090335369110107, -1.067446231842041, -5.6954731917358e-06], "mean": [-0.19951771199703217, 0.6046733856201172, 0.45138800144195557, -1.4119518995285034, -0.25390785932540894, -0.12053198367357254, 0.02827523648738861, -0.31033316254615784, 0.4675740599632263, 0.2282448559999466, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.12893743813037872, 0.4697728455066681, -0.27352002263069153, -1.5234404802322388, 0.8112951517105103, 0.08138573914766312, 0.1434958577156067, -0.28140491247177124, -0.450704962015152, 0.1853611022233963, 1.2190459966659546, -1.8048579692840576, 1.0510715246200562, 1001.0, 553.8531494140625, 0.00019362606690265238, -0.22442926466464996, -0.8360751271247864, 1.90902578830719, -1.0680116415023804, -1.3038252291153185e-05], "std": [2.6392361178295687e-05, 1.6174160919035785e-05, 2.256482548546046e-05, 2.5178496798616834e-05, 2.1316311176633462e-05, 1.602009797352366e-05, 1.823135062295478e-05, 1.4770972484257072e-05, 8.140632417052984e-06, 1.2895920008304529e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.21238680183887482, 0.133738711476326, 0.120479516685009, 0.19173502922058105, 0.3584730327129364, 0.23996306955814362, 0.21505676209926605, 0.026908064261078835, 0.06527608633041382, 0.02115115523338318, 0.5058228969573975, 0.3393026292324066, 0.22034262120723724, 0.0, 388.3809509277344, 1.4115357771515846e-09, 1.6213502931350376e-06, 8.704376341484021e-06, 9.560038961353712e-06, 0.0002967125328723341, 1.2920875178679125e-06], "count": [790]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.15], "std": [7.601772454134919], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [310], "max": [310], "mean": [310.0], "std": [0.0], "count": [790]}, "index": {"min": [253067], "max": [253856], "mean": [253461.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [790]}, "gripper_open_scale_state": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.5529759516633009], "std": [0.0, 0.387369449338339], "count": [790]}, "gripper_open_scale_action": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.5529759516633009], "std": [0.0, 0.387369449338339], "count": [790]}, "eef_direction_state": {"mean": [6.0, 4.210126582278481], "std": [0.0, 2.0900968990140254], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.0, 0.5632911392405063], "std": [0.0, 0.6407426891654354], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.0, 0.43291139240506327], "std": [0.0, 0.7290919476294229], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_direction_action": {"mean": [6.0, 4.210126582278481], "std": [0.0, 2.0900968990140254], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.0, 0.5632911392405063], "std": [0.0, 0.6407426891654354], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.0, 0.43291139240506327], "std": [0.0, 0.7290919476294229], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [-0.31033313274383545, 0.46757379174232483, 0.2282448261976242, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2813924252986908, -0.450777530670166, 0.18542449176311493, 1.2190488576889038, -1.8044731616973877, 1.0510374307632446], "std": [1.4760640624444932e-05, 8.11893096397398e-06, 1.2887844604847487e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.026892296969890594, 0.06526277214288712, 0.021204518154263496, 0.505825400352478, 0.339903324842453, 0.2203872799873352], "min": [-0.31037798523902893, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3213309943675995, -0.5376390218734741, 0.15808500349521637, 0.5102939605712891, -2.1991195678710938, 0.7456136345863342], "max": [-0.31028300523757935, 0.46760499477386475, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21737100183963776, -0.3350540101528168, 0.2298559993505478, 1.8217979669570923, -1.121137022972107, 1.3811460733413696], "count": [790]}, "eef_sim_pose_action": {"mean": [-0.31033316254615784, 0.4675740599632263, 0.2282448709011078, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2813923954963684, -0.45077773928642273, 0.18542449176311493, 1.2190489768981934, -1.8044742345809937, 1.0510379076004028], "std": [1.4760666090296581e-05, 8.12368125480134e-06, 1.288785642827861e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.026892302557826042, 0.06526277214288712, 0.021204523742198944, 0.5058252215385437, 0.33990323543548584, 0.22038733959197998], "min": [-0.31037798523902893, 0.46755000948905945, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3213309943675995, -0.5376390218734741, 0.15808500349521637, 0.5102939605712891, -2.1991195678710938, 0.7456136345863342], "max": [-0.31028300523757935, 0.46760499477386475, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21737100183963776, -0.3350540101528168, 0.2298559993505478, 1.8217979669570923, -1.121137022972107, 1.3811460733413696], "count": [790]}, "gripper_mode_state": {"mean": [0.0, 0.5506329113924051], "std": [0.0, 0.49742970185135715], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_state": {"mean": [2.0, 1.8911392405063292], "std": [0.0, 0.41282903974298935], "min": [2, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.0, 0.5506329113924051], "std": [0.0, 0.4974297018513572], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_action": {"mean": [2.0, 1.8911392405063292], "std": [0.0, 0.41282903974298935], "min": [2, 0], "max": [2, 2], "count": [790]}}} +{"episode_index": 307, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9490196078431372]], [[0.9764705882352941]]], "mean": [[[0.431731526416122]], [[0.408157325708061]], [[0.4141883905228758]]], "std": [[[0.19673959852640177]], [[0.1942451129053356]], [[0.19454811486317403]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4024508251633987]], [[0.39751252995642705]], [[0.39426392973856206]]], "std": [[[0.23292365939982032]], [[0.22417199365978924]], [[0.22266648400899725]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5201759694989108]], [[0.493339621459695]], [[0.5036956985294118]]], "std": [[[0.2026074559837808]], [[0.1983669444664199]], [[0.20814051984710044]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4802012186819172]], [[0.4510298638344227]], [[0.45744666394335515]]], "std": [[[0.2591253780422057]], [[0.24179475223161057]], [[0.24700472509070012]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.4675540030002594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28363344073295593, 0.28363344073295593, -0.5231100916862488, -1.942499041557312, 0.25384068489074707, -0.24790658056735992, -0.10440559685230255, -0.3363890051841736, -0.5313540101051331, 0.16616399586200714, 0.3782619535923004, -2.308767795562744, 0.5658270120620728, 1001.0, 198.0, 0.00019362747843842953, -0.22443868219852448, -0.8360884785652161, 1.9090074300765991, -1.0692131519317627, -1.803566556191072e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102720081806183, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3994884192943573, 0.7287272810935974, -0.06979572027921677, -1.2398993968963623, 1.4447835683822632, 0.5811771750450134, 0.5245587229728699, -0.20198799669742584, -0.3288330137729645, 0.22913900017738342, 1.8970516920089722, -1.121137022972107, 1.3117709159851074, 1001.0, 1003.0, 0.00019362747843842953, -0.22441048920154572, -0.8360646963119507, 1.9090327024459839, -1.067655324935913, -7.593964255647734e-06], "mean": [-0.1995193213224411, 0.6046701073646545, 0.4513864517211914, -1.4119517803192139, -0.2539082169532776, -0.12053283303976059, 0.02827325090765953, -0.3103329837322235, 0.4675740897655487, 0.2282429188489914, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.15483801066875458, 0.4875042736530304, -0.2756402790546417, -1.5166656970977783, 0.8501986861228943, 0.14984174072742462, 0.08548694849014282, -0.2805479168891907, -0.4570333659648895, 0.19009482860565186, 1.1325067281723022, -1.812792420387268, 1.022802710533142, 1001.0, 565.59521484375, 0.00019362606690265238, -0.22442705929279327, -0.836073100566864, 1.9090291261672974, -1.0680252313613892, -1.2219991731399205e-05], "std": [2.5463314159424044e-05, 1.640873415453825e-05, 2.2451522454502992e-05, 2.469972605467774e-05, 2.3788277758285403e-05, 1.5904666724964045e-05, 1.8125370843335986e-05, 1.4739103789906949e-05, 8.003414222912397e-06, 1.2039643479511142e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.202640101313591, 0.14399053156375885, 0.1344410926103592, 0.21733753383159637, 0.3992846608161926, 0.26122671365737915, 0.20208345353603363, 0.03418028727173805, 0.061898767948150635, 0.01863262988626957, 0.5293318629264832, 0.37285909056663513, 0.23651015758514404, 0.0, 391.42327880859375, 1.4115357771515846e-09, 2.088443807224394e-06, 6.137546279205708e-06, 9.701819180918392e-06, 0.00028008766821585596, 1.2228043715367676e-06], "count": [798]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.4675540030002594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28363344073295593, 0.28363344073295593, -0.5231100916862488, -1.942499041557312, 0.25384068489074707, -0.24790658056735992, -0.10440559685230255, -0.3363890051841736, -0.5313540101051331, 0.16616399586200714, 0.3782619535923004, -2.308767795562744, 0.5658270120620728, 1001.0, 198.0, 0.00019362747843842953, -0.22443868219852448, -0.8360884785652161, 1.9090074300765991, -1.0692131519317627, -1.803566556191072e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102720081806183, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3994884192943573, 0.7287272810935974, -0.06979572027921677, -1.2398993968963623, 1.4447835683822632, 0.5811771750450134, 0.5245587229728699, -0.20198799669742584, -0.3288330137729645, 0.22913900017738342, 1.8970516920089722, -1.121137022972107, 1.3117709159851074, 1001.0, 1003.0, 0.00019362747843842953, -0.22441048920154572, -0.8360646963119507, 1.9090327024459839, -1.067655324935913, -7.593964255647734e-06], "mean": [-0.19951939582824707, 0.6046701073646545, 0.4513864517211914, -1.4119516611099243, -0.25390827655792236, -0.12053283303976059, 0.02827322855591774, -0.3103330135345459, 0.46757403016090393, 0.2282429337501526, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.15466441214084625, 0.4874533414840698, -0.27572405338287354, -1.5168068408966064, 0.8505036234855652, 0.14969556033611298, 0.08545782417058945, -0.28057757019996643, -0.4569646418094635, 0.19001823663711548, 1.1324069499969482, -1.8132075071334839, 1.0230858325958252, 1001.0, 565.593994140625, 0.00019362606690265238, -0.22442705929279327, -0.836073100566864, 1.9090291261672974, -1.0680252313613892, -1.2219991731399205e-05], "std": [2.5411800379515626e-05, 1.640873415453825e-05, 2.2451522454502992e-05, 2.4732487872825004e-05, 2.37217918765964e-05, 1.5904666724964045e-05, 1.811354923120234e-05, 1.4740341612196062e-05, 7.994686711754184e-06, 1.2045663424942177e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.20266133546829224, 0.14395618438720703, 0.13457123935222626, 0.21730592846870422, 0.39892181754112244, 0.26141050457954407, 0.20210157334804535, 0.03421637415885925, 0.061917420476675034, 0.01860121265053749, 0.5292562246322632, 0.3722728192806244, 0.23631402850151062, 0.0, 391.4214782714844, 1.4115357771515846e-09, 2.0834352199017303e-06, 6.1397945501084905e-06, 9.707397111924365e-06, 0.0002800899965222925, 1.2228043715367676e-06], "count": [798]}, "timestamp": {"min": [0.0], "max": [26.566666666666666], "mean": [13.283333333333333], "std": [7.678752551081506], "count": [798]}, "frame_index": {"min": [0], "max": [797], "mean": [398.5], "std": [230.3625765324452], "count": [798]}, "episode_index": {"min": [311], "max": [311], "mean": [311.0], "std": [0.0], "count": [798]}, "index": {"min": [253857], "max": [254654], "mean": [254255.5], "std": [230.3625765324452], "count": [798]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [798]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.564635337724871], "std": [0.0, 0.3903517068486254], "count": [798]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.564635337724871], "std": [0.0, 0.3903517068486254], "count": [798]}, "eef_direction_state": {"mean": [6.0, 4.159147869674185], "std": [0.0, 2.1371485173361533], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_state": {"mean": [0.0, 0.5238095238095238], "std": [0.0, 0.6080574466739657], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_state": {"mean": [0.0, 0.39348370927318294], "std": [0.0, 0.7083870231354084], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_direction_action": {"mean": [6.0, 4.159147869674185], "std": [0.0, 2.1371485173361533], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_action": {"mean": [0.0, 0.5238095238095238], "std": [0.0, 0.6080574466739657], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_action": {"mean": [0.0, 0.39348370927318294], "std": [0.0, 0.7083870231354084], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_sim_pose_state": {"mean": [-0.3103328049182892, 0.467573881149292, 0.2282431721687317, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2805479168891907, -0.4570331275463104, 0.1900947540998459, 1.1325074434280396, -1.8127923011779785, 1.0228022336959839], "std": [1.4737700439582113e-05, 8.000853085832205e-06, 1.2036902262479998e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03418029099702835, 0.06189875677227974, 0.018632633611559868, 0.5293318033218384, 0.3728588819503784, 0.23651017248630524], "min": [-0.31038400530815125, 0.4675540030002594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3363890051841736, -0.5313540101051331, 0.16616399586200714, 0.3782619535923004, -2.308767795562744, 0.5658270120620728], "max": [-0.3102720081806183, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20198799669742584, -0.3288330137729645, 0.22913900017738342, 1.8970516920089722, -1.121137022972107, 1.3117709159851074], "count": [798]}, "eef_sim_pose_action": {"mean": [-0.3103329837322235, 0.4675740897655487, 0.2282429188489914, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2805479168891907, -0.4570333659648895, 0.19009482860565186, 1.1325067281723022, -1.812792420387268, 1.022802710533142], "std": [1.4739103789906949e-05, 8.003414222912397e-06, 1.2039643479511142e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03418028727173805, 0.061898767948150635, 0.01863262988626957, 0.5293318629264832, 0.37285909056663513, 0.23651015758514404], "min": [-0.31038400530815125, 0.4675540030002594, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3363890051841736, -0.5313540101051331, 0.16616399586200714, 0.3782619535923004, -2.308767795562744, 0.5658270120620728], "max": [-0.3102720081806183, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20198799669742584, -0.3288330137729645, 0.22913900017738342, 1.8970516920089722, -1.121137022972107, 1.3117709159851074], "count": [798]}, "gripper_mode_state": {"mean": [0.0, 0.5350877192982456], "std": [0.0, 0.49876733248524163], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_state": {"mean": [2.0, 1.8909774436090225], "std": [0.0, 0.41209021202839324], "min": [2, 0], "max": [2, 2], "count": [798]}, "gripper_mode_action": {"mean": [0.0, 0.5350877192982456], "std": [0.0, 0.49876733248524163], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_action": {"mean": [2.0, 1.8909774436090225], "std": [0.0, 0.41209021202839324], "min": [2, 0], "max": [2, 2], "count": [798]}}} +{"episode_index": 308, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43091734292802486]], [[0.40788222217240555]], [[0.41355700771162124]]], "std": [[[0.19641299597002176]], [[0.19379444767495763]], [[0.19395804903310415]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4042054875557947]], [[0.3992922781663478]], [[0.3959918549736968]]], "std": [[[0.23462292804956986]], [[0.2254047520412598]], [[0.22376614388695087]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5200505938147617]], [[0.49307642126972745]], [[0.5031692235074924]]], "std": [[[0.2024094263321795]], [[0.1980269647122156]], [[0.20779403482310663]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727000762195122]], [[0.44516361041367764]], [[0.45192544062848716]]], "std": [[[0.27537971505765246]], [[0.2569674344558772]], [[0.26060663394730754]]], "count": [164]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31039300560951233, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1794023960828781, 0.29077184200286865, -0.6336243748664856, -1.758506417274475, 0.25384068489074707, -0.19308577477931976, -0.028379054740071297, -0.32723701000213623, -0.5557169914245605, 0.17550599575042725, 0.4769623279571533, -2.3516995906829834, 0.413287490606308, 1001.0, 184.0, 0.0001917476038215682, -0.22432777285575867, -0.8361549973487854, 1.9090145826339722, -1.0690910816192627, -0.0001651687198318541], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5046270489692688, 0.9056338667869568, -0.15566590428352356, -1.0391690731048584, 1.577096939086914, 0.4598942697048187, 0.8424355387687683, -0.21176600456237793, -0.3324829936027527, 0.2360830008983612, 1.9836411476135254, -1.121137022972107, 1.2600200176239014, 1001.0, 1003.0, 0.00019362747843842953, -0.22427701950073242, -0.8359957337379456, 1.9090430736541748, -1.0674707889556885, -0.00013669136387761682], "mean": [-0.19951501488685608, 0.6046623587608337, 0.4513891637325287, -1.4119579792022705, -0.25390323996543884, -0.12053284794092178, 0.028277575969696045, -0.3103328347206116, 0.46757280826568604, 0.22823816537857056, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.25077253580093384, 0.5673499703407288, -0.3523586392402649, -1.3862409591674805, 0.9611282348632812, 0.13496457040309906, 0.28001904487609863, -0.2854529023170471, -0.47048327326774597, 0.20378880202770233, 1.1896222829818726, -1.947931170463562, 0.9376556277275085, 1001.0, 613.6993408203125, 0.00019176480418536812, -0.2243005633354187, -0.8360317945480347, 1.9090399742126465, -1.06808602809906, -0.000156441776198335], "std": [2.6331767003284767e-05, 1.7318925529252738e-05, 2.2285214072326198e-05, 2.511092316126451e-05, 2.801763912430033e-05, 1.5068328139022924e-05, 1.875301131804008e-05, 1.4595872926292941e-05, 8.025140232348349e-06, 1.1920672477572225e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.20452715456485748, 0.19014622271060944, 0.1439090073108673, 0.22004713118076324, 0.3736915588378906, 0.24282649159431458, 0.2591995298862457, 0.03103754110634327, 0.0672522708773613, 0.019162453711032867, 0.5271553993225098, 0.3728320002555847, 0.28645771741867065, 0.0, 399.6737976074219, 1.766438089134681e-07, 3.094249223067891e-06, 5.4435422498499975e-05, 1.316976522502955e-05, 0.00025600555818527937, 3.9276173993130215e-06], "count": [898]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31039300560951233, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1794023960828781, 0.29077184200286865, -0.6336243748664856, -1.758506417274475, 0.25384068489074707, -0.19308577477931976, -0.02834414690732956, -0.32723701000213623, -0.5557169914245605, 0.17550599575042725, 0.4769623279571533, -2.3516995906829834, 0.413287490606308, 1001.0, 184.0, 0.0001917476038215682, -0.22432777285575867, -0.8361549973487854, 1.9090145826339722, -1.0690910816192627, -0.0001651687198318541], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5046270489692688, 0.9056338667869568, -0.15566590428352356, -1.0391690731048584, 1.577096939086914, 0.4598942697048187, 0.8424355387687683, -0.21176600456237793, -0.3324829936027527, 0.2360830008983612, 1.9836411476135254, -1.121137022972107, 1.2600200176239014, 1001.0, 1003.0, 0.00019362747843842953, -0.22427701950073242, -0.8359957337379456, 1.9090430736541748, -1.0674707889556885, -0.00013669136387761682], "mean": [-0.19951499998569489, 0.6046623587608337, 0.4513891339302063, -1.4119579792022705, -0.2539031505584717, -0.12053283303976059, 0.02827761322259903, -0.3103328347206116, 0.46757280826568604, 0.22823816537857056, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.25077641010284424, 0.5675147175788879, -0.35255253314971924, -1.3863720893859863, 0.9614702463150024, 0.1350543349981308, 0.28025558590888977, -0.28547143936157227, -0.47043418884277344, 0.2037435919046402, 1.1896321773529053, -1.948415994644165, 0.9374160170555115, 1001.0, 613.6970825195312, 0.00019176480418536812, -0.2243005484342575, -0.8360316157341003, 1.909039855003357, -1.0680863857269287, -0.00015643333608750254], "std": [2.6330297259846702e-05, 1.7318925529252738e-05, 2.2295522285276093e-05, 2.5144023311440833e-05, 2.7949638024438173e-05, 1.5068766515469179e-05, 1.874631198006682e-05, 1.4605691831093282e-05, 8.02350405137986e-06, 1.1918114068976138e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.20452629029750824, 0.19024255871772766, 0.14415913820266724, 0.22009757161140442, 0.3731841742992401, 0.242746964097023, 0.25901487469673157, 0.031057359650731087, 0.06727048009634018, 0.019152594730257988, 0.5271626114845276, 0.37203851342201233, 0.28670814633369446, 0.0, 399.6722717285156, 1.766438089134681e-07, 3.088449375354685e-06, 5.430059172795154e-05, 1.3070279237581417e-05, 0.00025575587642379105, 3.927213583665434e-06], "count": [898]}, "timestamp": {"min": [0.0], "max": [29.9], "mean": [14.950000000000001], "std": [8.64100367112782], "count": [898]}, "frame_index": {"min": [0], "max": [897], "mean": [448.5], "std": [259.23011013383456], "count": [898]}, "episode_index": {"min": [312], "max": [312], "mean": [312.0], "std": [0.0], "count": [898]}, "index": {"min": [254655], "max": [255552], "mean": [255103.5], "std": [259.23011013383456], "count": [898]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [898]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.6130612475635745], "std": [0.0, 0.3990541621798418], "count": [898]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.6130612475635745], "std": [0.0, 0.3990541621798418], "count": [898]}, "eef_direction_state": {"mean": [6.0, 4.433184855233853], "std": [0.0, 2.0250357007807374], "min": [6, 0], "max": [6, 6], "count": [898]}, "eef_velocity_state": {"mean": [0.0, 0.4487750556792873], "std": [0.0, 0.5857852671791514], "min": [0, 0], "max": [0, 2], "count": [898]}, "eef_acc_mag_state": {"mean": [0.0, 0.37861915367483295], "std": [0.0, 0.6994027739841605], "min": [0, 0], "max": [0, 2], "count": [898]}, "eef_direction_action": {"mean": [6.0, 4.433184855233853], "std": [0.0, 2.0250357007807374], "min": [6, 0], "max": [6, 6], "count": [898]}, "eef_velocity_action": {"mean": [0.0, 0.4487750556792873], "std": [0.0, 0.5857852671791514], "min": [0, 0], "max": [0, 2], "count": [898]}, "eef_acc_mag_action": {"mean": [0.0, 0.37861915367483295], "std": [0.0, 0.6994027739841605], "min": [0, 0], "max": [0, 2], "count": [898]}, "eef_sim_pose_state": {"mean": [-0.3103327453136444, 0.4675730764865875, 0.22823818027973175, -1.5732269287109375, -1.1211367845535278, -0.7462756037712097, -0.2854529619216919, -0.47048330307006836, 0.20378875732421875, 1.1896215677261353, -1.947931170463562, 0.9376526474952698], "std": [1.4595628272218164e-05, 8.020711902645417e-06, 1.1920680663024541e-05, 0.0, 2.384185791015625e-07, 0.0, 0.031037544831633568, 0.0672522708773613, 0.019162453711032867, 0.5271553993225098, 0.37283188104629517, 0.28645795583724976], "min": [-0.31039300560951233, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32723701000213623, -0.5557169914245605, 0.17550599575042725, 0.4769623279571533, -2.3516995906829834, 0.413287490606308], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21176600456237793, -0.3324829936027527, 0.2360830008983612, 1.9836411476135254, -1.121137022972107, 1.2600200176239014], "count": [898]}, "eef_sim_pose_action": {"mean": [-0.3103328347206116, 0.46757280826568604, 0.22823816537857056, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, -0.2854529023170471, -0.47048327326774597, 0.20378880202770233, 1.1896222829818726, -1.947931170463562, 0.9376556277275085], "std": [1.4595872926292941e-05, 8.025140232348349e-06, 1.1920672477572225e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.03103754110634327, 0.0672522708773613, 0.019162453711032867, 0.5271553993225098, 0.3728320002555847, 0.28645771741867065], "min": [-0.31039300560951233, 0.46754100918769836, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32723701000213623, -0.5557169914245605, 0.17550599575042725, 0.4769623279571533, -2.3516995906829834, 0.413287490606308], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21176600456237793, -0.3324829936027527, 0.2360830008983612, 1.9836411476135254, -1.121137022972107, 1.2600200176239014], "count": [898]}, "gripper_mode_state": {"mean": [0.0, 0.46770601336302897], "std": [0.0, 0.4989560085088527], "min": [0, 0], "max": [0, 1], "count": [898]}, "gripper_activity_state": {"mean": [2.0, 1.9053452115812917], "std": [0.0, 0.38478053644883703], "min": [2, 0], "max": [2, 2], "count": [898]}, "gripper_mode_action": {"mean": [0.0, 0.46770601336302897], "std": [0.0, 0.4989560085088527], "min": [0, 0], "max": [0, 1], "count": [898]}, "gripper_activity_action": {"mean": [2.0, 1.9053452115812917], "std": [0.0, 0.38478053644883703], "min": [2, 0], "max": [2, 2], "count": [898]}}} +{"episode_index": 309, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9921568627450981]]], "mean": [[[0.43272789434245035]], [[0.4099982072977811]], [[0.4157738281087382]]], "std": [[[0.1959059403859324]], [[0.19343039819177033]], [[0.19366569497947236]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4032511682486158]], [[0.39869141584446943]], [[0.39478248980059116]]], "std": [[[0.2337261764360038]], [[0.22482627090415513]], [[0.2231054547491395]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5205822717622081]], [[0.49352301111527414]], [[0.5036809484409475]]], "std": [[[0.20266032421469032]], [[0.1982646280123196]], [[0.20803339940379156]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47944258539403023]], [[0.4533359105053911]], [[0.4608777449939636]]], "std": [[[0.2649101600708965]], [[0.24653967858716538]], [[0.2513258772214843]]], "count": [157]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.46853363513946533, 0.3193952441215515, -0.5511749982833862, -2.0022242069244385, 0.2537883222103119, -0.1206720620393753, -0.02834414690732956, -0.3195190131664276, -0.5262519717216492, 0.17260099947452545, 0.5072585344314575, -2.296689033508301, 0.4807433485984802, 1001.0, 187.0, 0.00018610796541906893, -0.2243146151304245, -0.8360663056373596, 1.9090018272399902, -1.0698041915893555, -0.0001528285356471315], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4066442549228668, 0.8182103633880615, 0.051923543214797974, -1.255624771118164, 1.3948845863342285, 0.500473141670227, 0.577948272228241, -0.19670000672340393, -0.2954449951648712, 0.23573000729084015, 1.8556402921676636, -1.121137022972107, 1.2511110305786133, 1001.0, 1003.0, 0.0001917476038215682, -0.22426572442054749, -0.8360131978988647, 1.9090391397476196, -1.0674818754196167, 7.688888581469655e-05], "mean": [-0.19951651990413666, 0.6046682596206665, 0.4513885974884033, -1.411956787109375, -0.25388848781585693, -0.12053439766168594, 0.028273606672883034, -0.3103320002555847, 0.467573344707489, 0.22824111580848694, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.07671573013067245, 0.5730997920036316, -0.25965672731399536, -1.5686724185943604, 0.783007800579071, 0.10162776708602905, 0.17401248216629028, -0.2782175838947296, -0.43593353033065796, 0.2015751302242279, 1.276453971862793, -1.7616426944732666, 0.8996058702468872, 1001.0, 560.7090454101562, 0.00019172372412867844, -0.22429606318473816, -0.8360390663146973, 1.9090362787246704, -1.0680116415023804, -0.0001003738070721738], "std": [2.484461037965957e-05, 1.6667396266711876e-05, 2.2381678718375042e-05, 2.499701986380387e-05, 2.2737018298357725e-05, 1.492633055022452e-05, 1.84461514436407e-05, 1.4226234270608984e-05, 7.778878170938697e-06, 1.1752189493563492e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.286908358335495, 0.17158600687980652, 0.17048844695091248, 0.2650499939918518, 0.3901697099208832, 0.2333509474992752, 0.22394675016403198, 0.032439570873975754, 0.0784059688448906, 0.021069251000881195, 0.49488821625709534, 0.40055131912231445, 0.2648504972457886, 0.0, 396.5971374511719, 2.648951635819685e-07, 2.9420175451377872e-06, 1.8956332496600226e-05, 1.6038366084103473e-05, 0.0003323048586025834, 8.25043098302558e-05], "count": [849]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.46853363513946533, 0.3193952441215515, -0.5511749982833862, -2.0022242069244385, 0.2537883222103119, -0.1206720620393753, -0.02834414690732956, -0.3195190131664276, -0.5262519717216492, 0.17260099947452545, 0.5072585344314575, -2.296689033508301, 0.4807433485984802, 1001.0, 187.0, 0.00018610796541906893, -0.2243146151304245, -0.8360663056373596, 1.9090018272399902, -1.0698041915893555, -0.0001528285356471315], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4066442549228668, 0.8182103633880615, 0.051923543214797974, -1.255624771118164, 1.3948845863342285, 0.500473141670227, 0.577948272228241, -0.19670000672340393, -0.2954449951648712, 0.23573000729084015, 1.8556402921676636, -1.121137022972107, 1.2511110305786133, 1001.0, 1003.0, 0.0001917476038215682, -0.22426572442054749, -0.8360131978988647, 1.9090391397476196, -1.0674818754196167, 7.688888581469655e-05], "mean": [-0.19951657950878143, 0.6046682596206665, 0.45138856768608093, -1.411957025527954, -0.2538885176181793, -0.12053441256284714, 0.028273586183786392, -0.31033197045326233, 0.4675733745098114, 0.22824108600616455, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, 0.07662441581487656, 0.5731633305549622, -0.25976744294166565, -1.5688742399215698, 0.7834591269493103, 0.10169969499111176, 0.17407354712486267, -0.27822601795196533, -0.435879647731781, 0.20151108503341675, 1.2762974500656128, -1.7621814012527466, 0.8996983766555786, 1001.0, 560.71142578125, 0.00019172372412867844, -0.22429606318473816, -0.8360390663146973, 1.9090362787246704, -1.0680114030838013, -0.00010013006249209866], "std": [2.4802184270811267e-05, 1.6657941159792244e-05, 2.2403492039302364e-05, 2.494612999726087e-05, 2.2736609025741927e-05, 1.4911146536178421e-05, 1.8454940800438635e-05, 1.4187504348228686e-05, 7.772650860715657e-06, 1.17526551548508e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.2868814170360565, 0.17160765826702118, 0.17064347863197327, 0.26499566435813904, 0.38977885246276855, 0.2332918792963028, 0.22389861941337585, 0.03244888409972191, 0.07839996367692947, 0.02107071503996849, 0.4948153793811798, 0.39999672770500183, 0.264810711145401, 0.0, 396.60302734375, 2.648951635819685e-07, 2.948417431980488e-06, 1.8943495888379402e-05, 1.604226417839527e-05, 0.0003324536082800478, 8.265733777079731e-05], "count": [849]}, "timestamp": {"min": [0.0], "max": [28.266666666666666], "mean": [14.133333333333335], "std": [8.169500642067467], "count": [849]}, "frame_index": {"min": [0], "max": [848], "mean": [424.0], "std": [245.085019262024], "count": [849]}, "episode_index": {"min": [313], "max": [313], "mean": [313.0], "std": [0.0], "count": [849]}, "index": {"min": [255553], "max": [256401], "mean": [255977.0], "std": [245.085019262024], "count": [849]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [849]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5604864580225467], "std": [0.0, 0.3963511280263661], "count": [849]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5604864580225467], "std": [0.0, 0.3963511280263661], "count": [849]}, "eef_direction_state": {"mean": [6.0, 4.597173144876325], "std": [0.0, 1.9781590755268261], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_state": {"mean": [0.0, 0.45700824499411075], "std": [0.0, 0.6390149967017656], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_state": {"mean": [0.0, 0.3333333333333333], "std": [0.0, 0.6678434842934003], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_direction_action": {"mean": [6.0, 4.597173144876325], "std": [0.0, 1.9781590755268261], "min": [6, 0], "max": [6, 6], "count": [849]}, "eef_velocity_action": {"mean": [0.0, 0.45700824499411075], "std": [0.0, 0.6390149967017656], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_acc_mag_action": {"mean": [0.0, 0.3333333333333333], "std": [0.0, 0.6678434842934003], "min": [0, 0], "max": [0, 2], "count": [849]}, "eef_sim_pose_state": {"mean": [-0.31033220887184143, 0.46757304668426514, 0.22824111580848694, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.278217613697052, -0.43593329191207886, 0.2015751451253891, 1.276453971862793, -1.7616417407989502, 0.8996054530143738], "std": [1.4224649930838495e-05, 7.773301149427425e-06, 1.1752191312552895e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03243957832455635, 0.0784059688448906, 0.021069247275590897, 0.4948882460594177, 0.4005511701107025, 0.26485058665275574], "min": [-0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3195190131664276, -0.5262519717216492, 0.17260099947452545, 0.5072585344314575, -2.296689033508301, 0.4807433485984802], "max": [-0.3102799952030182, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19670000672340393, -0.2954449951648712, 0.23573000729084015, 1.8556402921676636, -1.121137022972107, 1.2511110305786133], "count": [849]}, "eef_sim_pose_action": {"mean": [-0.3103320002555847, 0.467573344707489, 0.22824111580848694, -1.5732392072677612, -1.1211422681808472, -0.7462767362594604, -0.2782175838947296, -0.43593353033065796, 0.2015751302242279, 1.276453971862793, -1.7616426944732666, 0.8996058702468872], "std": [1.4226234270608984e-05, 7.778878170938697e-06, 1.1752189493563492e-05, 1.2278556823730469e-05, 5.245208740234375e-06, 1.1324882507324219e-06, 0.032439570873975754, 0.0784059688448906, 0.021069251000881195, 0.49488821625709534, 0.40055131912231445, 0.2648504972457886], "min": [-0.310373991727829, 0.46755000948905945, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3195190131664276, -0.5262519717216492, 0.17260099947452545, 0.5072585344314575, -2.296689033508301, 0.4807433485984802], "max": [-0.3102799952030182, 0.4675999879837036, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19670000672340393, -0.2954449951648712, 0.23573000729084015, 1.8556402921676636, -1.121137022972107, 1.2511110305786133], "count": [849]}, "gripper_mode_state": {"mean": [0.0, 0.5335689045936396], "std": [0.0, 0.4988718559353494], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_state": {"mean": [2.0, 1.8939929328621907], "std": [0.0, 0.40674432626223583], "min": [2, 0], "max": [2, 2], "count": [849]}, "gripper_mode_action": {"mean": [0.0, 0.5335689045936396], "std": [0.0, 0.4988718559353494], "min": [0, 0], "max": [0, 1], "count": [849]}, "gripper_activity_action": {"mean": [2.0, 1.8939929328621907], "std": [0.0, 0.40674432626223583], "min": [2, 0], "max": [2, 2], "count": [849]}}} +{"episode_index": 310, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9725490196078431]]], "mean": [[[0.43238661605846046]], [[0.4097854075889615]], [[0.41473235748002907]]], "std": [[[0.19633501024998332]], [[0.19379202708821922]], [[0.1938366997006715]]], "count": [180]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40113616217320264]], [[0.3958248604302832]], [[0.3925907123729121]]], "std": [[[0.23250254369258153]], [[0.2235450034485401]], [[0.22161680407916257]]], "count": [180]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.520637186819172]], [[0.4936403572076979]], [[0.5037067572167756]]], "std": [[[0.20291227695827982]], [[0.19855602184632906]], [[0.20834589393804934]]], "count": [180]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755855131172839]], [[0.4542777811819172]], [[0.4599853735475672]]], "std": [[[0.26267827450518805]], [[0.2493755301795739]], [[0.254174884508718]]], "count": [180]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.6397504210472107, 0.2826211750507355, -0.45144686102867126, -2.04006290435791, 0.25364869832992554, -0.3122568726539612, -0.02834414690732956, -0.32711300253868103, -0.5275670289993286, 0.14068299531936646, 0.6443979740142822, -2.1944432258605957, 0.6736769080162048, 1001.0, 195.0, 0.00018234820163343102, -0.2242995649576187, -0.836246132850647, 1.9089748859405518, -1.069352626800537, -4.081755832885392e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36447709798812866, 0.70848149061203, 0.15547393262386322, -1.2274202108383179, 1.2529369592666626, 0.37257543206214905, 0.6407802104949951, -0.21594500541687012, -0.2569260001182556, 0.23111200332641602, 1.9423822164535522, -1.121137022972107, 1.4592262506484985, 1001.0, 1003.0, 0.00019738722767215222, -0.22421309351921082, -0.8360282182693481, 1.909035086631775, -1.0677489042282104, 5.505623994395137e-05], "mean": [-0.19951725006103516, 0.6046760678291321, 0.4513806998729706, -1.4119592905044556, -0.25388550758361816, -0.12053078413009644, 0.028275832533836365, -0.31032970547676086, 0.46757420897483826, 0.22824621200561523, -1.5732396841049194, -1.1211382150650024, -0.7462767362594604, -0.030984748154878616, 0.5025195479393005, -0.19021229445934296, -1.602960467338562, 0.7594943642616272, -0.049464184790849686, 0.3079156279563904, -0.27843865752220154, -0.4119699001312256, 0.1936158835887909, 1.4047291278839111, -1.7897437810897827, 1.0389126539230347, 1001.0, 485.4818115234375, 0.00019061242346651852, -0.2242843359708786, -0.836117148399353, 1.9090158939361572, -1.0680567026138306, 4.220067785354331e-05], "std": [2.5696428565424867e-05, 1.7940914403880015e-05, 2.280440276081208e-05, 2.488685458956752e-05, 2.230598511232529e-05, 1.4583686606783886e-05, 1.9503277144394815e-05, 1.4570902749255765e-05, 8.001046808203682e-06, 1.2123085070925299e-05, 1.2755393981933594e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.317969411611557, 0.1508968323469162, 0.1785796731710434, 0.27641531825065613, 0.30145618319511414, 0.19869449734687805, 0.2066434770822525, 0.03218460455536842, 0.08648097515106201, 0.02565816603600979, 0.4451586604118347, 0.2956717610359192, 0.2857629060745239, 0.0, 379.919677734375, 1.3010093198317918e-06, 1.5560317478957586e-05, 8.570939098717645e-05, 1.6409840100095607e-05, 0.0002551245270296931, 2.1878349798498675e-05], "count": [1017]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.6397504210472107, 0.2826211750507355, -0.45144686102867126, -2.04006290435791, 0.25364869832992554, -0.3122568726539612, -0.02834414690732956, -0.32711300253868103, -0.5275670289993286, 0.14068299531936646, 0.6443979740142822, -2.1944432258605957, 0.6736769080162048, 1001.0, 195.0, 0.00018234820163343102, -0.2242995649576187, -0.836246132850647, 1.9089748859405518, -1.069352626800537, -4.081755832885392e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36447709798812866, 0.70848149061203, 0.15547393262386322, -1.2274202108383179, 1.2529369592666626, 0.37257543206214905, 0.6407802104949951, -0.21594500541687012, -0.2569260001182556, 0.23111200332641602, 1.9423822164535522, -1.121137022972107, 1.4592262506484985, 1001.0, 1003.0, 0.00019738722767215222, -0.22421309351921082, -0.8360282182693481, 1.909035086631775, -1.0677489042282104, 5.505623994395137e-05], "mean": [-0.19951729476451874, 0.6046760678291321, 0.4513806998729706, -1.411959171295166, -0.25388553738594055, -0.12053079903125763, 0.028275849297642708, -0.3103296458721161, 0.46757423877716064, 0.22824618220329285, -1.5732396841049194, -1.1211382150650024, -0.7462767362594604, -0.031215114519000053, 0.5025376081466675, -0.19016866385936737, -1.6031827926635742, 0.7596896290779114, -0.04943754896521568, 0.30807262659072876, -0.2784544825553894, -0.4118936061859131, 0.19356732070446014, 1.4047088623046875, -1.7901417016983032, 1.0389131307601929, 1001.0, 485.4818115234375, 0.00019060874183196574, -0.22428429126739502, -0.8361173868179321, 1.9090160131454468, -1.068056583404541, 4.212600470054895e-05], "std": [2.573040001152549e-05, 1.7953801943804137e-05, 2.280440276081208e-05, 2.4884899175958708e-05, 2.229032361356076e-05, 1.4574527995137032e-05, 1.9509721823851578e-05, 1.457054077036446e-05, 8.011255886231083e-06, 1.2115679055568762e-05, 1.2755393981933594e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.31788724660873413, 0.15091003477573395, 0.17852123081684113, 0.27635258436203003, 0.3011928200721741, 0.1986866593360901, 0.20644831657409668, 0.03220420330762863, 0.08646609634160995, 0.025639288127422333, 0.4451509118080139, 0.2950434982776642, 0.2857624590396881, 0.0, 379.919677734375, 1.3031110484007513e-06, 1.5631729183951393e-05, 8.572601655032486e-05, 1.6430141840828583e-05, 0.00025515849119983613, 2.197668254666496e-05], "count": [1017]}, "timestamp": {"min": [0.0], "max": [33.86666666666667], "mean": [16.933333333333334], "std": [9.786082331934848], "count": [1017]}, "frame_index": {"min": [0], "max": [1016], "mean": [508.0], "std": [293.58246995804546], "count": [1017]}, "episode_index": {"min": [314], "max": [314], "mean": [314.0], "std": [0.0], "count": [1017]}, "index": {"min": [256402], "max": [257418], "mean": [256910.0], "std": [293.58246995804546], "count": [1017]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1017]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.48475712439596597], "std": [0.0, 0.3789359183652802], "count": [1017]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.48475712439596597], "std": [0.0, 0.3789359183652802], "count": [1017]}, "eef_direction_state": {"mean": [6.0, 3.8613569321533925], "std": [0.0, 2.1043223129287685], "min": [6, 0], "max": [6, 6], "count": [1017]}, "eef_velocity_state": {"mean": [0.0, 0.6027531956735497], "std": [0.0, 0.570938514782337], "min": [0, 0], "max": [0, 2], "count": [1017]}, "eef_acc_mag_state": {"mean": [0.0, 0.4729596853490659], "std": [0.0, 0.7470073965422267], "min": [0, 0], "max": [0, 2], "count": [1017]}, "eef_direction_action": {"mean": [6.0, 3.8613569321533925], "std": [0.0, 2.1043223129287685], "min": [6, 0], "max": [6, 6], "count": [1017]}, "eef_velocity_action": {"mean": [0.0, 0.6027531956735497], "std": [0.0, 0.570938514782337], "min": [0, 0], "max": [0, 2], "count": [1017]}, "eef_acc_mag_action": {"mean": [0.0, 0.4729596853490659], "std": [0.0, 0.7470073965422267], "min": [0, 0], "max": [0, 2], "count": [1017]}, "eef_sim_pose_state": {"mean": [-0.3103301227092743, 0.4675741493701935, 0.22824615240097046, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2784388065338135, -0.41196951270103455, 0.19361594319343567, 1.4047294855117798, -1.789742350578308, 1.0389121770858765], "std": [1.4564601769961882e-05, 8.000897651072592e-06, 1.2122988664486911e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.03218460455536842, 0.08648097515106201, 0.02565818279981613, 0.44515854120254517, 0.29567182064056396, 0.2857629060745239], "min": [-0.310373991727829, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32711300253868103, -0.5275670289993286, 0.14068299531936646, 0.6443979740142822, -2.1944432258605957, 0.6736769080162048], "max": [-0.31028300523757935, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21594500541687012, -0.2569260001182556, 0.23111200332641602, 1.9423822164535522, -1.121137022972107, 1.4592262506484985], "count": [1017]}, "eef_sim_pose_action": {"mean": [-0.31032970547676086, 0.46757420897483826, 0.22824621200561523, -1.5732396841049194, -1.1211382150650024, -0.7462767362594604, -0.27843865752220154, -0.4119699001312256, 0.1936158835887909, 1.4047291278839111, -1.7897437810897827, 1.0389126539230347], "std": [1.4570902749255765e-05, 8.001046808203682e-06, 1.2123085070925299e-05, 1.2755393981933594e-05, 1.1920928955078125e-06, 1.1324882507324219e-06, 0.03218460455536842, 0.08648097515106201, 0.02565816603600979, 0.4451586604118347, 0.2956717610359192, 0.2857629060745239], "min": [-0.310373991727829, 0.46755099296569824, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32711300253868103, -0.5275670289993286, 0.14068299531936646, 0.6443979740142822, -2.1944432258605957, 0.6736769080162048], "max": [-0.31028300523757935, 0.4675990045070648, 0.22828899323940277, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21594500541687012, -0.2569260001182556, 0.23111200332641602, 1.9423822164535522, -1.121137022972107, 1.4592262506484985], "count": [1017]}, "gripper_mode_state": {"mean": [0.0, 0.6332350049164208], "std": [0.0, 0.4819216051028638], "min": [0, 0], "max": [0, 1], "count": [1017]}, "gripper_activity_state": {"mean": [2.0, 1.9154375614552606], "std": [0.0, 0.36666348923959025], "min": [2, 0], "max": [2, 2], "count": [1017]}, "gripper_mode_action": {"mean": [0.0, 0.6332350049164208], "std": [0.0, 0.4819216051028638], "min": [0, 0], "max": [0, 1], "count": [1017]}, "gripper_activity_action": {"mean": [2.0, 1.9154375614552606], "std": [0.0, 0.3666634892395903], "min": [2, 0], "max": [2, 2], "count": [1017]}}} +{"episode_index": 311, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9921568627450981]]], "mean": [[[0.4326505472009896]], [[0.4100811477604224]], [[0.4151238599017762]]], "std": [[[0.19611757609982175]], [[0.19365369515512665]], [[0.193645306333911]]], "count": [177]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40173165111148035]], [[0.3966642641519885]], [[0.3932090326243492]]], "std": [[[0.23226500436213118]], [[0.22336878715661426]], [[0.2213596973979686]]], "count": [177]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5149151919242273]], [[0.488279967966471]], [[0.4970425505889738]]], "std": [[[0.20061267718895148]], [[0.19674298949791227]], [[0.20677370462882846]]], "count": [177]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4853393684686681]], [[0.4619730772958901]], [[0.46498480022894284]]], "std": [[[0.255697556614264]], [[0.2416432481499048]], [[0.24657672905957936]]], "count": [177]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675450026988983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.6291388273239136, 0.2560048997402191, -0.45144686102867126, -2.079559803009033, 0.25384068489074707, -0.2399653047323227, -0.028379054740071297, -0.31109699606895447, -0.5192520022392273, 0.14305000007152557, 0.6400504112243652, -2.168621301651001, 0.5842817425727844, 1001.0, 198.0, 0.00018610796541906893, -0.2242582142353058, -0.8362398147583008, 1.9089757204055786, -1.068677544593811, -0.00041102332761511207], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3355919122695923, 0.6872932314872742, 0.16671384871006012, -1.269186019897461, 1.212916612625122, 0.38669514656066895, 0.5636889934539795, -0.21585099399089813, -0.26587700843811035, 0.2324029952287674, 1.9075469970703125, -1.121137022972107, 1.540549874305725, 1001.0, 1003.0, 0.00018798784003593028, -0.22421686351299286, -0.8361930251121521, 1.9090272188186646, -1.067649006843567, 0.0002610425290185958], "mean": [-0.19951482117176056, 0.6046672463417053, 0.45138370990753174, -1.4119592905044556, -0.25389060378074646, -0.12053173035383224, 0.02828148566186428, -0.310332328081131, 0.4675730764865875, 0.22824180126190186, -1.5732395648956299, -1.1211391687393188, -0.7462767362594604, -0.016897492110729218, 0.49579983949661255, -0.1948099583387375, -1.6403342485427856, 0.7161245942115784, 0.020992670208215714, 0.2124517560005188, -0.2723584473133087, -0.41787922382354736, 0.1921311616897583, 1.3455373048782349, -1.731275200843811, 1.0132224559783936, 1001.0, 499.3782653808594, 0.00018798711244016886, -0.22424182295799255, -0.8362081050872803, 1.9090135097503662, -1.0681054592132568, -3.13546770485118e-05], "std": [2.6286637876182795e-05, 1.6964344467851333e-05, 2.345726898056455e-05, 2.441829383315053e-05, 2.2201065803528763e-05, 1.5406480088131502e-05, 2.2582151359529234e-05, 1.5100068594620097e-05, 8.131250979204196e-06, 1.2233284905960318e-05, 1.2636184692382812e-05, 2.1457672119140625e-06, 1.1324882507324219e-06, 0.3190024793148041, 0.14880585670471191, 0.19445233047008514, 0.27444541454315186, 0.32103508710861206, 0.17719481885433197, 0.1863059401512146, 0.03329235687851906, 0.08368982374668121, 0.02772836945950985, 0.420174777507782, 0.3232298195362091, 0.2959446907043457, 0.0, 381.3463134765625, 5.96072808889403e-08, 3.9143355934356805e-06, 1.4497195479634684e-05, 1.5814606740605086e-05, 0.0002031898038694635, 0.00013775454135611653], "count": [994]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675450026988983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.6291388273239136, 0.2560048997402191, -0.45144686102867126, -2.079559803009033, 0.25384068489074707, -0.2399653047323227, -0.028379054740071297, -0.31109699606895447, -0.5192520022392273, 0.14305000007152557, 0.6400504112243652, -2.168621301651001, 0.5842817425727844, 1001.0, 198.0, 0.00018610796541906893, -0.2242582142353058, -0.8362398147583008, 1.9089757204055786, -1.068677544593811, -0.00041102332761511207], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3355919122695923, 0.6872932314872742, 0.16671384871006012, -1.269186019897461, 1.212916612625122, 0.38669514656066895, 0.5636889934539795, -0.21585099399089813, -0.26587700843811035, 0.2324029952287674, 1.9075469970703125, -1.121137022972107, 1.540549874305725, 1001.0, 1003.0, 0.00018798784003593028, -0.22421686351299286, -0.8361930251121521, 1.9090272188186646, -1.067649006843567, 0.0002610425290185958], "mean": [-0.19951480627059937, 0.6046672463417053, 0.4513837397098541, -1.411959171295166, -0.25389060378074646, -0.12053170800209045, 0.02828148379921913, -0.31033238768577576, 0.46757304668426514, 0.22824178636074066, -1.5732395648956299, -1.1211391687393188, -0.7462767362594604, -0.017104046419262886, 0.49583208560943604, -0.194785475730896, -1.640615463256836, 0.716417670249939, 0.021116793155670166, 0.21257364749908447, -0.2723589241504669, -0.41780638694763184, 0.1920718401670456, 1.3454408645629883, -1.7317512035369873, 1.0132414102554321, 1001.0, 499.3762512207031, 0.00018798711244016886, -0.22424182295799255, -0.8362081050872803, 1.9090136289596558, -1.0681053400039673, -3.130693221464753e-05], "std": [2.6286852516932413e-05, 1.6964344467851333e-05, 2.347024746995885e-05, 2.4447630494250916e-05, 2.22099079110194e-05, 1.5396759408758953e-05, 2.2582167730433866e-05, 1.5115679161681328e-05, 8.133675692079123e-06, 1.2233028428454418e-05, 1.2636184692382812e-05, 2.1457672119140625e-06, 1.1324882507324219e-06, 0.31892913579940796, 0.1488327533006668, 0.1944214403629303, 0.27435463666915894, 0.3207457363605499, 0.17713885009288788, 0.18618816137313843, 0.033292900770902634, 0.08367801457643509, 0.027714120224118233, 0.4201327860355377, 0.3226792812347412, 0.29592809081077576, 0.0, 381.3397216796875, 5.960727378351294e-08, 3.91666435461957e-06, 1.4496998119284399e-05, 1.584778874530457e-05, 0.0002031915937550366, 0.0001377689332002774], "count": [994]}, "timestamp": {"min": [0.0], "max": [33.1], "mean": [16.55], "std": [9.564764619279568], "count": [994]}, "frame_index": {"min": [0], "max": [993], "mean": [496.5], "std": [286.94293857838704], "count": [994]}, "episode_index": {"min": [315], "max": [315], "mean": [315.0], "std": [0.0], "count": [994]}, "index": {"min": [257419], "max": [258412], "mean": [257915.5], "std": [286.94293857838704], "count": [994]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [994]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.4989185105986758], "std": [0.0, 0.380738632348264], "count": [994]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.4989185105986758], "std": [0.0, 0.380738632348264], "count": [994]}, "eef_direction_state": {"mean": [6.0, 3.994969818913481], "std": [0.0, 2.1635760251012535], "min": [6, 0], "max": [6, 6], "count": [994]}, "eef_velocity_state": {"mean": [0.0, 0.5653923541247485], "std": [0.0, 0.5902029601645623], "min": [0, 0], "max": [0, 2], "count": [994]}, "eef_acc_mag_state": {"mean": [0.0, 0.46680080482897385], "std": [0.0, 0.7475004805146153], "min": [0, 0], "max": [0, 2], "count": [994]}, "eef_direction_action": {"mean": [6.0, 3.994969818913481], "std": [0.0, 2.1635760251012535], "min": [6, 0], "max": [6, 6], "count": [994]}, "eef_velocity_action": {"mean": [0.0, 0.5653923541247485], "std": [0.0, 0.5902029601645623], "min": [0, 0], "max": [0, 2], "count": [994]}, "eef_acc_mag_action": {"mean": [0.0, 0.46680080482897385], "std": [0.0, 0.7475004805146153], "min": [0, 0], "max": [0, 2], "count": [994]}, "eef_sim_pose_state": {"mean": [-0.3103322386741638, 0.46757325530052185, 0.22824189066886902, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27235832810401917, -0.41787952184677124, 0.1921314001083374, 1.3455373048782349, -1.731277346611023, 1.0132217407226562], "std": [1.5099841220944654e-05, 8.129204616125207e-06, 1.2232991139171645e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03329236060380936, 0.08368980884552002, 0.027728380635380745, 0.420174241065979, 0.3232300579547882, 0.29594457149505615], "min": [-0.31038498878479004, 0.4675450026988983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31109699606895447, -0.5192520022392273, 0.14305000007152557, 0.6400504112243652, -2.168621301651001, 0.5842817425727844], "max": [-0.3102940022945404, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21585099399089813, -0.26587700843811035, 0.2324029952287674, 1.9075469970703125, -1.121137022972107, 1.540549874305725], "count": [994]}, "eef_sim_pose_action": {"mean": [-0.310332328081131, 0.4675730764865875, 0.22824180126190186, -1.5732395648956299, -1.1211391687393188, -0.7462767362594604, -0.2723584473133087, -0.41787922382354736, 0.1921311616897583, 1.3455373048782349, -1.731275200843811, 1.0132224559783936], "std": [1.5100068594620097e-05, 8.131250979204196e-06, 1.2233284905960318e-05, 1.2636184692382812e-05, 2.1457672119140625e-06, 1.1324882507324219e-06, 0.03329235687851906, 0.08368982374668121, 0.02772836945950985, 0.420174777507782, 0.3232298195362091, 0.2959446907043457], "min": [-0.31038498878479004, 0.4675450026988983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31109699606895447, -0.5192520022392273, 0.14305000007152557, 0.6400504112243652, -2.168621301651001, 0.5842817425727844], "max": [-0.3102940022945404, 0.46759599447250366, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21585099399089813, -0.26587700843811035, 0.2324029952287674, 1.9075469970703125, -1.121137022972107, 1.540549874305725], "count": [994]}, "gripper_mode_state": {"mean": [0.0, 0.6187122736418511], "std": [0.0, 0.4857029916386969], "min": [0, 0], "max": [0, 1], "count": [994]}, "gripper_activity_state": {"mean": [2.0, 1.9134808853118712], "std": [0.0, 0.3706530157510313], "min": [2, 0], "max": [2, 2], "count": [994]}, "gripper_mode_action": {"mean": [0.0, 0.6187122736418511], "std": [0.0, 0.4857029916386969], "min": [0, 0], "max": [0, 1], "count": [994]}, "gripper_activity_action": {"mean": [2.0, 1.9134808853118712], "std": [0.0, 0.3706530157510314], "min": [2, 0], "max": [2, 2], "count": [994]}}} +{"episode_index": 312, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9921568627450981]]], "mean": [[[0.4303564756200493]], [[0.40781180880188717]], [[0.4131686104077392]]], "std": [[[0.19688502752025022]], [[0.1943997067660862]], [[0.19430985934909065]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40305251211963816]], [[0.3978583300870017]], [[0.39455395132666754]]], "std": [[[0.2316422171444642]], [[0.22265764993333337]], [[0.22073069564030973]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5067023830779552]], [[0.4799631297883392]], [[0.4879293855235251]]], "std": [[[0.19695407840670814]], [[0.19374941634213172]], [[0.20424329997059687]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48689184034540967]], [[0.4617539983984764]], [[0.46458307633207807]]], "std": [[[0.246692086002568]], [[0.2331314113679006]], [[0.23817448878790995]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16437511146068573, 0.18830356001853943, -0.45139452815055847, -1.7984222173690796, 0.25382325053215027, -0.12088150531053543, -0.02834414690732956, -0.3291909992694855, -0.5347260236740112, 0.15907800197601318, 0.609603762626648, -2.2123239040374756, 0.7462756037712097, 1001.0, 194.0, 0.0001842280908022076, -0.2240157127380371, -0.8360274434089661, 1.9090240001678467, -1.0684223175048828, 5.980246714898385e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102949857711792, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.41177552938461304, 0.6047565937042236, -0.008482299745082855, -1.2000185251235962, 1.2200026512145996, 0.3726103603839874, 0.3534466028213501, -0.22212600708007812, -0.3887139856815338, 0.22913600504398346, 1.5732269287109375, -1.121137022972107, 1.4103963375091553, 1001.0, 1003.0, 0.00018610796541906893, -0.2239987999200821, -0.8359949588775635, 1.90904700756073, -1.067885160446167, 7.40411487640813e-05], "mean": [-0.1995166391134262, 0.604672372341156, 0.45138636231422424, -1.4119523763656616, -0.25389108061790466, -0.12053248286247253, 0.02826543338596821, -0.3103332817554474, 0.46757277846336365, 0.2282431274652481, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.17124228179454803, 0.43079307675361633, -0.26827648282051086, -1.4657284021377563, 0.8109525442123413, 0.1149166077375412, 0.12361820042133331, -0.28782743215560913, -0.46781766414642334, 0.18978765606880188, 1.1379530429840088, -1.8053252696990967, 1.1100260019302368, 1001.0, 643.2333374023438, 0.00018480753351468593, -0.224008709192276, -0.8360059261322021, 1.9090486764907837, -1.0681744813919067, 6.711645983159542e-05], "std": [2.4810338800307363e-05, 1.6402304026996717e-05, 2.225393836852163e-05, 2.5025452487170696e-05, 2.1912057491135783e-05, 1.525578772998415e-05, 2.2801157683716156e-05, 1.4237715731724165e-05, 7.60660759624443e-06, 1.1483108210086357e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.18054333329200745, 0.13539651036262512, 0.1302652209997177, 0.19444353878498077, 0.33640772104263306, 0.17823436856269836, 0.10418178141117096, 0.028233973309397697, 0.05270557850599289, 0.024428799748420715, 0.3987429440021515, 0.34600862860679626, 0.23136675357818604, 0.0, 391.96978759765625, 8.683773558004759e-07, 1.272751319447707e-06, 9.820007107919082e-06, 1.326722758676624e-05, 0.00014900200767442584, 1.9946398879255867e-06], "count": [810]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.16437511146068573, 0.18830356001853943, -0.45139452815055847, -1.7984222173690796, 0.25382325053215027, -0.12088150531053543, -0.02834414690732956, -0.3291909992694855, -0.5347260236740112, 0.15907800197601318, 0.609603762626648, -2.2123239040374756, 0.7462756037712097, 1001.0, 194.0, 0.0001842280908022076, -0.2240157127380371, -0.8360274434089661, 1.9090240001678467, -1.0684223175048828, 5.980246714898385e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102949857711792, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.41177552938461304, 0.6047565937042236, -0.008482299745082855, -1.2000185251235962, 1.2200026512145996, 0.3726103603839874, 0.3534466028213501, -0.22212600708007812, -0.3887139856815338, 0.22913600504398346, 1.5732269287109375, -1.121137022972107, 1.4103963375091553, 1001.0, 1003.0, 0.00018610796541906893, -0.2239987999200821, -0.8359949588775635, 1.90904700756073, -1.067885160446167, 7.40411487640813e-05], "mean": [-0.19951660931110382, 0.604672372341156, 0.45138636231422424, -1.4119523763656616, -0.2538910210132599, -0.12053246051073074, 0.028265411034226418, -0.3103332817554474, 0.4675726890563965, 0.22824311256408691, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.17101289331912994, 0.4307498633861542, -0.2682412564754486, -1.4659684896469116, 0.8111987709999084, 0.11501113325357437, 0.123801089823246, -0.28784897923469543, -0.4677387475967407, 0.18971046805381775, 1.1378750801086426, -1.8058534860610962, 1.1100447177886963, 1001.0, 643.2333374023438, 0.00018480753351468593, -0.2240086942911148, -0.8360059261322021, 1.9090486764907837, -1.068174123764038, 6.711645983159542e-05], "std": [2.481018236721866e-05, 1.639482070459053e-05, 2.225393836852163e-05, 2.5025450668181293e-05, 2.193265754613094e-05, 1.5244169844663702e-05, 2.278451393067371e-05, 1.4257532711781096e-05, 7.604340680700261e-06, 1.1458995686552953e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.1806252896785736, 0.1353466808795929, 0.13021942973136902, 0.19449707865715027, 0.3360726535320282, 0.17812980711460114, 0.10404477268457413, 0.02825775183737278, 0.052753668278455734, 0.02440594509243965, 0.39866387844085693, 0.3452897071838379, 0.23133786022663116, 0.0, 391.96978759765625, 8.683773558004759e-07, 1.2664256701100385e-06, 9.834490811044816e-06, 1.3276293429953512e-05, 0.00014928584278095514, 1.9946398879255867e-06], "count": [810]}, "timestamp": {"min": [0.0], "max": [26.966666666666665], "mean": [13.483333333333333], "std": [7.7942226942401005], "count": [810]}, "frame_index": {"min": [0], "max": [809], "mean": [404.5], "std": [233.826680827203], "count": [810]}, "episode_index": {"min": [316], "max": [316], "mean": [316.0], "std": [0.0], "count": [810]}, "index": {"min": [258413], "max": [259222], "mean": [258817.5], "std": [233.826680827203], "count": [810]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [810]}, "gripper_open_scale_state": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.6420555528483273], "std": [0.0, 0.3908915902499701], "count": [810]}, "gripper_open_scale_action": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.6420555528483273], "std": [0.0, 0.3908915902499701], "count": [810]}, "eef_direction_state": {"mean": [6.0, 4.254320987654321], "std": [0.0, 2.1267287453331227], "min": [6, 0], "max": [6, 6], "count": [810]}, "eef_velocity_state": {"mean": [0.0, 0.48271604938271606], "std": [0.0, 0.5754847926162268], "min": [0, 0], "max": [0, 2], "count": [810]}, "eef_acc_mag_state": {"mean": [0.0, 0.36419753086419754], "std": [0.0, 0.6809232370897], "min": [0, 0], "max": [0, 2], "count": [810]}, "eef_direction_action": {"mean": [6.0, 4.254320987654321], "std": [0.0, 2.1267287453331227], "min": [6, 0], "max": [6, 6], "count": [810]}, "eef_velocity_action": {"mean": [0.0, 0.48271604938271606], "std": [0.0, 0.5754847926162268], "min": [0, 0], "max": [0, 2], "count": [810]}, "eef_acc_mag_action": {"mean": [0.0, 0.36419753086419754], "std": [0.0, 0.6809232370897], "min": [0, 0], "max": [0, 2], "count": [810]}, "eef_sim_pose_state": {"mean": [-0.31033313274383545, 0.467572957277298, 0.22824333608150482, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28782737255096436, -0.46781811118125916, 0.18978768587112427, 1.1379536390304565, -1.80532705783844, 1.1100263595581055], "std": [1.4237009054340888e-05, 7.603981430293061e-06, 1.1481260116852354e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0282339695841074, 0.05270557850599289, 0.024428801611065865, 0.3987428843975067, 0.34600886702537537, 0.23136666417121887], "min": [-0.31037798523902893, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3291909992694855, -0.5347260236740112, 0.15907800197601318, 0.609603762626648, -2.2123239040374756, 0.7462756037712097], "max": [-0.3102949857711792, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22212600708007812, -0.3887139856815338, 0.22913600504398346, 1.5732269287109375, -1.121137022972107, 1.4103963375091553], "count": [810]}, "eef_sim_pose_action": {"mean": [-0.3103332817554474, 0.46757277846336365, 0.2282431274652481, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.28782743215560913, -0.46781766414642334, 0.18978765606880188, 1.1379530429840088, -1.8053252696990967, 1.1100260019302368], "std": [1.4237715731724165e-05, 7.60660759624443e-06, 1.1483108210086357e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.028233973309397697, 0.05270557850599289, 0.024428799748420715, 0.3987429440021515, 0.34600862860679626, 0.23136675357818604], "min": [-0.31037798523902893, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3291909992694855, -0.5347260236740112, 0.15907800197601318, 0.609603762626648, -2.2123239040374756, 0.7462756037712097], "max": [-0.3102949857711792, 0.4675939977169037, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22212600708007812, -0.3887139856815338, 0.22913600504398346, 1.5732269287109375, -1.121137022972107, 1.4103963375091553], "count": [810]}, "gripper_mode_state": {"mean": [0.0, 0.43703703703703706], "std": [0.0, 0.4960198234898741], "min": [0, 0], "max": [0, 1], "count": [810]}, "gripper_activity_state": {"mean": [2.0, 1.8925925925925926], "std": [0.0, 0.40923831017272716], "min": [2, 0], "max": [2, 2], "count": [810]}, "gripper_mode_action": {"mean": [0.0, 0.43703703703703706], "std": [0.0, 0.4960198234898741], "min": [0, 0], "max": [0, 1], "count": [810]}, "gripper_activity_action": {"mean": [2.0, 1.8925925925925926], "std": [0.0, 0.40923831017272716], "min": [2, 0], "max": [2, 2], "count": [810]}}} +{"episode_index": 313, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9490196078431372]]], "mean": [[[0.42990206699346406]], [[0.407283125]], [[0.4125393668300653]]], "std": [[[0.19706049488362593]], [[0.19439024979267885]], [[0.19402701793212887]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40221994281045753]], [[0.3969376007625272]], [[0.393770336328976]]], "std": [[[0.23162105306053501]], [[0.22262848006364294]], [[0.22062780756598607]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5062474877450981]], [[0.47958234885620915]], [[0.48756908496732027]]], "std": [[[0.19680442839716691]], [[0.1936649322135803]], [[0.2041240624129284]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47971042755991283]], [[0.45783708605664486]], [[0.460018197167756]]], "std": [[[0.24462392617468717]], [[0.23389891440803154]], [[0.23845544732906532]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1932777613401413, 0.18327702581882477, -0.4720592200756073, -1.7450848817825317, 0.25384068489074707, -0.3822445571422577, -0.17851227521896362, -0.3139500021934509, -0.5402830243110657, 0.13948799669742584, 0.6301476359367371, -2.0795841217041016, 0.7456094622612, 1001.0, 202.0, 0.0001842280908022076, -0.2240157127380371, -0.8360409140586853, 1.9090200662612915, -1.0688763856887817, 5.505623994395137e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4158945083618164, 0.6725625991821289, -0.05576326698064804, -1.2069649696350098, 1.2787154912948608, 0.4046545922756195, 0.5805837512016296, -0.2238830029964447, -0.35933399200439453, 0.22992099821567535, 1.9417290687561035, -1.121137022972107, 1.314022183418274, 1001.0, 1003.0, 0.00018610796541906893, -0.2239987999200821, -0.8360068798065186, 1.9090478420257568, -1.06777822971344, 7.119341171346605e-05], "mean": [-0.1995173543691635, 0.60467928647995, 0.4513845145702362, -1.4119542837142944, -0.2538967430591583, -0.12053225934505463, 0.02827010303735733, -0.310331255197525, 0.46757328510284424, 0.2282465398311615, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.18159987032413483, 0.416235089302063, -0.257099986076355, -1.4779118299484253, 0.7775586843490601, 0.07440820336341858, 0.12969520688056946, -0.27646875381469727, -0.46795961260795593, 0.18512974679470062, 1.2193409204483032, -1.7562782764434814, 1.0975455045700073, 1001.0, 581.8560791015625, 0.00018450318020768464, -0.22400864958763123, -0.8360224962234497, 1.909048318862915, -1.0680568218231201, 6.40901635051705e-05], "std": [2.495679655112326e-05, 1.8813418137142435e-05, 2.3023969333735295e-05, 2.3818196495994925e-05, 2.2354979591909796e-05, 1.4939164429961238e-05, 1.977232750505209e-05, 1.5076362615218386e-05, 8.005259587662295e-06, 1.2492024325183593e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.1716042309999466, 0.14638327062129974, 0.11857738345861435, 0.15353959798812866, 0.3008723855018616, 0.2792528569698334, 0.23521220684051514, 0.024890892207622528, 0.05442950502038002, 0.02688460238277912, 0.47948208451271057, 0.30953288078308105, 0.19082045555114746, 0.0, 390.5301818847656, 6.64610922740394e-07, 1.319646571573685e-06, 8.441254067292903e-06, 1.3856409168511163e-05, 0.00025504332734271884, 2.219839188910555e-06], "count": [799]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.1932777613401413, 0.18327702581882477, -0.4720592200756073, -1.7450848817825317, 0.25384068489074707, -0.3822445571422577, -0.17851227521896362, -0.3139500021934509, -0.5402830243110657, 0.13948799669742584, 0.6301476359367371, -2.0795841217041016, 0.7456094622612, 1001.0, 202.0, 0.0001842280908022076, -0.2240157127380371, -0.8360409140586853, 1.9090200662612915, -1.0688763856887817, 5.505623994395137e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4158945083618164, 0.6725625991821289, -0.05576326698064804, -1.2069649696350098, 1.2787154912948608, 0.4046545922756195, 0.5805837512016296, -0.2238830029964447, -0.35933399200439453, 0.22992099821567535, 1.9417290687561035, -1.121137022972107, 1.314022183418274, 1001.0, 1003.0, 0.00018610796541906893, -0.2239987999200821, -0.8360068798065186, 1.9090478420257568, -1.06777822971344, 7.119341171346605e-05], "mean": [-0.1995173543691635, 0.60467928647995, 0.4513845145702362, -1.411954402923584, -0.25389668345451355, -0.12053223699331284, 0.02827007882297039, -0.310331255197525, 0.467573344707489, 0.22824658453464508, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.18138717114925385, 0.4163092374801636, -0.25712230801582336, -1.4782508611679077, 0.7780998349189758, 0.07460231333971024, 0.12983672320842743, -0.2764718532562256, -0.4678727090358734, 0.1850537657737732, 1.2191067934036255, -1.7570078372955322, 1.0975972414016724, 1001.0, 581.8547973632812, 0.0001845055230660364, -0.22400864958763123, -0.8360226154327393, 1.9090484380722046, -1.0680570602416992, 6.40830330667086e-05], "std": [2.495680018910207e-05, 1.88148369488772e-05, 2.3023969333735295e-05, 2.377511736995075e-05, 2.2392026949091814e-05, 1.495239575888263e-05, 1.9757962945732288e-05, 1.5072628229972906e-05, 8.00844827608671e-06, 1.2456461263354868e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.1716870665550232, 0.146493598818779, 0.11861563473939896, 0.15369224548339844, 0.3003181219100952, 0.2791711688041687, 0.23515111207962036, 0.024895239621400833, 0.05448540672659874, 0.026848414912819862, 0.4793547987937927, 0.3087206780910492, 0.1907309740781784, 0.0, 390.5281066894531, 6.669544063697685e-07, 1.3221119843365159e-06, 8.487230843456928e-06, 1.3970526197226718e-05, 0.00025500720948912203, 2.221411023128894e-06], "count": [799]}, "timestamp": {"min": [0.0], "max": [26.6], "mean": [13.3], "std": [7.688375063113864], "count": [799]}, "frame_index": {"min": [0], "max": [798], "mean": [399.0], "std": [230.65125189341592], "count": [799]}, "episode_index": {"min": [317], "max": [317], "mean": [317.0], "std": [0.0], "count": [799]}, "index": {"min": [259223], "max": [260021], "mean": [259622.0], "std": [230.65125189341592], "count": [799]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [799]}, "gripper_open_scale_state": {"min": [1.0, 0.20200000703334808], "max": [1.0, 1.0], "mean": [1.0, 0.5807922435493135], "std": [0.0, 0.3893852891628582], "count": [799]}, "gripper_open_scale_action": {"min": [1.0, 0.20200000703334808], "max": [1.0, 1.0], "mean": [1.0, 0.5807922435493135], "std": [0.0, 0.3893852891628582], "count": [799]}, "eef_direction_state": {"mean": [6.0, 3.9574468085106385], "std": [0.0, 2.125167501751286], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_state": {"mean": [0.0, 0.5707133917396746], "std": [0.0, 0.5980304484137263], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_state": {"mean": [0.0, 0.42052565707133915], "std": [0.0, 0.7239021113822097], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_direction_action": {"mean": [6.0, 3.9574468085106385], "std": [0.0, 2.125167501751286], "min": [6, 0], "max": [6, 6], "count": [799]}, "eef_velocity_action": {"mean": [0.0, 0.5707133917396746], "std": [0.0, 0.5980304484137263], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_acc_mag_action": {"mean": [0.0, 0.42052565707133915], "std": [0.0, 0.7239021113822097], "min": [0, 0], "max": [0, 2], "count": [799]}, "eef_sim_pose_state": {"mean": [-0.31033140420913696, 0.46757346391677856, 0.22824668884277344, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27646875381469727, -0.4679596722126007, 0.18512967228889465, 1.2193411588668823, -1.7562769651412964, 1.0975453853607178], "std": [1.5075584087753668e-05, 8.003240509424359e-06, 1.2491156667238101e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02489088475704193, 0.05442950502038002, 0.02688460610806942, 0.4794822633266449, 0.3095328211784363, 0.19082048535346985], "min": [-0.3103800117969513, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3139500021934509, -0.5402830243110657, 0.13948799669742584, 0.6301476359367371, -2.0795841217041016, 0.7456094622612], "max": [-0.3102790117263794, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2238830029964447, -0.35933399200439453, 0.22992099821567535, 1.9417290687561035, -1.121137022972107, 1.314022183418274], "count": [799]}, "eef_sim_pose_action": {"mean": [-0.310331255197525, 0.46757328510284424, 0.2282465398311615, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.27646875381469727, -0.46795961260795593, 0.18512974679470062, 1.2193409204483032, -1.7562782764434814, 1.0975455045700073], "std": [1.5076362615218386e-05, 8.005259587662295e-06, 1.2492024325183593e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.024890892207622528, 0.05442950502038002, 0.02688460238277912, 0.47948208451271057, 0.30953288078308105, 0.19082045555114746], "min": [-0.3103800117969513, 0.4675469994544983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3139500021934509, -0.5402830243110657, 0.13948799669742584, 0.6301476359367371, -2.0795841217041016, 0.7456094622612], "max": [-0.3102790117263794, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2238830029964447, -0.35933399200439453, 0.22992099821567535, 1.9417290687561035, -1.121137022972107, 1.314022183418274], "count": [799]}, "gripper_mode_state": {"mean": [0.0, 0.5168961201501877], "std": [0.0, 0.49971443957911493], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_state": {"mean": [2.0, 1.8936170212765957], "std": [0.0, 0.4063905142510455], "min": [2, 0], "max": [2, 2], "count": [799]}, "gripper_mode_action": {"mean": [0.0, 0.5168961201501877], "std": [0.0, 0.499714439579115], "min": [0, 0], "max": [0, 1], "count": [799]}, "gripper_activity_action": {"mean": [2.0, 1.8936170212765957], "std": [0.0, 0.4063905142510455], "min": [2, 0], "max": [2, 2], "count": [799]}}} +{"episode_index": 314, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9725490196078431]]], "mean": [[[0.4318622367465505]], [[0.40916198862260955]], [[0.41516772875816993]]], "std": [[[0.19643350668851747]], [[0.19389779619450584]], [[0.1939885316225667]]], "count": [135]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4040243963326071]], [[0.39903016824013554]], [[0.3956575314693779]]], "std": [[[0.23272008601008923]], [[0.22348996060065443]], [[0.22143759915193792]]], "count": [135]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5070238138465263]], [[0.4802079308884048]], [[0.4880444868070685]]], "std": [[[0.19694548536019507]], [[0.1937085146294564]], [[0.20416452689929035]]], "count": [135]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4853996081457274]], [[0.4601384410554345]], [[0.4645622427983539]]], "std": [[[0.25279998705247064]], [[0.23822485855376566]], [[0.24344409348926327]]], "count": [135]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037598848342896, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30628782510757446, 0.3076317310333252, -0.47279226779937744, -1.8866137266159058, 0.2537883222103119, -0.210224911570549, -0.028291787952184677, -0.33071500062942505, -0.5225679874420166, 0.16278700530529022, 0.6530953645706177, -2.359312057495117, 0.7462756037712097, 1001.0, 182.0, 0.0001842280908022076, -0.22400632500648499, -0.8360599279403687, 1.9090145826339722, -1.0690340995788574, -3.1325103918788955e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.4675930142402649, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36332517862319946, 0.7532666325569153, 0.01811651699244976, -1.195253849029541, 1.2954356670379639, 0.42816415429115295, 0.43823471665382385, -0.22055399417877197, -0.3476479947566986, 0.23576000332832336, 1.781195878982544, -1.121137022972107, 1.3811900615692139, 1001.0, 1003.0, 0.0001842280908022076, -0.22398750483989716, -0.8360155820846558, 1.9090430736541748, -1.067615032196045, -4.746227659779834e-06], "mean": [-0.19951742887496948, 0.6046707630157471, 0.45138809084892273, -1.411962866783142, -0.25390589237213135, -0.1205332949757576, 0.028264900669455528, -0.3103298246860504, 0.4675729274749756, 0.22823917865753174, -1.573238492012024, -1.1211395263671875, -0.7462766766548157, 0.1478578746318817, 0.4875236451625824, -0.2785986661911011, -1.468815803527832, 0.8610453605651855, 0.07224731892347336, 0.17093823850154877, -0.288513720035553, -0.45986589789390564, 0.19765031337738037, 1.1718751192092896, -1.8290468454360962, 1.0916845798492432, 1001.0, 586.1461181640625, 0.0001842288620537147, -0.22399935126304626, -0.836035430431366, 1.9090352058410645, -1.0681318044662476, -1.9670296751428396e-05], "std": [2.5140976504189894e-05, 1.5179500223894138e-05, 2.3779535695211962e-05, 2.4362525437027216e-05, 2.232051338069141e-05, 1.6567613783990964e-05, 2.5613691832404584e-05, 1.5505447663599625e-05, 8.0339896157966e-06, 1.159551084128907e-05, 1.1563301086425781e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.20355211198329926, 0.1516708880662918, 0.13197189569473267, 0.21794962882995605, 0.36461105942726135, 0.18749681115150452, 0.125356525182724, 0.031528275460004807, 0.05752977356314659, 0.022113585844635963, 0.4385206401348114, 0.38470521569252014, 0.2554362416267395, 0.0, 399.0316162109375, 7.712515071034431e-10, 1.6537628653168213e-06, 1.0989922884618863e-05, 7.596412160637556e-06, 0.0002629520313348621, 2.6791210530063836e-06], "count": [698]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02816961333155632, -0.31037598848342896, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30628782510757446, 0.3076317310333252, -0.47279226779937744, -1.8866137266159058, 0.2537883222103119, -0.210224911570549, -0.028291787952184677, -0.33071500062942505, -0.5225679874420166, 0.16278700530529022, 0.6530953645706177, -2.359312057495117, 0.7462756037712097, 1001.0, 182.0, 0.0001842280908022076, -0.22400632500648499, -0.8360599279403687, 1.9090145826339722, -1.0690340995788574, -3.1325103918788955e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.4675930142402649, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.36332517862319946, 0.7532666325569153, 0.01811651699244976, -1.195253849029541, 1.2954356670379639, 0.42816415429115295, 0.43823471665382385, -0.22055399417877197, -0.3476479947566986, 0.23576000332832336, 1.781195878982544, -1.121137022972107, 1.3811900615692139, 1001.0, 1003.0, 0.0001842280908022076, -0.22398750483989716, -0.8360155820846558, 1.9090430736541748, -1.067615032196045, -4.746227659779834e-06], "mean": [-0.19951745867729187, 0.6046707034111023, 0.4513881206512451, -1.411962866783142, -0.25390589237213135, -0.120533287525177, 0.028264999389648438, -0.3103298246860504, 0.4675729274749756, 0.22823917865753174, -1.573238492012024, -1.1211395263671875, -0.7462766766548157, 0.1476706713438034, 0.48758214712142944, -0.2786276340484619, -1.4689990282058716, 0.8614490628242493, 0.07224468886852264, 0.17115174233913422, -0.2885410785675049, -0.4597909450531006, 0.19759789109230042, 1.1718016862869263, -1.829633355140686, 1.0917302370071411, 1001.0, 586.141845703125, 0.0001842288620537147, -0.22399935126304626, -0.836035430431366, 1.9090352058410645, -1.0681312084197998, -1.9668936147354543e-05], "std": [2.5140392608591355e-05, 1.5165484910539817e-05, 2.3795410015736707e-05, 2.441657670715358e-05, 2.232051338069141e-05, 1.656777567404788e-05, 2.5718294637044892e-05, 1.5508057913393714e-05, 8.031935976759996e-06, 1.1596168405958451e-05, 1.1563301086425781e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.2035646289587021, 0.1517239511013031, 0.1320120096206665, 0.21795563399791718, 0.36409392952919006, 0.18749947845935822, 0.12514378130435944, 0.03155550733208656, 0.05755370482802391, 0.02208428457379341, 0.4384576380252838, 0.38393688201904297, 0.2553774416446686, 0.0, 399.02667236328125, 7.712515071034431e-10, 1.6531325854884926e-06, 1.0987724635924678e-05, 7.5978227869200055e-06, 0.0002630231902003288, 2.678250666576787e-06], "count": [698]}, "timestamp": {"min": [0.0], "max": [23.233333333333334], "mean": [11.616666666666665], "std": [6.716501238657586], "count": [698]}, "frame_index": {"min": [0], "max": [697], "mean": [348.5], "std": [201.4950371597276], "count": [698]}, "episode_index": {"min": [318], "max": [318], "mean": [318.0], "std": [0.0], "count": [698]}, "index": {"min": [260022], "max": [260719], "mean": [260370.5], "std": [201.4950371597276], "count": [698]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [698]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5853810872679795], "std": [0.0, 0.3982334658625623], "count": [698]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5853810872679795], "std": [0.0, 0.3982334658625623], "count": [698]}, "eef_direction_state": {"mean": [6.0, 4.0573065902578795], "std": [0.0, 2.1603710470033013], "min": [6, 0], "max": [6, 6], "count": [698]}, "eef_velocity_state": {"mean": [0.0, 0.5744985673352435], "std": [0.0, 0.645267180506364], "min": [0, 0], "max": [0, 2], "count": [698]}, "eef_acc_mag_state": {"mean": [0.0, 0.4297994269340974], "std": [0.0, 0.731074661264844], "min": [0, 0], "max": [0, 2], "count": [698]}, "eef_direction_action": {"mean": [6.0, 4.0573065902578795], "std": [0.0, 2.1603710470033013], "min": [6, 0], "max": [6, 6], "count": [698]}, "eef_velocity_action": {"mean": [0.0, 0.5744985673352435], "std": [0.0, 0.645267180506364], "min": [0, 0], "max": [0, 2], "count": [698]}, "eef_acc_mag_action": {"mean": [0.0, 0.4297994269340974], "std": [0.0, 0.731074661264844], "min": [0, 0], "max": [0, 2], "count": [698]}, "eef_sim_pose_state": {"mean": [-0.310329794883728, 0.46757298707962036, 0.22823908925056458, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.28851354122161865, -0.4598658084869385, 0.19765037298202515, 1.1718758344650269, -1.829049825668335, 1.09168541431427], "std": [1.5505453120567836e-05, 8.033773156057578e-06, 1.1595186151680537e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.031528275460004807, 0.05752977356314659, 0.022113585844635963, 0.4385206401348114, 0.38470521569252014, 0.2554362416267395], "min": [-0.31037598848342896, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33071500062942505, -0.5225679874420166, 0.16278700530529022, 0.6530953645706177, -2.359312057495117, 0.7462756037712097], "max": [-0.3102859854698181, 0.4675930142402649, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22055399417877197, -0.3476479947566986, 0.23576000332832336, 1.781195878982544, -1.121137022972107, 1.3811900615692139], "count": [698]}, "eef_sim_pose_action": {"mean": [-0.3103298246860504, 0.4675729274749756, 0.22823917865753174, -1.573238492012024, -1.1211395263671875, -0.7462766766548157, -0.288513720035553, -0.45986589789390564, 0.19765031337738037, 1.1718751192092896, -1.8290468454360962, 1.0916845798492432], "std": [1.5505447663599625e-05, 8.0339896157966e-06, 1.159551084128907e-05, 1.1563301086425781e-05, 2.5033950805664062e-06, 1.0728836059570312e-06, 0.031528275460004807, 0.05752977356314659, 0.022113585844635963, 0.4385206401348114, 0.38470521569252014, 0.2554362416267395], "min": [-0.31037598848342896, 0.4675459861755371, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33071500062942505, -0.5225679874420166, 0.16278700530529022, 0.6530953645706177, -2.359312057495117, 0.7462756037712097], "max": [-0.3102859854698181, 0.4675930142402649, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22055399417877197, -0.3476479947566986, 0.23576000332832336, 1.781195878982544, -1.121137022972107, 1.3811900615692139], "count": [698]}, "gripper_mode_state": {"mean": [0.0, 0.497134670487106], "std": [0.0, 0.4999917898193759], "min": [0, 0], "max": [0, 1], "count": [698]}, "gripper_activity_state": {"mean": [2.0, 1.8782234957020056], "std": [0.0, 0.43263866408353663], "min": [2, 0], "max": [2, 2], "count": [698]}, "gripper_mode_action": {"mean": [0.0, 0.497134670487106], "std": [0.0, 0.4999917898193759], "min": [0, 0], "max": [0, 1], "count": [698]}, "gripper_activity_action": {"mean": [2.0, 1.8782234957020056], "std": [0.0, 0.4326386640835367], "min": [2, 0], "max": [2, 2], "count": [698]}}} +{"episode_index": 315, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9411764705882353]], [[0.9686274509803922]]], "mean": [[[0.43061198882706236]], [[0.4081513231981982]], [[0.41425844180577637]]], "std": [[[0.19670704933892977]], [[0.1945177149949681]], [[0.19461166294292848]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4028912667262851]], [[0.39764354519961137]], [[0.39451132060369193]]], "std": [[[0.23146743586577928]], [[0.22236357566354645]], [[0.2205282774136686]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5067660431571277]], [[0.4799515048136372]], [[0.4879161008434906]]], "std": [[[0.19698091543991275]], [[0.19376999377133014]], [[0.20419929860602629]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4882195807940293]], [[0.46024443009185656]], [[0.4662249326532415]]], "std": [[[0.2554541735592105]], [[0.23871815546912023]], [[0.2443609717651177]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3050137460231781, 0.20919516682624817, -0.45144686102867126, -1.926040530204773, 0.2537883222103119, -0.17362534999847412, -0.12784536182880402, -0.3192540109157562, -0.52777498960495, 0.16196000576019287, 0.4259018301963806, -2.2168242931365967, 0.7456094622612, 1001.0, 200.0, 0.000176708577782847, -0.22401194274425507, -0.8360615372657776, 1.9090152978897095, -1.0699191093444824, -4.4614538637688383e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3848450779914856, 0.6727371215820312, -0.02963569015264511, -1.2209277153015137, 1.2787154912948608, 0.5563935041427612, 0.42212533950805664, -0.21823300421237946, -0.33527401089668274, 0.2282799929380417, 1.8386269807815552, -1.121137022972107, 1.3133844137191772, 1001.0, 1002.0, 0.00018798784003593028, -0.22383712232112885, -0.8360163569450378, 1.909049391746521, -1.0672600269317627, 2.657887489476707e-05], "mean": [-0.19951815903186798, 0.6046698689460754, 0.4513870179653168, -1.4119638204574585, -0.25390782952308655, -0.12053398042917252, 0.02828138694167137, -0.31032872200012207, 0.46757379174232483, 0.22824160754680634, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.151445209980011, 0.4587970972061157, -0.2771509885787964, -1.5031574964523315, 0.7819460034370422, 0.12642329931259155, 0.08293405920267105, -0.2863278090953827, -0.45871418714523315, 0.1871960312128067, 1.1586289405822754, -1.7679166793823242, 1.0370343923568726, 1001.0, 628.9796142578125, 0.00018373862258158624, -0.2239493727684021, -0.8360405564308167, 1.9090371131896973, -1.0680242776870728, -1.2731241440633312e-05], "std": [2.73856712738052e-05, 1.6931580830714665e-05, 2.3286913346964866e-05, 2.396064519416541e-05, 2.2674770661978982e-05, 1.5067470485519152e-05, 1.8993507183040492e-05, 1.5143871678446885e-05, 8.356716534763109e-06, 1.265355331270257e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.20133332908153534, 0.14491814374923706, 0.12588950991630554, 0.21070750057697296, 0.375855028629303, 0.24829691648483276, 0.14599473774433136, 0.028807934373617172, 0.059568796306848526, 0.020892983302474022, 0.48890596628189087, 0.37846943736076355, 0.2087128609418869, 0.0, 389.7418212890625, 9.563894991515554e-07, 6.712428876198828e-05, 1.0827473488461692e-05, 8.429478839389049e-06, 0.00036223503411747515, 1.0467224456078839e-05], "count": [784]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037798523902893, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3050137460231781, 0.20919516682624817, -0.45144686102867126, -1.926040530204773, 0.2537883222103119, -0.17362534999847412, -0.12784536182880402, -0.3192540109157562, -0.52777498960495, 0.16196000576019287, 0.4259018301963806, -2.2168242931365967, 0.7456094622612, 1001.0, 200.0, 0.000176708577782847, -0.22401194274425507, -0.8360615372657776, 1.9090152978897095, -1.0699191093444824, -4.4614538637688383e-05], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3848450779914856, 0.6727371215820312, -0.02963569015264511, -1.2209277153015137, 1.2787154912948608, 0.5563935041427612, 0.42212533950805664, -0.21823300421237946, -0.33527401089668274, 0.2282799929380417, 1.8386269807815552, -1.121137022972107, 1.3133844137191772, 1001.0, 1002.0, 0.00018798784003593028, -0.22383712232112885, -0.8360163569450378, 1.909049391746521, -1.0672600269317627, 2.657887489476707e-05], "mean": [-0.19951821863651276, 0.6046698689460754, 0.4513869285583496, -1.4119635820388794, -0.2539078891277313, -0.1205340102314949, 0.028281409293413162, -0.3103286921977997, 0.46757379174232483, 0.22824160754680634, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.15120543539524078, 0.4587588906288147, -0.2771104574203491, -1.5034292936325073, 0.7822492718696594, 0.12650690972805023, 0.08303501456975937, -0.2863388657569885, -0.45863696932792664, 0.18712331354618073, 1.1584949493408203, -1.7684296369552612, 1.0371612310409546, 1001.0, 628.9796142578125, 0.00018373620696365833, -0.22394919395446777, -0.8360405564308167, 1.9090371131896973, -1.0680242776870728, -1.2707026144198608e-05], "std": [2.7339930966263637e-05, 1.6931580830714665e-05, 2.329203016415704e-05, 2.397396747255698e-05, 2.271354060212616e-05, 1.5077013813424855e-05, 1.8995559003087692e-05, 1.5131693544390146e-05, 8.338447514688596e-06, 1.2664919267990626e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.20138782262802124, 0.1448836624622345, 0.12583845853805542, 0.21072737872600555, 0.3755245506763458, 0.24822476506233215, 0.145945206284523, 0.028818827122449875, 0.05959644913673401, 0.020849067717790604, 0.48880696296691895, 0.3778645396232605, 0.2085663229227066, 0.0, 389.7418212890625, 9.575165904607275e-07, 6.717385986121371e-05, 1.0827239748323336e-05, 8.433778930339031e-06, 0.0003622292715590447, 1.047246314556105e-05], "count": [784]}, "timestamp": {"min": [0.0], "max": [26.1], "mean": [13.05], "std": [7.544037380607283], "count": [784]}, "frame_index": {"min": [0], "max": [783], "mean": [391.5], "std": [226.3211214182185], "count": [784]}, "episode_index": {"min": [319], "max": [319], "mean": [319.0], "std": [0.0], "count": [784]}, "index": {"min": [260720], "max": [261503], "mean": [261111.5], "std": [226.3211214182185], "count": [784]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [784]}, "gripper_open_scale_state": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.6289770419766404], "std": [0.0, 0.38973919943029794], "count": [784]}, "gripper_open_scale_action": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.6289770419766404], "std": [0.0, 0.38973919943029794], "count": [784]}, "eef_direction_state": {"mean": [6.0, 4.188775510204081], "std": [0.0, 2.1261435171988556], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_state": {"mean": [0.0, 0.5204081632653061], "std": [0.0, 0.6223653339582433], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_state": {"mean": [0.0, 0.37244897959183676], "std": [0.0, 0.6825493347265813], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_direction_action": {"mean": [6.0, 4.188775510204081], "std": [0.0, 2.1261435171988556], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_action": {"mean": [0.0, 0.5204081632653061], "std": [0.0, 0.6223653339582433], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_action": {"mean": [0.0, 0.37244897959183676], "std": [0.0, 0.6825493347265813], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_sim_pose_state": {"mean": [-0.31032857298851013, 0.46757397055625916, 0.22824162244796753, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2863277196884155, -0.45871445536613464, 0.18719607591629028, 1.158631443977356, -1.767913818359375, 1.037035346031189], "std": [1.514303312433185e-05, 8.355241334356833e-06, 1.2653520570893306e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02880794182419777, 0.059568796306848526, 0.02089298702776432, 0.4889060854911804, 0.3784695863723755, 0.20871277153491974], "min": [-0.31037798523902893, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3192540109157562, -0.52777498960495, 0.16196000576019287, 0.4259018301963806, -2.2168242931365967, 0.7456094622612], "max": [-0.3102889955043793, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21823300421237946, -0.33527401089668274, 0.2282799929380417, 1.8386269807815552, -1.121137022972107, 1.3133844137191772], "count": [784]}, "eef_sim_pose_action": {"mean": [-0.31032872200012207, 0.46757379174232483, 0.22824160754680634, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.2863278090953827, -0.45871418714523315, 0.1871960312128067, 1.1586289405822754, -1.7679166793823242, 1.0370343923568726], "std": [1.5143871678446885e-05, 8.356716534763109e-06, 1.265355331270257e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.028807934373617172, 0.059568796306848526, 0.020892983302474022, 0.48890596628189087, 0.37846943736076355, 0.2087128609418869], "min": [-0.31037798523902893, 0.46754899621009827, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3192540109157562, -0.52777498960495, 0.16196000576019287, 0.4259018301963806, -2.2168242931365967, 0.7456094622612], "max": [-0.3102889955043793, 0.46759700775146484, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21823300421237946, -0.33527401089668274, 0.2282799929380417, 1.8386269807815552, -1.121137022972107, 1.3133844137191772], "count": [784]}, "gripper_mode_state": {"mean": [0.0, 0.45663265306122447], "std": [0.0, 0.4981157227186137], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_state": {"mean": [2.0, 1.8928571428571428], "std": [0.0, 0.408768683652132], "min": [2, 0], "max": [2, 2], "count": [784]}, "gripper_mode_action": {"mean": [0.0, 0.45663265306122447], "std": [0.0, 0.4981157227186137], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_action": {"mean": [2.0, 1.8928571428571428], "std": [0.0, 0.408768683652132], "min": [2, 0], "max": [2, 2], "count": [784]}}} +{"episode_index": 316, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4316061196167965]], [[0.40823276899230015]], [[0.41399637389202254]]], "std": [[[0.19648450989018776]], [[0.1939893361816406]], [[0.19403678453061785]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4021435991919599]], [[0.3969364717633629]], [[0.3936627831497896]]], "std": [[[0.2319554848978845]], [[0.22278823238713388]], [[0.22061564525701477]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5068325387232518]], [[0.48000224533306474]], [[0.4877616981153192]]], "std": [[[0.19693918614131864]], [[0.19368994229981978]], [[0.20413848952891808]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4786101234443549]], [[0.4531078011684126]], [[0.4591511116147372]]], "std": [[[0.26342865531015264]], [[0.24628361009439417]], [[0.25207408290943606]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26567402482032776, 0.2713637948036194, -0.5705306529998779, -1.7584192752838135, 0.2537883222103119, -0.28618162870407104, -0.09896016865968704, -0.3329870104789734, -0.5224210023880005, 0.15592899918556213, 0.5166578888893127, -2.1946065425872803, 0.6681517958641052, 1001.0, 195.0, 0.00018046832701656967, -0.2238728404045105, -0.8360504508018494, 1.9090176820755005, -1.069460391998291, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3496243357658386, 0.721135139465332, 0.02312561310827732, -1.2695698738098145, 1.3640446662902832, 0.4035724699497223, 0.7048861384391785, -0.21218299865722656, -0.3467009961605072, 0.2629059851169586, 1.94137704372406, -1.121137022972107, 1.4188697338104248, 1001.0, 1003.0, 0.00018234820163343102, -0.22384841740131378, -0.836024284362793, 1.909044623374939, -1.0676196813583374, 0.00018510287918616086], "mean": [-0.19951801002025604, 0.6046714186668396, 0.4513874351978302, -1.4119635820388794, -0.25391286611557007, -0.12053561955690384, 0.02828040160238743, -0.31032851338386536, 0.46757370233535767, 0.22824209928512573, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.15455275774002075, 0.5107850432395935, -0.2953204810619354, -1.4807127714157104, 0.8620055913925171, 0.0457305870950222, 0.18953856825828552, -0.2855716943740845, -0.4542941749095917, 0.1951906532049179, 1.2338061332702637, -1.8203781843185425, 1.0233947038650513, 1001.0, 581.9494018554688, 0.00018206193635705858, -0.22385676205158234, -0.8360361456871033, 1.9090392589569092, -1.0680263042449951, 2.3993396098376252e-05], "std": [2.5516641471767798e-05, 1.587896258570254e-05, 2.3509584934799932e-05, 2.4237098841695115e-05, 2.2647125661023892e-05, 1.62290070875315e-05, 1.9702985809999518e-05, 1.5071591406012885e-05, 8.011133104446344e-06, 1.1687043297570199e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.183724507689476, 0.16928662359714508, 0.15676604211330414, 0.15169757604599, 0.3517751097679138, 0.23460082709789276, 0.27879440784454346, 0.03303735703229904, 0.059026848524808884, 0.03091871738433838, 0.5392878651618958, 0.33609065413475037, 0.2838062047958374, 0.0, 392.2679748535156, 6.744608072040137e-07, 1.417517978552496e-06, 7.3204705586249474e-06, 7.889295375207439e-06, 0.000298043480142951, 5.55671940674074e-05], "count": [771]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26567402482032776, 0.2713637948036194, -0.5705306529998779, -1.7584192752838135, 0.2537883222103119, -0.28618162870407104, -0.09896016865968704, -0.3329870104789734, -0.5224210023880005, 0.15592899918556213, 0.5166578888893127, -2.1946065425872803, 0.6681517958641052, 1001.0, 195.0, 0.00018046832701656967, -0.2238728404045105, -0.8360504508018494, 1.9090176820755005, -1.069460391998291, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3496243357658386, 0.721135139465332, 0.02312561310827732, -1.2695698738098145, 1.3640446662902832, 0.4035724699497223, 0.7048861384391785, -0.21218299865722656, -0.3467009961605072, 0.2629059851169586, 1.94137704372406, -1.121137022972107, 1.4188697338104248, 1001.0, 1003.0, 0.00018234820163343102, -0.22384841740131378, -0.836024284362793, 1.909044623374939, -1.0676196813583374, 0.00018510287918616086], "mean": [-0.19951802492141724, 0.6046714186668396, 0.4513874650001526, -1.4119635820388794, -0.25391286611557007, -0.1205357164144516, 0.028280356898903847, -0.3103284537792206, 0.46757370233535767, 0.22824206948280334, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.15445882081985474, 0.510872483253479, -0.2954704165458679, -1.4808722734451294, 0.8623517751693726, 0.045739468187093735, 0.18972058594226837, -0.28560012578964233, -0.45422735810279846, 0.19512148201465607, 1.2338067293167114, -1.8209099769592285, 1.0233184099197388, 1001.0, 581.9533081054688, 0.00018205950618721545, -0.22385674715042114, -0.8360363245010376, 1.9090393781661987, -1.0680263042449951, 2.4170685719582252e-05], "std": [2.5515697416267358e-05, 1.5888439520495012e-05, 2.352431147301104e-05, 2.4185799702536315e-05, 2.2647125661023892e-05, 1.6110683645820245e-05, 1.971684287127573e-05, 1.5047045053506736e-05, 8.010771125555038e-06, 1.1681764590321109e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.18372011184692383, 0.16935251653194427, 0.1569703221321106, 0.15168975293636322, 0.35130739212036133, 0.2345944344997406, 0.27869799733161926, 0.03306800127029419, 0.05904090031981468, 0.030904339626431465, 0.5392882227897644, 0.3353070318698883, 0.2838889956474304, 0.0, 392.2737731933594, 6.768198659301561e-07, 1.416381451235793e-06, 7.380359875241993e-06, 7.966928933456074e-06, 0.0002980853314511478, 5.571425936068408e-05], "count": [771]}, "timestamp": {"min": [0.0], "max": [25.666666666666668], "mean": [12.833333333333334], "std": [7.418944718808784], "count": [771]}, "frame_index": {"min": [0], "max": [770], "mean": [385.0], "std": [222.5683415642635], "count": [771]}, "episode_index": {"min": [320], "max": [320], "mean": [320.0], "std": [0.0], "count": [771]}, "index": {"min": [261504], "max": [262274], "mean": [261889.0], "std": [222.5683415642635], "count": [771]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [771]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5814552511609172], "std": [0.0, 0.39173995152419955], "count": [771]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5814552511609172], "std": [0.0, 0.3917399515241995], "count": [771]}, "eef_direction_state": {"mean": [6.0, 4.137483787289235], "std": [0.0, 2.145011018129139], "min": [6, 0], "max": [6, 6], "count": [771]}, "eef_velocity_state": {"mean": [0.0, 0.5486381322957199], "std": [0.0, 0.6205788583057131], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_acc_mag_state": {"mean": [0.0, 0.3748378728923476], "std": [0.0, 0.6989633371907679], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_direction_action": {"mean": [6.0, 4.137483787289235], "std": [0.0, 2.145011018129139], "min": [6, 0], "max": [6, 6], "count": [771]}, "eef_velocity_action": {"mean": [0.0, 0.5486381322957199], "std": [0.0, 0.6205788583057131], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_acc_mag_action": {"mean": [0.0, 0.3748378728923476], "std": [0.0, 0.6989633371907679], "min": [0, 0], "max": [0, 2], "count": [771]}, "eef_sim_pose_state": {"mean": [-0.3103286921977997, 0.46757346391677856, 0.22824200987815857, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.285571813583374, -0.4542939364910126, 0.19519072771072388, 1.2338049411773682, -1.820376992225647, 1.0233932733535767], "std": [1.507028537162114e-05, 8.007313226698898e-06, 1.1686855941661634e-05, 0.0, 0.0, 0.0, 0.033037345856428146, 0.05902683362364769, 0.030918728560209274, 0.5392881035804749, 0.33609074354171753, 0.2838062345981598], "min": [-0.3103809952735901, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3329870104789734, -0.5224210023880005, 0.15592899918556213, 0.5166578888893127, -2.1946065425872803, 0.6681517958641052], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21218299865722656, -0.3467009961605072, 0.2629059851169586, 1.94137704372406, -1.121137022972107, 1.4188697338104248], "count": [771]}, "eef_sim_pose_action": {"mean": [-0.31032851338386536, 0.46757370233535767, 0.22824209928512573, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.2855716943740845, -0.4542941749095917, 0.1951906532049179, 1.2338061332702637, -1.8203781843185425, 1.0233947038650513], "std": [1.5071591406012885e-05, 8.011133104446344e-06, 1.1687043297570199e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03303735703229904, 0.059026848524808884, 0.03091871738433838, 0.5392878651618958, 0.33609065413475037, 0.2838062047958374], "min": [-0.3103809952735901, 0.46755099296569824, 0.22819599509239197, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3329870104789734, -0.5224210023880005, 0.15592899918556213, 0.5166578888893127, -2.1946065425872803, 0.6681517958641052], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21218299865722656, -0.3467009961605072, 0.2629059851169586, 1.94137704372406, -1.121137022972107, 1.4188697338104248], "count": [771]}, "gripper_mode_state": {"mean": [0.0, 0.5123216601815823], "std": [0.0, 0.49984815363305396], "min": [0, 0], "max": [0, 1], "count": [771]}, "gripper_activity_state": {"mean": [2.0, 1.88715953307393], "std": [0.0, 0.41872959520517317], "min": [2, 0], "max": [2, 2], "count": [771]}, "gripper_mode_action": {"mean": [0.0, 0.5123216601815823], "std": [0.0, 0.49984815363305396], "min": [0, 0], "max": [0, 1], "count": [771]}, "gripper_activity_action": {"mean": [2.0, 1.88715953307393], "std": [0.0, 0.41872959520517317], "min": [2, 0], "max": [2, 2], "count": [771]}}} +{"episode_index": 317, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.42507483989121375]], [[0.40255015599640304]], [[0.40782586113304387]]], "std": [[[0.19815505111197776]], [[0.19587569607837046]], [[0.19548923450543382]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4013784598850726]], [[0.3962455462889854]], [[0.3931978234526473]]], "std": [[[0.23151411670710026]], [[0.22255650140894134]], [[0.22055204274430854]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5042869963701364]], [[0.47808977606702635]], [[0.4857836817892705]]], "std": [[[0.1963737951847421]], [[0.19360506765072488]], [[0.2040052908414584]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45750821380006146]], [[0.43325576281966927]], [[0.43909855189279295]]], "std": [[[0.2679457362873277]], [[0.253599814202929]], [[0.2568978521932419]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46754199266433716, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12541936337947845, 0.2563888728618622, -0.5727996230125427, -1.6090888977050781, 0.25389304757118225, -0.23727752268314362, -0.0763057991862297, -0.3258489966392517, -0.5446860194206238, 0.09494099766016006, 0.49089527130126953, -2.2147889137268066, 0.42907482385635376, 1001.0, 183.0, 0.00018046832701656967, -0.2238559126853943, -0.836033821105957, 1.9090303182601929, -1.0682575702667236, 0.00012909738870803267], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43736204504966736, 0.7072248458862305, -0.1840449720621109, -1.1823383569717407, 1.3909052610397339, 0.41456806659698486, 0.8409519791603088, -0.21660399436950684, -0.37017399072647095, 0.22907499969005585, 2.1373348236083984, -1.121137022972107, 1.3756846189498901, 1001.0, 1003.0, 0.00018234820163343102, -0.2238408923149109, -0.8360163569450378, 1.90904700756073, -1.0680142641067505, 0.00014333607396110892], "mean": [-0.19951438903808594, 0.6046751141548157, 0.45138785243034363, -1.411963701248169, -0.2539183795452118, -0.12053463608026505, 0.028273211792111397, -0.31032970547676086, 0.46757248044013977, 0.22824233770370483, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2780146896839142, 0.47355061769485474, -0.3988652527332306, -1.4040685892105103, 0.8971502184867859, 0.053329091519117355, 0.2517406642436981, -0.2832699120044708, -0.4711425006389618, 0.16298075020313263, 1.2807868719100952, -1.9271591901779175, 0.9789283871650696, 1001.0, 572.146484375, 0.00018217827891930938, -0.22384776175022125, -0.8360269069671631, 1.9090520143508911, -1.0681304931640625, 0.00013564426626544446], "std": [2.623134605528321e-05, 1.699616950645577e-05, 2.1695565010304563e-05, 2.3813743609935045e-05, 2.2624626581091434e-05, 1.4997932339610998e-05, 1.864114892669022e-05, 1.5151646948652342e-05, 8.152948794304393e-06, 1.1530401934578549e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10452532023191452, 0.1446344554424286, 0.11785728484392166, 0.13209310173988342, 0.344156414270401, 0.22088764607906342, 0.33713921904563904, 0.027993038296699524, 0.056439485400915146, 0.03562885895371437, 0.6086666584014893, 0.32388681173324585, 0.33972111344337463, 0.0, 399.2048034667969, 5.37039511527837e-07, 1.3473155604515341e-06, 5.455248356156517e-06, 1.4210218978405464e-05, 9.184572263620794e-05, 1.6652852536935825e-06], "count": [792]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.46754199266433716, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12541936337947845, 0.2563888728618622, -0.5727996230125427, -1.6090888977050781, 0.25389304757118225, -0.23727752268314362, -0.0763057991862297, -0.3258489966392517, -0.5446860194206238, 0.09494099766016006, 0.49089527130126953, -2.2147889137268066, 0.42907482385635376, 1001.0, 183.0, 0.00018046832701656967, -0.2238559126853943, -0.836033821105957, 1.9090303182601929, -1.0682575702667236, 0.00012909738870803267], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43736204504966736, 0.7072248458862305, -0.1840449720621109, -1.1823383569717407, 1.3909052610397339, 0.41456806659698486, 0.8409519791603088, -0.21660399436950684, -0.37017399072647095, 0.22907499969005585, 2.1373348236083984, -1.121137022972107, 1.3756846189498901, 1001.0, 1003.0, 0.00018234820163343102, -0.2238408923149109, -0.8360163569450378, 1.90904700756073, -1.0680142641067505, 0.00014333607396110892], "mean": [-0.19951438903808594, 0.6046751737594604, 0.45138776302337646, -1.411963701248169, -0.253918319940567, -0.12053462862968445, 0.028273189440369606, -0.31032970547676086, 0.46757254004478455, 0.22824233770370483, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.27794939279556274, 0.4736497402191162, -0.39901354908943176, -1.4042357206344604, 0.8975614905357361, 0.053373072296381, 0.2519524395465851, -0.2832868695259094, -0.4710831046104431, 0.16291281580924988, 1.2807644605636597, -1.9277448654174805, 0.9788608551025391, 1001.0, 572.1427001953125, 0.0001821806508814916, -0.22384776175022125, -0.8360269069671631, 1.9090520143508911, -1.0681307315826416, 0.00013563827087637037], "std": [2.623134605528321e-05, 1.7000598745653406e-05, 2.1681311409338377e-05, 2.3813743609935045e-05, 2.260525980091188e-05, 1.4998153346823528e-05, 1.8650158381205983e-05, 1.5146506484597921e-05, 8.150257599481847e-06, 1.1524095498316456e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.1045905202627182, 0.14475101232528687, 0.11799705028533936, 0.13218684494495392, 0.3435817360877991, 0.22085626423358917, 0.337015837430954, 0.02801351435482502, 0.05646802484989166, 0.03555556759238243, 0.6086556315422058, 0.32284650206565857, 0.3397728204727173, 0.0, 399.2025146484375, 5.336099775377079e-07, 1.3473155604515341e-06, 5.4519573495781515e-06, 1.4211619600246195e-05, 9.186690294882283e-05, 1.6666319879732328e-06], "count": [792]}, "timestamp": {"min": [0.0], "max": [26.366666666666667], "mean": [13.183333333333334], "std": [7.6210174784872], "count": [792]}, "frame_index": {"min": [0], "max": [791], "mean": [395.5], "std": [228.630524354616], "count": [792]}, "episode_index": {"min": [321], "max": [321], "mean": [321.0], "std": [0.0], "count": [792]}, "index": {"min": [262275], "max": [263066], "mean": [262670.5], "std": [228.630524354616], "count": [792]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [792]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5715265143662691], "std": [0.0, 0.39853866574754776], "count": [792]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5715265143662691], "std": [0.0, 0.39853866574754776], "count": [792]}, "eef_direction_state": {"mean": [6.0, 4.220959595959596], "std": [0.0, 2.113070217915705], "min": [6, 0], "max": [6, 6], "count": [792]}, "eef_velocity_state": {"mean": [0.0, 0.5214646464646465], "std": [0.0, 0.583479528228058], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_acc_mag_state": {"mean": [0.0, 0.3952020202020202], "std": [0.0, 0.7100485184702334], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_direction_action": {"mean": [6.0, 4.220959595959596], "std": [0.0, 2.113070217915705], "min": [6, 0], "max": [6, 6], "count": [792]}, "eef_velocity_action": {"mean": [0.0, 0.5214646464646465], "std": [0.0, 0.583479528228058], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_acc_mag_action": {"mean": [0.0, 0.3952020202020202], "std": [0.0, 0.7100485184702334], "min": [0, 0], "max": [0, 2], "count": [792]}, "eef_sim_pose_state": {"mean": [-0.3103296160697937, 0.4675726592540741, 0.2282424122095108, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.28326985239982605, -0.4711419343948364, 0.162980854511261, 1.2807867527008057, -1.9271585941314697, 0.9789280891418457], "std": [1.5151545085245743e-05, 8.151333531714045e-06, 1.1530171832419e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.027993038296699524, 0.05643950402736664, 0.03562885895371437, 0.6086664199829102, 0.3238869607448578, 0.3397213816642761], "min": [-0.31037500500679016, 0.46754199266433716, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3258489966392517, -0.5446860194206238, 0.09494099766016006, 0.49089527130126953, -2.2147889137268066, 0.42907482385635376], "max": [-0.3102880120277405, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21660399436950684, -0.37017399072647095, 0.22907499969005585, 2.1373348236083984, -1.121137022972107, 1.3756846189498901], "count": [792]}, "eef_sim_pose_action": {"mean": [-0.31032970547676086, 0.46757248044013977, 0.22824233770370483, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.2832699120044708, -0.4711425006389618, 0.16298075020313263, 1.2807868719100952, -1.9271591901779175, 0.9789283871650696], "std": [1.5151646948652342e-05, 8.152948794304393e-06, 1.1530401934578549e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.027993038296699524, 0.056439485400915146, 0.03562885895371437, 0.6086666584014893, 0.32388681173324585, 0.33972111344337463], "min": [-0.31037500500679016, 0.46754199266433716, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3258489966392517, -0.5446860194206238, 0.09494099766016006, 0.49089527130126953, -2.2147889137268066, 0.42907482385635376], "max": [-0.3102880120277405, 0.4675990045070648, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21660399436950684, -0.37017399072647095, 0.22907499969005585, 2.1373348236083984, -1.121137022972107, 1.3756846189498901], "count": [792]}, "gripper_mode_state": {"mean": [0.0, 0.5164141414141414], "std": [0.0, 0.49973050333318186], "min": [0, 0], "max": [0, 1], "count": [792]}, "gripper_activity_state": {"mean": [2.0, 1.8914141414141414], "std": [0.0, 0.4123436590192142], "min": [2, 0], "max": [2, 2], "count": [792]}, "gripper_mode_action": {"mean": [0.0, 0.5164141414141414], "std": [0.0, 0.49973050333318186], "min": [0, 0], "max": [0, 1], "count": [792]}, "gripper_activity_action": {"mean": [2.0, 1.8914141414141414], "std": [0.0, 0.4123436590192142], "min": [2, 0], "max": [2, 2], "count": [792]}}} +{"episode_index": 318, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.42751791370086845]], [[0.404740838201719]], [[0.4103504762064643]]], "std": [[[0.19757266826862205]], [[0.19588094559315722]], [[0.19567135559509466]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40052987901781717]], [[0.3947306593584922]], [[0.39136924467275497]]], "std": [[[0.22939692398892667]], [[0.22060035261333086]], [[0.21880940404876378]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5055181193481959]], [[0.4791491866438356]], [[0.4868869709127943]]], "std": [[[0.19671993636436694]], [[0.19402297246007835]], [[0.2045221200300853]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47556942066210045]], [[0.4504976147707942]], [[0.45748217443370043]]], "std": [[[0.26501011265143765]], [[0.24811661429102336]], [[0.25316237171253086]]], "count": [146]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.024609141051769257, 0.22020818293094635, -0.4514119625091553, -1.7091660499572754, 0.2537883222103119, -0.21710151433944702, -0.028379054740071297, -0.33405300974845886, -0.5152620077133179, 0.0892300009727478, 0.5318208336830139, -2.2144105434417725, 0.7043612003326416, 1001.0, 177.0, 0.00018046832701656967, -0.22385215759277344, -0.8360353708267212, 1.9090280532836914, -1.0682567358016968, 0.000124351165140979], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3194476068019867, 0.6047216653823853, -0.1149299293756485, -1.2863250970840454, 1.2504761219024658, 0.44914302229881287, 0.5089554786682129, -0.24111999571323395, -0.37408798933029175, 0.2283480018377304, 1.9819329977035522, -1.121137022972107, 1.3625092506408691, 1001.0, 1000.0, 0.00018234820163343102, -0.2238408923149109, -0.836021900177002, 1.9090430736541748, -1.0680087804794312, 0.00013858985039405525], "mean": [-0.1995168924331665, 0.6046751141548157, 0.45138657093048096, -1.411962628364563, -0.25391456484794617, -0.12053784728050232, 0.028272589668631554, -0.31032899022102356, 0.46757379174232483, 0.2282429337501526, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.15871576964855194, 0.4246467053890228, -0.3109212815761566, -1.4781494140625, 0.7231983542442322, 0.09073134511709213, 0.1623350828886032, -0.29810887575149536, -0.4541286528110504, 0.16576866805553436, 1.2446129322052002, -1.8040422201156616, 0.9947264790534973, 1001.0, 636.8020629882812, 0.00018221803475171328, -0.22384756803512573, -0.8360350728034973, 1.9090484380722046, -1.0681630373001099, 0.00013115072215441614], "std": [2.5263716452172957e-05, 1.6532057998119853e-05, 2.250845318485517e-05, 2.4961369490483776e-05, 2.1949208530713804e-05, 1.505513682786841e-05, 1.943146708072163e-05, 1.4285780707723461e-05, 7.856947377149481e-06, 1.1785108654294163e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.12154509872198105, 0.13370446860790253, 0.1076236292719841, 0.13151319324970245, 0.36919668316841125, 0.23800770938396454, 0.16941028833389282, 0.023653462529182434, 0.04763311147689819, 0.03850400820374489, 0.5165207386016846, 0.35050415992736816, 0.25547298789024353, 0.0, 398.71856689453125, 4.7506827627330495e-07, 1.1080186368417344e-06, 7.7888316809549e-06, 1.4032731087354477e-05, 7.938329508760944e-05, 1.794799572962802e-06], "count": [773]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103809952735901, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.024609141051769257, 0.22020818293094635, -0.4514119625091553, -1.7091660499572754, 0.2537883222103119, -0.21710151433944702, -0.028379054740071297, -0.33405300974845886, -0.5152620077133179, 0.0892300009727478, 0.5318208336830139, -2.2144105434417725, 0.7043612003326416, 1001.0, 177.0, 0.00018046832701656967, -0.22385215759277344, -0.8360353708267212, 1.9090280532836914, -1.0682567358016968, 0.000124351165140979], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3194476068019867, 0.6047216653823853, -0.1149299293756485, -1.2863250970840454, 1.2504761219024658, 0.44914302229881287, 0.5089554786682129, -0.24111999571323395, -0.37408798933029175, 0.2283480018377304, 1.9819329977035522, -1.121137022972107, 1.3625092506408691, 1001.0, 1000.0, 0.00018234820163343102, -0.2238408923149109, -0.836021900177002, 1.9090430736541748, -1.0680087804794312, 0.00013858985039405525], "mean": [-0.19951686263084412, 0.6046751141548157, 0.45138657093048096, -1.411962866783142, -0.2539145350456238, -0.1205378994345665, 0.028272589668631554, -0.31032896041870117, 0.46757379174232483, 0.2282429188489914, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.1584676057100296, 0.4245952367782593, -0.3108469247817993, -1.4783817529678345, 0.72340989112854, 0.09085199236869812, 0.1625806838274002, -0.2981371581554413, -0.4540471136569977, 0.1656976342201233, 1.2445391416549683, -1.8045810461044312, 0.9946858286857605, 1001.0, 636.8020629882812, 0.00018221803475171328, -0.22384756803512573, -0.8360350728034973, 1.9090484380722046, -1.0681629180908203, 0.00013114458124618977], "std": [2.5216530048055574e-05, 1.6512212823727168e-05, 2.250845318485517e-05, 2.4991062673507258e-05, 2.1949424990452826e-05, 1.5037619050417561e-05, 1.943146708072163e-05, 1.4300330803962424e-05, 7.848741915950086e-06, 1.179312039312208e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.12165718525648117, 0.1336430013179779, 0.10754644125699997, 0.1315544694662094, 0.3689742982387543, 0.23792457580566406, 0.1692717969417572, 0.02368110977113247, 0.04766393080353737, 0.038439247757196426, 0.5164768695831299, 0.3497738242149353, 0.25551483035087585, 0.0, 398.71856689453125, 4.7506827627330495e-07, 1.1080186368417344e-06, 7.784126864862628e-06, 1.4040864698472433e-05, 7.938498310977593e-05, 1.796943138288043e-06], "count": [773]}, "timestamp": {"min": [0.0], "max": [25.733333333333334], "mean": [12.866666666666665], "std": [7.438189743927394], "count": [773]}, "frame_index": {"min": [0], "max": [772], "mean": [386.0], "std": [223.1456923178218], "count": [773]}, "episode_index": {"min": [322], "max": [322], "mean": [322.0], "std": [0.0], "count": [773]}, "index": {"min": [263067], "max": [263839], "mean": [263453.0], "std": [223.1456923178218], "count": [773]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [773]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6368020704114884], "std": [0.0, 0.3987197760444414], "count": [773]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6368020704114884], "std": [0.0, 0.3987197760444415], "count": [773]}, "eef_direction_state": {"mean": [6.0, 4.385510996119017], "std": [0.0, 2.0394294801101265], "min": [6, 0], "max": [6, 6], "count": [773]}, "eef_velocity_state": {"mean": [0.0, 0.4799482535575679], "std": [0.0, 0.5876468718235103], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_acc_mag_state": {"mean": [0.0, 0.35446313065976714], "std": [0.0, 0.6870424288888124], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_direction_action": {"mean": [6.0, 4.385510996119017], "std": [0.0, 2.0394294801101265], "min": [6, 0], "max": [6, 6], "count": [773]}, "eef_velocity_action": {"mean": [0.0, 0.4799482535575679], "std": [0.0, 0.5876468718235103], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_acc_mag_action": {"mean": [0.0, 0.35446313065976714], "std": [0.0, 0.6870424288888124], "min": [0, 0], "max": [0, 2], "count": [773]}, "eef_sim_pose_state": {"mean": [-0.3103289008140564, 0.4675734043121338, 0.2282429337501526, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.29810893535614014, -0.4541287124156952, 0.1657686084508896, 1.2446099519729614, -1.80404794216156, 0.9947290420532227], "std": [1.428568248229567e-05, 7.84802068665158e-06, 1.1785111382778268e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.023653456941246986, 0.04763312637805939, 0.03850400447845459, 0.5165199637413025, 0.35050445795059204, 0.2554728090763092], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33405300974845886, -0.5152620077133179, 0.0892300009727478, 0.5318208336830139, -2.2144105434417725, 0.7043612003326416], "max": [-0.3102880120277405, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24111999571323395, -0.37408798933029175, 0.2283480018377304, 1.9819329977035522, -1.121137022972107, 1.3625092506408691], "count": [773]}, "eef_sim_pose_action": {"mean": [-0.31032899022102356, 0.46757379174232483, 0.2282429337501526, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.29810887575149536, -0.4541286528110504, 0.16576866805553436, 1.2446129322052002, -1.8040422201156616, 0.9947264790534973], "std": [1.4285780707723461e-05, 7.856947377149481e-06, 1.1785108654294163e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.023653462529182434, 0.04763311147689819, 0.03850400820374489, 0.5165207386016846, 0.35050415992736816, 0.25547298789024353], "min": [-0.3103809952735901, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33405300974845886, -0.5152620077133179, 0.0892300009727478, 0.5318208336830139, -2.2144105434417725, 0.7043612003326416], "max": [-0.3102880120277405, 0.46759799122810364, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24111999571323395, -0.37408798933029175, 0.2283480018377304, 1.9819329977035522, -1.121137022972107, 1.3625092506408691], "count": [773]}, "gripper_mode_state": {"mean": [0.0, 0.4333764553686934], "std": [0.0, 0.49554142440442167], "min": [0, 0], "max": [0, 1], "count": [773]}, "gripper_activity_state": {"mean": [2.0, 1.888745148771022], "std": [0.0, 0.41391089465235126], "min": [2, 0], "max": [2, 2], "count": [773]}, "gripper_mode_action": {"mean": [0.0, 0.4333764553686934], "std": [0.0, 0.49554142440442167], "min": [0, 0], "max": [0, 1], "count": [773]}, "gripper_activity_action": {"mean": [2.0, 1.888745148771022], "std": [0.0, 0.41391089465235126], "min": [2, 0], "max": [2, 2], "count": [773]}}} +{"episode_index": 319, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.42475218462948244]], [[0.40228092154654654]], [[0.4082571404124713]]], "std": [[[0.1983011402746195]], [[0.19648526400717276]], [[0.19606884573226066]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4012826259163575]], [[0.3954367299284579]], [[0.3922924381182653]]], "std": [[[0.2292059303797608]], [[0.2203343112398898]], [[0.2183642691052448]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5043571268879173]], [[0.47822477808691044]], [[0.4860018437555202]]], "std": [[[0.19639940902375994]], [[0.19387523786843275]], [[0.20429781457473]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4773027830219926]], [[0.45205958118044515]], [[0.4593164069400283]]], "std": [[[0.2648544271316082]], [[0.24994819604501178]], [[0.254743183303029]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0524122379720211, 0.20947441458702087, -0.4524940848350525, -1.6671735048294067, 0.25389304757118225, -0.13690362870693207, -0.09098400920629501, -0.3313339948654175, -0.5213310122489929, 0.08024100214242935, 0.570201575756073, -2.1414525508880615, 0.7105590105056763, 1001.0, 195.0, 0.00018046832701656967, -0.22385403513908386, -0.8360345959663391, 1.9090272188186646, -1.0680729150772095, -0.0001822551421355456], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.4675939977169037, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3376164734363556, 0.6047565937042236, -0.1457873433828354, -1.2814381122589111, 1.2434598207473755, 0.39067450165748596, 0.4973315894603729, -0.22474199533462524, -0.40289101004600525, 0.22862400114536285, 1.9328538179397583, -1.121137022972107, 1.3675798177719116, 1001.0, 1003.0, 0.00018234820163343102, -0.2238408923149109, -0.836025059223175, 1.909042239189148, -1.0679802894592285, 0.0001300466392422095], "mean": [-0.19951318204402924, 0.6046752333641052, 0.45138564705848694, -1.4119621515274048, -0.2539139688014984, -0.1205349713563919, 0.028273027390241623, -0.310330331325531, 0.46757298707962036, 0.22824303805828094, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2007652074098587, 0.4180296063423157, -0.33107173442840576, -1.4807727336883545, 0.7379621863365173, 0.09842265397310257, 0.14433173835277557, -0.28533655405044556, -0.46347498893737793, 0.15870127081871033, 1.257200002670288, -1.804404377937317, 1.0048120021820068, 1001.0, 599.8363037109375, 0.00018183661450166255, -0.22384800016880035, -0.8360340595245361, 1.9090479612350464, -1.0680269002914429, 7.240181002998725e-05], "std": [2.6481517124921083e-05, 1.700379107205663e-05, 2.2347241610987112e-05, 2.4374789063585922e-05, 2.171432424802333e-05, 1.5395160517073236e-05, 1.9287308532511815e-05, 1.485861594119342e-05, 7.955283763294574e-06, 1.1752184036595281e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10061854869127274, 0.13782763481140137, 0.11049404740333557, 0.12577487528324127, 0.34258130192756653, 0.20695963501930237, 0.2003229260444641, 0.029430394992232323, 0.045653775334358215, 0.042833246290683746, 0.512622594833374, 0.3182964026927948, 0.26881811022758484, 0.0, 393.053466796875, 8.36119284031156e-07, 1.1637745274128974e-06, 5.177847924642265e-06, 1.2884881471109111e-05, 2.9687762435059994e-05, 0.00011479110253276303], "count": [788]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0524122379720211, 0.20947441458702087, -0.4524940848350525, -1.6671735048294067, 0.25389304757118225, -0.13690362870693207, -0.09098400920629501, -0.3313339948654175, -0.5213310122489929, 0.08024100214242935, 0.570201575756073, -2.1414525508880615, 0.7105590105056763, 1001.0, 195.0, 0.00018046832701656967, -0.22385403513908386, -0.8360345959663391, 1.9090272188186646, -1.0680729150772095, -0.0001822551421355456], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.4675939977169037, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3376164734363556, 0.6047565937042236, -0.1457873433828354, -1.2814381122589111, 1.2434598207473755, 0.39067450165748596, 0.4973315894603729, -0.22474199533462524, -0.40289101004600525, 0.22862400114536285, 1.9328538179397583, -1.121137022972107, 1.3675798177719116, 1001.0, 1003.0, 0.00018234820163343102, -0.2238408923149109, -0.836025059223175, 1.909042239189148, -1.0679802894592285, 0.0001300466392422095], "mean": [-0.19951313734054565, 0.6046752333641052, 0.45138561725616455, -1.4119621515274048, -0.2539139688014984, -0.12053502351045609, 0.028273072093725204, -0.310330331325531, 0.46757298707962036, 0.22824302315711975, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2005811184644699, 0.41799652576446533, -0.33106890320777893, -1.4809659719467163, 0.7382306456565857, 0.09849241375923157, 0.14459896087646484, -0.28536149859428406, -0.4634014964103699, 0.15861889719963074, 1.2571779489517212, -1.8049900531768799, 1.0047776699066162, 1001.0, 599.8388061523438, 0.00018183661450166255, -0.22384800016880035, -0.8360341787338257, 1.9090479612350464, -1.0680267810821533, 7.201753032859415e-05], "std": [2.6478815925656818e-05, 1.7022852262016386e-05, 2.2348382117343135e-05, 2.4374789063585922e-05, 2.1726762497564778e-05, 1.5386140148621053e-05, 1.9290357158752158e-05, 1.4858144822937902e-05, 7.954016837175004e-06, 1.1762075700971764e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10075318068265915, 0.1377859115600586, 0.11049099266529083, 0.12578600645065308, 0.34228432178497314, 0.20689508318901062, 0.20023292303085327, 0.02945988066494465, 0.04569380357861519, 0.04276175796985626, 0.5126091241836548, 0.3174618184566498, 0.26885300874710083, 0.0, 393.0565490722656, 8.36119284031156e-07, 1.1637745274128974e-06, 5.2670079639938194e-06, 1.2891230653622188e-05, 2.969764500448946e-05, 0.00011511351476656273], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [323], "max": [323], "mean": [323.0], "std": [0.0], "count": [788]}, "index": {"min": [263840], "max": [264627], "mean": [264233.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.599366749206624], "std": [0.0, 0.39257303675530275], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.599366749206624], "std": [0.0, 0.39257303675530275], "count": [788]}, "eef_direction_state": {"mean": [6.0, 4.451776649746193], "std": [0.0, 2.0933686428786915], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.43274111675126903], "std": [0.0, 0.5603607422061769], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.31091370558375636], "std": [0.0, 0.638075053797876], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 4.451776649746193], "std": [0.0, 2.0933686428786915], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.43274111675126903], "std": [0.0, 0.5603607422061769], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.31091370558375636], "std": [0.0, 0.638075053797876], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.31033003330230713, 0.4675728678703308, 0.2282431423664093, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2853364944458008, -0.46347489953041077, 0.15870127081871033, 1.2571994066238403, -1.8044066429138184, 1.004813313484192], "std": [1.485572738602059e-05, 7.954146894917358e-06, 1.1751631973311305e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.02943037822842598, 0.04565376788377762, 0.042833246290683746, 0.5126223564147949, 0.31829601526260376, 0.268818199634552], "min": [-0.3103800117969513, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3313339948654175, -0.5213310122489929, 0.08024100214242935, 0.570201575756073, -2.1414525508880615, 0.7105590105056763], "max": [-0.31028300523757935, 0.4675939977169037, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22474199533462524, -0.40289101004600525, 0.22862400114536285, 1.9328538179397583, -1.121137022972107, 1.3675798177719116], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.310330331325531, 0.46757298707962036, 0.22824303805828094, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.28533655405044556, -0.46347498893737793, 0.15870127081871033, 1.257200002670288, -1.804404377937317, 1.0048120021820068], "std": [1.485861594119342e-05, 7.955283763294574e-06, 1.1752184036595281e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.029430394992232323, 0.045653775334358215, 0.042833246290683746, 0.512622594833374, 0.3182964026927948, 0.26881811022758484], "min": [-0.3103800117969513, 0.4675459861755371, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3313339948654175, -0.5213310122489929, 0.08024100214242935, 0.570201575756073, -2.1414525508880615, 0.7105590105056763], "max": [-0.31028300523757935, 0.4675939977169037, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22474199533462524, -0.40289101004600525, 0.22862400114536285, 1.9328538179397583, -1.121137022972107, 1.3675798177719116], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.48984771573604063], "std": [0.0, 0.4998969204988395], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8883248730964468], "std": [0.0, 0.4187432685003136], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.48984771573604063], "std": [0.0, 0.4998969204988395], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8883248730964468], "std": [0.0, 0.4187432685003136], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 320, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.984313725490196]]], "mean": [[[0.4289426495345613]], [[0.40605743092691626]], [[0.411203173895821]]], "std": [[[0.19716276072297398]], [[0.19489266966758526]], [[0.19476910121951985]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.400896977124183]], [[0.3946947440087146]], [[0.3916660947712418]]], "std": [[[0.23209557033380862]], [[0.22252783243346147]], [[0.2201378177212318]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.506184659090909]], [[0.47945033298673007]], [[0.4871133256585462]]], "std": [[[0.19681888494563643]], [[0.1937778853590296]], [[0.20421026612542284]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654200633788869]], [[0.4408230726381462]], [[0.44702909610814023]]], "std": [[[0.267782441011698]], [[0.25193158861393344]], [[0.256169546150341]]], "count": [165]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10133381932973862, 0.25993189215660095, -0.5814913511276245, -1.7149605751037598, 0.2537883222103119, -0.23122122883796692, -0.053040556609630585, -0.3300060033798218, -0.5321069955825806, 0.14430800080299377, 0.47970667481422424, -2.2097203731536865, 0.4999938905239105, 1001.0, 184.0, 0.00018046832701656967, -0.2238578051328659, -0.8360401391983032, 1.9090256690979004, -1.0682567358016968, -0.0001879506162367761], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38899898529052734, 0.7871434688568115, -0.1667487621307373, -1.2223763465881348, 1.4266669750213623, 0.3660304546356201, 0.8279841542243958, -0.2214280068874359, -0.3385019898414612, 0.2284020036458969, 2.0028727054595947, -1.121137022972107, 1.406281590461731, 1001.0, 1003.0, 0.00018234820163343102, -0.2238427698612213, -0.836021900177002, 1.909043788909912, -1.0679247379302979, -0.00016611797036603093], "mean": [-0.1995110958814621, 0.6046746969223022, 0.4513866603374481, -1.411963939666748, -0.2539156675338745, -0.12053722888231277, 0.028271092101931572, -0.31033140420913696, 0.4675713777542114, 0.2282419204711914, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.2045852094888687, 0.5154969096183777, -0.36836326122283936, -1.4490470886230469, 0.9248256683349609, 0.029646018519997597, 0.24834856390953064, -0.28704652190208435, -0.4579344093799591, 0.1779273897409439, 1.2543156147003174, -1.92383873462677, 1.0174065828323364, 1001.0, 599.2615356445312, 0.00018195653683505952, -0.22384759783744812, -0.8360294103622437, 1.9090484380722046, -1.0680350065231323, -0.0001742675667628646], "std": [2.6741849069367163e-05, 1.618797250557691e-05, 2.264801696583163e-05, 2.4036427930695936e-05, 2.2916816305951215e-05, 1.5972236724337563e-05, 1.8618173271534033e-05, 1.5540201275143772e-05, 8.182360943465028e-06, 1.113232701754896e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.1499405950307846, 0.16674067080020905, 0.09878979623317719, 0.1627805531024933, 0.3490937054157257, 0.1859382838010788, 0.30069273710250854, 0.02529584802687168, 0.06328460574150085, 0.020694391801953316, 0.538771390914917, 0.3233684003353119, 0.3281432092189789, 0.0, 400.44091796875, 7.625773719155404e-07, 1.6324006537615787e-06, 5.192402113607386e-06, 1.3944858437753282e-05, 0.00010435938747832552, 1.9142835299135186e-06], "count": [910]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.10133381932973862, 0.25993189215660095, -0.5814913511276245, -1.7149605751037598, 0.2537883222103119, -0.23122122883796692, -0.053040556609630585, -0.3300060033798218, -0.5321069955825806, 0.14430800080299377, 0.47970667481422424, -2.2097203731536865, 0.4999938905239105, 1001.0, 184.0, 0.00018046832701656967, -0.2238578051328659, -0.8360401391983032, 1.9090256690979004, -1.0682567358016968, -0.0001879506162367761], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38899898529052734, 0.7871434688568115, -0.1667487621307373, -1.2223763465881348, 1.4266669750213623, 0.3660304546356201, 0.8279841542243958, -0.2214280068874359, -0.3385019898414612, 0.2284020036458969, 2.0028727054595947, -1.121137022972107, 1.406281590461731, 1001.0, 1003.0, 0.00018234820163343102, -0.2238427698612213, -0.836021900177002, 1.909043788909912, -1.0679247379302979, -0.00016611797036603093], "mean": [-0.1995111107826233, 0.6046746969223022, 0.4513866603374481, -1.411963939666748, -0.2539156675338745, -0.12053721398115158, 0.028271092101931572, -0.31033143401145935, 0.4675713777542114, 0.2282419204711914, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, 0.20453250408172607, 0.5155887603759766, -0.36850446462631226, -1.4491662979125977, 0.9250826835632324, 0.029627475887537003, 0.2485899031162262, -0.28706738352775574, -0.4578784108161926, 0.1778668314218521, 1.2544167041778564, -1.9242924451828003, 1.0172537565231323, 1001.0, 599.2582397460938, 0.00018195653683505952, -0.22384759783744812, -0.8360294103622437, 1.9090484380722046, -1.0680350065231323, -0.0001742685999488458], "std": [2.6746109142550267e-05, 1.618797250557691e-05, 2.264801696583163e-05, 2.403743019385729e-05, 2.2916816305951215e-05, 1.596796209923923e-05, 1.8618175090523437e-05, 1.553006768517662e-05, 8.183433237718418e-06, 1.1133171938126907e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.14995077252388, 0.16681285202503204, 0.09899992495775223, 0.1627930849790573, 0.3486855924129486, 0.18595406413078308, 0.3005586564540863, 0.025322861969470978, 0.0632985532283783, 0.020627470687031746, 0.5388400554656982, 0.3225306272506714, 0.3283015191555023, 0.0, 400.4375305175781, 7.625773150721216e-07, 1.6345945823559305e-06, 5.192006483412115e-06, 1.3945766113465652e-05, 0.00010436178126838058, 1.914754648169037e-06], "count": [910]}, "timestamp": {"min": [0.0], "max": [30.3], "mean": [15.149999999999999], "std": [8.756473795617351], "count": [910]}, "frame_index": {"min": [0], "max": [909], "mean": [454.5], "std": [262.69421386852054], "count": [910]}, "episode_index": {"min": [324], "max": [324], "mean": [324.0], "std": [0.0], "count": [910]}, "index": {"min": [264628], "max": [265537], "mean": [265082.5], "std": [262.69421386852054], "count": [910]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [910]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5986648351445303], "std": [0.0, 0.3998414447062114], "count": [910]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5986648351445303], "std": [0.0, 0.3998414447062114], "count": [910]}, "eef_direction_state": {"mean": [6.0, 4.234065934065934], "std": [0.0, 2.0800316872174323], "min": [6, 0], "max": [6, 6], "count": [910]}, "eef_velocity_state": {"mean": [0.0, 0.5241758241758242], "std": [0.0, 0.5826880980724641], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_acc_mag_state": {"mean": [0.0, 0.3648351648351648], "std": [0.0, 0.6849037192901621], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_direction_action": {"mean": [6.0, 4.234065934065934], "std": [0.0, 2.0800316872174323], "min": [6, 0], "max": [6, 6], "count": [910]}, "eef_velocity_action": {"mean": [0.0, 0.5241758241758242], "std": [0.0, 0.5826880980724641], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_acc_mag_action": {"mean": [0.0, 0.3648351648351648], "std": [0.0, 0.6849037192901621], "min": [0, 0], "max": [0, 2], "count": [910]}, "eef_sim_pose_state": {"mean": [-0.31033143401145935, 0.46757155656814575, 0.22824189066886902, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2870464622974396, -0.457934707403183, 0.17792750895023346, 1.2543141841888428, -1.9238395690917969, 1.0174063444137573], "std": [1.554015398141928e-05, 8.179993528756313e-06, 1.1132309737149626e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02529585361480713, 0.06328457593917847, 0.020694389939308167, 0.5387714505195618, 0.32336845993995667, 0.32814303040504456], "min": [-0.31037500500679016, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300060033798218, -0.5321069955825806, 0.14430800080299377, 0.47970667481422424, -2.2097203731536865, 0.4999938905239105], "max": [-0.3102799952030182, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2214280068874359, -0.3385019898414612, 0.2284020036458969, 2.0028727054595947, -1.121137022972107, 1.406281590461731], "count": [910]}, "eef_sim_pose_action": {"mean": [-0.31033140420913696, 0.4675713777542114, 0.2282419204711914, -1.5732393264770508, -1.121143102645874, -0.7462767362594604, -0.28704652190208435, -0.4579344093799591, 0.1779273897409439, 1.2543156147003174, -1.92383873462677, 1.0174065828323364], "std": [1.5540201275143772e-05, 8.182360943465028e-06, 1.113232701754896e-05, 1.239776611328125e-05, 6.079673767089844e-06, 1.1324882507324219e-06, 0.02529584802687168, 0.06328460574150085, 0.020694391801953316, 0.538771390914917, 0.3233684003353119, 0.3281432092189789], "min": [-0.31037500500679016, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3300060033798218, -0.5321069955825806, 0.14430800080299377, 0.47970667481422424, -2.2097203731536865, 0.4999938905239105], "max": [-0.3102799952030182, 0.4675999879837036, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2214280068874359, -0.3385019898414612, 0.2284020036458969, 2.0028727054595947, -1.121137022972107, 1.406281590461731], "count": [910]}, "gripper_mode_state": {"mean": [0.0, 0.4846153846153846], "std": [0.0, 0.4997632575624858], "min": [0, 0], "max": [0, 1], "count": [910]}, "gripper_activity_state": {"mean": [2.0, 1.9076923076923078], "std": [0.0, 0.3812157444111973], "min": [2, 0], "max": [2, 2], "count": [910]}, "gripper_mode_action": {"mean": [0.0, 0.4846153846153846], "std": [0.0, 0.4997632575624858], "min": [0, 0], "max": [0, 1], "count": [910]}, "gripper_activity_action": {"mean": [2.0, 1.9076923076923078], "std": [0.0, 0.3812157444111973], "min": [2, 0], "max": [2, 2], "count": [910]}}} +{"episode_index": 321, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9921568627450981]]], "mean": [[[0.42642147275576897]], [[0.4036348997932506]], [[0.40880669628962696]]], "std": [[[0.19758346283163397]], [[0.1952662812218606]], [[0.19515373937269612]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3999502676070428]], [[0.39516268451825176]], [[0.3918538429260593]]], "std": [[[0.23203394789728374]], [[0.22262235047152917]], [[0.22011039131569873]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5053242477546575]], [[0.47871957533013204]], [[0.4863047746876528]]], "std": [[[0.19657658392079563]], [[0.19347521328728126]], [[0.2038878654216426]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46154517640389486]], [[0.4371193102240896]], [[0.4436819866835623]]], "std": [[[0.27398728496095787]], [[0.25611987927888485]], [[0.2592122025461558]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.00778416870161891, 0.2188991904258728, -0.6798057556152344, -1.8519688844680786, 0.25272366404533386, -0.12077678740024567, -0.17004743218421936, -0.31788501143455505, -0.541949987411499, 0.14429199695587158, 0.43796560168266296, -2.2476861476898193, 0.23633213341236115, 1001.0, 181.0, 0.00018234820163343102, -0.2238578051328659, -0.8360353708267212, 1.9090280532836914, -1.0681244134902954, -0.00017845815455075353], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47453755140304565, 0.9031904339790344, -0.12599532306194305, -1.1649724245071411, 1.4823778867721558, 0.41872191429138184, 0.7818900346755981, -0.19513800740242004, -0.33008500933647156, 0.22832800447940826, 2.007692575454712, -1.121137022972107, 1.425359845161438, 1001.0, 1003.0, 0.00018234820163343102, -0.2238408923149109, -0.8360163569450378, 1.9090478420257568, -1.0679279565811157, -0.0001651687198318541], "mean": [-0.1995099037885666, 0.6046744585037231, 0.4513862729072571, -1.4119635820388794, -0.25391197204589844, -0.12053734064102173, 0.0282711423933506, -0.31033197045326233, 0.4675709009170532, 0.22824229300022125, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2636224627494812, 0.5344535112380981, -0.3869141638278961, -1.4625495672225952, 0.9193291664123535, 0.11426453292369843, 0.2254563719034195, -0.2749510705471039, -0.4644348621368408, 0.17210231721401215, 1.2384213209152222, -1.9269465208053589, 0.9145263433456421, 1001.0, 575.3598022460938, 0.00018234684830531478, -0.22384794056415558, -0.8360202312469482, 1.9090499877929688, -1.0680171251296997, -0.00017303891945630312], "std": [2.626907007652335e-05, 1.604416684131138e-05, 2.304211193404626e-05, 2.400635275989771e-05, 2.19502835534513e-05, 1.5468300262000412e-05, 1.9605316992965527e-05, 1.526620690128766e-05, 8.36781782709295e-06, 1.1731953236449044e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.13466885685920715, 0.2094864547252655, 0.14457671344280243, 0.20376364886760712, 0.36592555046081543, 0.18899908661842346, 0.3132154643535614, 0.035208869725465775, 0.06542741507291794, 0.023791883140802383, 0.594067394733429, 0.33367541432380676, 0.3811034858226776, 0.0, 400.0317687988281, 1.3533281162381172e-09, 1.4602293276766432e-06, 7.40906034479849e-06, 1.3077285075269174e-05, 5.822676757816225e-05, 1.700713369245932e-06], "count": [781]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.00778416870161891, 0.2188991904258728, -0.6798057556152344, -1.8519688844680786, 0.25272366404533386, -0.12077678740024567, -0.17004743218421936, -0.31788501143455505, -0.541949987411499, 0.14429199695587158, 0.43796560168266296, -2.2476861476898193, 0.23633213341236115, 1001.0, 181.0, 0.00018234820163343102, -0.2238578051328659, -0.8360353708267212, 1.9090280532836914, -1.0681244134902954, -0.00017845815455075353], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.47453755140304565, 0.9031904339790344, -0.12599532306194305, -1.1649724245071411, 1.4823778867721558, 0.41872191429138184, 0.7818900346755981, -0.19513800740242004, -0.33008500933647156, 0.22832800447940826, 2.007692575454712, -1.121137022972107, 1.425359845161438, 1001.0, 1003.0, 0.00018234820163343102, -0.2238408923149109, -0.8360163569450378, 1.9090478420257568, -1.0679279565811157, -0.0001651687198318541], "mean": [-0.19950996339321136, 0.6046744585037231, 0.4513862431049347, -1.4119635820388794, -0.25391194224357605, -0.12053736299276352, 0.0282711423933506, -0.31033197045326233, 0.467570960521698, 0.22824230790138245, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.26367706060409546, 0.5346054434776306, -0.3872044086456299, -1.4627149105072021, 0.9198612570762634, 0.1143336147069931, 0.22577345371246338, -0.27495893836021423, -0.4643767774105072, 0.17200906574726105, 1.2384610176086426, -1.927692174911499, 0.9143332242965698, 1001.0, 575.3636474609375, 0.00018234684830531478, -0.22384794056415558, -0.8360202312469482, 1.9090501070022583, -1.0680171251296997, -0.00017303405911661685], "std": [2.6236379198962823e-05, 1.604416684131138e-05, 2.3026443159324117e-05, 2.400635275989771e-05, 2.1917843696428463e-05, 1.5448038539034314e-05, 1.9605316992965527e-05, 1.5246511793520767e-05, 8.354984856850933e-06, 1.1729523976100609e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.1346515417098999, 0.20958012342453003, 0.14493314921855927, 0.20377492904663086, 0.3652591109275818, 0.18892307579517365, 0.31308338046073914, 0.035217467695474625, 0.06544473022222519, 0.023714257404208183, 0.594090461730957, 0.3325222432613373, 0.3812271058559418, 0.0, 400.0339660644531, 1.3533281162381172e-09, 1.4602293276766432e-06, 7.401776656479342e-06, 1.3185272109694779e-05, 5.82312532060314e-05, 1.7014980357998866e-06], "count": [781]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.515169843574912], "count": [781]}, "frame_index": {"min": [0], "max": [780], "mean": [390.0], "std": [225.45509530724738], "count": [781]}, "episode_index": {"min": [325], "max": [325], "mean": [325.0], "std": [0.0], "count": [781]}, "index": {"min": [265538], "max": [266318], "mean": [265928.0], "std": [225.45509530724738], "count": [781]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [781]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.574967987005445], "std": [0.0, 0.39961335641141343], "count": [781]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.574967987005445], "std": [0.0, 0.39961335641141343], "count": [781]}, "eef_direction_state": {"mean": [6.0, 3.7400768245838667], "std": [0.0, 2.155965904780117], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_state": {"mean": [0.0, 0.6248399487836107], "std": [0.0, 0.5977744736726757], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_state": {"mean": [0.0, 0.40973111395646605], "std": [0.0, 0.7092637826364061], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_direction_action": {"mean": [6.0, 3.7400768245838667], "std": [0.0, 2.155965904780117], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_action": {"mean": [0.0, 0.6248399487836107], "std": [0.0, 0.5977744736726757], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_action": {"mean": [0.0, 0.40973111395646605], "std": [0.0, 0.7092637826364061], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_sim_pose_state": {"mean": [-0.3103317618370056, 0.46757134795188904, 0.22824233770370483, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27495089173316956, -0.46443483233451843, 0.17210224270820618, 1.2384220361709595, -1.9269472360610962, 0.914526641368866], "std": [1.5264937246683985e-05, 8.357444130524527e-06, 1.1731836821127217e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03520886227488518, 0.06542742252349854, 0.023791885003447533, 0.5940670371055603, 0.33367499709129333, 0.38110363483428955], "min": [-0.3103809952735901, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31788501143455505, -0.541949987411499, 0.14429199695587158, 0.43796560168266296, -2.2476861476898193, 0.23633213341236115], "max": [-0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19513800740242004, -0.33008500933647156, 0.22832800447940826, 2.007692575454712, -1.121137022972107, 1.425359845161438], "count": [781]}, "eef_sim_pose_action": {"mean": [-0.31033197045326233, 0.4675709009170532, 0.22824229300022125, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.2749510705471039, -0.4644348621368408, 0.17210231721401215, 1.2384213209152222, -1.9269465208053589, 0.9145263433456421], "std": [1.526620690128766e-05, 8.36781782709295e-06, 1.1731953236449044e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.035208869725465775, 0.06542741507291794, 0.023791883140802383, 0.594067394733429, 0.33367541432380676, 0.3811034858226776], "min": [-0.3103809952735901, 0.46754398941993713, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31788501143455505, -0.541949987411499, 0.14429199695587158, 0.43796560168266296, -2.2476861476898193, 0.23633213341236115], "max": [-0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.19513800740242004, -0.33008500933647156, 0.22832800447940826, 2.007692575454712, -1.121137022972107, 1.425359845161438], "count": [781]}, "gripper_mode_state": {"mean": [0.0, 0.5108834827144686], "std": [0.0, 0.49988153577022915], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_state": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.4162336134054416], "min": [2, 0], "max": [2, 2], "count": [781]}, "gripper_mode_action": {"mean": [0.0, 0.5108834827144686], "std": [0.0, 0.4998815357702291], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_action": {"mean": [2.0, 1.8886043533930859], "std": [0.0, 0.4162336134054416], "min": [2, 0], "max": [2, 2], "count": [781]}}} +{"episode_index": 322, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9764705882352941]]], "mean": [[[0.4246359694989107]], [[0.4025107829520697]], [[0.408168720043573]]], "std": [[[0.19802226513788285]], [[0.19642438829830455]], [[0.196044301337757]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.399639723583878]], [[0.3936927995642701]], [[0.39080890114379085]]], "std": [[[0.23036720021119272]], [[0.22120041273280225]], [[0.2189415453549282]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5050961206427015]], [[0.47869066312636166]], [[0.4863930623638344]]], "std": [[[0.196601123022489]], [[0.19387862397356803]], [[0.20432770941175163]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46573031045751634]], [[0.439750931372549]], [[0.44545559640522875]]], "std": [[[0.26837614227499945]], [[0.25232788304273646]], [[0.25622702668530184]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.051312681287527084, 0.24843016266822815, -0.5261294841766357, -1.8159103393554688, 0.2537708580493927, -0.19078193604946136, -0.173956960439682, -0.32079699635505676, -0.5299819707870483, 0.0863720029592514, 0.6115365028381348, -2.1552200317382812, 0.49726030230522156, 1001.0, 200.0, 0.00018234820163343102, -0.2238559126853943, -0.8360385298728943, 1.9090248346328735, -1.0685911178588867, -0.00017466118151787668], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38578757643699646, 0.6490879058837891, -0.1497667133808136, -1.2102985382080078, 1.2111711502075195, 0.4018620550632477, 0.6866474151611328, -0.22501899302005768, -0.32154399156570435, 0.22864900529384613, 2.068166971206665, -1.121137022972107, 1.3729729652404785, 1001.0, 1003.0, 0.00018234820163343102, -0.22383899986743927, -0.8360195159912109, 1.9090454578399658, -1.0678693056106567, -0.00016706722090020776], "mean": [-0.19951120018959045, 0.604674756526947, 0.4513874053955078, -1.4119644165039062, -0.25390568375587463, -0.12053884565830231, 0.028270376846194267, -0.3103313446044922, 0.46757087111473083, 0.2282424122095108, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.19599995017051697, 0.4743833839893341, -0.3800705373287201, -1.5048938989639282, 0.7964589595794678, 0.07926846295595169, 0.15881338715553284, -0.2848811447620392, -0.4524434804916382, 0.15581300854682922, 1.2772351503372192, -1.8476507663726807, 0.9643067121505737, 1001.0, 621.1735229492188, 0.0001823468046495691, -0.2238474190235138, -0.8360295295715332, 1.909050703048706, -1.0680899620056152, -0.0001696198305580765], "std": [2.482592753949575e-05, 1.6969999705906957e-05, 2.3283077098312788e-05, 2.4041910364758223e-05, 2.188253347412683e-05, 1.635487387829926e-05, 1.85539302037796e-05, 1.4081851986702532e-05, 7.633984751009848e-06, 1.1754814295272809e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.13664619624614716, 0.15355122089385986, 0.09855593740940094, 0.18360655009746552, 0.3205239772796631, 0.18614354729652405, 0.27044880390167236, 0.028138192370533943, 0.06528464704751968, 0.03988971933722496, 0.5215997099876404, 0.32274147868156433, 0.30293145775794983, 0.0, 391.0386962890625, 1.3969838619232178e-09, 1.4384772839548532e-06, 6.259694146137917e-06, 1.4969296898925677e-05, 0.00016383588081225753, 9.68367089626554e-07], "count": [801]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.051312681287527084, 0.24843016266822815, -0.5261294841766357, -1.8159103393554688, 0.2537708580493927, -0.19078193604946136, -0.173956960439682, -0.32079699635505676, -0.5299819707870483, 0.0863720029592514, 0.6115365028381348, -2.1552200317382812, 0.49726030230522156, 1001.0, 200.0, 0.00018234820163343102, -0.2238559126853943, -0.8360385298728943, 1.9090248346328735, -1.0685911178588867, -0.00017466118151787668], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102929890155792, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38578757643699646, 0.6490879058837891, -0.1497667133808136, -1.2102985382080078, 1.2111711502075195, 0.4018620550632477, 0.6866474151611328, -0.22501899302005768, -0.32154399156570435, 0.22864900529384613, 2.068166971206665, -1.121137022972107, 1.3729729652404785, 1001.0, 1003.0, 0.00018234820163343102, -0.22383899986743927, -0.8360195159912109, 1.9090454578399658, -1.0678693056106567, -0.00016706722090020776], "mean": [-0.19951121509075165, 0.6046748161315918, 0.4513874053955078, -1.4119646549224854, -0.25390565395355225, -0.12053880095481873, 0.02827039547264576, -0.3103313446044922, 0.46757081151008606, 0.2282424122095108, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.19586528837680817, 0.4744374752044678, -0.38016292452812195, -1.5051651000976562, 0.7967536449432373, 0.0794343426823616, 0.15899664163589478, -0.2848927080631256, -0.4523680806159973, 0.15572254359722137, 1.2772070169448853, -1.8482052087783813, 0.9641704559326172, 1001.0, 621.1710205078125, 0.0001823468046495691, -0.2238474190235138, -0.8360297083854675, 1.909050703048706, -1.0680898427963257, -0.00016961745859589428], "std": [2.4831124392221682e-05, 1.6865629731910303e-05, 2.3302436602534726e-05, 2.403598409728147e-05, 2.1838455722900108e-05, 1.637309651414398e-05, 1.856887865869794e-05, 1.4083253518037964e-05, 7.664330041734502e-06, 1.174984936369583e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.13669589161872864, 0.15360459685325623, 0.09865723550319672, 0.1836293637752533, 0.3201335668563843, 0.18602460622787476, 0.27037179470062256, 0.0281505286693573, 0.0653020367026329, 0.039807386696338654, 0.5215843319892883, 0.3218741714954376, 0.3030545711517334, 0.0, 391.03558349609375, 1.3969838619232178e-09, 1.4384772839548532e-06, 6.336410478979815e-06, 1.4974695659475401e-05, 0.00016386016795877367, 9.676404033598374e-07], "count": [801]}, "timestamp": {"min": [0.0], "max": [26.666666666666668], "mean": [13.333333333333334], "std": [7.707620087122056], "count": [801]}, "frame_index": {"min": [0], "max": [800], "mean": [400.0], "std": [231.22860261366168], "count": [801]}, "episode_index": {"min": [326], "max": [326], "mean": [326.0], "std": [0.0], "count": [801]}, "index": {"min": [266319], "max": [267119], "mean": [266719.0], "std": [231.22860261366168], "count": [801]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [801]}, "gripper_open_scale_state": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.6206079913621836], "std": [0.0, 0.39048787288960307], "count": [801]}, "gripper_open_scale_action": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.6206079913621836], "std": [0.0, 0.39048787288960307], "count": [801]}, "eef_direction_state": {"mean": [6.0, 4.019975031210986], "std": [0.0, 2.1080904730519925], "min": [6, 0], "max": [6, 6], "count": [801]}, "eef_velocity_state": {"mean": [0.0, 0.5755305867665418], "std": [0.0, 0.5887844812994004], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_acc_mag_state": {"mean": [0.0, 0.37702871410736577], "std": [0.0, 0.6925115126699982], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_direction_action": {"mean": [6.0, 4.019975031210986], "std": [0.0, 2.1080904730519925], "min": [6, 0], "max": [6, 6], "count": [801]}, "eef_velocity_action": {"mean": [0.0, 0.5755305867665418], "std": [0.0, 0.5887844812994004], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_acc_mag_action": {"mean": [0.0, 0.37702871410736577], "std": [0.0, 0.6925115126699982], "min": [0, 0], "max": [0, 2], "count": [801]}, "eef_sim_pose_state": {"mean": [-0.3103313148021698, 0.4675714373588562, 0.2282423973083496, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.28488093614578247, -0.452443927526474, 0.1558130532503128, 1.277235507965088, -1.847650170326233, 0.9643071293830872], "std": [1.4081793779041618e-05, 7.6145570346852764e-06, 1.1754803381336387e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02813819609582424, 0.06528463959693909, 0.03988971561193466, 0.5215998888015747, 0.32274115085601807, 0.3029317855834961], "min": [-0.31037700176239014, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32079699635505676, -0.5299819707870483, 0.0863720029592514, 0.6115365028381348, -2.1552200317382812, 0.49726030230522156], "max": [-0.3102929890155792, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22501899302005768, -0.32154399156570435, 0.22864900529384613, 2.068166971206665, -1.121137022972107, 1.3729729652404785], "count": [801]}, "eef_sim_pose_action": {"mean": [-0.3103313446044922, 0.46757087111473083, 0.2282424122095108, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.2848811447620392, -0.4524434804916382, 0.15581300854682922, 1.2772351503372192, -1.8476507663726807, 0.9643067121505737], "std": [1.4081851986702532e-05, 7.633984751009848e-06, 1.1754814295272809e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.028138192370533943, 0.06528464704751968, 0.03988971933722496, 0.5215997099876404, 0.32274147868156433, 0.30293145775794983], "min": [-0.31037700176239014, 0.46755000948905945, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32079699635505676, -0.5299819707870483, 0.0863720029592514, 0.6115365028381348, -2.1552200317382812, 0.49726030230522156], "max": [-0.3102929890155792, 0.46759700775146484, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22501899302005768, -0.32154399156570435, 0.22864900529384613, 2.068166971206665, -1.121137022972107, 1.3729729652404785], "count": [801]}, "gripper_mode_state": {"mean": [0.0, 0.4656679151061174], "std": [0.0, 0.49881991534705317], "min": [0, 0], "max": [0, 1], "count": [801]}, "gripper_activity_state": {"mean": [2.0, 1.8963795255930087], "std": [0.0, 0.4034797156352684], "min": [2, 0], "max": [2, 2], "count": [801]}, "gripper_mode_action": {"mean": [0.0, 0.4656679151061174], "std": [0.0, 0.4988199153470532], "min": [0, 0], "max": [0, 1], "count": [801]}, "gripper_activity_action": {"mean": [2.0, 1.8963795255930087], "std": [0.0, 0.4034797156352684], "min": [2, 0], "max": [2, 2], "count": [801]}}} +{"episode_index": 323, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.984313725490196]]], "mean": [[[0.42846102043900414]], [[0.40546131677622876]], [[0.4106644069477502]]], "std": [[[0.1983459054929992]], [[0.19661865132943246]], [[0.19636016427218636]]], "count": [173]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39748354088745325]], [[0.3922980739261022]], [[0.3887855486606974]]], "std": [[[0.23159426200679578]], [[0.22228272808906158]], [[0.21977589143097906]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5051508167573389]], [[0.47867880586724093]], [[0.48618634180550835]]], "std": [[[0.19675862169253008]], [[0.19383878757511408]], [[0.20425742537622335]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4572583104291813]], [[0.4333166133023537]], [[0.4416408015036458]]], "std": [[[0.275107158701528]], [[0.2612710426610278]], [[0.26503807065825236]]], "count": [173]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31039100885391235, 0.4675399959087372, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11037462204694748, 0.24979153275489807, -0.45144686102867126, -1.9077321290969849, 0.25384068489074707, -0.2542944550514221, -0.02834414690732956, -0.32360801100730896, -0.5225340127944946, 0.11307799816131592, 0.6198276877403259, -2.2158896923065186, 0.2950899600982666, 1001.0, 198.0, 0.00018234820163343102, -0.22385215759277344, -0.8360409140586853, 1.9090224504470825, -1.0688692331314087, -0.0001708641939330846], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34894368052482605, 0.7828499674797058, -0.11892674118280411, -1.2459033727645874, 1.1802265644073486, 0.4147600531578064, 0.7526558041572571, -0.20886999368667603, -0.3110859990119934, 0.2282799929380417, 2.2348060607910156, -1.121137022972107, 1.457199215888977, 1001.0, 1002.0, 0.00018234820163343102, -0.22383899986743927, -0.836021900177002, 1.909042239189148, -1.0677204132080078, -0.00016137174679897726], "mean": [-0.1995128095149994, 0.6046726703643799, 0.4513862133026123, -1.41196608543396, -0.25390517711639404, -0.12053847312927246, 0.02826966717839241, -0.31033065915107727, 0.46757128834724426, 0.2282402664422989, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.16142959892749786, 0.5117438435554504, -0.3484882712364197, -1.5300956964492798, 0.797406017780304, -0.0009182929643429816, 0.31863853335380554, -0.2741442620754242, -0.43879109621047974, 0.16148574650287628, 1.4394766092300415, -1.8768384456634521, 0.9347281455993652, 1001.0, 501.6890563964844, 0.00018234658637084067, -0.22384628653526306, -0.836031973361969, 1.9090502262115479, -1.0680789947509766, -0.0001663349976297468], "std": [2.5419325538678095e-05, 1.4966082744649611e-05, 2.396333366050385e-05, 2.3474318368243985e-05, 2.331156429136172e-05, 1.577760667714756e-05, 1.9197288565919735e-05, 1.4460352758760564e-05, 7.775264748488553e-06, 1.1979175724263769e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.13876821100711823, 0.1755117028951645, 0.074576735496521, 0.20616818964481354, 0.3124520778656006, 0.17602913081645966, 0.28781813383102417, 0.03326769545674324, 0.07086015492677689, 0.03086809441447258, 0.555137038230896, 0.3001410663127899, 0.39331576228141785, 0.0, 381.1236267089844, 1.6152625903487206e-09, 1.049902834893146e-06, 5.116397915116977e-06, 1.6482908904436044e-05, 0.0002109598135575652, 1.5564639852527762e-06], "count": [968]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31039100885391235, 0.4675399959087372, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.11037462204694748, 0.24979153275489807, -0.45144686102867126, -1.9077321290969849, 0.25384068489074707, -0.2542944550514221, -0.02834414690732956, -0.32360801100730896, -0.5225340127944946, 0.11307799816131592, 0.6198276877403259, -2.2158896923065186, 0.2950899600982666, 1001.0, 198.0, 0.00018234820163343102, -0.22385215759277344, -0.8360409140586853, 1.9090224504470825, -1.0688692331314087, -0.0001708641939330846], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102799952030182, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34894368052482605, 0.7828499674797058, -0.11892674118280411, -1.2459033727645874, 1.1802265644073486, 0.4147600531578064, 0.7526558041572571, -0.20886999368667603, -0.3110859990119934, 0.2282799929380417, 2.2348060607910156, -1.121137022972107, 1.457199215888977, 1001.0, 1002.0, 0.00018234820163343102, -0.22383899986743927, -0.836021900177002, 1.909042239189148, -1.0677204132080078, -0.00016137174679897726], "mean": [-0.1995127946138382, 0.6046726703643799, 0.4513862431049347, -1.41196608543396, -0.25390517711639404, -0.12053845822811127, 0.02826959267258644, -0.31033068895339966, 0.4675712585449219, 0.2282402664422989, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, 0.1612558513879776, 0.511711835861206, -0.34843766689300537, -1.5302734375, 0.7975621223449707, -0.0008640782907605171, 0.3188847005367279, -0.27415749430656433, -0.4387298822402954, 0.16142521798610687, 1.4395051002502441, -1.8772661685943604, 0.9346785545349121, 1001.0, 501.69110107421875, 0.00018234658637084067, -0.22384628653526306, -0.836031973361969, 1.9090502262115479, -1.0680791139602661, -0.0001663301227381453], "std": [2.5416456992388703e-05, 1.4951525372453034e-05, 2.3948166926857084e-05, 2.3474318368243985e-05, 2.331156429136172e-05, 1.579484887770377e-05, 1.924490788951516e-05, 1.444103691028431e-05, 7.772001481498592e-06, 1.198305471916683e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.13882562518119812, 0.17549756169319153, 0.0745234563946724, 0.20614062249660492, 0.31221824884414673, 0.17600034177303314, 0.2876233160495758, 0.03328468278050423, 0.07086087018251419, 0.030794508755207062, 0.5551442503929138, 0.299358069896698, 0.39334264397621155, 0.0, 381.1275329589844, 1.6152625903487206e-09, 1.049902834893146e-06, 5.117690307088196e-06, 1.6489824702148326e-05, 0.00021078663121443242, 1.5556439620922902e-06], "count": [968]}, "timestamp": {"min": [0.0], "max": [32.233333333333334], "mean": [16.116666666666667], "std": [9.314579372622733], "count": [968]}, "frame_index": {"min": [0], "max": [967], "mean": [483.5], "std": [279.43738117868196], "count": [968]}, "episode_index": {"min": [327], "max": [327], "mean": [327.0], "std": [0.0], "count": [968]}, "index": {"min": [267120], "max": [268087], "mean": [267603.5], "std": [279.43738117868196], "count": [968]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [968]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5014245870315339], "std": [0.0, 0.3807765069696833], "count": [968]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5014245870315339], "std": [0.0, 0.3807765069696833], "count": [968]}, "eef_direction_state": {"mean": [6.0, 4.193181818181818], "std": [0.0, 2.0802284025105506], "min": [6, 0], "max": [6, 6], "count": [968]}, "eef_velocity_state": {"mean": [0.0, 0.5216942148760331], "std": [0.0, 0.5581333461774992], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_acc_mag_state": {"mean": [0.0, 0.4142561983471074], "std": [0.0, 0.7150126165323373], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_direction_action": {"mean": [6.0, 4.193181818181818], "std": [0.0, 2.0802284025105506], "min": [6, 0], "max": [6, 6], "count": [968]}, "eef_velocity_action": {"mean": [0.0, 0.5216942148760331], "std": [0.0, 0.5581333461774992], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_acc_mag_action": {"mean": [0.0, 0.4142561983471074], "std": [0.0, 0.7150126165323373], "min": [0, 0], "max": [0, 2], "count": [968]}, "eef_sim_pose_state": {"mean": [-0.3103303611278534, 0.46757185459136963, 0.22824038565158844, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.27414438128471375, -0.4387911856174469, 0.1614857167005539, 1.4394742250442505, -1.8768383264541626, 0.9347277283668518], "std": [1.4457144970947411e-05, 7.75243552197935e-06, 1.1978572729276493e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03326769545674324, 0.07086016982793808, 0.030868107452988625, 0.5551366209983826, 0.30014127492904663, 0.39331573247909546], "min": [-0.31039100885391235, 0.4675399959087372, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32360801100730896, -0.5225340127944946, 0.11307799816131592, 0.6198276877403259, -2.2158896923065186, 0.2950899600982666], "max": [-0.3102799952030182, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20886999368667603, -0.3110859990119934, 0.2282799929380417, 2.2348060607910156, -1.121137022972107, 1.457199215888977], "count": [968]}, "eef_sim_pose_action": {"mean": [-0.31033065915107727, 0.46757128834724426, 0.2282402664422989, -1.5732395648956299, -1.1211403608322144, -0.7462767362594604, -0.2741442620754242, -0.43879109621047974, 0.16148574650287628, 1.4394766092300415, -1.8768384456634521, 0.9347281455993652], "std": [1.4460352758760564e-05, 7.775264748488553e-06, 1.1979175724263769e-05, 1.2636184692382812e-05, 3.337860107421875e-06, 1.1324882507324219e-06, 0.03326769545674324, 0.07086015492677689, 0.03086809441447258, 0.555137038230896, 0.3001410663127899, 0.39331576228141785], "min": [-0.31039100885391235, 0.4675399959087372, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32360801100730896, -0.5225340127944946, 0.11307799816131592, 0.6198276877403259, -2.2158896923065186, 0.2950899600982666], "max": [-0.3102799952030182, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.20886999368667603, -0.3110859990119934, 0.2282799929380417, 2.2348060607910156, -1.121137022972107, 1.457199215888977], "count": [968]}, "gripper_mode_state": {"mean": [0.0, 0.6157024793388429], "std": [0.0, 0.48642875765609145], "min": [0, 0], "max": [0, 1], "count": [968]}, "gripper_activity_state": {"mean": [2.0, 1.9111570247933884], "std": [0.0, 0.37256025100977797], "min": [2, 0], "max": [2, 2], "count": [968]}, "gripper_mode_action": {"mean": [0.0, 0.6157024793388429], "std": [0.0, 0.4864287576560914], "min": [0, 0], "max": [0, 1], "count": [968]}, "gripper_activity_action": {"mean": [2.0, 1.9111570247933884], "std": [0.0, 0.37256025100977797], "min": [2, 0], "max": [2, 2], "count": [968]}}} +{"episode_index": 324, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9137254901960784]], [[0.9529411764705882]]], "mean": [[[0.4338348332053705]], [[0.4125604132215135]], [[0.4179424634813765]]], "std": [[[0.19736197023408628]], [[0.19642462767825902]], [[0.19507034918484764]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39751757397236004]], [[0.392030015896921]], [[0.38862774504882275]]], "std": [[[0.23182874165682835]], [[0.22227985144944673]], [[0.21917092902042729]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5067912028014017]], [[0.47990266457988817]], [[0.4874105109162139]]], "std": [[[0.1970944972578548]], [[0.19384083763833307]], [[0.20427898992612425]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46749723772541146]], [[0.4423818607764391]], [[0.44926265232498624]]], "std": [[[0.27533646521420113]], [[0.25989157976511157]], [[0.2635303334528056]]], "count": [166]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3392222225666046, 0.2261423021554947, -0.45146432518959045, -1.8928269147872925, 0.2537708580493927, -0.34485962986946106, -0.048607420176267624, -0.3303290009498596, -0.5348860025405884, 0.15270499885082245, 0.46308276057243347, -2.1999502182006836, 0.4243817925453186, 1001.0, 179.0, 0.00017858845239970833, -0.22386156022548676, -0.8360591530799866, 1.9090137481689453, -1.0691227912902832, -0.00016327023331541568], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102889955043793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3827681541442871, 0.8328886032104492, -0.10732030123472214, -1.2119741439819336, 1.2412956953048706, 0.4334525167942047, 0.8130965828895569, -0.21963299810886383, -0.2871139943599701, 0.22930899262428284, 2.155233144760132, -1.121137022972107, 1.445851445198059, 1001.0, 1003.0, 0.00018610796541906893, -0.22380705177783966, -0.8360211253166199, 1.9090430736541748, -1.067721962928772, 2.088340261252597e-05], "mean": [-0.19951391220092773, 0.6046702265739441, 0.4513871967792511, -1.411965012550354, -0.2539042830467224, -0.12053804844617844, 0.028270423412322998, -0.3103307783603668, 0.4675719439983368, 0.22823965549468994, -1.5732394456863403, -1.1211429834365845, -0.7462767362594604, 0.0722002312541008, 0.5344488024711609, -0.26342305541038513, -1.5440007448196411, 0.8258294463157654, -0.01805620640516281, 0.3197053074836731, -0.2797168791294098, -0.42718273401260376, 0.18678879737854004, 1.388335108757019, -1.8659569025039673, 0.9743692278862, 1001.0, 549.2036743164062, 0.00018235073366668075, -0.2238447219133377, -0.8360460996627808, 1.9090385437011719, -1.0680327415466309, -4.345918205217458e-05], "std": [2.563212729000952e-05, 1.5987632650649175e-05, 2.1791945982840843e-05, 2.4262251827167347e-05, 2.21194168261718e-05, 1.5258930943673477e-05, 1.9221763068344444e-05, 1.4411686606763396e-05, 7.957970410643611e-06, 1.1467600415926427e-05, 1.2516975402832031e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.22870656847953796, 0.20820949971675873, 0.1004682183265686, 0.2178748995065689, 0.302854061126709, 0.23138391971588135, 0.3124982714653015, 0.03113786317408085, 0.08139919489622116, 0.021726790815591812, 0.5510908961296082, 0.3087989389896393, 0.3590657114982605, 0.0, 400.8054504394531, 2.1489802293217508e-07, 4.979707682650769e-06, 1.2579924259625841e-05, 1.2054273611283861e-05, 0.00023338817118201405, 8.010321471374482e-05], "count": [918]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3392222225666046, 0.2261423021554947, -0.45146432518959045, -1.8928269147872925, 0.2537708580493927, -0.34485962986946106, -0.048607420176267624, -0.3303290009498596, -0.5348860025405884, 0.15270499885082245, 0.46308276057243347, -2.1999502182006836, 0.4243817925453186, 1001.0, 179.0, 0.00017858845239970833, -0.22386156022548676, -0.8360591530799866, 1.9090137481689453, -1.0691227912902832, -0.00016327023331541568], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102889955043793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3827681541442871, 0.8328886032104492, -0.10732030123472214, -1.2119741439819336, 1.2412956953048706, 0.4334525167942047, 0.8130965828895569, -0.21963299810886383, -0.2871139943599701, 0.22930899262428284, 2.155233144760132, -1.121137022972107, 1.445851445198059, 1001.0, 1003.0, 0.00018610796541906893, -0.22380705177783966, -0.8360211253166199, 1.9090430736541748, -1.067721962928772, 2.088340261252597e-05], "mean": [-0.19951386749744415, 0.6046701669692993, 0.4513871371746063, -1.411964774131775, -0.2539042830467224, -0.12053804844617844, 0.02827044390141964, -0.3103308379650116, 0.4675719439983368, 0.22823967039585114, -1.5732394456863403, -1.1211429834365845, -0.7462767362594604, 0.07192730903625488, 0.534489631652832, -0.26337090134620667, -1.544262170791626, 0.8260912895202637, -0.018006013706326485, 0.3200094997882843, -0.2797374129295349, -0.42708465456962585, 0.18672725558280945, 1.3883470296859741, -1.8665298223495483, 0.9742799997329712, 1001.0, 549.2015380859375, 0.00018235073366668075, -0.2238447070121765, -0.8360460996627808, 1.9090385437011719, -1.0680327415466309, -4.32699489465449e-05], "std": [2.558893902460113e-05, 1.5977491784724407e-05, 2.1798405214212835e-05, 2.4310795197379775e-05, 2.2121568690636195e-05, 1.5258930943673477e-05, 1.9234203136875294e-05, 1.439961306459736e-05, 7.959157301229425e-06, 1.148347382695647e-05, 1.2516975402832031e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.22870373725891113, 0.20822696387767792, 0.10038295388221741, 0.21786007285118103, 0.30246293544769287, 0.23136663436889648, 0.31229540705680847, 0.03116428293287754, 0.0814046561717987, 0.02168928273022175, 0.5510944724082947, 0.3079036772251129, 0.3591326177120209, 0.0, 400.802734375, 2.1489802293217508e-07, 4.997595624445239e-06, 1.2571897059387993e-05, 1.2063657777616754e-05, 0.00023340879124589264, 8.002683898666874e-05], "count": [918]}, "timestamp": {"min": [0.0], "max": [30.566666666666666], "mean": [15.283333333333331], "std": [8.833453877584203], "count": [918]}, "frame_index": {"min": [0], "max": [917], "mean": [458.5], "std": [265.0036163275261], "count": [918]}, "episode_index": {"min": [328], "max": [328], "mean": [328.0], "std": [0.0], "count": [918]}, "index": {"min": [268088], "max": [269005], "mean": [268546.5], "std": [265.0036163275261], "count": [918]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [918]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5487559939326804], "std": [0.0, 0.4003014572267383], "count": [918]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5487559939326804], "std": [0.0, 0.4003014572267383], "count": [918]}, "eef_direction_state": {"mean": [6.0, 4.183006535947713], "std": [0.0, 2.057256380418387], "min": [6, 0], "max": [6, 6], "count": [918]}, "eef_velocity_state": {"mean": [0.0, 0.5773420479302832], "std": [0.0, 0.6348697519629184], "min": [0, 0], "max": [0, 2], "count": [918]}, "eef_acc_mag_state": {"mean": [0.0, 0.41938997821350765], "std": [0.0, 0.7227510821742774], "min": [0, 0], "max": [0, 2], "count": [918]}, "eef_direction_action": {"mean": [6.0, 4.183006535947713], "std": [0.0, 2.057256380418387], "min": [6, 0], "max": [6, 6], "count": [918]}, "eef_velocity_action": {"mean": [0.0, 0.5773420479302832], "std": [0.0, 0.6348697519629184], "min": [0, 0], "max": [0, 2], "count": [918]}, "eef_acc_mag_action": {"mean": [0.0, 0.41938997821350765], "std": [0.0, 0.7227510821742774], "min": [0, 0], "max": [0, 2], "count": [918]}, "eef_sim_pose_state": {"mean": [-0.310330867767334, 0.46757200360298157, 0.22823962569236755, -1.5732269287109375, -1.1211367845535278, -0.7462756633758545, -0.279716819524765, -0.4271829426288605, 0.18678882718086243, 1.388333797454834, -1.8659534454345703, 0.9743697047233582], "std": [1.4411292795557529e-05, 7.957712114148308e-06, 1.1467542208265513e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.031137855723500252, 0.08139918744564056, 0.021726787090301514, 0.5510907769203186, 0.3087993264198303, 0.3590656816959381], "min": [-0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3303290009498596, -0.5348860025405884, 0.15270499885082245, 0.46308276057243347, -2.1999502182006836, 0.4243817925453186], "max": [-0.3102889955043793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21963299810886383, -0.2871139943599701, 0.22930899262428284, 2.155233144760132, -1.121137022972107, 1.445851445198059], "count": [918]}, "eef_sim_pose_action": {"mean": [-0.3103307783603668, 0.4675719439983368, 0.22823965549468994, -1.5732394456863403, -1.1211429834365845, -0.7462767362594604, -0.2797168791294098, -0.42718273401260376, 0.18678879737854004, 1.388335108757019, -1.8659569025039673, 0.9743692278862], "std": [1.4411686606763396e-05, 7.957970410643611e-06, 1.1467600415926427e-05, 1.2516975402832031e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.03113786317408085, 0.08139919489622116, 0.021726790815591812, 0.5510908961296082, 0.3087989389896393, 0.3590657114982605], "min": [-0.31037798523902893, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3303290009498596, -0.5348860025405884, 0.15270499885082245, 0.46308276057243347, -2.1999502182006836, 0.4243817925453186], "max": [-0.3102889955043793, 0.46759501099586487, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21963299810886383, -0.2871139943599701, 0.22930899262428284, 2.155233144760132, -1.121137022972107, 1.445851445198059], "count": [918]}, "gripper_mode_state": {"mean": [0.0, 0.5424836601307189], "std": [0.0, 0.49819186928521436], "min": [0, 0], "max": [0, 1], "count": [918]}, "gripper_activity_state": {"mean": [2.0, 1.906318082788671], "std": [0.0, 0.38482001440367886], "min": [2, 0], "max": [2, 2], "count": [918]}, "gripper_mode_action": {"mean": [0.0, 0.5424836601307189], "std": [0.0, 0.49819186928521436], "min": [0, 0], "max": [0, 1], "count": [918]}, "gripper_activity_action": {"mean": [2.0, 1.906318082788671], "std": [0.0, 0.38482001440367886], "min": [2, 0], "max": [2, 2], "count": [918]}}} +{"episode_index": 325, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.42528600008379425]], [[0.40517128320345236]], [[0.41038810855538793]]], "std": [[[0.19914064036454637]], [[0.1990224512526264]], [[0.1969768980898222]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40579291965183506]], [[0.39993831830274845]], [[0.3974985715707223]]], "std": [[[0.2337521250175436]], [[0.22526621952466777]], [[0.2215350164468606]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5038073689144461]], [[0.47769881221719457]], [[0.48533054193899783]]], "std": [[[0.1961141401358537]], [[0.1936887082368926]], [[0.20416980648069155]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4569159085910005]], [[0.4316954368820178]], [[0.4387537969247528]]], "std": [[[0.2700104555462272]], [[0.2567539001012462]], [[0.26029408913318236]]], "count": [156]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08920378237962723, 0.22513002157211304, -0.574317991733551, -1.641255259513855, 0.25385814905166626, -0.3257308006286621, -0.13376203179359436, -0.31540700793266296, -0.5296339988708496, 0.05025700107216835, 0.4579276144504547, -2.168390989303589, 0.4668327271938324, 1001.0, 182.0, 0.00018046832701656967, -0.22383712232112885, -0.8360425233840942, 1.9090296030044556, -1.0683597326278687, 7.593964255647734e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3828205168247223, 0.7176270484924316, -0.14507177472114563, -1.2806179523468018, 1.3867164850234985, 0.4317770004272461, 0.8216486573219299, -0.21862100064754486, -0.36108800768852234, 0.229436993598938, 2.224699020385742, -1.121137022972107, 1.3689571619033813, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.836025059223175, 1.909042239189148, -1.0678082704544067, 2.1832647689734586e-05], "mean": [-0.19951443374156952, 0.6046713590621948, 0.45138734579086304, -1.4119657278060913, -0.253900945186615, -0.12053772062063217, 0.028276043012738228, -0.3103296756744385, 0.46757233142852783, 0.22823993861675262, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.24252849817276, 0.44662976264953613, -0.3860664367675781, -1.4491506814956665, 0.845287024974823, 0.053549621254205704, 0.21522457897663116, -0.2817744016647339, -0.4620796740055084, 0.15262635052204132, 1.3016068935394287, -1.8980281352996826, 0.990260899066925, 1001.0, 568.0462646484375, 0.0001816095318645239, -0.22383134067058563, -0.8360311985015869, 1.909048318862915, -1.067992925643921, 1.3553967619372997e-05], "std": [2.518485052860342e-05, 1.681102003203705e-05, 2.2450974938692525e-05, 2.410071283520665e-05, 2.2332798835122958e-05, 1.4328386896522716e-05, 1.90211103472393e-05, 1.4555132111127023e-05, 7.919043127913028e-06, 1.2038907698297407e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.08641394227743149, 0.143946573138237, 0.13212953507900238, 0.11674737185239792, 0.3482050597667694, 0.2326958328485489, 0.32425999641418457, 0.025675088167190552, 0.053323473781347275, 0.05312598496675491, 0.6055087447166443, 0.33529260754585266, 0.3145705461502075, 0.0, 399.2749938964844, 9.180164397548651e-07, 1.17147965283948e-06, 5.137010248290608e-06, 1.323096512351185e-05, 0.00011841122613986954, 1.389961653330829e-06], "count": [843]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.310371994972229, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08920378237962723, 0.22513002157211304, -0.574317991733551, -1.641255259513855, 0.25385814905166626, -0.3257308006286621, -0.13376203179359436, -0.31540700793266296, -0.5296339988708496, 0.05025700107216835, 0.4579276144504547, -2.168390989303589, 0.4668327271938324, 1001.0, 182.0, 0.00018046832701656967, -0.22383712232112885, -0.8360425233840942, 1.9090296030044556, -1.0683597326278687, 7.593964255647734e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3828205168247223, 0.7176270484924316, -0.14507177472114563, -1.2806179523468018, 1.3867164850234985, 0.4317770004272461, 0.8216486573219299, -0.21862100064754486, -0.36108800768852234, 0.229436993598938, 2.224699020385742, -1.121137022972107, 1.3689571619033813, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.836025059223175, 1.909042239189148, -1.0678082704544067, 2.1832647689734586e-05], "mean": [-0.19951434433460236, 0.6046713590621948, 0.45138731598854065, -1.4119658470153809, -0.2539009153842926, -0.12053772807121277, 0.028276104480028152, -0.31032973527908325, 0.46757230162620544, 0.22823993861675262, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, 0.24247825145721436, 0.4467243552207947, -0.3861902952194214, -1.4493435621261597, 0.845617413520813, 0.05366623029112816, 0.21544776856899261, -0.2817800045013428, -0.46202605962753296, 0.1525568813085556, 1.3016164302825928, -1.8985540866851807, 0.9901138544082642, 1001.0, 568.0462646484375, 0.00018160730542149395, -0.22383134067058563, -0.8360313177108765, 1.909048318862915, -1.0679931640625, 1.3551714800996706e-05], "std": [2.5174438633257523e-05, 1.6802754544187337e-05, 2.2451833501691e-05, 2.4135408239089884e-05, 2.233239501947537e-05, 1.4328134056995623e-05, 1.9100816643913276e-05, 1.4534130059473682e-05, 7.918025403341744e-06, 1.203883675771067e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.0864512175321579, 0.144076406955719, 0.1322394758462906, 0.11681991815567017, 0.3477756679058075, 0.23263324797153473, 0.32415685057640076, 0.025681840255856514, 0.053340665996074677, 0.05306534841656685, 0.6055129766464233, 0.3344200551509857, 0.31471341848373413, 0.0, 399.2749938964844, 9.185055205307435e-07, 1.1694097565850825e-06, 5.071351552032866e-06, 1.323096512351185e-05, 0.00011824618559330702, 1.3888527519156924e-06], "count": [843]}, "timestamp": {"min": [0.0], "max": [28.066666666666666], "mean": [14.033333333333331], "std": [8.1117655748142], "count": [843]}, "frame_index": {"min": [0], "max": [842], "mean": [421.0], "std": [243.35296724442597], "count": [843]}, "episode_index": {"min": [329], "max": [329], "mean": [329.0], "std": [0.0], "count": [843]}, "index": {"min": [269006], "max": [269848], "mean": [269427.0], "std": [243.35296724442597], "count": [843]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [843]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5680415167927317], "std": [0.0, 0.3992696633183158], "count": [843]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5680415167927317], "std": [0.0, 0.3992696633183157], "count": [843]}, "eef_direction_state": {"mean": [6.0, 4.237247924080664], "std": [0.0, 2.080967933143346], "min": [6, 0], "max": [6, 6], "count": [843]}, "eef_velocity_state": {"mean": [0.0, 0.5421115065243179], "std": [0.0, 0.5714179170842217], "min": [0, 0], "max": [0, 2], "count": [843]}, "eef_acc_mag_state": {"mean": [0.0, 0.3879003558718861], "std": [0.0, 0.7076573079647246], "min": [0, 0], "max": [0, 2], "count": [843]}, "eef_direction_action": {"mean": [6.0, 4.237247924080664], "std": [0.0, 2.080967933143346], "min": [6, 0], "max": [6, 6], "count": [843]}, "eef_velocity_action": {"mean": [0.0, 0.5421115065243179], "std": [0.0, 0.5714179170842217], "min": [0, 0], "max": [0, 2], "count": [843]}, "eef_acc_mag_action": {"mean": [0.0, 0.3879003558718861], "std": [0.0, 0.7076573079647246], "min": [0, 0], "max": [0, 2], "count": [843]}, "eef_sim_pose_state": {"mean": [-0.31032970547676086, 0.4675725996494293, 0.22824014723300934, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.2817743122577667, -0.4620796740055084, 0.15262633562088013, 1.3016053438186646, -1.8980268239974976, 0.9902612566947937], "std": [1.4555124835169408e-05, 7.91433467384195e-06, 1.2036838597850874e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.025675084441900253, 0.05332348123192787, 0.05312599986791611, 0.6055088043212891, 0.3352925181388855, 0.31457048654556274], "min": [-0.310371994972229, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31540700793266296, -0.5296339988708496, 0.05025700107216835, 0.4579276144504547, -2.168390989303589, 0.4668327271938324], "max": [-0.3102859854698181, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21862100064754486, -0.36108800768852234, 0.229436993598938, 2.224699020385742, -1.121137022972107, 1.3689571619033813], "count": [843]}, "eef_sim_pose_action": {"mean": [-0.3103296756744385, 0.46757233142852783, 0.22823993861675262, -1.5732390880584717, -1.1211421489715576, -0.7462767362594604, -0.2817744016647339, -0.4620796740055084, 0.15262635052204132, 1.3016068935394287, -1.8980281352996826, 0.990260899066925], "std": [1.4555132111127023e-05, 7.919043127913028e-06, 1.2038907698297407e-05, 1.2159347534179688e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.025675088167190552, 0.053323473781347275, 0.05312598496675491, 0.6055087447166443, 0.33529260754585266, 0.3145705461502075], "min": [-0.310371994972229, 0.4675469994544983, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31540700793266296, -0.5296339988708496, 0.05025700107216835, 0.4579276144504547, -2.168390989303589, 0.4668327271938324], "max": [-0.3102859854698181, 0.46760299801826477, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.21862100064754486, -0.36108800768852234, 0.229436993598938, 2.224699020385742, -1.121137022972107, 1.3689571619033813], "count": [843]}, "gripper_mode_state": {"mean": [0.0, 0.5219454329774614], "std": [0.0, 0.4995181658072399], "min": [0, 0], "max": [0, 1], "count": [843]}, "gripper_activity_state": {"mean": [2.0, 1.8991696322657177], "std": [0.0, 0.3963496227063166], "min": [2, 0], "max": [2, 2], "count": [843]}, "gripper_mode_action": {"mean": [0.0, 0.5219454329774614], "std": [0.0, 0.4995181658072399], "min": [0, 0], "max": [0, 1], "count": [843]}, "gripper_activity_action": {"mean": [2.0, 1.8991696322657177], "std": [0.0, 0.3963496227063166], "min": [2, 0], "max": [2, 2], "count": [843]}}} +{"episode_index": 326, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4269145607004063]], [[0.4080549497107402]], [[0.41328061103382796]]], "std": [[[0.19983503184665422]], [[0.19838671136425545]], [[0.1975045299011091]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.400786138160219]], [[0.39452614793101926]], [[0.3924451261923688]]], "std": [[[0.23225631844071676]], [[0.2249215191494735]], [[0.22024578606948397]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.502356120826709]], [[0.47678780250839076]], [[0.4845986202194842]]], "std": [[[0.19583990174412005]], [[0.193946350864155]], [[0.20453302286476635]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46699509527910266]], [[0.44318608268194665]], [[0.44955266709724434]]], "std": [[[0.26317190947129676]], [[0.24991880349499512]], [[0.25434546638187605]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13098695874214172, 0.11674507707357407, -0.5179787874221802, -1.5496255159378052, 0.25384068489074707, -0.34320154786109924, -0.08560840040445328, -0.32497599720954895, -0.5312880277633667, 0.013434000313282013, 0.46281173825263977, -2.1712372303009033, 0.7456164956092834, 1001.0, 185.0, 0.00018046832701656967, -0.22383712232112885, -0.8360329866409302, 1.9090327024459839, -1.0680277347564697, 9.492455319559667e-06], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37365755438804626, 0.6047216653823853, -0.13318607211112976, -1.1550588607788086, 1.2585917711257935, 0.4297698736190796, 0.6708696484565735, -0.22988000512123108, -0.41591399908065796, 0.22903099656105042, 2.060770034790039, -1.121137022972107, 1.3947160243988037, 1001.0, 1002.0, 0.00018234820163343102, -0.22382396459579468, -0.836024284362793, 1.909043788909912, -1.0679469108581543, 1.8984910639119335e-05], "mean": [-0.19951647520065308, 0.6046759486198425, 0.4513876438140869, -1.4119635820388794, -0.2538891136646271, -0.12053786218166351, 0.028280049562454224, -0.31032803654670715, 0.4675731956958771, 0.22824320197105408, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.27053964138031006, 0.3475302755832672, -0.3632904887199402, -1.3541738986968994, 0.7705371975898743, 0.029278693720698357, 0.17699630558490753, -0.2922557294368744, -0.4815656244754791, 0.14062339067459106, 1.2607765197753906, -1.8489558696746826, 1.081764578819275, 1001.0, 578.53369140625, 0.00018079964502248913, -0.2238311916589737, -0.8360328674316406, 1.9090486764907837, -1.0679866075515747, 1.291063836106332e-05], "std": [2.523391776776407e-05, 1.6673222489771433e-05, 2.2499272745335475e-05, 2.4811175535432994e-05, 2.3412056179950014e-05, 1.4816107977821957e-05, 2.1360183382057585e-05, 1.4456747521762736e-05, 7.41203530196799e-06, 1.1785210517700762e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08506107330322266, 0.15948429703712463, 0.12673018872737885, 0.10912163555622101, 0.3457584083080292, 0.24330328404903412, 0.2504102885723114, 0.024048682302236557, 0.0351434126496315, 0.06604166328907013, 0.5329727530479431, 0.33817559480667114, 0.24548734724521637, 0.0, 397.7362365722656, 7.168854381234269e-07, 1.060760496329749e-06, 5.414176484919153e-06, 1.1132797226309776e-05, 2.9313296181499027e-05, 1.1773688584071351e-06], "count": [787]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.310371994972229, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13098695874214172, 0.11674507707357407, -0.5179787874221802, -1.5496255159378052, 0.25384068489074707, -0.34320154786109924, -0.08560840040445328, -0.32497599720954895, -0.5312880277633667, 0.013434000313282013, 0.46281173825263977, -2.1712372303009033, 0.7456164956092834, 1001.0, 185.0, 0.00018046832701656967, -0.22383712232112885, -0.8360329866409302, 1.9090327024459839, -1.0680277347564697, 9.492455319559667e-06], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37365755438804626, 0.6047216653823853, -0.13318607211112976, -1.1550588607788086, 1.2585917711257935, 0.4297698736190796, 0.6708696484565735, -0.22988000512123108, -0.41591399908065796, 0.22903099656105042, 2.060770034790039, -1.121137022972107, 1.3947160243988037, 1001.0, 1002.0, 0.00018234820163343102, -0.22382396459579468, -0.836024284362793, 1.909043788909912, -1.0679469108581543, 1.8984910639119335e-05], "mean": [-0.1995164155960083, 0.6046758890151978, 0.4513876736164093, -1.4119632244110107, -0.2538891136646271, -0.12053787708282471, 0.02827996015548706, -0.31032809615135193, 0.4675731956958771, 0.22824320197105408, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.27046361565589905, 0.3474986255168915, -0.3633749783039093, -1.3543094396591187, 0.7708040475845337, 0.02933853678405285, 0.1770893633365631, -0.29227325320243835, -0.4815223217010498, 0.14054416120052338, 1.260711908340454, -1.8493998050689697, 1.0818065404891968, 1001.0, 578.53369140625, 0.00018079964502248913, -0.2238311916589737, -0.836033046245575, 1.9090487957000732, -1.0679866075515747, 1.2909431461594068e-05], "std": [2.527875949454028e-05, 1.6691983546479605e-05, 2.2498616090160795e-05, 2.4884286176529713e-05, 2.3412057998939417e-05, 1.4820673641224857e-05, 2.131092878698837e-05, 1.4500937140837777e-05, 7.4218687586835586e-06, 1.1786039976868778e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08515121787786484, 0.15943588316440582, 0.1268109828233719, 0.10925929248332977, 0.3454406261444092, 0.24327199161052704, 0.25034740567207336, 0.024066880345344543, 0.03518160432577133, 0.06597387045621872, 0.5329377055168152, 0.33744877576828003, 0.2454330325126648, 0.0, 397.7362365722656, 7.168854381234269e-07, 1.0592900707706576e-06, 5.561062607739586e-06, 1.1249885574216023e-05, 2.931698691099882e-05, 1.1774702670663828e-06], "count": [787]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.572904917459937], "count": [787]}, "frame_index": {"min": [0], "max": [786], "mean": [393.0], "std": [227.1871475237981], "count": [787]}, "episode_index": {"min": [330], "max": [330], "mean": [330.0], "std": [0.0], "count": [787]}, "index": {"min": [269849], "max": [270635], "mean": [270242.0], "std": [227.1871475237981], "count": [787]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [787]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5785311316595598], "std": [0.0, 0.3977333383122807], "count": [787]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5785311316595598], "std": [0.0, 0.3977333383122807], "count": [787]}, "eef_direction_state": {"mean": [6.0, 4.241423125794155], "std": [0.0, 2.11611160934412], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_state": {"mean": [0.0, 0.5489199491740788], "std": [0.0, 0.5713029113032192], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_state": {"mean": [0.0, 0.4307496823379924], "std": [0.0, 0.7278939155774823], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_direction_action": {"mean": [6.0, 4.241423125794155], "std": [0.0, 2.11611160934412], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_action": {"mean": [0.0, 0.5489199491740788], "std": [0.0, 0.5713029113032192], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_action": {"mean": [0.0, 0.4307496823379924], "std": [0.0, 0.7278939155774823], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_sim_pose_state": {"mean": [-0.3103281855583191, 0.4675735831260681, 0.2282431572675705, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.2922555208206177, -0.48156610131263733, 0.14062334597110748, 1.2607768774032593, -1.8489594459533691, 1.0817632675170898], "std": [1.4455927157541737e-05, 7.402906248898944e-06, 1.1785118658735882e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.024048680439591408, 0.0351434201002121, 0.06604166328907013, 0.5329728722572327, 0.3381759822368622, 0.2454875409603119], "min": [-0.310371994972229, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32497599720954895, -0.5312880277633667, 0.013434000313282013, 0.46281173825263977, -2.1712372303009033, 0.7456164956092834], "max": [-0.3102889955043793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22988000512123108, -0.41591399908065796, 0.22903099656105042, 2.060770034790039, -1.121137022972107, 1.3947160243988037], "count": [787]}, "eef_sim_pose_action": {"mean": [-0.31032803654670715, 0.4675731956958771, 0.22824320197105408, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.2922557294368744, -0.4815656244754791, 0.14062339067459106, 1.2607765197753906, -1.8489558696746826, 1.081764578819275], "std": [1.4456747521762736e-05, 7.41203530196799e-06, 1.1785210517700762e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.024048682302236557, 0.0351434126496315, 0.06604166328907013, 0.5329727530479431, 0.33817559480667114, 0.24548734724521637], "min": [-0.310371994972229, 0.46755099296569824, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32497599720954895, -0.5312880277633667, 0.013434000313282013, 0.46281173825263977, -2.1712372303009033, 0.7456164956092834], "max": [-0.3102889955043793, 0.46759599447250366, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22988000512123108, -0.41591399908065796, 0.22903099656105042, 2.060770034790039, -1.121137022972107, 1.3947160243988037], "count": [787]}, "gripper_mode_state": {"mean": [0.0, 0.5082592121982211], "std": [0.0, 0.499931780759998], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_state": {"mean": [2.0, 1.8894536213468869], "std": [0.0, 0.41475711276425414], "min": [2, 0], "max": [2, 2], "count": [787]}, "gripper_mode_action": {"mean": [0.0, 0.5082592121982211], "std": [0.0, 0.499931780759998], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_action": {"mean": [2.0, 1.8894536213468869], "std": [0.0, 0.41475711276425414], "min": [2, 0], "max": [2, 2], "count": [787]}}} +{"episode_index": 327, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42372515444533976]], [[0.40235750878547766]], [[0.40802870249127043]]], "std": [[[0.19877940692934454]], [[0.19680293789819742]], [[0.1962005922666216]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4075591061196168]], [[0.399780368654311]], [[0.3983022162346674]]], "std": [[[0.23223412684979516]], [[0.22458812708042153]], [[0.21993528764390935]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5037549187483212]], [[0.47767948255215326]], [[0.48553044839511145]]], "std": [[[0.19623879376314024]], [[0.1938581858289248]], [[0.20435295124577252]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739924707896857]], [[0.4488490744471304]], [[0.4557504938333781]]], "std": [[[0.262319918760285]], [[0.24895200306566237]], [[0.2539860177980666]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1025206446647644, 0.20029398798942566, -0.5011887550354004, -1.6257219314575195, 0.2529331147670746, -0.28098058700561523, -0.028291787952184677, -0.3362269997596741, -0.5475040078163147, 0.053686000406742096, 0.5371968746185303, -2.1898083686828613, 0.7086753249168396, 1001.0, 179.0, 0.00018046832701656967, -0.22383524477481842, -0.8360329866409302, 1.9090327024459839, -1.068158507347107, 7.593964255647734e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102859854698181, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4380601942539215, 0.6047216653823853, -0.14955726265907288, -1.1477634906768799, 1.2462348937988281, 0.44743260741233826, 0.5123937726020813, -0.22845299541950226, -0.41460999846458435, 0.22893600165843964, 2.0795960426330566, -1.121137022972107, 1.3203134536743164, 1001.0, 1002.0, 0.00018234820163343102, -0.22382396459579468, -0.8360163569450378, 1.9090461730957031, -1.0679168701171875, 1.993415571632795e-05], "mean": [-0.19951707124710083, 0.6046699285507202, 0.45138853788375854, -1.4119641780853271, -0.2538893222808838, -0.12053398042917252, 0.02826310135424137, -0.3103303015232086, 0.46757277846336365, 0.22823843359947205, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2722799777984619, 0.3609801232814789, -0.33739063143730164, -1.3724901676177979, 0.7199118137359619, 0.07571201771497726, 0.1535358726978302, -0.288216769695282, -0.48493459820747375, 0.14957891404628754, 1.2524570226669312, -1.7969366312026978, 1.0352115631103516, 1001.0, 576.9093017578125, 0.00018048015772365034, -0.2238311916589737, -0.8360274434089661, 1.9090489149093628, -1.0680125951766968, 1.302377859246917e-05], "std": [2.5370954972459003e-05, 1.536101262900047e-05, 2.245211180706974e-05, 2.4347154976567253e-05, 2.2002373953000642e-05, 1.5175506632658653e-05, 2.0284305719542317e-05, 1.4740114238520619e-05, 7.879380973463412e-06, 1.186583631351823e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.11279783397912979, 0.13064609467983246, 0.1159031093120575, 0.13339172303676605, 0.39306527376174927, 0.2657078802585602, 0.18162238597869873, 0.02750547230243683, 0.04304291680455208, 0.04838891699910164, 0.5634390115737915, 0.35888731479644775, 0.23345202207565308, 0.0, 400.5233154296875, 1.5079929482908483e-07, 9.402693876836565e-07, 3.6553421978169354e-06, 1.0874244253500365e-05, 6.163396028568968e-05, 1.11312442641065e-06], "count": [772]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12060225009918213, 0.028204521164298058, -0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1025206446647644, 0.20029398798942566, -0.5011887550354004, -1.6257219314575195, 0.2529331147670746, -0.28098058700561523, -0.028291787952184677, -0.3362269997596741, -0.5475040078163147, 0.053686000406742096, 0.5371968746185303, -2.1898083686828613, 0.7086753249168396, 1001.0, 179.0, 0.00018046832701656967, -0.22383524477481842, -0.8360329866409302, 1.9090327024459839, -1.068158507347107, 7.593964255647734e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102859854698181, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4380601942539215, 0.6047216653823853, -0.14955726265907288, -1.1477634906768799, 1.2462348937988281, 0.44743260741233826, 0.5123937726020813, -0.22845299541950226, -0.41460999846458435, 0.22893600165843964, 2.0795960426330566, -1.121137022972107, 1.3203134536743164, 1001.0, 1002.0, 0.00018234820163343102, -0.22382396459579468, -0.8360163569450378, 1.9090461730957031, -1.0679168701171875, 1.993415571632795e-05], "mean": [-0.19951707124710083, 0.6046699285507202, 0.45138853788375854, -1.411963939666748, -0.2538893222808838, -0.1205340251326561, 0.028263123705983162, -0.3103303611278534, 0.46757277846336365, 0.22823843359947205, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.27215996384620667, 0.3608415424823761, -0.33741459250450134, -1.3725671768188477, 0.7199487090110779, 0.07567662745714188, 0.15362194180488586, -0.2882494032382965, -0.4848880171775818, 0.1494886726140976, 1.2524926662445068, -1.7972345352172852, 1.0352566242218018, 1001.0, 576.9093017578125, 0.00018048015772365034, -0.2238311916589737, -0.8360276222229004, 1.9090489149093628, -1.0680127143859863, 1.3023780411458574e-05], "std": [2.5370954972459003e-05, 1.5374744180007838e-05, 2.246690019092057e-05, 2.437290095258504e-05, 2.1989560991642065e-05, 1.5169599464570638e-05, 2.028708331636153e-05, 1.4739805010322016e-05, 7.878652468207292e-06, 1.1863997315231245e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.11292441934347153, 0.1304439902305603, 0.11592850089073181, 0.13343164324760437, 0.39302292466163635, 0.2657359540462494, 0.18155190348625183, 0.027546647936105728, 0.04308116436004639, 0.048307109624147415, 0.5634599924087524, 0.35842165350914, 0.23339948058128357, 0.0, 400.5233154296875, 1.5079929482908483e-07, 9.402693876836565e-07, 3.6867643302684883e-06, 1.0876939086301718e-05, 6.185212987475097e-05, 1.1131240853501367e-06], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [331], "max": [331], "mean": [331.0], "std": [0.0], "count": [772]}, "index": {"min": [270636], "max": [271407], "mean": [271021.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5769067383491931], "std": [0.0, 0.4005212111912301], "count": [772]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5769067383491931], "std": [0.0, 0.40052121119123], "count": [772]}, "eef_direction_state": {"mean": [6.0, 4.060880829015544], "std": [0.0, 2.0794262987449694], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.0, 0.5867875647668394], "std": [0.0, 0.565851681852874], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_state": {"mean": [0.0, 0.42487046632124353], "std": [0.0, 0.7221894666277469], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_direction_action": {"mean": [6.0, 4.060880829015544], "std": [0.0, 2.0794262987449694], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.0, 0.5867875647668394], "std": [0.0, 0.565851681852874], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_acc_mag_action": {"mean": [0.0, 0.42487046632124353], "std": [0.0, 0.7221894666277469], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [-0.31032994389533997, 0.4675726890563965, 0.22823843359947205, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.2882167398929596, -0.48493462800979614, 0.14957889914512634, 1.2524571418762207, -1.7969388961791992, 1.0352120399475098], "std": [1.4735812328581233e-05, 7.878941687522456e-06, 1.1865834494528826e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.02750546671450138, 0.043042924255132675, 0.04838890582323074, 0.5634390115737915, 0.358887255191803, 0.2334519475698471], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3362269997596741, -0.5475040078163147, 0.053686000406742096, 0.5371968746185303, -2.1898083686828613, 0.7086753249168396], "max": [-0.3102859854698181, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22845299541950226, -0.41460999846458435, 0.22893600165843964, 2.0795960426330566, -1.121137022972107, 1.3203134536743164], "count": [772]}, "eef_sim_pose_action": {"mean": [-0.3103303015232086, 0.46757277846336365, 0.22823843359947205, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.288216769695282, -0.48493459820747375, 0.14957891404628754, 1.2524570226669312, -1.7969366312026978, 1.0352115631103516], "std": [1.4740114238520619e-05, 7.879380973463412e-06, 1.186583631351823e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.02750547230243683, 0.04304291680455208, 0.04838891699910164, 0.5634390115737915, 0.35888731479644775, 0.23345202207565308], "min": [-0.31036901473999023, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3362269997596741, -0.5475040078163147, 0.053686000406742096, 0.5371968746185303, -2.1898083686828613, 0.7086753249168396], "max": [-0.3102859854698181, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.22845299541950226, -0.41460999846458435, 0.22893600165843964, 2.0795960426330566, -1.121137022972107, 1.3203134536743164], "count": [772]}, "gripper_mode_state": {"mean": [0.0, 0.5077720207253886], "std": [0.0, 0.4999395920447243], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_state": {"mean": [2.0, 1.8860103626943006], "std": [0.0, 0.4196731270541035], "min": [2, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.0, 0.5077720207253886], "std": [0.0, 0.4999395920447243], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_action": {"mean": [2.0, 1.8860103626943006], "std": [0.0, 0.4196731270541035], "min": [2, 0], "max": [2, 2], "count": [772]}}} +{"episode_index": 328, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42218055814097794]], [[0.40052772219119714]], [[0.4063161389819641]]], "std": [[[0.19877963564839898]], [[0.19706094127435922]], [[0.1962410950318646]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4040305415942749]], [[0.39812143340986184]], [[0.3958437086332423]]], "std": [[[0.23341169590112648]], [[0.22549286103254862]], [[0.22136737779407623]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5032522906842062]], [[0.4772576593137255]], [[0.484898652736411]]], "std": [[[0.19598708295552078]], [[0.19370928762521883]], [[0.20414408278740384]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4560058249565649]], [[0.4316182947071234]], [[0.4378758415549764]]], "std": [[[0.26903594267228426]], [[0.25520733517254734]], [[0.2587140796136351]]], "count": [158]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10655234754085541, 0.259181410074234, -0.5832890272140503, -1.6125445365905762, 0.25384068489074707, -0.33196163177490234, -0.11805406957864761, -0.325765997171402, -0.5471919775009155, 0.02928300015628338, 0.5053516030311584, -2.1968066692352295, 0.57511305809021, 1001.0, 179.0, 0.00018046832701656967, -0.2238408923149109, -0.8360298275947571, 1.9090319871902466, -1.0682004690170288, 9.492455319559667e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45055675506591797, 0.6182828545570374, -0.18313740193843842, -1.1410613059997559, 1.2730257511138916, 0.4404512941837311, 0.7197912335395813, -0.2191309928894043, -0.37097999453544617, 0.2290560007095337, 2.196869134902954, -1.121137022972107, 1.381676435470581, 1001.0, 1002.0, 0.00018234820163343102, -0.22382396459579468, -0.8360163569450378, 1.90904700756073, -1.0679913759231567, 2.3731137844151817e-05], "mean": [-0.1995169222354889, 0.6046662330627441, 0.45138710737228394, -1.4119657278060913, -0.2538924217224121, -0.12053421884775162, 0.028272412717342377, -0.31033027172088623, 0.4675728380680084, 0.22823843359947205, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.26000985503196716, 0.42664119601249695, -0.41272231936454773, -1.4276442527770996, 0.8132032752037048, 0.05566949024796486, 0.21627680957317352, -0.28607407212257385, -0.46398383378982544, 0.1403149515390396, 1.315616250038147, -1.8996655941009521, 0.9703794121742249, 1001.0, 574.4976806640625, 0.00018176903540734202, -0.2238311916589737, -0.8360174298286438, 1.9090540409088135, -1.068106770515442, 1.3347111234907061e-05], "std": [2.5087672838708386e-05, 1.6562675227760337e-05, 2.2470367184723727e-05, 2.4445280359941535e-05, 2.3215052351588383e-05, 1.5068337233969942e-05, 1.8781736798700877e-05, 1.4358228327182587e-05, 7.620447377121309e-06, 1.1834787983389106e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.0995611622929573, 0.12666994333267212, 0.1311798393726349, 0.1409725397825241, 0.33172452449798584, 0.22287870943546295, 0.30008378624916077, 0.027170881628990173, 0.05823944881558418, 0.05719655007123947, 0.5846899151802063, 0.31980112195014954, 0.3063618540763855, 0.0, 401.4229431152344, 8.67290225414763e-07, 9.680594530436792e-07, 7.909191481303424e-06, 1.6050340491347015e-05, 6.491909880423918e-05, 1.1438004321462358e-06], "count": [856]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10655234754085541, 0.259181410074234, -0.5832890272140503, -1.6125445365905762, 0.25384068489074707, -0.33196163177490234, -0.11805406957864761, -0.325765997171402, -0.5471919775009155, 0.02928300015628338, 0.5053516030311584, -2.1968066692352295, 0.57511305809021, 1001.0, 179.0, 0.00018046832701656967, -0.2238408923149109, -0.8360298275947571, 1.9090319871902466, -1.0682004690170288, 9.492455319559667e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028300523757935, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.45055675506591797, 0.6182828545570374, -0.18313740193843842, -1.1410613059997559, 1.2730257511138916, 0.4404512941837311, 0.7197912335395813, -0.2191309928894043, -0.37097999453544617, 0.2290560007095337, 2.196869134902954, -1.121137022972107, 1.381676435470581, 1001.0, 1002.0, 0.00018234820163343102, -0.22382396459579468, -0.8360163569450378, 1.90904700756073, -1.0679913759231567, 2.3731137844151817e-05], "mean": [-0.1995169073343277, 0.6046662926673889, 0.4513871371746063, -1.4119657278060913, -0.2538923919200897, -0.12053423374891281, 0.02827245555818081, -0.31033027172088623, 0.4675728380680084, 0.22823843359947205, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, 0.25999152660369873, 0.42662540078163147, -0.4128633737564087, -1.4277762174606323, 0.8135339021682739, 0.055804502218961716, 0.21640105545520782, -0.2860904037952423, -0.46394526958465576, 0.140223428606987, 1.3155254125595093, -1.9001930952072144, 0.9703445434570312, 1001.0, 574.4976806640625, 0.00018177121819462627, -0.2238311916589737, -0.8360174298286438, 1.9090540409088135, -1.068106770515442, 1.3348220818443224e-05], "std": [2.5087640096899122e-05, 1.6561109077883884e-05, 2.2483698558062315e-05, 2.4483722881996073e-05, 2.320730527571868e-05, 1.5077264833962545e-05, 1.8785920474329032e-05, 1.4355437997437548e-05, 7.62172021495644e-06, 1.1834500583063345e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.09957375377416611, 0.1266486942768097, 0.13128626346588135, 0.14101055264472961, 0.33130767941474915, 0.22280703485012054, 0.300004243850708, 0.027189668267965317, 0.058247990906238556, 0.05711836367845535, 0.5846561789512634, 0.31888726353645325, 0.30638834834098816, 0.0, 401.4229736328125, 8.66359528117755e-07, 9.680594530436792e-07, 7.905244274297729e-06, 1.6051346392487176e-05, 6.49471694487147e-05, 1.1442010645623668e-06], "count": [856]}, "timestamp": {"min": [0.0], "max": [28.5], "mean": [14.25], "std": [8.236858219814962], "count": [856]}, "frame_index": {"min": [0], "max": [855], "mean": [427.5], "std": [247.1057465944489], "count": [856]}, "episode_index": {"min": [332], "max": [332], "mean": [332.0], "std": [0.0], "count": [856]}, "index": {"min": [271408], "max": [272263], "mean": [271835.5], "std": [247.1057465944489], "count": [856]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [856]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5744953295128925], "std": [0.0, 0.4014200353132237], "count": [856]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5744953295128925], "std": [0.0, 0.4014200353132237], "count": [856]}, "eef_direction_state": {"mean": [6.0, 4.417056074766355], "std": [0.0, 1.991251596883044], "min": [6, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.0, 0.5128504672897196], "std": [0.0, 0.5819105706372809], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.0, 0.37850467289719625], "std": [0.0, 0.6999369847982362], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_direction_action": {"mean": [6.0, 4.417056074766355], "std": [0.0, 1.991251596883044], "min": [6, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.0, 0.5128504672897196], "std": [0.0, 0.5819105706372809], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.0, 0.37850467289719625], "std": [0.0, 0.6999369847982362], "min": [0, 0], "max": [0, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [-0.310330331325531, 0.4675730764865875, 0.22823834419250488, -1.5732269287109375, -1.1211367845535278, -0.7462755441665649, -0.2860740125179291, -0.46398428082466125, 0.140314981341362, 1.3156170845031738, -1.8996669054031372, 0.9703779220581055], "std": [1.4358205589815043e-05, 7.617126357217785e-06, 1.1834439646918327e-05, 0.0, 2.384185791015625e-07, 5.960464477539063e-08, 0.027170874178409576, 0.058239445090293884, 0.05719655752182007, 0.5846911668777466, 0.31980112195014954, 0.30636167526245117], "min": [-0.310373991727829, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.325765997171402, -0.5471919775009155, 0.02928300015628338, 0.5053516030311584, -2.1968066692352295, 0.57511305809021], "max": [-0.31028300523757935, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2191309928894043, -0.37097999453544617, 0.2290560007095337, 2.196869134902954, -1.121137022972107, 1.381676435470581], "count": [856]}, "eef_sim_pose_action": {"mean": [-0.31033027172088623, 0.4675728380680084, 0.22823843359947205, -1.5732392072677612, -1.1211423873901367, -0.7462767362594604, -0.28607407212257385, -0.46398383378982544, 0.1403149515390396, 1.315616250038147, -1.8996655941009521, 0.9703794121742249], "std": [1.4358228327182587e-05, 7.620447377121309e-06, 1.1834787983389106e-05, 1.2278556823730469e-05, 5.364418029785156e-06, 1.1324882507324219e-06, 0.027170881628990173, 0.05823944881558418, 0.05719655007123947, 0.5846899151802063, 0.31980112195014954, 0.3063618540763855], "min": [-0.310373991727829, 0.4675469994544983, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.325765997171402, -0.5471919775009155, 0.02928300015628338, 0.5053516030311584, -2.1968066692352295, 0.57511305809021], "max": [-0.31028300523757935, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2191309928894043, -0.37097999453544617, 0.2290560007095337, 2.196869134902954, -1.121137022972107, 1.381676435470581], "count": [856]}, "gripper_mode_state": {"mean": [0.0, 0.5105140186915887], "std": [0.0, 0.49988944318814343], "min": [0, 0], "max": [0, 1], "count": [856]}, "gripper_activity_state": {"mean": [2.0, 1.8983644859813085], "std": [0.0, 0.3988267113103648], "min": [2, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.0, 0.5105140186915887], "std": [0.0, 0.49988944318814343], "min": [0, 0], "max": [0, 1], "count": [856]}, "gripper_activity_action": {"mean": [2.0, 1.8983644859813085], "std": [0.0, 0.3988267113103648], "min": [2, 0], "max": [2, 2], "count": [856]}}} +{"episode_index": 329, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9921568627450981]]], "mean": [[[0.43914472273284316]], [[0.41519049641636957]], [[0.4200773172905526]]], "std": [[[0.19603393086808732]], [[0.19447827301216356]], [[0.19440230322520768]]], "count": [176]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38941332442067733]], [[0.3854161920213161]], [[0.38147312393233807]]], "std": [[[0.2308546673397101]], [[0.2224877710964855]], [[0.2221877866912235]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5074402469084225]], [[0.48876724390040105]], [[0.4880103876541147]]], "std": [[[0.19829130256053132]], [[0.19582525065938067]], [[0.20320627391000962]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47230678800876413]], [[0.4541407491737225]], [[0.4557926229203803]]], "std": [[[0.2620801040501423]], [[0.2534256347510276]], [[0.25700830141187225]]], "count": [176]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.018238689750432968, 0.31778955459594727, -0.45144686102867126, -1.500913381576538, 0.25389304757118225, -0.23687608540058136, -0.12072442471981049, -0.3510270118713379, -0.5008059740066528, 0.20329900085926056, 0.5294840335845947, -2.51495099067688, 0.7462756037712097, 1001.0, 198.0, 0.00018046832701656967, -0.22383712232112885, -0.836031436920166, 1.9090287685394287, -1.0682551860809326, 1.2340192370174918e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102709949016571, 0.46759799122810364, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29429739713668823, 0.7352199554443359, -0.16941910982131958, -1.0762747526168823, 1.7092357873916626, 0.22415263950824738, 0.5355368256568909, -0.2971610128879547, -0.3956660032272339, 0.26426100730895996, 1.573567509651184, -1.121137022972107, 1.6472786664962769, 1001.0, 1003.0, 0.00018234820163343102, -0.22382207214832306, -0.836024284362793, 1.909039855003357, -1.068170428276062, 2.088340261252597e-05], "mean": [-0.19952310621738434, 0.6046657562255859, 0.4513876438140869, -1.4119735956192017, -0.25388869643211365, -0.1205253079533577, 0.028267035260796547, -0.31032660603523254, 0.4675752520561218, 0.22823594510555267, -1.5732395648956299, -1.121139407157898, -0.7462767362594604, 0.181711345911026, 0.5214803218841553, -0.35038524866104126, -1.3093271255493164, 1.279894232749939, 0.052551038563251495, 0.3297099471092224, -0.3232642412185669, -0.46153825521469116, 0.22316820919513702, 0.8702576160430908, -2.1538586616516113, 1.3571159839630127, 1001.0, 534.68115234375, 0.00018202894716523588, -0.22383074462413788, -0.8360297679901123, 1.9090498685836792, -1.0682106018066406, 1.552803223603405e-05], "std": [2.6553603674983606e-05, 1.7766667951946147e-05, 2.2548028937308118e-05, 2.4589988242951222e-05, 2.41986690525664e-05, 1.5694842659286223e-05, 2.0483548723859712e-05, 1.5016779798315838e-05, 8.292164238810074e-06, 1.2212337423989084e-05, 1.2636184692382812e-05, 2.384185791015625e-06, 1.1324882507324219e-06, 0.09814218431711197, 0.1289299726486206, 0.08983339369297028, 0.13599562644958496, 0.43471479415893555, 0.13391882181167603, 0.20728448033332825, 0.01486967969685793, 0.03444311022758484, 0.013492373749613762, 0.3002379834651947, 0.43938300013542175, 0.2490566074848175, 0.0, 388.70880126953125, 7.045328516142035e-07, 1.7795393887354294e-06, 2.873330686270492e-06, 1.6226942534558475e-05, 2.7222855351283215e-05, 9.382090411236277e-07], "count": [988]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.018238689750432968, 0.31778955459594727, -0.45144686102867126, -1.500913381576538, 0.25391051173210144, -0.23687608540058136, -0.12072442471981049, -0.3510270118713379, -0.5008059740066528, 0.20329900085926056, 0.5294840335845947, -2.51495099067688, 0.7462756037712097, 1001.0, 198.0, 0.00018046832701656967, -0.22383712232112885, -0.836031436920166, 1.9090287685394287, -1.0682551860809326, 1.2340192370174918e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102709949016571, 0.46759799122810364, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.29429739713668823, 0.7352199554443359, -0.16941910982131958, -1.0762747526168823, 1.7092357873916626, 0.22415263950824738, 0.5355368256568909, -0.2971610128879547, -0.3956660032272339, 0.26426100730895996, 1.573567509651184, -1.121137022972107, 1.6472786664962769, 1001.0, 1003.0, 0.00018234820163343102, -0.22382207214832306, -0.836024284362793, 1.909039855003357, -1.068170428276062, 2.088340261252597e-05], "mean": [-0.1995231658220291, 0.6046658158302307, 0.45138758420944214, -1.4119735956192017, -0.25388869643211365, -0.1205253005027771, 0.02826700173318386, -0.31032654643058777, 0.4675753116607666, 0.22823591530323029, -1.5732395648956299, -1.121139407157898, -0.7462767362594604, 0.18158762156963348, 0.521432101726532, -0.3503713011741638, -1.309347152709961, 1.2805901765823364, 0.052445609122514725, 0.3296218812465668, -0.32330521941185, -0.4615052342414856, 0.2231723666191101, 0.8696681261062622, -2.1543304920196533, 1.3577028512954712, 1001.0, 534.6832275390625, 0.0001820308534661308, -0.22383072972297668, -0.8360297679901123, 1.9090498685836792, -1.0682106018066406, 1.552803223603405e-05], "std": [2.6505653295316733e-05, 1.775758391886484e-05, 2.2539179553859867e-05, 2.4603979909443296e-05, 2.41986690525664e-05, 1.5695135516580194e-05, 2.0470894014579244e-05, 1.4984173503762577e-05, 8.280207111965865e-06, 1.220724698214326e-05, 1.2636184692382812e-05, 2.384185791015625e-06, 1.1324882507324219e-06, 0.09819677472114563, 0.12890788912773132, 0.08981877565383911, 0.1360122263431549, 0.4336206018924713, 0.13409587740898132, 0.20745496451854706, 0.014889842830598354, 0.034452952444553375, 0.013494559563696384, 0.29942774772644043, 0.4385233223438263, 0.2482980638742447, 0.0, 388.7107849121094, 7.028460231595091e-07, 1.767071239555662e-06, 2.8725012271024752e-06, 1.6230544133577496e-05, 2.723294892348349e-05, 9.382090411236277e-07], "count": [988]}, "timestamp": {"min": [0.0], "max": [32.9], "mean": [16.450000000000003], "std": [9.507029562966084], "count": [988]}, "frame_index": {"min": [0], "max": [987], "mean": [493.5], "std": [285.21088688898254], "count": [988]}, "episode_index": {"min": [333], "max": [333], "mean": [333.0], "std": [0.0], "count": [988]}, "index": {"min": [272264], "max": [273251], "mean": [272757.5], "std": [285.21088688898254], "count": [988]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [988]}, "gripper_open_scale_state": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5343977725849702], "std": [0.0, 0.38837003292543326], "count": [988]}, "gripper_open_scale_action": {"min": [1.0, 0.1979999989271164], "max": [1.0, 1.0], "mean": [1.0, 0.5343977725849702], "std": [0.0, 0.38837003292543326], "count": [988]}, "eef_direction_state": {"mean": [6.0, 4.739878542510121], "std": [0.0, 1.8875655297161853], "min": [6, 0], "max": [6, 6], "count": [988]}, "eef_velocity_state": {"mean": [0.0, 0.347165991902834], "std": [0.0, 0.47606907688796235], "min": [0, 0], "max": [0, 1], "count": [988]}, "eef_acc_mag_state": {"mean": [0.0, 0.19939271255060728], "std": [0.0, 0.5320874365260232], "min": [0, 0], "max": [0, 2], "count": [988]}, "eef_direction_action": {"mean": [6.0, 4.739878542510121], "std": [0.0, 1.8875655297161853], "min": [6, 0], "max": [6, 6], "count": [988]}, "eef_velocity_action": {"mean": [0.0, 0.347165991902834], "std": [0.0, 0.47606907688796235], "min": [0, 0], "max": [0, 1], "count": [988]}, "eef_acc_mag_action": {"mean": [0.0, 0.19939271255060728], "std": [0.0, 0.5320874365260232], "min": [0, 0], "max": [0, 2], "count": [988]}, "eef_sim_pose_state": {"mean": [-0.3103265166282654, 0.46757471561431885, 0.22823593020439148, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.3232644200325012, -0.4615384340286255, 0.22316819429397583, 0.870257556438446, -2.1538565158843994, 1.3571162223815918], "std": [1.501665246905759e-05, 8.27328949526418e-06, 1.2212334695504978e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.014869682490825653, 0.03444310650229454, 0.013492371886968613, 0.3002379834651947, 0.4393828809261322, 0.24905626475811005], "min": [-0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3510270118713379, -0.5008059740066528, 0.20329900085926056, 0.5294840335845947, -2.51495099067688, 0.7462756037712097], "max": [-0.3102709949016571, 0.46759799122810364, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2971610128879547, -0.3956660032272339, 0.26426100730895996, 1.573567509651184, -1.121137022972107, 1.6472786664962769], "count": [988]}, "eef_sim_pose_action": {"mean": [-0.31032660603523254, 0.4675752520561218, 0.22823594510555267, -1.5732395648956299, -1.121139407157898, -0.7462767362594604, -0.3232642412185669, -0.46153825521469116, 0.22316820919513702, 0.8702576160430908, -2.1538586616516113, 1.3571159839630127], "std": [1.5016779798315838e-05, 8.292164238810074e-06, 1.2212337423989084e-05, 1.2636184692382812e-05, 2.384185791015625e-06, 1.1324882507324219e-06, 0.01486967969685793, 0.03444311022758484, 0.013492373749613762, 0.3002379834651947, 0.43938300013542175, 0.2490566074848175], "min": [-0.310373991727829, 0.46754899621009827, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3510270118713379, -0.5008059740066528, 0.20329900085926056, 0.5294840335845947, -2.51495099067688, 0.7462756037712097], "max": [-0.3102709949016571, 0.46759799122810364, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2971610128879547, -0.3956660032272339, 0.26426100730895996, 1.573567509651184, -1.121137022972107, 1.6472786664962769], "count": [988]}, "gripper_mode_state": {"mean": [0.0, 0.5748987854251012], "std": [0.0, 0.49435834365553366], "min": [0, 0], "max": [0, 1], "count": [988]}, "gripper_activity_state": {"mean": [2.0, 1.9139676113360324], "std": [0.0, 0.3678464064090605], "min": [2, 0], "max": [2, 2], "count": [988]}, "gripper_mode_action": {"mean": [0.0, 0.5748987854251012], "std": [0.0, 0.49435834365553366], "min": [0, 0], "max": [0, 1], "count": [988]}, "gripper_activity_action": {"mean": [2.0, 1.9139676113360324], "std": [0.0, 0.3678464064090606], "min": [2, 0], "max": [2, 2], "count": [988]}}} +{"episode_index": 330, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[1.0]]], "mean": [[[0.4389079979213908]], [[0.41491224545373706]], [[0.41973287509448226]]], "std": [[[0.1957675024369459]], [[0.19446982797512682]], [[0.19441636275245988]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38991338201947445]], [[0.3847802718309546]], [[0.3802605667266907]]], "std": [[[0.23168610054341063]], [[0.22256437487291886]], [[0.2225781244656049]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5071272661842515]], [[0.48907043511849185]], [[0.48744524893290647]]], "std": [[[0.19826654431776675]], [[0.19595295395833914]], [[0.20312718023909856]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4779179685763194]], [[0.456292182150638]], [[0.4621291461028856]]], "std": [[[0.26512560510873845]], [[0.25382837210759235]], [[0.2592520024962976]]], "count": [147]}, "observation.state": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07436848431825638, 0.31321677565574646, -0.465549111366272, -1.4272429943084717, 0.24162337183952332, -0.16402603685855865, -0.028291787952184677, -0.34155601263046265, -0.501725971698761, 0.18552300333976746, 0.5327864289283752, -2.5726490020751953, 0.7462756037712097, 1001.0, 175.0, 0.00018046832701656967, -0.22383148968219757, -0.8360306024551392, 1.9090296030044556, -1.068231463432312, 1.3289437447383534e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3102610111236572, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3012787103652954, 0.6502572894096375, -0.12957324087619781, -1.0867292881011963, 1.6271181106567383, 0.33114132285118103, 0.5046270489692688, -0.30268698930740356, -0.4311879873275757, 0.25446999073028564, 1.5821692943572998, -1.1096737384796143, 1.586396336555481, 1001.0, 1003.0, 0.00018234820163343102, -0.2238258421421051, -0.836024284362793, 1.9090383052825928, -1.0681893825531006, 2.1832647689734586e-05], "mean": [-0.1995214968919754, 0.6046676635742188, 0.45139002799987793, -1.4119746685028076, -0.2539023458957672, -0.12052334100008011, 0.028270984068512917, -0.31032654643058777, 0.4675746262073517, 0.22823628783226013, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.20989540219306946, 0.49459317326545715, -0.33189696073532104, -1.2632498741149902, 1.231166958808899, 0.0958930179476738, 0.3676472306251526, -0.3269713521003723, -0.46913817524909973, 0.22266443073749542, 0.8951931595802307, -2.171576499938965, 1.3116118907928467, 1001.0, 590.8318481445312, 0.00018167681992053986, -0.2238304316997528, -0.8360318541526794, 1.909048080444336, -1.0682083368301392, 1.5677775081712753e-05], "std": [2.6112022169400007e-05, 1.5906969565548934e-05, 2.248149030492641e-05, 2.449591556796804e-05, 2.2696962332702242e-05, 1.6632813640171662e-05, 1.9593435354181565e-05, 1.4924356946721673e-05, 7.860317964514252e-06, 1.1874538358824793e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.07579630613327026, 0.11622296273708344, 0.10679568350315094, 0.11779773235321045, 0.3858638107776642, 0.15662060678005219, 0.14353694021701813, 0.011272240430116653, 0.02516966126859188, 0.01699792966246605, 0.300097793340683, 0.4224805533885956, 0.23196059465408325, 0.0, 403.2420654296875, 9.005988204080495e-07, 2.083588469758979e-06, 4.9859104365168605e-06, 1.4114545592747163e-05, 1.2744792911689728e-05, 8.714533237252908e-07], "count": [779]}, "action": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31036999821662903, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07436848431825638, 0.31321677565574646, -0.465549111366272, -1.4272429943084717, 0.24162337183952332, -0.16402603685855865, -0.028291787952184677, -0.34155601263046265, -0.501725971698761, 0.18552300333976746, 0.5327864289283752, -2.5726490020751953, 0.7462756037712097, 1001.0, 175.0, 0.00018046832701656967, -0.22383148968219757, -0.8360306024551392, 1.9090296030044556, -1.068231463432312, 1.3289437447383534e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.028326693922281265, -0.3102610111236572, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3012787103652954, 0.6502572894096375, -0.12957324087619781, -1.0867292881011963, 1.6271181106567383, 0.33114132285118103, 0.5046270489692688, -0.30268698930740356, -0.4311879873275757, 0.25446999073028564, 1.5821692943572998, -1.1096737384796143, 1.586396336555481, 1001.0, 1003.0, 0.00018234820163343102, -0.2238258421421051, -0.836024284362793, 1.9090383052825928, -1.0681893825531006, 2.1832647689734586e-05], "mean": [-0.1995214968919754, 0.6046676635742188, 0.45139002799987793, -1.4119744300842285, -0.25390228629112244, -0.12052334100008011, 0.028270939365029335, -0.31032654643058777, 0.4675745964050293, 0.22823630273342133, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.20974060893058777, 0.49464336037635803, -0.3318020701408386, -1.263225793838501, 1.2321399450302124, 0.09590233117341995, 0.36801305413246155, -0.3270105719566345, -0.4690926671028137, 0.22269712388515472, 0.8946625590324402, -2.1724820137023926, 1.3121132850646973, 1001.0, 590.8292846679688, 0.00018167440430261195, -0.2238304316997528, -0.836031973361969, 1.909048080444336, -1.0682083368301392, 1.5678991985623725e-05], "std": [2.6115616492461413e-05, 1.5911673472146504e-05, 2.248149030492641e-05, 2.4516535631846637e-05, 2.2750125935999677e-05, 1.6632813640171662e-05, 1.9505529053276405e-05, 1.4931868463463616e-05, 7.864968210924417e-06, 1.187034558824962e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.07594022899866104, 0.11627901345491409, 0.10672212392091751, 0.11776910722255707, 0.3843507468700409, 0.15660788118839264, 0.14288902282714844, 0.011267270892858505, 0.02520442195236683, 0.017033061012625694, 0.2992624342441559, 0.42098185420036316, 0.2311587780714035, 0.0, 403.2386169433594, 9.013176622829633e-07, 2.0856386981904507e-06, 5.096021141071105e-06, 1.4118137187324464e-05, 1.275360682484461e-05, 8.714306432011654e-07], "count": [779]}, "timestamp": {"min": [0.0], "max": [25.933333333333334], "mean": [12.966666666666667], "std": [7.495924818785798], "count": [779]}, "frame_index": {"min": [0], "max": [778], "mean": [389.0], "std": [224.8777445635739], "count": [779]}, "episode_index": {"min": [334], "max": [334], "mean": [334.0], "std": [0.0], "count": [779]}, "index": {"min": [273252], "max": [274030], "mean": [273641.0], "std": [224.8777445635739], "count": [779]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [779]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5902490357035085], "std": [0.0, 0.4026476885466916], "count": [779]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5902490357035085], "std": [0.0, 0.4026476885466916], "count": [779]}, "eef_direction_state": {"mean": [6.0, 4.793324775353017], "std": [0.0, 1.909951403326908], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_state": {"mean": [0.0, 0.3286264441591784], "std": [0.0, 0.4751482848000838], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_state": {"mean": [0.0, 0.24646983311938384], "std": [0.0, 0.582894587538003], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_direction_action": {"mean": [6.0, 4.793324775353017], "std": [0.0, 1.909951403326908], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_action": {"mean": [0.0, 0.3286264441591784], "std": [0.0, 0.4751482848000838], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_action": {"mean": [0.0, 0.24646983311938384], "std": [0.0, 0.582894587538003], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_sim_pose_state": {"mean": [-0.31032639741897583, 0.46757423877716064, 0.22823646664619446, -1.573226809501648, -1.1211367845535278, -0.7462756037712097, -0.3269713521003723, -0.46913838386535645, 0.22266432642936707, 0.8951920866966248, -2.1715757846832275, 1.3116117715835571], "std": [1.4923552953405306e-05, 7.85156044003088e-06, 1.1873134099005256e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 0.0, 0.011272242292761803, 0.025169655680656433, 0.0169979277998209, 0.3000975549221039, 0.42248088121414185, 0.23196075856685638], "min": [-0.31036999821662903, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34155601263046265, -0.501725971698761, 0.18552300333976746, 0.5327864289283752, -2.5726490020751953, 0.7462756037712097], "max": [-0.3102610111236572, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30268698930740356, -0.4311879873275757, 0.25446999073028564, 1.5821692943572998, -1.1096737384796143, 1.586396336555481], "count": [779]}, "eef_sim_pose_action": {"mean": [-0.31032654643058777, 0.4675746262073517, 0.22823628783226013, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.3269713521003723, -0.46913817524909973, 0.22266443073749542, 0.8951931595802307, -2.171576499938965, 1.3116118907928467], "std": [1.4924356946721673e-05, 7.860317964514252e-06, 1.1874538358824793e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.011272240430116653, 0.02516966126859188, 0.01699792966246605, 0.300097793340683, 0.4224805533885956, 0.23196059465408325], "min": [-0.31036999821662903, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34155601263046265, -0.501725971698761, 0.18552300333976746, 0.5327864289283752, -2.5726490020751953, 0.7462756037712097], "max": [-0.3102610111236572, 0.4676080048084259, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30268698930740356, -0.4311879873275757, 0.25446999073028564, 1.5821692943572998, -1.1096737384796143, 1.586396336555481], "count": [779]}, "gripper_mode_state": {"mean": [0.0, 0.4878048780487805], "std": [0.0, 0.4998512568760786], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_state": {"mean": [2.0, 1.889602053915276], "std": [0.0, 0.412428508040873], "min": [2, 0], "max": [2, 2], "count": [779]}, "gripper_mode_action": {"mean": [0.0, 0.4878048780487805], "std": [0.0, 0.4998512568760786], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_action": {"mean": [2.0, 1.889602053915276], "std": [0.0, 0.412428508040873], "min": [2, 0], "max": [2, 2], "count": [779]}}} +{"episode_index": 331, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4402657547965423]], [[0.4159043880455408]], [[0.42005017525827537]]], "std": [[[0.1960448591136633]], [[0.19399431200829823]], [[0.19416980425147068]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3897750408496732]], [[0.3829261372021927]], [[0.37718542720851783]]], "std": [[[0.23274418205523897]], [[0.22229233570408893]], [[0.22294342779990056]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5075011332489986]], [[0.48949059666877504]], [[0.48741081066835334]]], "std": [[[0.19835938246561435]], [[0.19594594413182645]], [[0.202973908164938]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4746308573160447]], [[0.45896843901539114]], [[0.46127646268184697]]], "std": [[[0.26534241576377254]], [[0.258925283310362]], [[0.26308820696804214]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.017784906551241875, 0.31983160972595215, -0.45139452815055847, -1.4438585042953491, 0.2534043490886688, -0.3458369970321655, -0.028379054740071297, -0.35156500339508057, -0.49466899037361145, 0.21607600152492523, 0.7066649794578552, -2.474236249923706, 0.7462756037712097, 1001.0, 183.0, 0.00018046832701656967, -0.22383712232112885, -0.8360322117805481, 1.9090280532836914, -1.0682495832443237, 1.13909463834716e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102799952030182, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3234618902206421, 0.7601257562637329, -0.16479399800300598, -1.0247875452041626, 1.507772445678711, 0.17029178142547607, 0.739687979221344, -0.28587499260902405, -0.399507999420166, 0.3019869923591614, 1.5732269287109375, -1.1211333274841309, 1.6626561880111694, 1001.0, 1000.0, 0.00018234820163343102, -0.2238258421421051, -0.836022675037384, 1.909039855003357, -1.0681767463684082, 3.796982127823867e-05], "mean": [-0.19952215254306793, 0.6046685576438904, 0.4513891935348511, -1.411974549293518, -0.2539023756980896, -0.12052373588085175, 0.028281668201088905, -0.31032562255859375, 0.46757516264915466, 0.22823762893676758, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.1662200540304184, 0.5322432518005371, -0.30264636874198914, -1.2548807859420776, 1.127150058746338, -0.002994393929839134, 0.48811760544776917, -0.3229551315307617, -0.4542481303215027, 0.24280813336372375, 1.1181567907333374, -2.0884947776794434, 1.2786058187484741, 1001.0, 567.3289184570312, 0.0001812646514736116, -0.22383050620555878, -0.8360311388969421, 1.9090486764907837, -1.0682181119918823, 1.6629435776849277e-05], "std": [2.5177254428854212e-05, 1.593928027432412e-05, 2.2205551431397907e-05, 2.4943619791883975e-05, 2.204069824074395e-05, 1.567828621773515e-05, 1.967729076568503e-05, 1.4629286852141377e-05, 7.781538442941383e-06, 1.1843755601148587e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.10116394609212875, 0.14694449305534363, 0.07798958569765091, 0.14631709456443787, 0.4085239768028259, 0.1681186854839325, 0.24264468252658844, 0.020715337246656418, 0.032822322100400925, 0.022641757503151894, 0.26504647731781006, 0.4700232744216919, 0.26089125871658325, 0.0, 398.8170471191406, 9.289539093515486e-07, 2.166631247746409e-06, 3.0667852115584537e-06, 1.6170693925232626e-05, 1.6010533727239817e-05, 2.466914111209917e-06], "count": [833]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31036999821662903, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.017784906551241875, 0.31983160972595215, -0.45139452815055847, -1.4438585042953491, 0.2534043490886688, -0.3458369970321655, -0.028379054740071297, -0.35156500339508057, -0.49466899037361145, 0.21607600152492523, 0.7066649794578552, -2.474236249923706, 0.7462756037712097, 1001.0, 183.0, 0.00018046832701656967, -0.22383712232112885, -0.8360322117805481, 1.9090280532836914, -1.0682495832443237, 1.13909463834716e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102799952030182, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3234618902206421, 0.7601257562637329, -0.16479399800300598, -1.0247875452041626, 1.507772445678711, 0.17029178142547607, 0.739687979221344, -0.28587499260902405, -0.399507999420166, 0.3019869923591614, 1.5732269287109375, -1.1211333274841309, 1.6626561880111694, 1001.0, 1000.0, 0.00018234820163343102, -0.2238258421421051, -0.836022675037384, 1.909039855003357, -1.0681767463684082, 3.796982127823867e-05], "mean": [-0.19952213764190674, 0.6046686172485352, 0.45138922333717346, -1.4119744300842285, -0.2539023458957672, -0.12052375078201294, 0.028281688690185547, -0.31032562255859375, 0.4675751328468323, 0.22823762893676758, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.1661258190870285, 0.5321692824363708, -0.3025323748588562, -1.254705548286438, 1.1275218725204468, -0.0032618828117847443, 0.48833608627319336, -0.3230040967464447, -0.45422351360321045, 0.2428414672613144, 1.1180089712142944, -2.08882999420166, 1.278974175453186, 1001.0, 567.3289184570312, 0.0001812646514736116, -0.22383050620555878, -0.8360312581062317, 1.9090486764907837, -1.0682181119918823, 1.6635134670650586e-05], "std": [2.5181545424857177e-05, 1.593963497725781e-05, 2.2204258129931986e-05, 2.4934677639976144e-05, 2.2041054762667045e-05, 1.5677704141126014e-05, 1.9660299585666507e-05, 1.4626904885517433e-05, 7.783801265759394e-06, 1.1832697964564431e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.10116935521364212, 0.14692355692386627, 0.0778413936495781, 0.1462162733078003, 0.4078691601753235, 0.16848237812519073, 0.24226081371307373, 0.02073359116911888, 0.032819993793964386, 0.022640768438577652, 0.2648271918296814, 0.4694328010082245, 0.2603553831577301, 0.0, 398.8170471191406, 9.289539093515486e-07, 2.1685525553039042e-06, 3.160306960126036e-06, 1.6172525647561997e-05, 1.6010959370760247e-05, 2.4712524009373737e-06], "count": [833]}, "timestamp": {"min": [0.0], "max": [27.733333333333334], "mean": [13.866666666666664], "std": [8.015540461434206], "count": [833]}, "frame_index": {"min": [0], "max": [832], "mean": [416.0], "std": [240.4662138430262], "count": [833]}, "episode_index": {"min": [335], "max": [335], "mean": [335.0], "std": [0.0], "count": [833]}, "index": {"min": [274031], "max": [274863], "mean": [274447.0], "std": [240.4662138430262], "count": [833]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [833]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5673289309744359], "std": [0.0, 0.39881531118293206], "count": [833]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5673289309744359], "std": [0.0, 0.39881531118293206], "count": [833]}, "eef_direction_state": {"mean": [6.0, 4.555822328931573], "std": [0.0, 1.992077423954902], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_state": {"mean": [0.0, 0.40336134453781514], "std": [0.0, 0.5026587034869998], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_state": {"mean": [0.0, 0.25930372148859543], "std": [0.0, 0.5981066527111728], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_direction_action": {"mean": [6.0, 4.555822328931573], "std": [0.0, 1.992077423954902], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_action": {"mean": [0.0, 0.40336134453781514], "std": [0.0, 0.5026587034869998], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_action": {"mean": [0.0, 0.25930372148859543], "std": [0.0, 0.5981066527111728], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_sim_pose_state": {"mean": [-0.3103257417678833, 0.46757471561431885, 0.22823770344257355, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3229548931121826, -0.4542478024959564, 0.24280814826488495, 1.1181550025939941, -2.0884976387023926, 1.2786048650741577], "std": [1.4628863937105052e-05, 7.769553121761419e-06, 1.1843562788271811e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.020715337246656418, 0.03282232582569122, 0.02264176867902279, 0.2650465667247772, 0.470022976398468, 0.26089128851890564], "min": [-0.31036999821662903, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35156500339508057, -0.49466899037361145, 0.21607600152492523, 0.7066649794578552, -2.474236249923706, 0.7462756037712097], "max": [-0.3102799952030182, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28587499260902405, -0.399507999420166, 0.3019869923591614, 1.5732269287109375, -1.1211333274841309, 1.6626561880111694], "count": [833]}, "eef_sim_pose_action": {"mean": [-0.31032562255859375, 0.46757516264915466, 0.22823762893676758, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.3229551315307617, -0.4542481303215027, 0.24280813336372375, 1.1181567907333374, -2.0884947776794434, 1.2786058187484741], "std": [1.4629286852141377e-05, 7.781538442941383e-06, 1.1843755601148587e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.020715337246656418, 0.032822322100400925, 0.022641757503151894, 0.26504647731781006, 0.4700232744216919, 0.26089125871658325], "min": [-0.31036999821662903, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35156500339508057, -0.49466899037361145, 0.21607600152492523, 0.7066649794578552, -2.474236249923706, 0.7462756037712097], "max": [-0.3102799952030182, 0.46759700775146484, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28587499260902405, -0.399507999420166, 0.3019869923591614, 1.5732269287109375, -1.1211333274841309, 1.6626561880111694], "count": [833]}, "gripper_mode_state": {"mean": [0.0, 0.5222088835534213], "std": [0.0, 0.49950652197074596], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_state": {"mean": [2.0, 1.8955582232893158], "std": [0.0, 0.4039325972593116], "min": [2, 0], "max": [2, 2], "count": [833]}, "gripper_mode_action": {"mean": [0.0, 0.5222088835534213], "std": [0.0, 0.49950652197074596], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_action": {"mean": [2.0, 1.8955582232893158], "std": [0.0, 0.4039325972593116], "min": [2, 0], "max": [2, 2], "count": [833]}}} +{"episode_index": 332, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[0.9686274509803922]]], "mean": [[[0.4402884564735982]], [[0.4160954968610251]], [[0.4206208115647575]]], "std": [[[0.1959843892673811]], [[0.19470481508184756]], [[0.194732435700254]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4034224098082215]], [[0.3949911393833849]], [[0.38773054803061574]]], "std": [[[0.23536358651894843]], [[0.22504756039654628]], [[0.2255503145162792]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5083120068476952]], [[0.4898949760276918]], [[0.4878377112358101]]], "std": [[[0.19869885590288267]], [[0.19619686947779072]], [[0.20323399490384272]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4837986258922429]], [[0.4681837724673203]], [[0.46835666602167186]]], "std": [[[0.25190074341885904]], [[0.2455586644255472]], [[0.2524022876583912]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09709267318248749, 0.2594955563545227, -0.4514119625091553, -1.5213860273361206, 0.24851743876934052, -0.17948967218399048, -0.028326693922281265, -0.36350899934768677, -0.49248799681663513, 0.2003829926252365, 0.5969385504722595, -2.487325429916382, 0.7462756037712097, 1001.0, 177.0, 0.00018046832701656967, -0.22383899986743927, -0.836298406124115, 1.9086254835128784, -1.070055365562439, -0.00018415362865198404], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2975088059902191, 0.6047216653823853, -0.14325663447380066, -0.9818350076675415, 1.5673056840896606, 0.12913691997528076, 0.5836730599403381, -0.2983259856700897, -0.39579400420188904, 0.26455599069595337, 1.5783038139343262, -1.1171493530273438, 1.780671238899231, 1001.0, 1000.0, 0.00018234820163343102, -0.2238183170557022, -0.8360282182693481, 1.9101301431655884, -1.0650731325149536, 1.993415571632795e-05], "mean": [-0.19951657950878143, 0.6046708226203918, 0.45139026641845703, -1.411974310874939, -0.2539125382900238, -0.1205243319272995, 0.028279300779104233, -0.3103283643722534, 0.46757248044013977, 0.2282380908727646, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.1299530565738678, 0.44698625802993774, -0.2812346816062927, -1.2909234762191772, 1.1791259050369263, -0.014147551730275154, 0.3933907449245453, -0.3327735960483551, -0.45234495401382446, 0.22139973938465118, 0.9624350070953369, -2.082695484161377, 1.44684636592865, 1001.0, 558.734375, 0.0001813238050090149, -0.22383074462413788, -0.8360784649848938, 1.909016728401184, -1.0682085752487183, -2.927559762611054e-05], "std": [2.658958692336455e-05, 1.7096030205721036e-05, 2.2169620933709666e-05, 2.3213251552078873e-05, 2.240059075120371e-05, 1.603165401320439e-05, 1.8417147657601163e-05, 1.4586080396838952e-05, 7.941262992972042e-06, 1.1734799954865593e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.11472567915916443, 0.13011199235916138, 0.08617842197418213, 0.17278672754764557, 0.4313901364803314, 0.0871228501200676, 0.21876363456249237, 0.01822338066995144, 0.03144488483667374, 0.016340263187885284, 0.30877289175987244, 0.452221542596817, 0.32862043380737305, 0.0, 401.1427307128906, 9.361785942019196e-07, 1.9012730945178191e-06, 7.234879012685269e-05, 0.0002190418599639088, 0.0005109258345328271, 7.102361996658146e-05], "count": [817]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.09709267318248749, 0.2594955563545227, -0.4514119625091553, -1.5213860273361206, 0.24851743876934052, -0.17948967218399048, -0.028326693922281265, -0.36350899934768677, -0.49248799681663513, 0.2003829926252365, 0.5969385504722595, -2.487325429916382, 0.7462756037712097, 1001.0, 177.0, 0.00018046832701656967, -0.22383899986743927, -0.836298406124115, 1.9086254835128784, -1.070055365562439, -0.00018415362865198404], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102790117263794, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2975088059902191, 0.6047216653823853, -0.14325663447380066, -0.9818350076675415, 1.5673056840896606, 0.12913691997528076, 0.5836730599403381, -0.2983259856700897, -0.39579400420188904, 0.26455599069595337, 1.5783038139343262, -1.1171493530273438, 1.780671238899231, 1001.0, 1000.0, 0.00018234820163343102, -0.2238183170557022, -0.8360282182693481, 1.9101301431655884, -1.0650731325149536, 1.993415571632795e-05], "mean": [-0.19951657950878143, 0.6046708226203918, 0.4513903260231018, -1.411974310874939, -0.2539125978946686, -0.1205243468284607, 0.028279321268200874, -0.3103283643722534, 0.46757248044013977, 0.22823810577392578, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.1297132819890976, 0.4469616711139679, -0.28110966086387634, -1.2910244464874268, 1.1798181533813477, -0.014217599295079708, 0.3935210704803467, -0.33280521631240845, -0.4522852301597595, 0.22140471637248993, 0.9619948267936707, -2.083327293395996, 1.4473642110824585, 1001.0, 558.734375, 0.0001813238050090149, -0.22383074462413788, -0.8360786437988281, 1.9090163707733154, -1.0682082176208496, -2.9455688490998e-05], "std": [2.658958692336455e-05, 1.7083244529203512e-05, 2.2167843781062402e-05, 2.323993066966068e-05, 2.242996561108157e-05, 1.603024429641664e-05, 1.8401251509203576e-05, 1.4595766515412834e-05, 7.941890544316266e-06, 1.1731055565178394e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.11478465050458908, 0.13008397817611694, 0.08600548654794693, 0.17288190126419067, 0.43035727739334106, 0.08723126351833344, 0.21854405105113983, 0.018206821754574776, 0.03146226331591606, 0.016342947259545326, 0.3081578314304352, 0.4512370526790619, 0.3278482258319855, 0.0, 401.1427307128906, 9.361785942019196e-07, 1.9012730945178191e-06, 7.240717968670651e-05, 0.0002191153762396425, 0.0005110161728225648, 7.109477883204818e-05], "count": [817]}, "timestamp": {"min": [0.0], "max": [27.2], "mean": [13.599999999999996], "std": [7.861580276537565], "count": [817]}, "frame_index": {"min": [0], "max": [816], "mean": [408.0], "std": [235.84740829612693], "count": [817]}, "episode_index": {"min": [336], "max": [336], "mean": [336.0], "std": [0.0], "count": [817]}, "index": {"min": [274864], "max": [275680], "mean": [275272.0], "std": [235.84740829612693], "count": [817]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [817]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5587343947467197], "std": [0.0, 0.401143812880425], "count": [817]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.5587343947467197], "std": [0.0, 0.40114381288042494], "count": [817]}, "eef_direction_state": {"mean": [6.0, 4.6658506731946146], "std": [0.0, 1.9465870184867495], "min": [6, 0], "max": [6, 6], "count": [817]}, "eef_velocity_state": {"mean": [0.0, 0.3733170134638923], "std": [0.0, 0.48872014666330643], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_acc_mag_state": {"mean": [0.0, 0.3108935128518972], "std": [0.0, 0.647973063850387], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_direction_action": {"mean": [6.0, 4.6658506731946146], "std": [0.0, 1.9465870184867495], "min": [6, 0], "max": [6, 6], "count": [817]}, "eef_velocity_action": {"mean": [0.0, 0.3733170134638923], "std": [0.0, 0.48872014666330643], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_acc_mag_action": {"mean": [0.0, 0.3108935128518972], "std": [0.0, 0.647973063850387], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_sim_pose_state": {"mean": [-0.3103281557559967, 0.46757277846336365, 0.228238046169281, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3327735960483551, -0.452344685792923, 0.22139972448349, 0.9624361395835876, -2.0826995372772217, 1.4468456506729126], "std": [1.4584421478502918e-05, 7.935446774354205e-06, 1.1734777217498049e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.018223373219370842, 0.03144488483667374, 0.016340265050530434, 0.30877310037612915, 0.45222190022468567, 0.32862043380737305], "min": [-0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36350899934768677, -0.49248799681663513, 0.2003829926252365, 0.5969385504722595, -2.487325429916382, 0.7462756037712097], "max": [-0.3102790117263794, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2983259856700897, -0.39579400420188904, 0.26455599069595337, 1.5783038139343262, -1.1171493530273438, 1.780671238899231], "count": [817]}, "eef_sim_pose_action": {"mean": [-0.3103283643722534, 0.46757248044013977, 0.2282380908727646, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.3327735960483551, -0.45234495401382446, 0.22139973938465118, 0.9624350070953369, -2.082695484161377, 1.44684636592865], "std": [1.4586080396838952e-05, 7.941262992972042e-06, 1.1734799954865593e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.01822338066995144, 0.03144488483667374, 0.016340263187885284, 0.30877289175987244, 0.452221542596817, 0.32862043380737305], "min": [-0.3103710114955902, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36350899934768677, -0.49248799681663513, 0.2003829926252365, 0.5969385504722595, -2.487325429916382, 0.7462756037712097], "max": [-0.3102790117263794, 0.4675990045070648, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2983259856700897, -0.39579400420188904, 0.26455599069595337, 1.5783038139343262, -1.1171493530273438, 1.780671238899231], "count": [817]}, "gripper_mode_state": {"mean": [0.0, 0.5287637698898409], "std": [0.0, 0.49917195989130375], "min": [0, 0], "max": [0, 1], "count": [817]}, "gripper_activity_state": {"mean": [2.0, 1.8922888616891065], "std": [0.0, 0.40877974639554776], "min": [2, 0], "max": [2, 2], "count": [817]}, "gripper_mode_action": {"mean": [0.0, 0.5287637698898409], "std": [0.0, 0.49917195989130375], "min": [0, 0], "max": [0, 1], "count": [817]}, "gripper_activity_action": {"mean": [2.0, 1.8922888616891065], "std": [0.0, 0.40877974639554776], "min": [2, 0], "max": [2, 2], "count": [817]}}} +{"episode_index": 333, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9921568627450981]]], "mean": [[[0.4357692393951044]], [[0.41187981785851596]], [[0.41722815476953307]]], "std": [[[0.19669048049990548]], [[0.19606266586028273]], [[0.19533892397433505]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4038162619078132]], [[0.39524924574949805]], [[0.3880203941325986]]], "std": [[[0.236388296772114]], [[0.2254806646254039]], [[0.22633974388951567]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5082770021679696]], [[0.48769867492203856]], [[0.4888695400273399]]], "std": [[[0.19827780222632035]], [[0.19576845249573843]], [[0.20364284128319937]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668595518817549]], [[0.4396764051753599]], [[0.44538239298987564]]], "std": [[[0.2666070456405277]], [[0.25328627324177055]], [[0.2570702212494512]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.46754398941993713, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.023631757125258446, 0.31381019949913025, -0.5780704617500305, -1.5213860273361206, 0.2537708580493927, -0.1984439343214035, -0.02834414690732956, -0.3421120047569275, -0.48785901069641113, 0.11896000057458878, 0.5460251569747925, -2.429403066635132, 0.7462756037712097, 1001.0, 173.0, 0.00018046832701656967, -0.22383712232112885, -0.8361708521842957, 1.9088671207427979, -1.0681997537612915, -0.00015472702216356993], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37229618430137634, 0.6284756064414978, -0.12723450362682343, -1.2281358242034912, 1.409894347190857, 0.2932851314544678, 0.57252037525177, -0.25825798511505127, -0.42194798588752747, 0.23952999711036682, 1.5732269287109375, -1.121137022972107, 1.566872477531433, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.8361605405807495, 1.9088892936706543, -1.0679287910461426, -0.00011201097368029878], "mean": [-0.19951660931110382, 0.6046841144561768, 0.45139244198799133, -1.4119731187820435, -0.25392016768455505, -0.12052468955516815, 0.02827242948114872, -0.31032925844192505, 0.4675719738006592, 0.2282436043024063, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.21584276854991913, 0.4977109134197235, -0.3538002073764801, -1.356368899345398, 1.079939365386963, 0.08949574828147888, 0.3098348081111908, -0.30592867732048035, -0.46709099411964417, 0.20047639310359955, 1.066506266593933, -2.0755467414855957, 1.173346757888794, 1001.0, 534.1798095703125, 0.0001809060195228085, -0.22383077442646027, -0.8361654281616211, 1.9088882207870483, -1.0679835081100464, -0.00012836996756959707], "std": [2.592464443296194e-05, 1.8740749510470778e-05, 2.2362371964845806e-05, 2.4126724383677356e-05, 2.9501758035621606e-05, 1.5864479792071506e-05, 1.929400968947448e-05, 1.4752752576896455e-05, 8.050122232816648e-06, 1.1485844879643992e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08737041056156158, 0.10036871582269669, 0.13313356041908264, 0.08776833117008209, 0.34331807494163513, 0.1436775177717209, 0.18716120719909668, 0.02483624964952469, 0.019322967156767845, 0.03284084424376488, 0.3111268877983093, 0.4128735065460205, 0.2584743797779083, 0.0, 401.4065246582031, 7.950502549647354e-07, 1.98404586626566e-06, 2.5731130790518364e-06, 9.320372555521317e-06, 9.151386620942503e-05, 7.47635431253002e-06], "count": [823]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.46754398941993713, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.023631757125258446, 0.31381019949913025, -0.5780704617500305, -1.5213860273361206, 0.2537708580493927, -0.1984439343214035, -0.02834414690732956, -0.3421120047569275, -0.48785901069641113, 0.11896000057458878, 0.5460251569747925, -2.429403066635132, 0.7462756037712097, 1001.0, 173.0, 0.00018046832701656967, -0.22383712232112885, -0.8361708521842957, 1.9088671207427979, -1.0681997537612915, -0.00015472702216356993], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37229618430137634, 0.6284756064414978, -0.12723450362682343, -1.2281358242034912, 1.409894347190857, 0.2932851314544678, 0.57252037525177, -0.25825798511505127, -0.42194798588752747, 0.23952999711036682, 1.5732269287109375, -1.121137022972107, 1.566872477531433, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.8361605405807495, 1.9088892936706543, -1.0679287910461426, -0.00011201097368029878], "mean": [-0.1995166838169098, 0.6046841144561768, 0.45139238238334656, -1.411973237991333, -0.2539200484752655, -0.12052466720342636, 0.02827244997024536, -0.31032928824424744, 0.4675719738006592, 0.2282436192035675, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2156320959329605, 0.4977058470249176, -0.3537168502807617, -1.3564393520355225, 1.0805972814559937, 0.08940836787223816, 0.3098974823951721, -0.3059670627117157, -0.4670364558696747, 0.20048831403255463, 1.0660597085952759, -2.076097011566162, 1.1738373041152954, 1001.0, 534.1798095703125, 0.0001809060195228085, -0.22383077442646027, -0.8361654281616211, 1.9088882207870483, -1.0679837465286255, -0.0001283584424527362], "std": [2.5968029149225913e-05, 1.8740749510470778e-05, 2.236361069662962e-05, 2.41316211031517e-05, 2.9568598620244302e-05, 1.586653888807632e-05, 1.9305705791339278e-05, 1.4752747119928245e-05, 8.049451935221441e-06, 1.1490154065540992e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.08761801570653915, 0.10036341100931168, 0.13309375941753387, 0.08783646672964096, 0.34225139021873474, 0.14382699131965637, 0.18705640733242035, 0.024867380037903786, 0.01938474364578724, 0.03285270929336548, 0.3106631338596344, 0.41190198063850403, 0.2580462098121643, 0.0, 401.4065246582031, 7.950502549647354e-07, 1.98647740035085e-06, 2.577688292149105e-06, 9.31484373722924e-06, 9.171932470053434e-05, 7.482551609427901e-06], "count": [823]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.699999999999998], "std": [7.919315346389204], "count": [823]}, "frame_index": {"min": [0], "max": [822], "mean": [411.0], "std": [237.57946039167612], "count": [823]}, "episode_index": {"min": [337], "max": [337], "mean": [337.0], "std": [0.0], "count": [823]}, "index": {"min": [275681], "max": [276503], "mean": [276092.0], "std": [237.57946039167612], "count": [823]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [823]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5340583195156199], "std": [0.0, 0.4012660331519114], "count": [823]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5340583195156199], "std": [0.0, 0.4012660331519114], "count": [823]}, "eef_direction_state": {"mean": [6.0, 4.814094775212637], "std": [0.0, 1.8492901993255264], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.0, 0.39489671931956255], "std": [0.0, 0.49867207162584826], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.0, 0.29526123936816523], "std": [0.0, 0.6363354980985879], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_direction_action": {"mean": [6.0, 4.814094775212637], "std": [0.0, 1.8492901993255264], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.0, 0.39489671931956255], "std": [0.0, 0.49867207162584826], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.0, 0.29526123936816523], "std": [0.0, 0.6363354980985879], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [-0.31032902002334595, 0.46757209300994873, 0.22824378311634064, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3059285879135132, -0.4670911431312561, 0.20047631859779358, 1.066506266593933, -2.0755436420440674, 1.173348069190979], "std": [1.4750986338185612e-05, 8.049652024055831e-06, 1.1484421520435717e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02483624964952469, 0.019322969019412994, 0.03284084051847458, 0.3111270070075989, 0.4128735363483429, 0.2584743797779083], "min": [-0.31038200855255127, 0.46754398941993713, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3421120047569275, -0.48785901069641113, 0.11896000057458878, 0.5460251569747925, -2.429403066635132, 0.7462756037712097], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25825798511505127, -0.42194798588752747, 0.23952999711036682, 1.5732269287109375, -1.121137022972107, 1.566872477531433], "count": [823]}, "eef_sim_pose_action": {"mean": [-0.31032925844192505, 0.4675719738006592, 0.2282436043024063, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.30592867732048035, -0.46709099411964417, 0.20047639310359955, 1.066506266593933, -2.0755467414855957, 1.173346757888794], "std": [1.4752752576896455e-05, 8.050122232816648e-06, 1.1485844879643992e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.02483624964952469, 0.019322967156767845, 0.03284084424376488, 0.3111268877983093, 0.4128735065460205, 0.2584743797779083], "min": [-0.31038200855255127, 0.46754398941993713, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3421120047569275, -0.48785901069641113, 0.11896000057458878, 0.5460251569747925, -2.429403066635132, 0.7462756037712097], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25825798511505127, -0.42194798588752747, 0.23952999711036682, 1.5732269287109375, -1.121137022972107, 1.566872477531433], "count": [823]}, "gripper_mode_state": {"mean": [0.0, 0.5577156743620899], "std": [0.0, 0.496657730165281], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_state": {"mean": [2.0, 1.8979343863912514], "std": [0.0, 0.39656252076551224], "min": [2, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.0, 0.5577156743620899], "std": [0.0, 0.496657730165281], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_action": {"mean": [2.0, 1.8979343863912514], "std": [0.0, 0.39656252076551224], "min": [2, 0], "max": [2, 2], "count": [823]}}} +{"episode_index": 334, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4389226551731804]], [[0.4145498657796452]], [[0.4191346733137699]]], "std": [[[0.19587379826878498]], [[0.19462943045568298]], [[0.19431793691018623]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40223437708416704]], [[0.39341453109021385]], [[0.3850528419701214]]], "std": [[[0.23715729379404557]], [[0.22568519314981617]], [[0.22655028103265193]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5080573993486283]], [[0.48897608626784045]], [[0.4880966372660175]]], "std": [[[0.1984186527449743]], [[0.195815214534252]], [[0.20318150134183108]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46715620831666005]], [[0.44558860210750967]], [[0.4494395563781068]]], "std": [[[0.2646979449918746]], [[0.25176211126476167]], [[0.25629371127204936]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25394541025161743, -0.12058479338884354, 0.02816961333155632, -0.31038200855255127, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07808603346347809, 0.31869712471961975, -0.5460611581802368, -1.4770197868347168, 0.2537708580493927, -0.14988888800144196, -0.028379054740071297, -0.33891400694847107, -0.5061960220336914, 0.19040599465370178, 0.6631510853767395, -2.546001434326172, 0.7462756037712097, 1001.0, 177.0, 0.00018046832701656967, -0.22383899986743927, -0.8361684679985046, 1.908873438835144, -1.0681688785552979, -0.0002392098685959354], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35096824169158936, 0.7381172180175781, -0.1745503842830658, -1.0762048959732056, 1.5501840114593506, 0.2897770404815674, 0.6220877170562744, -0.2716189920902252, -0.43758800625801086, 0.24912600219249725, 1.5732269287109375, -1.121137022972107, 1.556863784790039, 1001.0, 1002.0, 0.00018046832701656967, -0.22382207214832306, -0.8361549973487854, 1.9088996648788452, -1.068099856376648, 0.00022876817092765123], "mean": [-0.19951555132865906, 0.6046717762947083, 0.4513927698135376, -1.4119718074798584, -0.2538812458515167, -0.12052634358406067, 0.028269734233617783, -0.31032925844192505, 0.4675723612308502, 0.2282370924949646, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.22674505412578583, 0.5342772603034973, -0.355907678604126, -1.292647361755371, 1.1128870248794556, 0.08531681448221207, 0.37897470593452454, -0.31460878252983093, -0.4696638882160187, 0.22239409387111664, 1.058013677597046, -2.089063882827759, 1.183336853981018, 1001.0, 604.7311401367188, 0.00018046800687443465, -0.2238302230834961, -0.8361655473709106, 1.9088959693908691, -1.0681248903274536, -9.702099487185478e-05], "std": [2.57849369518226e-05, 1.822652848204598e-05, 2.1873400328331627e-05, 2.4299402866745368e-05, 2.2929250917513855e-05, 1.4801627003180329e-05, 2.044937173195649e-05, 1.4845009900454897e-05, 8.045803042477928e-06, 1.1788788469857536e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08365155756473541, 0.1321331411600113, 0.09605975449085236, 0.14827989041805267, 0.3469943106174469, 0.128944531083107, 0.1924828439950943, 0.018524592742323875, 0.02492625080049038, 0.014973027631640434, 0.24007293581962585, 0.4165416359901428, 0.24261872470378876, 0.0, 401.3710021972656, 3.2014213502407074e-10, 2.120846374964458e-06, 2.668086835910799e-06, 9.720452908368316e-06, 1.867189166659955e-05, 0.00013402971671894193], "count": [781]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.4120759963989258, -0.25394541025161743, -0.12058479338884354, 0.02816961333155632, -0.31038200855255127, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07808603346347809, 0.31869712471961975, -0.5460611581802368, -1.4770197868347168, 0.2537708580493927, -0.14988888800144196, -0.028379054740071297, -0.33891400694847107, -0.5061960220336914, 0.19040599465370178, 0.6631510853767395, -2.546001434326172, 0.7462756037712097, 1001.0, 177.0, 0.00018046832701656967, -0.22383899986743927, -0.8361684679985046, 1.908873438835144, -1.0681688785552979, -0.0002392098685959354], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35096824169158936, 0.7381172180175781, -0.1745503842830658, -1.0762048959732056, 1.5501840114593506, 0.2897770404815674, 0.6220877170562744, -0.2716189920902252, -0.43758800625801086, 0.24912600219249725, 1.5732269287109375, -1.121137022972107, 1.556863784790039, 1001.0, 1002.0, 0.00018046832701656967, -0.22382207214832306, -0.8361549973487854, 1.9088996648788452, -1.068099856376648, 0.00022876817092765123], "mean": [-0.1995154619216919, 0.6046717762947083, 0.4513927400112152, -1.4119716882705688, -0.25388121604919434, -0.12052634358406067, 0.028269734233617783, -0.3103293180465698, 0.46757233142852783, 0.2282370775938034, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.226631760597229, 0.5343189239501953, -0.3558139503002167, -1.2926809787750244, 1.1137194633483887, 0.0854090079665184, 0.3792572617530823, -0.3146267533302307, -0.46963265538215637, 0.22241127490997314, 1.0575518608093262, -2.0898730754852295, 1.183727502822876, 1001.0, 604.7311401367188, 0.00018046800687443465, -0.2238302230834961, -0.8361655473709106, 1.9088959693908691, -1.0681248903274536, -9.71194458543323e-05], "std": [2.5870582248899154e-05, 1.8218812328996137e-05, 2.1873418518225662e-05, 2.428916559438221e-05, 2.290910379088018e-05, 1.4801627003180329e-05, 2.0449369912967086e-05, 1.4882632058288436e-05, 8.063596396823414e-06, 1.1755982086469885e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.08374812453985214, 0.13216045498847961, 0.09600230306386948, 0.14831003546714783, 0.34571054577827454, 0.12882281839847565, 0.19204646348953247, 0.018527237698435783, 0.024944040924310684, 0.014987383037805557, 0.23942679166793823, 0.4152718186378479, 0.24215982854366302, 0.0, 401.3710021972656, 3.2014213502407074e-10, 2.119071950801299e-06, 2.6677491860027658e-06, 9.712528481031768e-06, 1.866179081844166e-05, 0.00013407327060122043], "count": [781]}, "timestamp": {"min": [0.0], "max": [26.0], "mean": [13.0], "std": [7.515169843574912], "count": [781]}, "frame_index": {"min": [0], "max": [780], "mean": [390.0], "std": [225.45509530724738], "count": [781]}, "episode_index": {"min": [338], "max": [338], "mean": [338.0], "std": [0.0], "count": [781]}, "index": {"min": [276504], "max": [277284], "mean": [276894.0], "std": [225.45509530724738], "count": [781]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [781]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6046235604109135], "std": [0.0, 0.40126438253944113], "count": [781]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6046235604109135], "std": [0.0, 0.40126438253944113], "count": [781]}, "eef_direction_state": {"mean": [6.0, 4.500640204865557], "std": [0.0, 2.0966559802420597], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_state": {"mean": [0.0, 0.4033290653008963], "std": [0.0, 0.5008972032596208], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_state": {"mean": [0.0, 0.32778489116517284], "std": [0.0, 0.6656825440875288], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_direction_action": {"mean": [6.0, 4.500640204865557], "std": [0.0, 2.0966559802420597], "min": [6, 0], "max": [6, 6], "count": [781]}, "eef_velocity_action": {"mean": [0.0, 0.4033290653008963], "std": [0.0, 0.5008972032596208], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_acc_mag_action": {"mean": [0.0, 0.32778489116517284], "std": [0.0, 0.6656825440875288], "min": [0, 0], "max": [0, 2], "count": [781]}, "eef_sim_pose_state": {"mean": [-0.3103291690349579, 0.4675721228122711, 0.22823719680309296, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3146086037158966, -0.4696640372276306, 0.2223941683769226, 1.0580085515975952, -2.0890724658966064, 1.183336615562439], "std": [1.4844747056486085e-05, 8.042085937631782e-06, 1.1788391020672861e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.01852460205554962, 0.024926239624619484, 0.01497302670031786, 0.24007277190685272, 0.4165414273738861, 0.2426188737154007], "min": [-0.31038200855255127, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33891400694847107, -0.5061960220336914, 0.19040599465370178, 0.6631510853767395, -2.546001434326172, 0.7462756037712097], "max": [-0.3102779984474182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2716189920902252, -0.43758800625801086, 0.24912600219249725, 1.5732269287109375, -1.121137022972107, 1.556863784790039], "count": [781]}, "eef_sim_pose_action": {"mean": [-0.31032925844192505, 0.4675723612308502, 0.2282370924949646, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.31460878252983093, -0.4696638882160187, 0.22239409387111664, 1.058013677597046, -2.089063882827759, 1.183336853981018], "std": [1.4845009900454897e-05, 8.045803042477928e-06, 1.1788788469857536e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.018524592742323875, 0.02492625080049038, 0.014973027631640434, 0.24007293581962585, 0.4165416359901428, 0.24261872470378876], "min": [-0.31038200855255127, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33891400694847107, -0.5061960220336914, 0.19040599465370178, 0.6631510853767395, -2.546001434326172, 0.7462756037712097], "max": [-0.3102779984474182, 0.46759799122810364, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2716189920902252, -0.43758800625801086, 0.24912600219249725, 1.5732269287109375, -1.121137022972107, 1.556863784790039], "count": [781]}, "gripper_mode_state": {"mean": [0.0, 0.4737516005121639], "std": [0.0, 0.4993105461777543], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_state": {"mean": [2.0, 1.8924455825864277], "std": [0.0, 0.4094989739312945], "min": [2, 0], "max": [2, 2], "count": [781]}, "gripper_mode_action": {"mean": [0.0, 0.4737516005121639], "std": [0.0, 0.4993105461777543], "min": [0, 0], "max": [0, 1], "count": [781]}, "gripper_activity_action": {"mean": [2.0, 1.8924455825864277], "std": [0.0, 0.40949897393129453], "min": [2, 0], "max": [2, 2], "count": [781]}}} +{"episode_index": 335, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[0.9764705882352941]]], "mean": [[[0.4390905487739758]], [[0.41467568429877394]], [[0.41907776122431545]]], "std": [[[0.19643331406612458]], [[0.1949002065078412]], [[0.19468964888059465]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40038683973044553]], [[0.39094338715878507]], [[0.3800322578922637]]], "std": [[[0.2358719076917781]], [[0.22399919866217244]], [[0.2247083921975754]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5082913903306421]], [[0.48891254432056047]], [[0.48818705412448204]]], "std": [[[0.19865454032820348]], [[0.19596801723824972]], [[0.2034216186714159]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47371832414883164]], [[0.4551881434491008]], [[0.4565542940215302]]], "std": [[[0.27004624007269207]], [[0.26114801449309644]], [[0.26445935572271806]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0806516632437706, 0.25164157152175903, -0.45139452815055847, -1.5489797592163086, 0.2477145791053772, -0.2180788815021515, -0.02834414690732956, -0.353628009557724, -0.4969780147075653, 0.19661299884319305, 0.8889200091362, -2.417677640914917, 0.7462756037712097, 1001.0, 183.0, 0.00018046832701656967, -0.22383524477481842, -0.8361716866493225, 1.908876657485962, -1.068213939666748, -0.00020124005095567554], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.4675920009613037, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3122568726539612, 0.7951021790504456, -0.143448606133461, -0.9604372382164001, 1.28939688205719, 0.09920451790094376, 0.8686503767967224, -0.25905901193618774, -0.3766930103302002, 0.2739729881286621, 1.6351858377456665, -1.119464635848999, 1.6618356704711914, 1001.0, 1000.0, 0.00018234820163343102, -0.22382019460201263, -0.8361589908599854, 1.9088979959487915, -1.0680713653564453, -0.0001822551421355456], "mean": [-0.1995149552822113, 0.6046657562255859, 0.45139262080192566, -1.4119654893875122, -0.25388455390930176, -0.12052680552005768, 0.028271488845348358, -0.31033217906951904, 0.46757176518440247, 0.228236123919487, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.18345777690410614, 0.47485408186912537, -0.2727625072002411, -1.2478188276290894, 0.9987561106681824, -0.04295719787478447, 0.5704536437988281, -0.31701725721359253, -0.4554636478424072, 0.2200792282819748, 1.2864595651626587, -2.063373565673828, 1.2247153520584106, 1001.0, 544.5827026367188, 0.0001814231218304485, -0.22383037209510803, -0.8361673951148987, 1.9089031219482422, -1.068138837814331, -0.0001923253876157105], "std": [2.620351551740896e-05, 1.682767651800532e-05, 2.234739440609701e-05, 2.4509163267794065e-05, 2.411275818303693e-05, 1.588499071658589e-05, 1.8278102288604714e-05, 1.4519864635076374e-05, 7.996201929927338e-06, 1.1912607988051604e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.11555951088666916, 0.17674686014652252, 0.08531150221824646, 0.21402493119239807, 0.3135773539543152, 0.0824267715215683, 0.2739151120185852, 0.03121025487780571, 0.04000292718410492, 0.01738448068499565, 0.2515180706977844, 0.4039095938205719, 0.3008263409137726, 0.0, 396.72454833984375, 9.398004863214737e-07, 1.9556084680516506e-06, 5.113524821354076e-06, 1.3831012438458856e-05, 3.932627441827208e-05, 2.2847100353828864e-06], "count": [822]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31037700176239014, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0806516632437706, 0.25164157152175903, -0.45139452815055847, -1.5489797592163086, 0.2477145791053772, -0.2180788815021515, -0.02834414690732956, -0.353628009557724, -0.4969780147075653, 0.19661299884319305, 0.8889200091362, -2.417677640914917, 0.7462756037712097, 1001.0, 183.0, 0.00018046832701656967, -0.22383524477481842, -0.8361716866493225, 1.908876657485962, -1.068213939666748, -0.00020124005095567554], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.028326693922281265, -0.3102850019931793, 0.4675920009613037, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3122568726539612, 0.7951021790504456, -0.143448606133461, -0.9604372382164001, 1.28939688205719, 0.09920451790094376, 0.8686503767967224, -0.25905901193618774, -0.3766930103302002, 0.2739729881286621, 1.6351858377456665, -1.119464635848999, 1.6618356704711914, 1001.0, 1000.0, 0.00018234820163343102, -0.22382019460201263, -0.8361589908599854, 1.9088979959487915, -1.0680713653564453, -0.0001822551421355456], "mean": [-0.19951502978801727, 0.6046656966209412, 0.45139259099960327, -1.4119654893875122, -0.25388455390930176, -0.12052682787179947, 0.028271470218896866, -0.31033214926719666, 0.46757179498672485, 0.2282361090183258, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.18325375020503998, 0.47478580474853516, -0.2725796401500702, -1.247880458831787, 0.9991321563720703, -0.043016817420721054, 0.5706372857093811, -0.31704017519950867, -0.4554186463356018, 0.2200865000486374, 1.2862451076507568, -2.0638046264648438, 1.2250416278839111, 1001.0, 544.5827026367188, 0.00018142540648113936, -0.22383037209510803, -0.8361673951148987, 1.9089031219482422, -1.0681389570236206, -0.00019231962505728006], "std": [2.6165796953137033e-05, 1.6835292626637965e-05, 2.237728585896548e-05, 2.4547067368985154e-05, 2.4112754545058124e-05, 1.587989208928775e-05, 1.828486165322829e-05, 1.4520446711685508e-05, 7.99215558799915e-06, 1.1914896276721265e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.11567903310060501, 0.17670738697052002, 0.08508919179439545, 0.21407940983772278, 0.3128683567047119, 0.08250056207180023, 0.27356407046318054, 0.031212225556373596, 0.040010079741477966, 0.017389146611094475, 0.2513485550880432, 0.40309202671051025, 0.30045244097709656, 0.0, 396.7245788574219, 9.397564326718566e-07, 1.9556084680516506e-06, 5.111284281156259e-06, 1.383998642268125e-05, 3.9367343561025336e-05, 2.284966740262462e-06], "count": [822]}, "timestamp": {"min": [0.0], "max": [27.366666666666667], "mean": [13.68333333333333], "std": [7.909692834790789], "count": [822]}, "frame_index": {"min": [0], "max": [821], "mean": [410.5], "std": [237.29078504372364], "count": [822]}, "episode_index": {"min": [339], "max": [339], "mean": [339.0], "std": [0.0], "count": [822]}, "index": {"min": [277285], "max": [278106], "mean": [277695.5], "std": [237.29078504372364], "count": [822]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [822]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5445827245531001], "std": [0.0, 0.396722850455006], "count": [822]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5445827245531001], "std": [0.0, 0.396722850455006], "count": [822]}, "eef_direction_state": {"mean": [6.0, 4.103406326034063], "std": [0.0, 2.2109576874572605], "min": [6, 0], "max": [6, 6], "count": [822]}, "eef_velocity_state": {"mean": [0.0, 0.47566909975669097], "std": [0.0, 0.5114425260134361], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_acc_mag_state": {"mean": [0.0, 0.31143552311435524], "std": [0.0, 0.6357864892828873], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_direction_action": {"mean": [6.0, 4.103406326034063], "std": [0.0, 2.2109576874572605], "min": [6, 0], "max": [6, 6], "count": [822]}, "eef_velocity_action": {"mean": [0.0, 0.47566909975669097], "std": [0.0, 0.5114425260134361], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_acc_mag_action": {"mean": [0.0, 0.31143552311435524], "std": [0.0, 0.6357864892828873], "min": [0, 0], "max": [0, 2], "count": [822]}, "eef_sim_pose_state": {"mean": [-0.31033214926719666, 0.46757200360298157, 0.2282363325357437, -1.5732269287109375, -1.121137022972107, -0.7462756633758545, -0.3170173466205597, -0.45546361804008484, 0.22007933259010315, 1.286462664604187, -2.063373327255249, 1.2247142791748047], "std": [1.4519877368002199e-05, 7.99378176452592e-06, 1.1910827197425533e-05, 0.0, 0.0, 5.960464477539063e-08, 0.03121025674045086, 0.04000292718410492, 0.017384488135576248, 0.25151827931404114, 0.4039097726345062, 0.30082613229751587], "min": [-0.31037700176239014, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.353628009557724, -0.4969780147075653, 0.19661299884319305, 0.8889200091362, -2.417677640914917, 0.7462756037712097], "max": [-0.3102850019931793, 0.4675920009613037, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25905901193618774, -0.3766930103302002, 0.2739729881286621, 1.6351858377456665, -1.119464635848999, 1.6618356704711914], "count": [822]}, "eef_sim_pose_action": {"mean": [-0.31033217906951904, 0.46757176518440247, 0.228236123919487, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.31701725721359253, -0.4554636478424072, 0.2200792282819748, 1.2864595651626587, -2.063373565673828, 1.2247153520584106], "std": [1.4519864635076374e-05, 7.996201929927338e-06, 1.1912607988051604e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.03121025487780571, 0.04000292718410492, 0.01738448068499565, 0.2515180706977844, 0.4039095938205719, 0.3008263409137726], "min": [-0.31037700176239014, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.353628009557724, -0.4969780147075653, 0.19661299884319305, 0.8889200091362, -2.417677640914917, 0.7462756037712097], "max": [-0.3102850019931793, 0.4675920009613037, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25905901193618774, -0.3766930103302002, 0.2739729881286621, 1.6351858377456665, -1.119464635848999, 1.6618356704711914], "count": [822]}, "gripper_mode_state": {"mean": [0.0, 0.5498783454987834], "std": [0.0, 0.49750593026646517], "min": [0, 0], "max": [0, 1], "count": [822]}, "gripper_activity_state": {"mean": [2.0, 1.8965936739659368], "std": [0.0, 0.4010485986155137], "min": [2, 0], "max": [2, 2], "count": [822]}, "gripper_mode_action": {"mean": [0.0, 0.5498783454987834], "std": [0.0, 0.49750593026646517], "min": [0, 0], "max": [0, 1], "count": [822]}, "gripper_activity_action": {"mean": [2.0, 1.8965936739659368], "std": [0.0, 0.4010485986155137], "min": [2, 0], "max": [2, 2], "count": [822]}}} +{"episode_index": 336, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.984313725490196]]], "mean": [[[0.43675143500948765]], [[0.4126568719692178]], [[0.41757118516761543]]], "std": [[[0.19616968299075094]], [[0.19541863554829123]], [[0.19494146888922723]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40180797886358843]], [[0.39162112059877713]], [[0.3807940807505798]]], "std": [[[0.23607876778272527]], [[0.22368752990839255]], [[0.22451481740358054]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5083990182901117]], [[0.48768421621336705]], [[0.48859271821631883]]], "std": [[[0.19839166821183363]], [[0.1956792953764688]], [[0.20353542655028842]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4595948753426102]], [[0.4368067718216319]], [[0.4397728296963947]]], "std": [[[0.2701681921977315]], [[0.2554047455291302]], [[0.25890594255023924]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.053529247641563416, 0.3259925842285156, -0.6316521167755127, -1.601496696472168, 0.2537883222103119, -0.14967943727970123, -0.03347541391849518, -0.3387030065059662, -0.488552987575531, 0.12361600250005722, 0.7412236928939819, -2.488701820373535, 0.5570402145385742, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361732363700867, 1.908876657485962, -1.0682258605957031, -0.0001917476038215682], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30808553099632263, 0.7262315154075623, -0.1670803725719452, -1.142509937286377, 1.3986022472381592, 0.19893261790275574, 0.6626316905021667, -0.2411080002784729, -0.40759098529815674, 0.24247999489307404, 1.5732269287109375, -1.121137022972107, 1.5709888935089111, 1001.0, 1000.0, 0.00018234820163343102, -0.22382207214832306, -0.8361629247665405, 1.9088948965072632, -1.0681513547897339, -2.088340261252597e-05], "mean": [-0.19951708614826202, 0.6046682000160217, 0.45139017701148987, -1.4119654893875122, -0.25389230251312256, -0.12052758038043976, 0.02827119268476963, -0.31033122539520264, 0.46757230162620544, 0.22823823988437653, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.17336063086986542, 0.5344306826591492, -0.356955349445343, -1.4036883115768433, 1.0721312761306763, 0.05412973091006279, 0.3574812114238739, -0.3042770326137543, -0.44963538646698, 0.20174764096736908, 1.133192539215088, -2.077575206756592, 1.148865818977356, 1001.0, 542.5858154296875, 0.00018079971778206527, -0.22383007407188416, -0.8361647725105286, 1.9089035987854004, -1.0681726932525635, -0.00016270509513560683], "std": [2.538776971050538e-05, 1.663086368353106e-05, 2.2063502910896204e-05, 2.4101351300487295e-05, 2.3267066353582777e-05, 1.6242069250438362e-05, 1.9429246094659902e-05, 1.4528551218973007e-05, 7.956168701639399e-06, 1.2207819054310676e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.10140877217054367, 0.12572696805000305, 0.12892994284629822, 0.14861156046390533, 0.3159652054309845, 0.11455965042114258, 0.23827825486660004, 0.0300142839550972, 0.02825678139925003, 0.03418403118848801, 0.27923819422721863, 0.4092923700809479, 0.32410845160484314, 0.0, 397.6319580078125, 7.166502200561808e-07, 2.1112123249622528e-06, 3.03225397146889e-06, 1.552239882585127e-05, 2.2587148123420775e-05, 5.6196113291662186e-05], "count": [833]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.053529247641563416, 0.3259925842285156, -0.6316521167755127, -1.601496696472168, 0.2537883222103119, -0.14967943727970123, -0.03347541391849518, -0.3387030065059662, -0.488552987575531, 0.12361600250005722, 0.7412236928939819, -2.488701820373535, 0.5570402145385742, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361732363700867, 1.908876657485962, -1.0682258605957031, -0.0001917476038215682], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102880120277405, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30808553099632263, 0.7262315154075623, -0.1670803725719452, -1.142509937286377, 1.3986022472381592, 0.19893261790275574, 0.6626316905021667, -0.2411080002784729, -0.40759098529815674, 0.24247999489307404, 1.5732269287109375, -1.121137022972107, 1.5709888935089111, 1001.0, 1000.0, 0.00018234820163343102, -0.22382207214832306, -0.8361629247665405, 1.9088948965072632, -1.0681513547897339, -2.088340261252597e-05], "mean": [-0.19951705634593964, 0.604668140411377, 0.45139017701148987, -1.4119654893875122, -0.25389233231544495, -0.12052760273218155, 0.02827119454741478, -0.31033119559288025, 0.46757230162620544, 0.22823825478553772, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.17305950820446014, 0.5344628691673279, -0.3567969799041748, -1.4039134979248047, 1.0729104280471802, 0.054160695523023605, 0.3574763536453247, -0.30429527163505554, -0.4495636522769928, 0.20176446437835693, 1.1325976848602295, -2.078200101852417, 1.149399757385254, 1001.0, 542.5858154296875, 0.00018079971778206527, -0.22383007407188416, -0.8361647725105286, 1.9089035987854004, -1.068172812461853, -0.00016251478518825024], "std": [2.5430879759369418e-05, 1.6618005247437395e-05, 2.205110104114283e-05, 2.409890657872893e-05, 2.3275000785361044e-05, 1.623620482860133e-05, 1.9429233361734077e-05, 1.4535223272105213e-05, 7.964962605910841e-06, 1.2208342923258897e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.10170258581638336, 0.12574855983257294, 0.12889476120471954, 0.14876608550548553, 0.31474438309669495, 0.11451601982116699, 0.23828619718551636, 0.03002256155014038, 0.028286928310990334, 0.03420048952102661, 0.2788274586200714, 0.4082282781600952, 0.3238109052181244, 0.0, 397.6319580078125, 7.166502200561808e-07, 2.1112123249622528e-06, 3.0435953703999985e-06, 1.5538596926489845e-05, 2.267514355480671e-05, 5.637522554025054e-05], "count": [833]}, "timestamp": {"min": [0.0], "max": [27.733333333333334], "mean": [13.866666666666664], "std": [8.015540461434206], "count": [833]}, "frame_index": {"min": [0], "max": [832], "mean": [416.0], "std": [240.4662138430262], "count": [833]}, "episode_index": {"min": [340], "max": [340], "mean": [340.0], "std": [0.0], "count": [833]}, "index": {"min": [278107], "max": [278939], "mean": [278523.0], "std": [240.4662138430262], "count": [833]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [833]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5425858313367575], "std": [0.0, 0.39763295134426896], "count": [833]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5425858313367575], "std": [0.0, 0.39763295134426896], "count": [833]}, "eef_direction_state": {"mean": [6.0, 4.448979591836735], "std": [0.0, 2.1776121686578107], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_state": {"mean": [0.0, 0.4117647058823529], "std": [0.0, 0.5089413085622417], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_state": {"mean": [0.0, 0.3133253301320528], "std": [0.0, 0.6493343981854903], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_direction_action": {"mean": [6.0, 4.448979591836735], "std": [0.0, 2.1776121686578107], "min": [6, 0], "max": [6, 6], "count": [833]}, "eef_velocity_action": {"mean": [0.0, 0.4117647058823529], "std": [0.0, 0.5089413085622417], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_acc_mag_action": {"mean": [0.0, 0.3133253301320528], "std": [0.0, 0.6493343981854903], "min": [0, 0], "max": [0, 2], "count": [833]}, "eef_sim_pose_state": {"mean": [-0.3103310763835907, 0.4675726592540741, 0.22823822498321533, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3042770326137543, -0.44963574409484863, 0.20174768567085266, 1.133191704750061, -2.0775747299194336, 1.1488642692565918], "std": [1.4527930943586398e-05, 7.94689458416542e-06, 1.220782087330008e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03001427836716175, 0.028256772086024284, 0.03418403118848801, 0.27923813462257385, 0.40929269790649414, 0.3241088092327118], "min": [-0.3103800117969513, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3387030065059662, -0.488552987575531, 0.12361600250005722, 0.7412236928939819, -2.488701820373535, 0.5570402145385742], "max": [-0.3102880120277405, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2411080002784729, -0.40759098529815674, 0.24247999489307404, 1.5732269287109375, -1.121137022972107, 1.5709888935089111], "count": [833]}, "eef_sim_pose_action": {"mean": [-0.31033122539520264, 0.46757230162620544, 0.22823823988437653, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.3042770326137543, -0.44963538646698, 0.20174764096736908, 1.133192539215088, -2.077575206756592, 1.148865818977356], "std": [1.4528551218973007e-05, 7.956168701639399e-06, 1.2207819054310676e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.0300142839550972, 0.02825678139925003, 0.03418403118848801, 0.27923819422721863, 0.4092923700809479, 0.32410845160484314], "min": [-0.3103800117969513, 0.4675480127334595, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3387030065059662, -0.488552987575531, 0.12361600250005722, 0.7412236928939819, -2.488701820373535, 0.5570402145385742], "max": [-0.3102880120277405, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2411080002784729, -0.40759098529815674, 0.24247999489307404, 1.5732269287109375, -1.121137022972107, 1.5709888935089111], "count": [833]}, "gripper_mode_state": {"mean": [0.0, 0.5510204081632653], "std": [0.0, 0.4973901064062835], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_state": {"mean": [2.0, 1.8955582232893158], "std": [0.0, 0.4039325972593121], "min": [2, 0], "max": [2, 2], "count": [833]}, "gripper_mode_action": {"mean": [0.0, 0.5510204081632653], "std": [0.0, 0.49739010640628345], "min": [0, 0], "max": [0, 1], "count": [833]}, "gripper_activity_action": {"mean": [2.0, 1.8955582232893158], "std": [0.0, 0.4039325972593121], "min": [2, 0], "max": [2, 2], "count": [833]}}} +{"episode_index": 337, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.436819817300522]], [[0.41308843680089485]], [[0.4183431591876124]]], "std": [[[0.19606581804076487]], [[0.19576406010377156]], [[0.1951399283894787]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40186964019388516]], [[0.3902917050489099]], [[0.3783707916611835]]], "std": [[[0.2349358313432681]], [[0.22210266589615962]], [[0.22299405322108312]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5084372751897179]], [[0.4881645638680528]], [[0.48867378108961707]]], "std": [[[0.19838077847196117]], [[0.19581284170702976]], [[0.2035353060306365]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46680430813264906]], [[0.44236969228407247]], [[0.44486417346580687]]], "std": [[[0.26894797187744096]], [[0.2532190900961359]], [[0.25742452875431193]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.013561208732426167, 0.3026924729347229, -0.6239203214645386, -1.5080865621566772, 0.24752259254455566, -0.1809033751487732, -0.028291787952184677, -0.34140101075172424, -0.4882749915122986, 0.12287899851799011, 0.691634476184845, -2.5794854164123535, 0.7462756037712097, 1001.0, 175.0, 0.00018046832701656967, -0.22383524477481842, -0.8361724615097046, 1.9088798761367798, -1.068217158317566, -3.98683114326559e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3562391400337219, 0.6395933628082275, -0.16029104590415955, -1.1959694623947144, 1.4348176717758179, 0.2119527906179428, 0.6148096919059753, -0.28964099287986755, -0.4278680086135864, 0.24156199395656586, 1.5810378789901733, -1.1149983406066895, 1.634930968284607, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.8361621499061584, 1.9088964462280273, -1.0681569576263428, -3.796982127823867e-06], "mean": [-0.19951586425304413, 0.6046693921089172, 0.45139020681381226, -1.411967396736145, -0.25389525294303894, -0.12052584439516068, 0.028273850679397583, -0.31033098697662354, 0.4675719439983368, 0.2282385677099228, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.19148021936416626, 0.5039955377578735, -0.37446314096450806, -1.341078519821167, 1.1048355102539062, 0.054756805300712585, 0.31709784269332886, -0.3201036751270294, -0.4589645266532898, 0.2032177895307541, 1.0333895683288574, -2.0780627727508545, 1.2025821208953857, 1001.0, 591.0731201171875, 0.00018111479585058987, -0.2238301932811737, -0.836165189743042, 1.9088964462280273, -1.0681750774383545, -2.7956830308539793e-05], "std": [2.573331948951818e-05, 1.7136719179688953e-05, 2.3211568986880593e-05, 2.4368937374674715e-05, 2.269959804834798e-05, 1.583646189828869e-05, 1.846187842602376e-05, 1.445970974600641e-05, 7.968671525304671e-06, 1.1969214938289952e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10314147919416428, 0.11214300245046616, 0.1306016892194748, 0.10723114013671875, 0.3469051718711853, 0.12409567832946777, 0.22471171617507935, 0.016811726614832878, 0.019789718091487885, 0.03449859097599983, 0.25031813979148865, 0.4493887424468994, 0.27844861149787903, 0.0, 403.1102294921875, 8.931797310651746e-07, 2.3415223040501587e-06, 3.13141481456114e-06, 9.555563337926287e-06, 1.7881104213302024e-05, 3.976262178184697e-06], "count": [793]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.013561208732426167, 0.3026924729347229, -0.6239203214645386, -1.5080865621566772, 0.24752259254455566, -0.1809033751487732, -0.028291787952184677, -0.34140101075172424, -0.4882749915122986, 0.12287899851799011, 0.691634476184845, -2.5794854164123535, 0.7462756037712097, 1001.0, 175.0, 0.00018046832701656967, -0.22383524477481842, -0.8361724615097046, 1.9088798761367798, -1.068217158317566, -3.98683114326559e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3562391400337219, 0.6395933628082275, -0.16029104590415955, -1.1959694623947144, 1.4348176717758179, 0.2119527906179428, 0.6148096919059753, -0.28964099287986755, -0.4278680086135864, 0.24156199395656586, 1.5810378789901733, -1.1149983406066895, 1.634930968284607, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.8361621499061584, 1.9088964462280273, -1.0681569576263428, -3.796982127823867e-06], "mean": [-0.19951587915420532, 0.6046693921089172, 0.45139023661613464, -1.411967396736145, -0.2538951337337494, -0.12052584439516068, 0.028273869305849075, -0.31033095717430115, 0.4675719439983368, 0.2282385677099228, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.19129367172718048, 0.5040222406387329, -0.3743739128112793, -1.3411744832992554, 1.1055817604064941, 0.054801102727651596, 0.31717124581336975, -0.3201354742050171, -0.4589168429374695, 0.20323379337787628, 1.03285551071167, -2.0787034034729004, 1.2030184268951416, 1001.0, 591.0731201171875, 0.00018111240933649242, -0.2238301932811737, -0.836165189743042, 1.9088964462280273, -1.0681750774383545, -2.794845204334706e-05], "std": [2.5734423616086133e-05, 1.7136719179688953e-05, 2.322354521311354e-05, 2.44075581576908e-05, 2.2669535610475577e-05, 1.583646189828869e-05, 1.845215774665121e-05, 1.4463528714259155e-05, 7.968068530317396e-06, 1.1995318345725536e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.10326053947210312, 0.11216940730810165, 0.1305731236934662, 0.1073286235332489, 0.3457086980342865, 0.12403931468725204, 0.2246081531047821, 0.016817083582282066, 0.019814418628811836, 0.03451313450932503, 0.2496168464422226, 0.44838574528694153, 0.2780037820339203, 0.0, 403.1102294921875, 8.923981908992573e-07, 2.343073674637708e-06, 3.1349609344033524e-06, 9.560600119584706e-06, 1.7883536202134565e-05, 3.980146175308619e-06], "count": [793]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.200000000000001], "std": [7.63063999063425], "count": [793]}, "frame_index": {"min": [0], "max": [792], "mean": [396.0], "std": [228.9191997190275], "count": [793]}, "episode_index": {"min": [341], "max": [341], "mean": [341.0], "std": [0.0], "count": [793]}, "index": {"min": [278940], "max": [279732], "mean": [279336.0], "std": [228.9191997190275], "count": [793]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [793]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5910706165121001], "std": [0.0, 0.4031062663162498], "count": [793]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5910706165121001], "std": [0.0, 0.4031062663162498], "count": [793]}, "eef_direction_state": {"mean": [6.0, 4.815889029003783], "std": [0.0, 1.8605616171444463], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_state": {"mean": [0.0, 0.403530895334174], "std": [0.0, 0.5132176192489072], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_state": {"mean": [0.0, 0.31273644388398486], "std": [0.0, 0.6494166185196842], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_direction_action": {"mean": [6.0, 4.815889029003783], "std": [0.0, 1.8605616171444463], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_action": {"mean": [0.0, 0.403530895334174], "std": [0.0, 0.5132176192489072], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_action": {"mean": [0.0, 0.31273644388398486], "std": [0.0, 0.6494166185196842], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_sim_pose_state": {"mean": [-0.3103310763835907, 0.46757224202156067, 0.22823865711688995, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3201035261154175, -0.4589645266532898, 0.20321767032146454, 1.0333871841430664, -2.078063488006592, 1.2025781869888306], "std": [1.4459466910921037e-05, 7.96383847045945e-06, 1.1968880244239699e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.016811726614832878, 0.019789718091487885, 0.034498609602451324, 0.2503182291984558, 0.4493890404701233, 0.27844831347465515], "min": [-0.310373991727829, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34140101075172424, -0.4882749915122986, 0.12287899851799011, 0.691634476184845, -2.5794854164123535, 0.7462756037712097], "max": [-0.3102850019931793, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28964099287986755, -0.4278680086135864, 0.24156199395656586, 1.5810378789901733, -1.1149983406066895, 1.634930968284607], "count": [793]}, "eef_sim_pose_action": {"mean": [-0.31033098697662354, 0.4675719439983368, 0.2282385677099228, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.3201036751270294, -0.4589645266532898, 0.2032177895307541, 1.0333895683288574, -2.0780627727508545, 1.2025821208953857], "std": [1.445970974600641e-05, 7.968671525304671e-06, 1.1969214938289952e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.016811726614832878, 0.019789718091487885, 0.03449859097599983, 0.25031813979148865, 0.4493887424468994, 0.27844861149787903], "min": [-0.310373991727829, 0.4675480127334595, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34140101075172424, -0.4882749915122986, 0.12287899851799011, 0.691634476184845, -2.5794854164123535, 0.7462756037712097], "max": [-0.3102850019931793, 0.467602014541626, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28964099287986755, -0.4278680086135864, 0.24156199395656586, 1.5810378789901733, -1.1149983406066895, 1.634930968284607], "count": [793]}, "gripper_mode_state": {"mean": [0.0, 0.48675914249684743], "std": [0.0, 0.4998246489445889], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_state": {"mean": [2.0, 1.8915510718789408], "std": [0.0, 0.4121016050560479], "min": [2, 0], "max": [2, 2], "count": [793]}, "gripper_mode_action": {"mean": [0.0, 0.48675914249684743], "std": [0.0, 0.49982464894458895], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_action": {"mean": [2.0, 1.8915510718789408], "std": [0.0, 0.4121016050560479], "min": [2, 0], "max": [2, 2], "count": [793]}}} +{"episode_index": 338, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.996078431372549]]], "mean": [[[0.4402371471340729]], [[0.4159802550954593]], [[0.42030973324088405]]], "std": [[[0.19564657474804897]], [[0.19451761721956945]], [[0.19442218996421604]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4002135430104059]], [[0.38847482504514963]], [[0.37568915817423465]]], "std": [[[0.23498523254707637]], [[0.2218481203032529]], [[0.22232974687112647]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5080782338428792]], [[0.48993951560887516]], [[0.4877658198421913]]], "std": [[[0.1984677374584947]], [[0.1961060920483132]], [[0.20316075535744882]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46738934576023394]], [[0.4452313515866873]], [[0.44803027578904364]]], "std": [[[0.27305371761352815]], [[0.2594154881409126]], [[0.26310904608354213]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04921828210353851, 0.28529152274131775, -0.5514193177223206, -1.4766881465911865, 0.2537883222103119, -0.15128514170646667, -0.028379054740071297, -0.3551790118217468, -0.4784350097179413, 0.1924149990081787, 0.6928645372390747, -2.635831356048584, 0.7462756037712097, 1001.0, 182.0, 0.00018046832701656967, -0.22383148968219757, -0.8361693024635315, 1.908881425857544, -1.0681949853897095, -3.0375857022590935e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24059364199638367, 0.7779281139373779, -0.12522737681865692, -1.1852006912231445, 1.5272328853607178, 0.25394541025161743, 0.713036835193634, -0.2913919985294342, -0.3995159864425659, 0.2536509931087494, 1.575695514678955, -1.1207267045974731, 1.6426246166229248, 1001.0, 1003.0, 0.00018234820163343102, -0.22382207214832306, -0.8361653089523315, 1.908890962600708, -1.0681641101837158, -1.4238683434086852e-05], "mean": [-0.1995183676481247, 0.6046705842018127, 0.4513915479183197, -1.4119659662246704, -0.2538934350013733, -0.12052769213914871, 0.02827400155365467, -0.31033065915107727, 0.46757256984710693, 0.22823908925056458, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.15842613577842712, 0.5314620137214661, -0.3409075140953064, -1.3299225568771362, 1.172071933746338, 0.06651031970977783, 0.3978170156478882, -0.3251350522041321, -0.44973626732826233, 0.22206392884254456, 0.997915506362915, -2.144418954849243, 1.2378734350204468, 1001.0, 567.7687377929688, 0.00018103653565049171, -0.2238297462463379, -0.8361733555793762, 1.908898949623108, -1.0681777000427246, -2.1684392777387984e-05], "std": [2.5343546440126374e-05, 1.519608122180216e-05, 2.28602766583208e-05, 2.422035686322488e-05, 2.290361953782849e-05, 1.6065903764683753e-05, 1.9860020984197035e-05, 1.4358294720295817e-05, 7.647905476915184e-06, 1.1235033525736071e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.05394240841269493, 0.14915750920772552, 0.11651218682527542, 0.10026603192090988, 0.36245888471603394, 0.11946124583482742, 0.22720745205879211, 0.01924709789454937, 0.02610248699784279, 0.01792341284453869, 0.23096518218517303, 0.44508621096611023, 0.27682623267173767, 0.0, 398.7799072265625, 8.635670383227989e-07, 2.0647605651902268e-06, 6.172587745822966e-06, 1.1832114068965893e-05, 7.09384312358452e-06, 1.9495150809234474e-06], "count": [813]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038400530815125, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04921828210353851, 0.28529152274131775, -0.5514193177223206, -1.4766881465911865, 0.2537883222103119, -0.15128514170646667, -0.028379054740071297, -0.3551790118217468, -0.4784350097179413, 0.1924149990081787, 0.6928645372390747, -2.635831356048584, 0.7462756037712097, 1001.0, 182.0, 0.00018046832701656967, -0.22383148968219757, -0.8361693024635315, 1.908881425857544, -1.0681949853897095, -3.0375857022590935e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.24059364199638367, 0.7779281139373779, -0.12522737681865692, -1.1852006912231445, 1.5272328853607178, 0.25394541025161743, 0.713036835193634, -0.2913919985294342, -0.3995159864425659, 0.2536509931087494, 1.575695514678955, -1.1207267045974731, 1.6426246166229248, 1001.0, 1003.0, 0.00018234820163343102, -0.22382207214832306, -0.8361653089523315, 1.908890962600708, -1.0681641101837158, -1.4238683434086852e-05], "mean": [-0.1995183676481247, 0.6046705842018127, 0.4513915777206421, -1.4119659662246704, -0.2538934350013733, -0.12052766233682632, 0.02827400155365467, -0.31033068895339966, 0.46757254004478455, 0.22823907434940338, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.15831224620342255, 0.5314452052116394, -0.3408198356628418, -1.3298648595809937, 1.17286217212677, 0.06656935065984726, 0.39798349142074585, -0.32518965005874634, -0.4497067332267761, 0.22209343314170837, 0.9973133206367493, -2.1451170444488525, 1.2383177280426025, 1001.0, 567.7687377929688, 0.00018103655020240694, -0.2238297462463379, -0.8361732959747314, 1.908898949623108, -1.0681777000427246, -2.1680889403796755e-05], "std": [2.5343546440126374e-05, 1.5210187484626658e-05, 2.2832316972198896e-05, 2.4182783818105236e-05, 2.290361953782849e-05, 1.6072061043814756e-05, 1.9860020984197035e-05, 1.4365326933329925e-05, 7.649096005479805e-06, 1.1249250746914186e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.05395316705107689, 0.14915011823177338, 0.1164558082818985, 0.10023210942745209, 0.3611539602279663, 0.11938048154115677, 0.22694465517997742, 0.019267966970801353, 0.026095855981111526, 0.017953254282474518, 0.23010116815567017, 0.4439224302768707, 0.27632683515548706, 0.0, 398.7798767089844, 8.635694825898099e-07, 2.0647605651902268e-06, 6.112070423114346e-06, 1.1835186342068482e-05, 7.095912678778404e-06, 1.950102159753442e-06], "count": [813]}, "timestamp": {"min": [0.0], "max": [27.066666666666666], "mean": [13.533333333333333], "std": [7.823090229617752], "count": [813]}, "frame_index": {"min": [0], "max": [812], "mean": [406.0], "std": [234.69270688853257], "count": [813]}, "episode_index": {"min": [342], "max": [342], "mean": [342.0], "std": [0.0], "count": [813]}, "index": {"min": [279733], "max": [280545], "mean": [280139.0], "std": [234.69270688853257], "count": [813]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [813]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5677650666728085], "std": [0.0, 0.39877541134798555], "count": [813]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5677650666728085], "std": [0.0, 0.39877541134798555], "count": [813]}, "eef_direction_state": {"mean": [6.0, 4.58179581795818], "std": [0.0, 1.9733185122857513], "min": [6, 0], "max": [6, 6], "count": [813]}, "eef_velocity_state": {"mean": [0.0, 0.3899138991389914], "std": [0.0, 0.4877305100126726], "min": [0, 0], "max": [0, 1], "count": [813]}, "eef_acc_mag_state": {"mean": [0.0, 0.22509225092250923], "std": [0.0, 0.5543167487190281], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_direction_action": {"mean": [6.0, 4.58179581795818], "std": [0.0, 1.9733185122857513], "min": [6, 0], "max": [6, 6], "count": [813]}, "eef_velocity_action": {"mean": [0.0, 0.3899138991389914], "std": [0.0, 0.4877305100126726], "min": [0, 0], "max": [0, 1], "count": [813]}, "eef_acc_mag_action": {"mean": [0.0, 0.22509225092250923], "std": [0.0, 0.5543167487190281], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_sim_pose_state": {"mean": [-0.31033065915107727, 0.4675728380680084, 0.22823917865753174, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.32513511180877686, -0.4497363865375519, 0.22206398844718933, 0.9979158043861389, -2.1444199085235596, 1.2378759384155273], "std": [1.4358307453221641e-05, 7.642400305485353e-06, 1.1234681551286485e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01924709603190422, 0.026102470234036446, 0.01792340911924839, 0.23096512258052826, 0.4450852572917938, 0.27682653069496155], "min": [-0.31038400530815125, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3551790118217468, -0.4784350097179413, 0.1924149990081787, 0.6928645372390747, -2.635831356048584, 0.7462756037712097], "max": [-0.31028100848197937, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2913919985294342, -0.3995159864425659, 0.2536509931087494, 1.575695514678955, -1.1207267045974731, 1.6426246166229248], "count": [813]}, "eef_sim_pose_action": {"mean": [-0.31033065915107727, 0.46757256984710693, 0.22823908925056458, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, -0.3251350522041321, -0.44973626732826233, 0.22206392884254456, 0.997915506362915, -2.144418954849243, 1.2378734350204468], "std": [1.4358294720295817e-05, 7.647905476915184e-06, 1.1235033525736071e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.01924709789454937, 0.02610248699784279, 0.01792341284453869, 0.23096518218517303, 0.44508621096611023, 0.27682623267173767], "min": [-0.31038400530815125, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3551790118217468, -0.4784350097179413, 0.1924149990081787, 0.6928645372390747, -2.635831356048584, 0.7462756037712097], "max": [-0.31028100848197937, 0.46759700775146484, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2913919985294342, -0.3995159864425659, 0.2536509931087494, 1.575695514678955, -1.1207267045974731, 1.6426246166229248], "count": [813]}, "gripper_mode_state": {"mean": [0.0, 0.5202952029520295], "std": [0.0, 0.4995879349395225], "min": [0, 0], "max": [0, 1], "count": [813]}, "gripper_activity_state": {"mean": [2.0, 1.897908979089791], "std": [0.0, 0.40068582850733603], "min": [2, 0], "max": [2, 2], "count": [813]}, "gripper_mode_action": {"mean": [0.0, 0.5202952029520295], "std": [0.0, 0.4995879349395225], "min": [0, 0], "max": [0, 1], "count": [813]}, "gripper_activity_action": {"mean": [2.0, 1.897908979089791], "std": [0.0, 0.40068582850733614], "min": [2, 0], "max": [2, 2], "count": [813]}}} +{"episode_index": 339, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.984313725490196]]], "mean": [[[0.43800774349717364]], [[0.41395782133236175]], [[0.4186870777027027]]], "std": [[[0.1956949474747959]], [[0.19495905330595256]], [[0.19463414989558098]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4016597622438615]], [[0.38883245561738206]], [[0.37572148527203675]]], "std": [[[0.2355050708339529]], [[0.22171528591895834]], [[0.22253687276678336]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5084101072579933]], [[0.4883442675211977]], [[0.4882916928877407]]], "std": [[[0.19839796212897592]], [[0.19564663673433363]], [[0.2032392475019463]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47083679451510335]], [[0.44802891494435615]], [[0.4527962581147324]]], "std": [[[0.2739489792317291]], [[0.2605518715633216]], [[0.265165433543605]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0007330382941290736, 0.3243345320224762, -0.6632774472236633, -1.5385775566101074, 0.25165900588035583, -0.1681973785161972, -0.02834414690732956, -0.3381339907646179, -0.48229101300239563, 0.1489730030298233, 0.6608798503875732, -2.6999058723449707, 0.7453183531761169, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361693024635315, 1.908882975578308, -1.0681958198547363, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3943222463130951, 0.7872656583786011, -0.11580260097980499, -1.205708384513855, 1.5196930170059204, 0.2909638285636902, 0.7244687080383301, -0.2551810145378113, -0.406574010848999, 0.2707499861717224, 1.5747476816177368, -1.1168886423110962, 1.6224316358566284, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.8361629247665405, 1.9088948965072632, -1.0681276321411133, -1.3289437447383534e-05], "mean": [-0.19951704144477844, 0.6046730279922485, 0.4513922929763794, -1.411963939666748, -0.25389283895492554, -0.12052901089191437, 0.028273511677980423, -0.31033119559288025, 0.46757254004478455, 0.22824011743068695, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19306980073451996, 0.5418763160705566, -0.3621756136417389, -1.3328919410705566, 1.2038100957870483, 0.10167469829320908, 0.38588839769363403, -0.3136247396469116, -0.4578079283237457, 0.21945145726203918, 0.9915174245834351, -2.169301986694336, 1.214917540550232, 1001.0, 545.3156127929688, 0.00018103705951943994, -0.22382979094982147, -0.8361656069755554, 1.9088966846466064, -1.0681571960449219, -1.9152133972966112e-05], "std": [2.5706307496875525e-05, 1.6115331163746305e-05, 2.2717160391039215e-05, 2.5188863219227642e-05, 2.2448544768849388e-05, 1.5528443327639252e-05, 1.8816865122062154e-05, 1.4433795513468795e-05, 7.684702723054215e-06, 1.1762349458876997e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.11122876405715942, 0.12361393123865128, 0.154025599360466, 0.11218714714050293, 0.36846446990966797, 0.1300375759601593, 0.22587737441062927, 0.021827558055520058, 0.01998949609696865, 0.028158457949757576, 0.24542315304279327, 0.4480939507484436, 0.27080097794532776, 0.0, 397.7937927246094, 8.638394888293988e-07, 1.870106302703789e-06, 2.147830173271359e-06, 8.389582035306375e-06, 2.17151809920324e-05, 1.6598696674918756e-06], "count": [789]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25394541025161743, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.0007330382941290736, 0.3243345320224762, -0.6632774472236633, -1.5385775566101074, 0.25165900588035583, -0.1681973785161972, -0.02834414690732956, -0.3381339907646179, -0.48229101300239563, 0.1489730030298233, 0.6608798503875732, -2.6999058723449707, 0.7459822297096252, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361693024635315, 1.908882975578308, -1.0681958198547363, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3943222463130951, 0.7872656583786011, -0.11580260097980499, -1.205708384513855, 1.5196930170059204, 0.2909638285636902, 0.7244687080383301, -0.2551810145378113, -0.406574010848999, 0.2707499861717224, 1.5747476816177368, -1.1168886423110962, 1.6224316358566284, 1001.0, 1002.0, 0.00018234820163343102, -0.22382207214832306, -0.8361629247665405, 1.9088948965072632, -1.0681276321411133, -1.3289437447383534e-05], "mean": [-0.19951702654361725, 0.6046730875968933, 0.451392263174057, -1.411963939666748, -0.25389283895492554, -0.12052900344133377, 0.02827346697449684, -0.31033119559288025, 0.46757251024246216, 0.22824013233184814, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.19291526079177856, 0.5419110655784607, -0.3620817959308624, -1.33293616771698, 1.2046703100204468, 0.10175609588623047, 0.38604122400283813, -0.3136601746082306, -0.45776811242103577, 0.2194773107767105, 0.990917980670929, -2.1700515747070312, 1.2153748273849487, 1001.0, 545.318115234375, 0.00018103705951943994, -0.22382979094982147, -0.8361656069755554, 1.9088966846466064, -1.0681571960449219, -1.915093162097037e-05], "std": [2.5706667656777427e-05, 1.6105861504911445e-05, 2.274697362736333e-05, 2.5139688659692183e-05, 2.2448544768849388e-05, 1.552863250253722e-05, 1.8896700566983782e-05, 1.444931149308104e-05, 7.691234714002348e-06, 1.176667501567863e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.11130349338054657, 0.1236354410648346, 0.15399320423603058, 0.11222568899393082, 0.3670341372489929, 0.12991827726364136, 0.22563785314559937, 0.021844355389475822, 0.020001251250505447, 0.028175441548228264, 0.24457505345344543, 0.4468337297439575, 0.27031180262565613, 0.0, 397.7975769042969, 8.638394888293988e-07, 1.870106302703789e-06, 2.149736928913626e-06, 8.393230928049888e-06, 2.1712741727242246e-05, 1.6596500245213974e-06], "count": [789]}, "timestamp": {"min": [0.0], "max": [26.266666666666666], "mean": [13.133333333333335], "std": [7.5921499419295415], "count": [789]}, "frame_index": {"min": [0], "max": [788], "mean": [394.0], "std": [227.76449825788623], "count": [789]}, "episode_index": {"min": [343], "max": [343], "mean": [343.0], "std": [0.0], "count": [789]}, "index": {"min": [280546], "max": [281334], "mean": [280940.0], "std": [227.76449825788623], "count": [789]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [789]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5449454975898728], "std": [0.0, 0.39736964749657244], "count": [789]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5449454975898728], "std": [0.0, 0.39736964749657244], "count": [789]}, "eef_direction_state": {"mean": [6.0, 4.514575411913815], "std": [0.0, 2.043594084997553], "min": [6, 0], "max": [6, 6], "count": [789]}, "eef_velocity_state": {"mean": [0.0, 0.45373891001267425], "std": [0.0, 0.5104254919012111], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_acc_mag_state": {"mean": [0.0, 0.3231939163498099], "std": [0.0, 0.6646854763132642], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_direction_action": {"mean": [6.0, 4.514575411913815], "std": [0.0, 2.043594084997553], "min": [6, 0], "max": [6, 6], "count": [789]}, "eef_velocity_action": {"mean": [0.0, 0.45373891001267425], "std": [0.0, 0.5104254919012111], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_acc_mag_action": {"mean": [0.0, 0.3231939163498099], "std": [0.0, 0.6646854763132642], "min": [0, 0], "max": [0, 2], "count": [789]}, "eef_sim_pose_state": {"mean": [-0.31033116579055786, 0.46757254004478455, 0.22824007272720337, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.3136245310306549, -0.45780807733535767, 0.21945150196552277, 0.9915194511413574, -2.169297456741333, 1.2149158716201782], "std": [1.4433799151447602e-05, 7.684724550927058e-06, 1.1762333087972365e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.021827559918165207, 0.01998949982225895, 0.028158454224467278, 0.24542292952537537, 0.4480941593647003, 0.27080100774765015], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3381339907646179, -0.48229101300239563, 0.1489730030298233, 0.6608798503875732, -2.6999058723449707, 0.7453183531761169], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2551810145378113, -0.406574010848999, 0.2707499861717224, 1.5747476816177368, -1.1168886423110962, 1.6224316358566284], "count": [789]}, "eef_sim_pose_action": {"mean": [-0.31033119559288025, 0.46757254004478455, 0.22824011743068695, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3136247396469116, -0.4578079283237457, 0.21945145726203918, 0.9915174245834351, -2.169301986694336, 1.214917540550232], "std": [1.4433795513468795e-05, 7.684702723054215e-06, 1.1762349458876997e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.021827558055520058, 0.01998949609696865, 0.028158457949757576, 0.24542315304279327, 0.4480939507484436, 0.27080097794532776], "min": [-0.31038200855255127, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3381339907646179, -0.48229101300239563, 0.1489730030298233, 0.6608798503875732, -2.6999058723449707, 0.7453183531761169], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2551810145378113, -0.406574010848999, 0.2707499861717224, 1.5747476816177368, -1.1168886423110962, 1.6224316358566284], "count": [789]}, "gripper_mode_state": {"mean": [0.0, 0.5475285171102662], "std": [0.0, 0.4977359139757737], "min": [0, 0], "max": [0, 1], "count": [789]}, "gripper_activity_state": {"mean": [2.0, 1.888466413181242], "std": [0.0, 0.41545712048374817], "min": [2, 0], "max": [2, 2], "count": [789]}, "gripper_mode_action": {"mean": [0.0, 0.5475285171102662], "std": [0.0, 0.4977359139757737], "min": [0, 0], "max": [0, 1], "count": [789]}, "gripper_activity_action": {"mean": [2.0, 1.888466413181242], "std": [0.0, 0.41545712048374817], "min": [2, 0], "max": [2, 2], "count": [789]}}} +{"episode_index": 340, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43397955246913583]], [[0.4097414629522833]], [[0.4148424150433594]]], "std": [[[0.19727490442625414]], [[0.19651636094903757]], [[0.19566686731366875]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4019415075398351]], [[0.3875934536396258]], [[0.3739693934491008]]], "std": [[[0.23472309091935062]], [[0.22041077928655134]], [[0.2212765760327376]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5069554084433338]], [[0.4857452141804434]], [[0.4873901384083045]]], "std": [[[0.19772775303908124]], [[0.19519955066532083]], [[0.20321548466893025]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46681469466871717]], [[0.4425667958904695]], [[0.4510654943077449]]], "std": [[[0.2734024951640633]], [[0.2609497153816223]], [[0.2651370452560287]]], "count": [153]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.093305304646492, 0.3387160301208496, -0.6102543473243713, -1.6603666543960571, 0.253456711769104, -0.1552295833826065, -0.21952751278877258, -0.3440600037574768, -0.5114629864692688, 0.10998699814081192, 0.6774276494979858, -2.5172784328460693, 0.7462756037712097, 1001.0, 185.0, 0.00018046832701656967, -0.22383899986743927, -0.8361676931381226, 1.9088853597640991, -1.0681688785552979, -2.4680384740349837e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5057964324951172, 0.7006624341011047, -0.17442820966243744, -1.0683858394622803, 1.4390588998794556, 0.26373669505119324, 0.6065891981124878, -0.28377899527549744, -0.4350540041923523, 0.23997800052165985, 1.5732269287109375, -1.121137022972107, 1.4967408180236816, 1001.0, 1003.0, 0.00018234820163343102, -0.22381645441055298, -0.8361486792564392, 1.9089114665985107, -1.0679287910461426, -1.0441701306262985e-05], "mean": [-0.19951675832271576, 0.6046717166900635, 0.45139163732528687, -1.4119654893875122, -0.25389957427978516, -0.12053019553422928, 0.028274735435843468, -0.310330331325531, 0.46757274866104126, 0.22823956608772278, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.29600998759269714, 0.4655541777610779, -0.396054744720459, -1.2516155242919922, 1.1523348093032837, 0.1311425417661667, 0.3492076098918915, -0.3114326596260071, -0.4853099286556244, 0.191437765955925, 0.992785632610321, -2.162858724594116, 1.1873912811279297, 1001.0, 511.34344482421875, 0.00018073715909849852, -0.22382985055446625, -0.8361645936965942, 1.908913016319275, -1.0680525302886963, -1.901488758448977e-05], "std": [2.69211577688111e-05, 1.6617799701634794e-05, 2.2446536604547873e-05, 2.3933300326461904e-05, 2.2879003154230304e-05, 1.6046435121097602e-05, 1.9727041944861412e-05, 1.4872362953610718e-05, 7.932857442938257e-06, 1.1927548257517628e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.12587213516235352, 0.09896884858608246, 0.1236959770321846, 0.1707717329263687, 0.31611230969429016, 0.10498221963644028, 0.259830504655838, 0.018575940281152725, 0.02254323475062847, 0.03900548815727234, 0.23268839716911316, 0.4113805294036865, 0.24555076658725739, 0.0, 390.8768005371094, 6.584856464542099e-07, 2.215534550487064e-06, 9.163575668935664e-06, 1.5869552953517996e-05, 9.310460882261395e-05, 1.3015647937208996e-06], "count": [824]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.093305304646492, 0.3387160301208496, -0.6102543473243713, -1.6603666543960571, 0.253456711769104, -0.1552295833826065, -0.21952751278877258, -0.3440600037574768, -0.5114629864692688, 0.10998699814081192, 0.6774276494979858, -2.5172784328460693, 0.7462756037712097, 1001.0, 185.0, 0.00018046832701656967, -0.22383899986743927, -0.8361676931381226, 1.9088853597640991, -1.0681688785552979, -2.4680384740349837e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5057964324951172, 0.7006624341011047, -0.17442820966243744, -1.0683858394622803, 1.4390588998794556, 0.26373669505119324, 0.6065891981124878, -0.28377899527549744, -0.4350540041923523, 0.23997800052165985, 1.5732269287109375, -1.121137022972107, 1.4967408180236816, 1001.0, 1003.0, 0.00018234820163343102, -0.22381645441055298, -0.8361486792564392, 1.9089114665985107, -1.0679287910461426, -1.0441701306262985e-05], "mean": [-0.1995166838169098, 0.6046717166900635, 0.45139163732528687, -1.4119653701782227, -0.25389963388442993, -0.1205301284790039, 0.02827477641403675, -0.3103303611278534, 0.46757274866104126, 0.2282395362854004, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.2958950400352478, 0.4656375050544739, -0.39600667357444763, -1.2518824338912964, 1.1531983613967896, 0.13148008286952972, 0.3489781320095062, -0.3114264905452728, -0.48527371883392334, 0.19143925607204437, 0.9920247793197632, -2.163461446762085, 1.1877368688583374, 1001.0, 511.34344482421875, 0.00018073715909849852, -0.22382985055446625, -0.8361645936965942, 1.908913016319275, -1.0680525302886963, -1.9013734345207922e-05], "std": [2.7003337891073897e-05, 1.6617799701634794e-05, 2.2418998923967592e-05, 2.398105243628379e-05, 2.283582216477953e-05, 1.5935480405460112e-05, 1.9651180991786532e-05, 1.4880826711305417e-05, 7.962092240632046e-06, 1.1925744729524013e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.12600332498550415, 0.09911485761404037, 0.12368219345808029, 0.17119383811950684, 0.3146249055862427, 0.10461874306201935, 0.26024699211120605, 0.01857716776430607, 0.022595563903450966, 0.03900692239403725, 0.23181259632110596, 0.41021639108657837, 0.24512964487075806, 0.0, 390.87677001953125, 6.584857032976288e-07, 2.215534550487064e-06, 9.164970833808184e-06, 1.5860452549532056e-05, 9.309795859735459e-05, 1.301168936151953e-06], "count": [824]}, "timestamp": {"min": [0.0], "max": [27.433333333333334], "mean": [13.716666666666667], "std": [7.928937857970357], "count": [824]}, "frame_index": {"min": [0], "max": [823], "mean": [411.5], "std": [237.86813573911073], "count": [824]}, "episode_index": {"min": [344], "max": [344], "mean": [344.0], "std": [0.0], "count": [824]}, "index": {"min": [281335], "max": [282158], "mean": [281746.5], "std": [237.86813573911073], "count": [824]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [824]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5105752442393777], "std": [0.0, 0.3899102595527176], "count": [824]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5105752442393777], "std": [0.0, 0.3899102595527176], "count": [824]}, "eef_direction_state": {"mean": [6.0, 4.736650485436893], "std": [0.0, 1.9532935701126513], "min": [6, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.0, 0.39927184466019416], "std": [0.0, 0.49467990423492914], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.0, 0.30339805825242716], "std": [0.0, 0.6462649271875516], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_direction_action": {"mean": [6.0, 4.736650485436893], "std": [0.0, 1.9532935701126513], "min": [6, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.0, 0.39927184466019416], "std": [0.0, 0.49467990423492914], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.0, 0.30339805825242716], "std": [0.0, 0.6462649271875516], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [-0.310330331325531, 0.46757277846336365, 0.22823964059352875, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3114328384399414, -0.48530954122543335, 0.19143785536289215, 0.992786169052124, -2.162858486175537, 1.1873915195465088], "std": [1.4872370229568332e-05, 7.932796506793238e-06, 1.1927366358577274e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.018575934693217278, 0.02254323475062847, 0.03900548070669174, 0.23268844187259674, 0.41138070821762085, 0.24555061757564545], "min": [-0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3440600037574768, -0.5114629864692688, 0.10998699814081192, 0.6774276494979858, -2.5172784328460693, 0.7462756037712097], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28377899527549744, -0.4350540041923523, 0.23997800052165985, 1.5732269287109375, -1.121137022972107, 1.4967408180236816], "count": [824]}, "eef_sim_pose_action": {"mean": [-0.310330331325531, 0.46757274866104126, 0.22823956608772278, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.3114326596260071, -0.4853099286556244, 0.191437765955925, 0.992785632610321, -2.162858724594116, 1.1873912811279297], "std": [1.4872362953610718e-05, 7.932857442938257e-06, 1.1927548257517628e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.018575940281152725, 0.02254323475062847, 0.03900548815727234, 0.23268839716911316, 0.4113805294036865, 0.24555076658725739], "min": [-0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3440600037574768, -0.5114629864692688, 0.10998699814081192, 0.6774276494979858, -2.5172784328460693, 0.7462756037712097], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28377899527549744, -0.4350540041923523, 0.23997800052165985, 1.5732269287109375, -1.121137022972107, 1.4967408180236816], "count": [824]}, "gripper_mode_state": {"mean": [0.0, 0.5922330097087378], "std": [0.0, 0.49141944601334525], "min": [0, 0], "max": [0, 1], "count": [824]}, "gripper_activity_state": {"mean": [2.0, 1.8968446601941749], "std": [0.0, 0.4005939099935396], "min": [2, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.0, 0.5922330097087378], "std": [0.0, 0.4914194460133452], "min": [0, 0], "max": [0, 1], "count": [824]}, "gripper_activity_action": {"mean": [2.0, 1.8968446601941749], "std": [0.0, 0.4005939099935396], "min": [2, 0], "max": [2, 2], "count": [824]}}} +{"episode_index": 341, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.4355742376496053]], [[0.4117572428592649]], [[0.41655128490790255]]], "std": [[[0.19645229508368262]], [[0.19558931233402965]], [[0.19507862390289846]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40156362601858925]], [[0.3869756082357185]], [[0.37293581959298866]]], "std": [[[0.23536780810260563]], [[0.22065902659033068]], [[0.22126133983880142]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5071593084203379]], [[0.4865701513559969]], [[0.48743907960911637]]], "std": [[[0.19780730249327236]], [[0.1952692766381191]], [[0.20300358454970516]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46598018525592055]], [[0.44505744021093285]], [[0.45014496461463377]]], "std": [[[0.2647071764276537]], [[0.2538894875642008]], [[0.2577424866871416]]], "count": [154]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03460988029837608, 0.3286454975605011, -0.610533595085144, -1.5094480514526367, 0.2537883222103119, -0.164148211479187, -0.028291787952184677, -0.3393000066280365, -0.5268669724464417, 0.10553699731826782, 0.6129039525985718, -2.5120935440063477, 0.7462756037712097, 1001.0, 184.0, 0.00018046832701656967, -0.22383148968219757, -0.8361597657203674, 1.908890962600708, -1.068172812461853, -2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.538730800151825, 0.7113264203071594, -0.13948671519756317, -1.021628499031067, 1.5699760913848877, 0.22910936176776886, 0.523127555847168, -0.27652499079704285, -0.44058799743652344, 0.2623000144958496, 1.581071138381958, -1.121137022972107, 1.6200780868530273, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.8361392021179199, 1.9089233875274658, -1.0679287910461426, 1.8984910639119335e-05], "mean": [-0.19951596856117249, 0.6046704053878784, 0.4513910710811615, -1.4119669198989868, -0.2539064586162567, -0.12052962929010391, 0.028278226032853127, -0.3103296458721161, 0.4675731956958771, 0.22824008762836456, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.26822128891944885, 0.4868086874485016, -0.3718070685863495, -1.26457941532135, 1.1953299045562744, 0.1104552373290062, 0.32403483986854553, -0.31244102120399475, -0.4838356077671051, 0.20833833515644073, 0.9473637938499451, -2.138676404953003, 1.2468373775482178, 1001.0, 543.181396484375, 0.00018133828416466713, -0.22382976114749908, -0.8361445665359497, 1.9089150428771973, -1.0680537223815918, -1.4383250345417764e-05], "std": [2.622501051519066e-05, 1.636715023778379e-05, 2.231602957181167e-05, 2.4383238269365393e-05, 2.1933459720457904e-05, 1.4506073966913391e-05, 2.0138944819336757e-05, 1.548637737869285e-05, 8.270354555861559e-06, 1.1747516509785783e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.12888795137405396, 0.11922698467969894, 0.12106432765722275, 0.13516901433467865, 0.33858412504196167, 0.09624189138412476, 0.1484615057706833, 0.018373684957623482, 0.025183597579598427, 0.04197043552994728, 0.24105529487133026, 0.3813140094280243, 0.2329871654510498, 0.0, 396.5637512207031, 9.373786156174901e-07, 2.378915951339877e-06, 8.820456969260704e-06, 1.2577619600051548e-05, 8.802399679552764e-05, 6.497120011772495e-06], "count": [827]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037700176239014, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03460988029837608, 0.3286454975605011, -0.610533595085144, -1.5094480514526367, 0.2537883222103119, -0.164148211479187, -0.028291787952184677, -0.3393000066280365, -0.5268669724464417, 0.10553699731826782, 0.6129039525985718, -2.5120935440063477, 0.7462756037712097, 1001.0, 184.0, 0.00018046832701656967, -0.22383148968219757, -0.8361597657203674, 1.908890962600708, -1.068172812461853, -2.088340261252597e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.538730800151825, 0.7113264203071594, -0.13948671519756317, -1.021628499031067, 1.5699760913848877, 0.22910936176776886, 0.523127555847168, -0.27652499079704285, -0.44058799743652344, 0.2623000144958496, 1.581071138381958, -1.121137022972107, 1.6200780868530273, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.8361392021179199, 1.9089233875274658, -1.0679287910461426, 1.8984910639119335e-05], "mean": [-0.19951587915420532, 0.6046704053878784, 0.4513911008834839, -1.4119669198989868, -0.2539064586162567, -0.1205296441912651, 0.028278224170207977, -0.3103296756744385, 0.4675731658935547, 0.22824005782604218, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.268158882856369, 0.4868847727775574, -0.37173378467559814, -1.264565348625183, 1.1962910890579224, 0.11065711081027985, 0.3242560625076294, -0.31246617436408997, -0.48381638526916504, 0.20837849378585815, 0.9467007517814636, -2.1395204067230225, 1.2472330331802368, 1001.0, 543.178955078125, 0.00018133829871658236, -0.22382976114749908, -0.8361445665359497, 1.9089150428771973, -1.0680534839630127, -1.4361441571963951e-05], "std": [2.6137706299778074e-05, 1.635726584936492e-05, 2.232702900073491e-05, 2.4379560272791423e-05, 2.1933459720457904e-05, 1.4522282981488388e-05, 2.0138964828220196e-05, 1.548362706671469e-05, 8.271977094409522e-06, 1.174953649751842e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.12893381714820862, 0.11932224035263062, 0.12103445082902908, 0.13515432178974152, 0.3370347023010254, 0.09593154489994049, 0.1480722576379776, 0.018385017290711403, 0.025202028453350067, 0.042005326598882675, 0.24008522927761078, 0.379830926656723, 0.23241405189037323, 0.0, 396.562255859375, 9.373752618557774e-07, 2.3789157239662018e-06, 8.808839083940256e-06, 1.2568353668029886e-05, 8.798594353720546e-05, 6.5118965721921995e-06], "count": [827]}, "timestamp": {"min": [0.0], "max": [27.533333333333335], "mean": [13.766666666666666], "std": [7.957805392610871], "count": [827]}, "frame_index": {"min": [0], "max": [826], "mean": [413.0], "std": [238.73416177832615], "count": [827]}, "episode_index": {"min": [345], "max": [345], "mean": [345.0], "std": [0.0], "count": [827]}, "index": {"min": [282159], "max": [282985], "mean": [282572.0], "std": [238.73416177832615], "count": [827]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [827]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.542609432029753], "std": [0.0, 0.39590373047546895], "count": [827]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.542609432029753], "std": [0.0, 0.39590373047546895], "count": [827]}, "eef_direction_state": {"mean": [6.0, 4.547762998790811], "std": [0.0, 1.9698032855424192], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_state": {"mean": [0.0, 0.4667472793228537], "std": [0.0, 0.4988930311876165], "min": [0, 0], "max": [0, 1], "count": [827]}, "eef_acc_mag_state": {"mean": [0.0, 0.3385731559854897], "std": [0.0, 0.6735632443687264], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_direction_action": {"mean": [6.0, 4.547762998790811], "std": [0.0, 1.9698032855424192], "min": [6, 0], "max": [6, 6], "count": [827]}, "eef_velocity_action": {"mean": [0.0, 0.4667472793228537], "std": [0.0, 0.4988930311876165], "min": [0, 0], "max": [0, 1], "count": [827]}, "eef_acc_mag_action": {"mean": [0.0, 0.3385731559854897], "std": [0.0, 0.6735632443687264], "min": [0, 0], "max": [0, 2], "count": [827]}, "eef_sim_pose_state": {"mean": [-0.31032973527908325, 0.4675731360912323, 0.22824019193649292, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.31244102120399475, -0.4838356375694275, 0.2083381563425064, 0.9473626017570496, -2.1386752128601074, 1.2468366622924805], "std": [1.548598811496049e-05, 8.270317266578786e-06, 1.1747157259378582e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.018373675644397736, 0.02518359385430813, 0.04197044298052788, 0.2410552054643631, 0.3813144564628601, 0.2329874336719513], "min": [-0.31037700176239014, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3393000066280365, -0.5268669724464417, 0.10553699731826782, 0.6129039525985718, -2.5120935440063477, 0.7462756037712097], "max": [-0.31028100848197937, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27652499079704285, -0.44058799743652344, 0.2623000144958496, 1.581071138381958, -1.121137022972107, 1.6200780868530273], "count": [827]}, "eef_sim_pose_action": {"mean": [-0.3103296458721161, 0.4675731956958771, 0.22824008762836456, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.31244102120399475, -0.4838356077671051, 0.20833833515644073, 0.9473637938499451, -2.138676404953003, 1.2468373775482178], "std": [1.548637737869285e-05, 8.270354555861559e-06, 1.1747516509785783e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.018373684957623482, 0.025183597579598427, 0.04197043552994728, 0.24105529487133026, 0.3813140094280243, 0.2329871654510498], "min": [-0.31037700176239014, 0.46754899621009827, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3393000066280365, -0.5268669724464417, 0.10553699731826782, 0.6129039525985718, -2.5120935440063477, 0.7462756037712097], "max": [-0.31028100848197937, 0.4675990045070648, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27652499079704285, -0.44058799743652344, 0.2623000144958496, 1.581071138381958, -1.121137022972107, 1.6200780868530273], "count": [827]}, "gripper_mode_state": {"mean": [0.0, 0.5525997581620314], "std": [0.0, 0.4972255679681972], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_state": {"mean": [2.0, 1.8960096735187424], "std": [0.0, 0.4041155148745058], "min": [2, 0], "max": [2, 2], "count": [827]}, "gripper_mode_action": {"mean": [0.0, 0.5525997581620314], "std": [0.0, 0.4972255679681972], "min": [0, 0], "max": [0, 1], "count": [827]}, "gripper_activity_action": {"mean": [2.0, 1.8960096735187424], "std": [0.0, 0.4041155148745058], "min": [2, 0], "max": [2, 2], "count": [827]}}} +{"episode_index": 342, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4391948283796641]], [[0.41531432013733766]], [[0.42019655027095226]]], "std": [[[0.19589479941573004]], [[0.19443682052873187]], [[0.19440936335723671]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40032674179904026]], [[0.38525867667742203]], [[0.37063033631173986]]], "std": [[[0.23551895536462325]], [[0.2202900575211669]], [[0.22070146251490394]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.50785470831265]], [[0.4890465130408704]], [[0.4869107201952511]]], "std": [[[0.19830991747657692]], [[0.19558646006646033]], [[0.2025906286502057]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675958674609084]], [[0.44267298026805657]], [[0.44880205360097625]]], "std": [[[0.27449790929046447]], [[0.2587182369262068]], [[0.26209484320994236]]], "count": [158]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.31037798523902893, 0.46754199266433716, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05836381018161774, 0.3546508848667145, -0.6097657084465027, -1.5306363105773926, 0.25384068489074707, -0.1411622315645218, -0.08792968839406967, -0.3361389935016632, -0.49751099944114685, 0.20326000452041626, 0.6807540655136108, -2.6535518169403076, 0.7222100496292114, 1001.0, 194.0, 0.00018046832701656967, -0.22383148968219757, -0.8361510634422302, 1.9088972806930542, -1.068217158317566, -4.746227659779834e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2917841374874115, 0.8342325091362, -0.16920965909957886, -1.130484700202942, 1.5972554683685303, 0.3326772153377533, 0.7571238279342651, -0.28895899653434753, -0.4061709940433502, 0.28259000182151794, 1.5732269287109375, -1.121137022972107, 1.5021475553512573, 1001.0, 1003.0, 0.00018234820163343102, -0.2238183170557022, -0.836144745349884, 1.9089123010635376, -1.0679984092712402, 6.644718723691767e-06], "mean": [-0.1995168775320053, 0.6046654582023621, 0.4513903260231018, -1.4119658470153809, -0.25389403104782104, -0.12052963674068451, 0.028272001072764397, -0.3103310465812683, 0.46757271885871887, 0.22823777794837952, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.19905437529087067, 0.584540843963623, -0.376155287027359, -1.3206777572631836, 1.2066693305969238, 0.1401837021112442, 0.385428249835968, -0.31878969073295593, -0.4553300738334656, 0.22986070811748505, 0.9509637951850891, -2.176236867904663, 1.1557735204696655, 1001.0, 569.8316040039062, 0.00018049856589641422, -0.2238282561302185, -0.8361415266990662, 1.9089252948760986, -1.068102478981018, 3.913850719072798e-07], "std": [2.4452139768982306e-05, 1.668164986767806e-05, 2.3218120986712165e-05, 2.2851372705190443e-05, 2.267225499963388e-05, 1.566369792271871e-05, 2.789686004689429e-05, 1.4188060049491469e-05, 7.668004400329664e-06, 1.2170216905360576e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.07019015401601791, 0.15706467628479004, 0.11643291264772415, 0.1134486123919487, 0.37957966327667236, 0.16728004813194275, 0.2646290957927704, 0.01403175387531519, 0.03003559075295925, 0.023077428340911865, 0.24480660259723663, 0.4416452944278717, 0.24069060385227203, 0.0, 394.005126953125, 2.3775940860559786e-07, 1.8834710999726667e-06, 6.174694590299623e-06, 1.8637631001183763e-05, 7.685127638978884e-05, 1.5671096207370283e-06], "count": [861]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.31037798523902893, 0.46754199266433716, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05836381018161774, 0.3546508848667145, -0.6097657084465027, -1.5306363105773926, 0.25384068489074707, -0.1411622315645218, -0.08792968839406967, -0.3361389935016632, -0.49751099944114685, 0.20326000452041626, 0.6807540655136108, -2.6535518169403076, 0.7222100496292114, 1001.0, 194.0, 0.00018046832701656967, -0.22383148968219757, -0.8361510634422302, 1.9088972806930542, -1.068217158317566, -4.746227659779834e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2917841374874115, 0.8342325091362, -0.16920965909957886, -1.130484700202942, 1.5972554683685303, 0.3326772153377533, 0.7571238279342651, -0.28895899653434753, -0.4061709940433502, 0.28259000182151794, 1.5732269287109375, -1.121137022972107, 1.5021475553512573, 1001.0, 1003.0, 0.00018234820163343102, -0.2238183170557022, -0.836144745349884, 1.9089123010635376, -1.0679984092712402, 6.644718723691767e-06], "mean": [-0.19951683282852173, 0.6046654582023621, 0.4513903260231018, -1.4119658470153809, -0.2538940906524658, -0.12052962929010391, 0.028271963819861412, -0.3103310763835907, 0.46757271885871887, 0.22823777794837952, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, 0.19889168441295624, 0.5845576524734497, -0.37614598870277405, -1.3207937479019165, 1.2073173522949219, 0.14016151428222656, 0.3853590786457062, -0.3188195824623108, -0.4552830755710602, 0.2298569679260254, 0.9504756927490234, -2.176743268966675, 1.1562165021896362, 1001.0, 569.8339233398438, 0.00018049638310912997, -0.2238282561302185, -0.8361415266990662, 1.9089252948760986, -1.0681027173995972, 3.913850719072798e-07], "std": [2.4452729121549055e-05, 1.668164986767806e-05, 2.322938416909892e-05, 2.2848558728583157e-05, 2.2644966520601884e-05, 1.56639998749597e-05, 2.7893485821550712e-05, 1.4190802176017314e-05, 7.671957973798271e-06, 1.2153127499914262e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.07035111635923386, 0.15706752240657806, 0.11642731726169586, 0.11359264701604843, 0.37842699885368347, 0.16731606423854828, 0.2647450566291809, 0.01404109038412571, 0.030048007145524025, 0.02307794615626335, 0.2439832091331482, 0.44068455696105957, 0.24028687179088593, 0.0, 394.0080261230469, 2.2924375286947907e-07, 1.8834710999726667e-06, 6.179421234264737e-06, 1.864745900093112e-05, 7.689659105380997e-05, 1.5671096207370283e-06], "count": [861]}, "timestamp": {"min": [0.0], "max": [28.666666666666668], "mean": [14.333333333333334], "std": [8.284970774887547], "count": [861]}, "frame_index": {"min": [0], "max": [860], "mean": [430.0], "std": [248.54912324662638], "count": [861]}, "episode_index": {"min": [346], "max": [346], "mean": [346.0], "std": [0.0], "count": [861]}, "index": {"min": [282986], "max": [283846], "mean": [283416.0], "std": [248.54912324662638], "count": [861]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [861]}, "gripper_open_scale_state": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5694680630503077], "std": [0.0, 0.39360817689155125], "count": [861]}, "gripper_open_scale_action": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5694680630503077], "std": [0.0, 0.3936081768915512], "count": [861]}, "eef_direction_state": {"mean": [6.0, 4.7456445993031355], "std": [0.0, 1.8089004903606891], "min": [6, 0], "max": [6, 6], "count": [861]}, "eef_velocity_state": {"mean": [0.0, 0.4367015098722416], "std": [0.0, 0.49597711756445456], "min": [0, 0], "max": [0, 1], "count": [861]}, "eef_acc_mag_state": {"mean": [0.0, 0.281068524970964], "std": [0.0, 0.617195915297162], "min": [0, 0], "max": [0, 2], "count": [861]}, "eef_direction_action": {"mean": [6.0, 4.7456445993031355], "std": [0.0, 1.8089004903606891], "min": [6, 0], "max": [6, 6], "count": [861]}, "eef_velocity_action": {"mean": [0.0, 0.4367015098722416], "std": [0.0, 0.49597711756445456], "min": [0, 0], "max": [0, 1], "count": [861]}, "eef_acc_mag_action": {"mean": [0.0, 0.281068524970964], "std": [0.0, 0.617195915297162], "min": [0, 0], "max": [0, 2], "count": [861]}, "eef_sim_pose_state": {"mean": [-0.3103310763835907, 0.46757280826568604, 0.22823771834373474, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3187897801399231, -0.45532962679862976, 0.2298605889081955, 0.9509634375572205, -2.176239252090454, 1.155774712562561], "std": [1.4187945453159045e-05, 7.667088539164979e-06, 1.2170065929240081e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.01403175387531519, 0.030035585165023804, 0.023077426478266716, 0.2448066622018814, 0.4416459798812866, 0.24069054424762726], "min": [-0.31037798523902893, 0.46754199266433716, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3361389935016632, -0.49751099944114685, 0.20326000452041626, 0.6807540655136108, -2.6535518169403076, 0.7222100496292114], "max": [-0.3102799952030182, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28895899653434753, -0.4061709940433502, 0.28259000182151794, 1.5732269287109375, -1.121137022972107, 1.5021475553512573], "count": [861]}, "eef_sim_pose_action": {"mean": [-0.3103310465812683, 0.46757271885871887, 0.22823777794837952, -1.5732392072677612, -1.1211425065994263, -0.7462767362594604, -0.31878969073295593, -0.4553300738334656, 0.22986070811748505, 0.9509637951850891, -2.176236867904663, 1.1557735204696655], "std": [1.4188060049491469e-05, 7.668004400329664e-06, 1.2170216905360576e-05, 1.2278556823730469e-05, 5.4836273193359375e-06, 1.1324882507324219e-06, 0.01403175387531519, 0.03003559075295925, 0.023077428340911865, 0.24480660259723663, 0.4416452944278717, 0.24069060385227203], "min": [-0.31037798523902893, 0.46754199266433716, 0.228193998336792, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3361389935016632, -0.49751099944114685, 0.20326000452041626, 0.6807540655136108, -2.6535518169403076, 0.7222100496292114], "max": [-0.3102799952030182, 0.46759501099586487, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28895899653434753, -0.4061709940433502, 0.28259000182151794, 1.5732269287109375, -1.121137022972107, 1.5021475553512573], "count": [861]}, "gripper_mode_state": {"mean": [0.0, 0.5272938443670151], "std": [0.0, 0.4992544902749177], "min": [0, 0], "max": [0, 1], "count": [861]}, "gripper_activity_state": {"mean": [2.0, 1.9012775842044134], "std": [0.0, 0.39244993415921786], "min": [2, 0], "max": [2, 2], "count": [861]}, "gripper_mode_action": {"mean": [0.0, 0.5272938443670151], "std": [0.0, 0.4992544902749177], "min": [0, 0], "max": [0, 1], "count": [861]}, "gripper_activity_action": {"mean": [2.0, 1.9012775842044134], "std": [0.0, 0.39244993415921786], "min": [2, 0], "max": [2, 2], "count": [861]}}} +{"episode_index": 343, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42683966234520127]], [[0.4055683788592191]], [[0.40861350968567256]]], "std": [[[0.19564574043619612]], [[0.19276688931393499]], [[0.1946537917013122]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41062308785904716]], [[0.3942294045085139]], [[0.3786075999204507]]], "std": [[[0.23861999299714387]], [[0.22364040262387377]], [[0.22420845446133872]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5065528412022704]], [[0.48510662705323354]], [[0.4869624142694359]]], "std": [[[0.19755127052175944]], [[0.195041487601015]], [[0.20316483854260503]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46214815665849673]], [[0.43796325007524944]], [[0.44485587187177505]]], "std": [[[0.26960452228186954]], [[0.25719031431901485]], [[0.2608139109136713]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.061226148158311844, 0.3366565406322479, -0.6941872239112854, -1.4856243133544922, 0.25384068489074707, -0.16112880408763885, -0.028326693922281265, -0.33796098828315735, -0.5176950097084045, 0.05969899892807007, 0.697742760181427, -2.6394505500793457, 0.6913447976112366, 1001.0, 181.0, 0.00018046832701656967, -0.22382959723472595, -0.8361510634422302, 1.9088988304138184, -1.0682203769683838, -8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.542203962802887, 0.6277775168418884, -0.1261873096227646, -1.0729585886001587, 1.4464590549468994, 0.27722808718681335, 0.6363121271133423, -0.2747719883918762, -0.4472390115261078, 0.24164099991321564, 1.5732269287109375, -1.121137022972107, 1.5406091213226318, 1001.0, 1003.0, 0.00018234820163343102, -0.22381645441055298, -0.836135983467102, 1.90892493724823, -1.0679826736450195, 5.6954731917358e-06], "mean": [-0.19951865077018738, 0.6046578288078308, 0.45138853788375854, -1.4119629859924316, -0.2538957893848419, -0.12052911520004272, 0.02828443981707096, -0.3103305697441101, 0.46757376194000244, 0.22823628783226013, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.30489030480384827, 0.4577190577983856, -0.41431859135627747, -1.239391565322876, 1.115724802017212, 0.11147874593734741, 0.35052967071533203, -0.3119550943374634, -0.48535099625587463, 0.1865275353193283, 1.028790831565857, -2.1418063640594482, 1.1528440713882446, 1001.0, 547.3472900390625, 0.00018081263988278806, -0.2238292247056961, -0.8361432552337646, 1.9089255332946777, -1.0681145191192627, -6.301033863564953e-07], "std": [2.566407056292519e-05, 1.7143380318884738e-05, 2.1830866899108514e-05, 2.543625123507809e-05, 2.2332720618578605e-05, 1.533875365566928e-05, 2.071631752187386e-05, 1.4638675565947779e-05, 8.119160156638827e-06, 1.1664299563562963e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.14390850067138672, 0.09706900268793106, 0.1540345698595047, 0.12514623999595642, 0.3446131646633148, 0.15020205080509186, 0.22689147293567657, 0.019406111910939217, 0.021599771454930305, 0.05800732225179672, 0.2635684013366699, 0.4569151699542999, 0.27248361706733704, 0.0, 398.3190002441406, 7.276510132214753e-07, 2.286036988152773e-06, 4.452331268112175e-06, 1.543514918012079e-05, 8.233875269070268e-05, 1.8334343394599273e-06], "count": [812]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.061226148158311844, 0.3366565406322479, -0.6941872239112854, -1.4856243133544922, 0.25384068489074707, -0.16112880408763885, -0.028326693922281265, -0.33796098828315735, -0.5176950097084045, 0.05969899892807007, 0.697742760181427, -2.6394505500793457, 0.6913447976112366, 1001.0, 181.0, 0.00018046832701656967, -0.22382959723472595, -0.8361510634422302, 1.9088988304138184, -1.0682203769683838, -8.543210242351051e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.31028100848197937, 0.4675990045070648, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.542203962802887, 0.6277775168418884, -0.1261873096227646, -1.0729585886001587, 1.4464590549468994, 0.27722808718681335, 0.6363121271133423, -0.2747719883918762, -0.4472390115261078, 0.24164099991321564, 1.5732269287109375, -1.121137022972107, 1.5406091213226318, 1001.0, 1003.0, 0.00018234820163343102, -0.22381645441055298, -0.836135983467102, 1.90892493724823, -1.0679826736450195, 5.6954731917358e-06], "mean": [-0.19951865077018738, 0.6046578288078308, 0.45138856768608093, -1.4119627475738525, -0.2538958191871643, -0.12052907794713974, 0.028284478932619095, -0.3103305995464325, 0.46757376194000244, 0.22823628783226013, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.3048039376735687, 0.4577181339263916, -0.4143069386482239, -1.2393898963928223, 1.1164257526397705, 0.11143288761377335, 0.3505505621433258, -0.3119874894618988, -0.48532751202583313, 0.18654023110866547, 1.0283066034317017, -2.142345666885376, 1.1533256769180298, 1001.0, 547.3448486328125, 0.00018081263988278806, -0.2238292247056961, -0.8361432552337646, 1.9089255332946777, -1.0681145191192627, -6.312724281087867e-07], "std": [2.566407056292519e-05, 1.7143380318884738e-05, 2.184462391596753e-05, 2.5454490241827443e-05, 2.228762059530709e-05, 1.5330604583141394e-05, 2.0695277271443047e-05, 1.463314129068749e-05, 8.117818651953712e-06, 1.1665014426398557e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.14399267733097076, 0.09706765413284302, 0.154032364487648, 0.1251441389322281, 0.34343624114990234, 0.1502785086631775, 0.22685733437538147, 0.019425299018621445, 0.021629484370350838, 0.05801762267947197, 0.2629280984401703, 0.4559679329395294, 0.27210989594459534, 0.0, 398.31561279296875, 7.276510132214753e-07, 2.286036988152773e-06, 4.448970685189124e-06, 1.5432635336765088e-05, 8.230790990637615e-05, 1.8333338402953814e-06], "count": [812]}, "timestamp": {"min": [0.0], "max": [27.033333333333335], "mean": [13.516666666666666], "std": [7.8134677178431975], "count": [812]}, "frame_index": {"min": [0], "max": [811], "mean": [405.5], "std": [234.4040315352959], "count": [812]}, "episode_index": {"min": [347], "max": [347], "mean": [347.0], "std": [0.0], "count": [812]}, "index": {"min": [283847], "max": [284658], "mean": [284252.5], "std": [234.4040315352959], "count": [812]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [812]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5468953172928595], "std": [0.0, 0.3978033400597217], "count": [812]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5468953172928595], "std": [0.0, 0.3978033400597217], "count": [812]}, "eef_direction_state": {"mean": [6.0, 4.687192118226601], "std": [0.0, 1.8663954611169127], "min": [6, 0], "max": [6, 6], "count": [812]}, "eef_velocity_state": {"mean": [0.0, 0.4544334975369458], "std": [0.0, 0.49791936481049376], "min": [0, 0], "max": [0, 1], "count": [812]}, "eef_acc_mag_state": {"mean": [0.0, 0.31527093596059114], "std": [0.0, 0.6577415460285513], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_direction_action": {"mean": [6.0, 4.687192118226601], "std": [0.0, 1.8663954611169127], "min": [6, 0], "max": [6, 6], "count": [812]}, "eef_velocity_action": {"mean": [0.0, 0.4544334975369458], "std": [0.0, 0.49791936481049376], "min": [0, 0], "max": [0, 1], "count": [812]}, "eef_acc_mag_action": {"mean": [0.0, 0.31527093596059114], "std": [0.0, 0.6577415460285513], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_sim_pose_state": {"mean": [-0.31033065915107727, 0.4675740897655487, 0.22823642194271088, -1.573226809501648, -1.1211369037628174, -0.7462756633758545, -0.3119550943374634, -0.48535117506980896, 0.1865275502204895, 1.02878999710083, -2.1418039798736572, 1.152843952178955], "std": [1.4638377251685597e-05, 8.11208246886963e-06, 1.1663431905617472e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.019406111910939217, 0.021599771454930305, 0.058007337152957916, 0.2635684013366699, 0.4569147825241089, 0.2724837362766266], "min": [-0.3103730082511902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33796098828315735, -0.5176950097084045, 0.05969899892807007, 0.697742760181427, -2.6394505500793457, 0.6913447976112366], "max": [-0.31028100848197937, 0.4675990045070648, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2747719883918762, -0.4472390115261078, 0.24164099991321564, 1.5732269287109375, -1.121137022972107, 1.5406091213226318], "count": [812]}, "eef_sim_pose_action": {"mean": [-0.3103305697441101, 0.46757376194000244, 0.22823628783226013, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, -0.3119550943374634, -0.48535099625587463, 0.1865275353193283, 1.028790831565857, -2.1418063640594482, 1.1528440713882446], "std": [1.4638675565947779e-05, 8.119160156638827e-06, 1.1664299563562963e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.019406111910939217, 0.021599771454930305, 0.05800732225179672, 0.2635684013366699, 0.4569151699542999, 0.27248361706733704], "min": [-0.3103730082511902, 0.46755000948905945, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33796098828315735, -0.5176950097084045, 0.05969899892807007, 0.697742760181427, -2.6394505500793457, 0.6913447976112366], "max": [-0.31028100848197937, 0.4675990045070648, 0.22826899588108063, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2747719883918762, -0.4472390115261078, 0.24164099991321564, 1.5732269287109375, -1.121137022972107, 1.5406091213226318], "count": [812]}, "gripper_mode_state": {"mean": [0.0, 0.5467980295566502], "std": [0.0, 0.4978051269619627], "min": [0, 0], "max": [0, 1], "count": [812]}, "gripper_activity_state": {"mean": [2.0, 1.8928571428571428], "std": [0.0, 0.40876868365213165], "min": [2, 0], "max": [2, 2], "count": [812]}, "gripper_mode_action": {"mean": [0.0, 0.5467980295566502], "std": [0.0, 0.4978051269619628], "min": [0, 0], "max": [0, 1], "count": [812]}, "gripper_activity_action": {"mean": [2.0, 1.8928571428571428], "std": [0.0, 0.40876868365213165], "min": [2, 0], "max": [2, 2], "count": [812]}}} +{"episode_index": 344, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9529411764705882]], [[0.9686274509803922]]], "mean": [[[0.4243787427498594]], [[0.40329198859455484]], [[0.4044346689282777]]], "std": [[[0.19247676502401895]], [[0.188486777696254]], [[0.19208702365249486]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40684574243604726]], [[0.3903184705449509]], [[0.3743988226637233]]], "std": [[[0.23651002806085994]], [[0.22058869295420838]], [[0.22232482809504042]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5083864311453058]], [[0.48721376282301]], [[0.48794022421330563]]], "std": [[[0.19835335809051127]], [[0.19518053466058144]], [[0.20300286927518701]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4599521423083582]], [[0.43495662224602866]], [[0.440040830736268]]], "std": [[[0.2731058419609471]], [[0.2565226393986028]], [[0.2604871146649772]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10440559685230255, 0.3315776288509369, -0.7100173830986023, -1.4487804174423218, 0.2537184953689575, -0.1477595716714859, -0.02834414690732956, -0.3448210060596466, -0.5015860199928284, 0.15158100426197052, 0.6764644980430603, -2.754328489303589, 0.6786049604415894, 1001.0, 175.0, 0.00018046832701656967, -0.22382959723472595, -0.8361455202102661, 1.9089051485061646, -1.068179965019226, -6.644718723691767e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4105188846588135, 0.6503096222877502, -0.17359045147895813, -1.0442653894424438, 1.6093331575393677, 0.3458718955516815, 0.7595323920249939, -0.3027209937572479, -0.4359689950942993, 0.2453009933233261, 1.5732269287109375, -1.121137022972107, 1.4898172616958618, 1001.0, 1000.0, 0.00018234820163343102, -0.22382207214832306, -0.8361407518386841, 1.9089170694351196, -1.0681324005126953, 1.4238683434086852e-05], "mean": [-0.19951656460762024, 0.6046648025512695, 0.45139026641845703, -1.4119617938995361, -0.2538983225822449, -0.12053050100803375, 0.028278052806854248, -0.310331791639328, 0.46757277846336365, 0.22823823988437653, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.28069618344306946, 0.5190051794052124, -0.4229119122028351, -1.2161356210708618, 1.2073649168014526, 0.12723420560359955, 0.41656261682510376, -0.3286357522010803, -0.47454190254211426, 0.2138337939977646, 0.9449732899665833, -2.204585552215576, 1.1680150032043457, 1001.0, 593.3701782226562, 0.00018151763651985675, -0.22382889688014984, -0.8361396193504333, 1.9089255332946777, -1.0681512355804443, -4.645996796170948e-07], "std": [2.6182433430221863e-05, 1.4841216398053803e-05, 2.2431784600485116e-05, 2.427817707939539e-05, 2.1570825992967002e-05, 1.4840393305348698e-05, 2.214163941971492e-05, 1.4139560335024726e-05, 7.761503184156027e-06, 1.1926062143174931e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.07477661222219467, 0.10781650245189667, 0.14466744661331177, 0.11329008638858795, 0.3624822795391083, 0.16075792908668518, 0.2278747707605362, 0.012681197375059128, 0.019505996257066727, 0.025069184601306915, 0.2553771138191223, 0.4673900306224823, 0.2683041989803314, 0.0, 402.6433410644531, 9.333713819614786e-07, 2.055562163150171e-06, 3.4113868423446547e-06, 1.4062730770092458e-05, 1.358408644591691e-05, 1.882851506707084e-06], "count": [805]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10440559685230255, 0.3315776288509369, -0.7100173830986023, -1.4487804174423218, 0.2537184953689575, -0.1477595716714859, -0.02834414690732956, -0.3448210060596466, -0.5015860199928284, 0.15158100426197052, 0.6764644980430603, -2.754328489303589, 0.6786049604415894, 1001.0, 175.0, 0.00018046832701656967, -0.22382959723472595, -0.8361455202102661, 1.9089051485061646, -1.068179965019226, -6.644718723691767e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25382325053215027, -0.12046262621879578, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4105188846588135, 0.6503096222877502, -0.17359045147895813, -1.0442653894424438, 1.6093331575393677, 0.3458718955516815, 0.7595323920249939, -0.3027209937572479, -0.4359689950942993, 0.2453009933233261, 1.5732269287109375, -1.121137022972107, 1.4898172616958618, 1001.0, 1000.0, 0.00018234820163343102, -0.22382207214832306, -0.8361407518386841, 1.9089170694351196, -1.0681324005126953, 1.4238683434086852e-05], "mean": [-0.19951654970645905, 0.6046647429466248, 0.45139023661613464, -1.4119620323181152, -0.25389835238456726, -0.12053048610687256, 0.028277985751628876, -0.3103318512439728, 0.46757274866104126, 0.22823819518089294, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.28070947527885437, 0.5190111398696899, -0.4229312837123871, -1.216001033782959, 1.2082581520080566, 0.1272704303264618, 0.4167870283126831, -0.3286776542663574, -0.4745387136936188, 0.21385470032691956, 0.9444119334220886, -2.2053589820861816, 1.1684660911560059, 1001.0, 593.3701782226562, 0.0001815199648262933, -0.22382889688014984, -0.8361396193504333, 1.9089255332946777, -1.0681512355804443, -4.622412745902693e-07], "std": [2.6182116926065646e-05, 1.4936724255676381e-05, 2.2419601009460166e-05, 2.4268576453323476e-05, 2.1570205717580393e-05, 1.485076700191712e-05, 2.207522811659146e-05, 1.409308606525883e-05, 7.733866368653253e-06, 1.1911503861483652e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.07476296275854111, 0.10782132297754288, 0.1446721851825714, 0.11312142759561539, 0.36101409792900085, 0.16070514917373657, 0.22752566635608673, 0.01267638523131609, 0.019507350400090218, 0.025088181719183922, 0.25449004769325256, 0.4661101698875427, 0.2678990066051483, 0.0, 402.6433410644531, 9.330863122158917e-07, 2.0579616375471232e-06, 3.409955752431415e-06, 1.4060199646337423e-05, 1.35707950903452e-05, 1.8834264210454421e-06], "count": [805]}, "timestamp": {"min": [0.0], "max": [26.8], "mean": [13.4], "std": [7.746110134914312], "count": [805]}, "frame_index": {"min": [0], "max": [804], "mean": [402.0], "std": [232.38330404742936], "count": [805]}, "episode_index": {"min": [348], "max": [348], "mean": [348.0], "std": [0.0], "count": [805]}, "index": {"min": [284659], "max": [285463], "mean": [285061.0], "std": [232.38330404742936], "count": [805]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [805]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5933701855425508], "std": [0.0, 0.4026446703863989], "count": [805]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5933701855425508], "std": [0.0, 0.4026446703863989], "count": [805]}, "eef_direction_state": {"mean": [6.0, 4.827329192546584], "std": [0.0, 1.7815475015637243], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.0, 0.36770186335403726], "std": [0.0, 0.48217963772851896], "min": [0, 0], "max": [0, 1], "count": [805]}, "eef_acc_mag_state": {"mean": [0.0, 0.20372670807453416], "std": [0.0, 0.5466883017081766], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_direction_action": {"mean": [6.0, 4.827329192546584], "std": [0.0, 1.7815475015637243], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.0, 0.36770186335403726], "std": [0.0, 0.48217963772851896], "min": [0, 0], "max": [0, 1], "count": [805]}, "eef_acc_mag_action": {"mean": [0.0, 0.20372670807453416], "std": [0.0, 0.5466883017081766], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [-0.3103314936161041, 0.4675731062889099, 0.2282382696866989, -1.573227047920227, -1.121137022972107, -0.7462756633758545, -0.32863566279411316, -0.4745418131351471, 0.2138337939977646, 0.9449711441993713, -2.20458722114563, 1.168014645576477], "std": [1.4137068319541868e-05, 7.752922101644799e-06, 1.1925980288651772e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.012681202031672001, 0.019505996257066727, 0.025069184601306915, 0.2553766369819641, 0.46739065647125244, 0.268303781747818], "min": [-0.310373991727829, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3448210060596466, -0.5015860199928284, 0.15158100426197052, 0.6764644980430603, -2.754328489303589, 0.6786049604415894], "max": [-0.3102850019931793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3027209937572479, -0.4359689950942993, 0.2453009933233261, 1.5732269287109375, -1.121137022972107, 1.4898172616958618], "count": [805]}, "eef_sim_pose_action": {"mean": [-0.310331791639328, 0.46757277846336365, 0.22823823988437653, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.3286357522010803, -0.47454190254211426, 0.2138337939977646, 0.9449732899665833, -2.204585552215576, 1.1680150032043457], "std": [1.4139560335024726e-05, 7.761503184156027e-06, 1.1926062143174931e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.012681197375059128, 0.019505996257066727, 0.025069184601306915, 0.2553771138191223, 0.4673900306224823, 0.2683041989803314], "min": [-0.310373991727829, 0.46755099296569824, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3448210060596466, -0.5015860199928284, 0.15158100426197052, 0.6764644980430603, -2.754328489303589, 0.6786049604415894], "max": [-0.3102850019931793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3027209937572479, -0.4359689950942993, 0.2453009933233261, 1.5732269287109375, -1.121137022972107, 1.4898172616958618], "count": [805]}, "gripper_mode_state": {"mean": [0.0, 0.4857142857142857], "std": [0.0, 0.4997958767010217], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_state": {"mean": [2.0, 1.8931677018633541], "std": [0.0, 0.4061826874730082], "min": [2, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.0, 0.4857142857142857], "std": [0.0, 0.4997958767010217], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_action": {"mean": [2.0, 1.8931677018633541], "std": [0.0, 0.4061826874730082], "min": [2, 0], "max": [2, 2], "count": [805]}}} +{"episode_index": 345, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9607843137254902]]], "mean": [[[0.42594255480889925]], [[0.4045829545946414]], [[0.4054297926676189]]], "std": [[[0.191632989968683]], [[0.18735711839970934]], [[0.191102271642392]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4062493683179674]], [[0.38887052953079687]], [[0.37226965112755916]]], "std": [[[0.23754619373545252]], [[0.22034669046631025]], [[0.22178713034863115]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5076998644656538]], [[0.4884770267930572]], [[0.48665516924208974]]], "std": [[[0.19817067811130085]], [[0.1952977421386991]], [[0.20241535107389808]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46344949790070555]], [[0.43946758537852226]], [[0.4443924382114877]]], "std": [[[0.2652176579386987]], [[0.2509536663419249]], [[0.25446655878892654]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.3103800117969513, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07770206034183502, 0.380219966173172, -0.5440365672111511, -1.4879803657531738, 0.2537883222103119, -0.15974998474121094, -0.02834414690732956, -0.3293449878692627, -0.49183499813079834, 0.2176540046930313, 0.6226860284805298, -2.53608775138855, 0.6528047323226929, 1001.0, 184.0, 0.00018046832701656967, -0.22383148968219757, -0.8361462950706482, 1.9089035987854004, -1.0681869983673096, -3.796982127823867e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30019664764404297, 0.9031205773353577, -0.15721926093101501, -1.1800868511199951, 1.6246048212051392, 0.33389896154403687, 0.8192400932312012, -0.2670679986476898, -0.4144969880580902, 0.2924000024795532, 1.5732269287109375, -1.121137022972107, 1.4834833145141602, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.836142361164093, 1.9089131355285645, -1.0681569576263428, 6.644718723691767e-06], "mean": [-0.19951589405536652, 0.6046687364578247, 0.4513886272907257, -1.4119622707366943, -0.2539061903953552, -0.12052984535694122, 0.028263190761208534, -0.3103318512439728, 0.4675721824169159, 0.22823862731456757, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.23160061240196228, 0.6090611815452576, -0.39567121863365173, -1.3161100149154663, 1.1922121047973633, 0.10885201394557953, 0.36140790581703186, -0.30960944294929504, -0.4647931158542633, 0.23743262887001038, 1.0113905668258667, -2.108980178833008, 1.1467252969741821, 1001.0, 597.7366943359375, 0.0001818264863686636, -0.22382815182209015, -0.8361403942108154, 1.9089257717132568, -1.0681722164154053, 8.190044695766119e-07], "std": [2.5506989913992584e-05, 1.575794340169523e-05, 2.2592468667426147e-05, 2.5456030925852247e-05, 2.2686945158056915e-05, 1.66540194186382e-05, 1.9504410374793224e-05, 1.4805626960878726e-05, 7.960235052451026e-06, 1.1241069842071738e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.047189369797706604, 0.1514773815870285, 0.13085299730300903, 0.0835006833076477, 0.37200403213500977, 0.19055262207984924, 0.22145625948905945, 0.02176884189248085, 0.0220238845795393, 0.02054864540696144, 0.2900256812572479, 0.4147418439388275, 0.24601052701473236, 0.0, 399.32830810546875, 8.411716407863423e-07, 1.6501940081070643e-06, 3.667882538138656e-06, 1.6286719983327202e-05, 8.535844244761392e-06, 1.2707345149465255e-06], "count": [809]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.3103800117969513, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07770206034183502, 0.380219966173172, -0.5440365672111511, -1.4879803657531738, 0.2537883222103119, -0.15974998474121094, -0.02834414690732956, -0.3293449878692627, -0.49183499813079834, 0.2176540046930313, 0.6226860284805298, -2.53608775138855, 0.6528047323226929, 1001.0, 184.0, 0.00018046832701656967, -0.22383148968219757, -0.8361462950706482, 1.9089035987854004, -1.0681869983673096, -3.796982127823867e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.30019664764404297, 0.9031205773353577, -0.15721926093101501, -1.1800868511199951, 1.6246048212051392, 0.33389896154403687, 0.8192400932312012, -0.2670679986476898, -0.4144969880580902, 0.2924000024795532, 1.5732269287109375, -1.121137022972107, 1.4834833145141602, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.836142361164093, 1.9089131355285645, -1.0681569576263428, 6.644718723691767e-06], "mean": [-0.19951587915420532, 0.6046687364578247, 0.4513886272907257, -1.4119623899459839, -0.2539061903953552, -0.12052984535694122, 0.028263214975595474, -0.3103318512439728, 0.4675722122192383, 0.22823862731456757, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.23162421584129333, 0.6091033220291138, -0.39575985074043274, -1.3160405158996582, 1.1930263042449951, 0.10880599915981293, 0.3616417944431305, -0.30963239073753357, -0.4647841155529022, 0.2374291568994522, 1.0110316276550293, -2.1097114086151123, 1.1471112966537476, 1001.0, 597.7404174804688, 0.0001818264863686636, -0.22382813692092896, -0.8361403942108154, 1.9089257717132568, -1.0681722164154053, 8.201778314287367e-07], "std": [2.5507317332085222e-05, 1.575794340169523e-05, 2.257036067021545e-05, 2.5404129701200873e-05, 2.268694333906751e-05, 1.6654017599648796e-05, 1.9507129763951525e-05, 1.4807775187364314e-05, 7.956501576700248e-06, 1.1224482477700803e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.04717816412448883, 0.15148115158081055, 0.13091471791267395, 0.0834440290927887, 0.3706676661968231, 0.19061261415481567, 0.2211441993713379, 0.021779390051960945, 0.022024234756827354, 0.020550444722175598, 0.28950920701026917, 0.41351938247680664, 0.24562646448612213, 0.0, 399.3304443359375, 8.411716407863423e-07, 1.6367055195587454e-06, 3.667882538138656e-06, 1.6286719983327202e-05, 8.527360478183255e-06, 1.2704114169537206e-06], "count": [809]}, "timestamp": {"min": [0.0], "max": [26.933333333333334], "mean": [13.466666666666667], "std": [7.784600182411426], "count": [809]}, "frame_index": {"min": [0], "max": [808], "mean": [404.0], "std": [233.53800547234277], "count": [809]}, "episode_index": {"min": [349], "max": [349], "mean": [349.0], "std": [0.0], "count": [809]}, "index": {"min": [285464], "max": [286272], "mean": [285868.0], "std": [233.53800547234277], "count": [809]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [809]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5970037086085129], "std": [0.0, 0.3985850544430051], "count": [809]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5970037086085129], "std": [0.0, 0.39858505444300507], "count": [809]}, "eef_direction_state": {"mean": [6.0, 4.786155747836836], "std": [0.0, 1.8920185440543154], "min": [6, 0], "max": [6, 6], "count": [809]}, "eef_velocity_state": {"mean": [0.0, 0.3646477132262052], "std": [0.0, 0.4813312357047996], "min": [0, 0], "max": [0, 1], "count": [809]}, "eef_acc_mag_state": {"mean": [0.0, 0.24103831891223734], "std": [0.0, 0.586200529116414], "min": [0, 0], "max": [0, 2], "count": [809]}, "eef_direction_action": {"mean": [6.0, 4.786155747836836], "std": [0.0, 1.8920185440543154], "min": [6, 0], "max": [6, 6], "count": [809]}, "eef_velocity_action": {"mean": [0.0, 0.3646477132262052], "std": [0.0, 0.4813312357047996], "min": [0, 0], "max": [0, 1], "count": [809]}, "eef_acc_mag_action": {"mean": [0.0, 0.24103831891223734], "std": [0.0, 0.586200529116414], "min": [0, 0], "max": [0, 2], "count": [809]}, "eef_sim_pose_state": {"mean": [-0.3103318512439728, 0.467572420835495, 0.2282385379076004, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.30960938334465027, -0.4647933840751648, 0.23743247985839844, 1.0113900899887085, -2.108980178833008, 1.1467218399047852], "std": [1.4805629689362831e-05, 7.956767149153166e-06, 1.124069603974931e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02176884561777115, 0.022023875266313553, 0.020548658445477486, 0.29002559185028076, 0.4147421419620514, 0.24601006507873535], "min": [-0.3103800117969513, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3293449878692627, -0.49183499813079834, 0.2176540046930313, 0.6226860284805298, -2.53608775138855, 0.6528047323226929], "max": [-0.3102889955043793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2670679986476898, -0.4144969880580902, 0.2924000024795532, 1.5732269287109375, -1.121137022972107, 1.4834833145141602], "count": [809]}, "eef_sim_pose_action": {"mean": [-0.3103318512439728, 0.4675721824169159, 0.22823862731456757, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.30960944294929504, -0.4647931158542633, 0.23743262887001038, 1.0113905668258667, -2.108980178833008, 1.1467252969741821], "std": [1.4805626960878726e-05, 7.960235052451026e-06, 1.1241069842071738e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.02176884189248085, 0.0220238845795393, 0.02054864540696144, 0.2900256812572479, 0.4147418439388275, 0.24601052701473236], "min": [-0.3103800117969513, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3293449878692627, -0.49183499813079834, 0.2176540046930313, 0.6226860284805298, -2.53608775138855, 0.6528047323226929], "max": [-0.3102889955043793, 0.46759599447250366, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2670679986476898, -0.4144969880580902, 0.2924000024795532, 1.5732269287109375, -1.121137022972107, 1.4834833145141602], "count": [809]}, "gripper_mode_state": {"mean": [0.0, 0.48702101359703337], "std": [0.0, 0.4998315175256081], "min": [0, 0], "max": [0, 1], "count": [809]}, "gripper_activity_state": {"mean": [2.0, 1.8912237330037083], "std": [0.0, 0.4106548909202806], "min": [2, 0], "max": [2, 2], "count": [809]}, "gripper_mode_action": {"mean": [0.0, 0.48702101359703337], "std": [0.0, 0.4998315175256081], "min": [0, 0], "max": [0, 1], "count": [809]}, "gripper_activity_action": {"mean": [2.0, 1.8912237330037083], "std": [0.0, 0.4106548909202806], "min": [2, 0], "max": [2, 2], "count": [809]}}} +{"episode_index": 346, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4215461399746302]], [[0.4006956444035948]], [[0.402226202377881]]], "std": [[[0.1933476033180294]], [[0.1893051826479404]], [[0.19275673905434498]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4066199005095459]], [[0.3878196460053319]], [[0.3705315093416753]]], "std": [[[0.23668983075342603]], [[0.2195422527586187]], [[0.22132381278259072]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5076555861928105]], [[0.48474321411678706]], [[0.4878264722007224]]], "std": [[[0.1979115141332101]], [[0.19472999954615242]], [[0.20315046740969234]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45718957070218436]], [[0.432120319756192]], [[0.4392930534055728]]], "std": [[[0.2705796743306249]], [[0.2549751229398195]], [[0.2591382399531279]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08009316027164459, 0.3545985221862793, -0.7312405705451965, -1.4825350046157837, 0.2537534236907959, -0.16154766082763672, -0.02834414690732956, -0.3437570035457611, -0.5320039987564087, 0.08165500313043594, 0.653512179851532, -2.747314929962158, 0.6005495190620422, 1001.0, 183.0, 0.00018046832701656967, -0.22383148968219757, -0.8361486792564392, 1.9089012145996094, -1.0682013034820557, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6010041236877441, 0.6574305891990662, -0.16212362051010132, -0.9113236665725708, 1.4751347303390503, 0.3801850974559784, 0.7677005529403687, -0.2858729958534241, -0.44721099734306335, 0.2443239986896515, 1.5822402238845825, -1.1209176778793335, 1.465048909187317, 1001.0, 1003.0, 0.00018234820163343102, -0.22382207214832306, -0.8361217379570007, 1.9089329242706299, -1.0679477453231812, 5.6954731917358e-06], "mean": [-0.19951491057872772, 0.6046661138534546, 0.45138850808143616, -1.411962866783142, -0.25391674041748047, -0.12052997946739197, 0.028278375044465065, -0.310331255197525, 0.4675726592540741, 0.22823958098888397, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.349725604057312, 0.47634652256965637, -0.4375445544719696, -1.161035418510437, 1.1241289377212524, 0.15143465995788574, 0.3925612270832062, -0.3200228214263916, -0.4931551516056061, 0.1993565857410431, 0.9926013946533203, -2.163729667663574, 1.1030421257019043, 1001.0, 591.9458618164062, 0.00018167911912314594, -0.2238297462463379, -0.8361287713050842, 1.9089258909225464, -1.068062424659729, -1.5177235468399886e-08], "std": [2.6356419766671024e-05, 1.5688807252445258e-05, 2.2354188331519254e-05, 2.4885001039365306e-05, 2.3349990442511626e-05, 1.4623836250393651e-05, 2.10674279514933e-05, 1.4961333363316953e-05, 8.055828402575571e-06, 1.1868479305121582e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.14574560523033142, 0.10645458847284317, 0.14992357790470123, 0.1651398092508316, 0.3635842800140381, 0.18739165365695953, 0.2560569643974304, 0.016259390860795975, 0.023335503414273262, 0.047858744859695435, 0.2764391601085663, 0.5024827718734741, 0.26302894949913025, 0.0, 400.0575256347656, 8.998147791317024e-07, 2.1939358703093603e-06, 9.849058187683113e-06, 1.0799631127156317e-05, 8.762137440498918e-05, 2.528578761484823e-06], "count": [813]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103730082511902, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08009316027164459, 0.3545985221862793, -0.7312405705451965, -1.4825350046157837, 0.2537534236907959, -0.16154766082763672, -0.02834414690732956, -0.3437570035457611, -0.5320039987564087, 0.08165500313043594, 0.653512179851532, -2.747314929962158, 0.6005495190620422, 1001.0, 183.0, 0.00018046832701656967, -0.22383148968219757, -0.8361486792564392, 1.9089012145996094, -1.0682013034820557, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.6010041236877441, 0.6574305891990662, -0.16212362051010132, -0.9113236665725708, 1.4751347303390503, 0.3801850974559784, 0.7677005529403687, -0.2858729958534241, -0.44721099734306335, 0.2443239986896515, 1.5822402238845825, -1.1209176778793335, 1.465048909187317, 1001.0, 1003.0, 0.00018234820163343102, -0.22382207214832306, -0.8361217379570007, 1.9089329242706299, -1.0679477453231812, 5.6954731917358e-06], "mean": [-0.19951488077640533, 0.6046661138534546, 0.45138850808143616, -1.411962866783142, -0.25391677021980286, -0.12052997946739197, 0.028278395533561707, -0.310331255197525, 0.4675726592540741, 0.22823961079120636, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.34973302483558655, 0.4763893187046051, -0.4376022219657898, -1.1609495878219604, 1.1248667240142822, 0.15142060816287994, 0.39269617199897766, -0.32005706429481506, -0.4931478202342987, 0.1993759572505951, 0.9921728372573853, -2.1643311977386475, 1.1034046411514282, 1001.0, 591.9434204101562, 0.00018168144742958248, -0.2238297462463379, -0.8361287713050842, 1.9089258909225464, -1.068062424659729, -1.8679983782021736e-08], "std": [2.6395633540232666e-05, 1.5688807252445258e-05, 2.2340045688906685e-05, 2.4885001039365306e-05, 2.3336089725489728e-05, 1.4623836250393651e-05, 2.1072195522719994e-05, 1.4982042557676323e-05, 8.056935257627629e-06, 1.1867009561683517e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.14573806524276733, 0.1065133661031723, 0.14993765950202942, 0.16502739489078522, 0.3624243438243866, 0.1874125599861145, 0.25586381554603577, 0.01626831665635109, 0.02334449626505375, 0.047873605042696, 0.2758080065250397, 0.5015259981155396, 0.2627401649951935, 0.0, 400.0533447265625, 8.991144113679184e-07, 2.1939358703093603e-06, 9.835406672209501e-06, 1.0787446626636665e-05, 8.754386362852529e-05, 2.5292054033343447e-06], "count": [813]}, "timestamp": {"min": [0.0], "max": [27.066666666666666], "mean": [13.533333333333333], "std": [7.823090229617752], "count": [813]}, "frame_index": {"min": [0], "max": [812], "mean": [406.0], "std": [234.69270688853257], "count": [813]}, "episode_index": {"min": [350], "max": [350], "mean": [350.0], "std": [0.0], "count": [813]}, "index": {"min": [286273], "max": [287085], "mean": [286679.0], "std": [234.69270688853257], "count": [813]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [813]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5913185721943739], "std": [0.0, 0.39941273143648875], "count": [813]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5913185721943739], "std": [0.0, 0.3994127314364887], "count": [813]}, "eef_direction_state": {"mean": [6.0, 4.6162361623616235], "std": [0.0, 1.893948959210495], "min": [6, 0], "max": [6, 6], "count": [813]}, "eef_velocity_state": {"mean": [0.0, 0.4612546125461255], "std": [0.0, 0.5009579019751024], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_acc_mag_state": {"mean": [0.0, 0.3075030750307503], "std": [0.0, 0.6401147568186957], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_direction_action": {"mean": [6.0, 4.6162361623616235], "std": [0.0, 1.893948959210495], "min": [6, 0], "max": [6, 6], "count": [813]}, "eef_velocity_action": {"mean": [0.0, 0.4612546125461255], "std": [0.0, 0.5009579019751024], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_acc_mag_action": {"mean": [0.0, 0.3075030750307503], "std": [0.0, 0.6401147568186957], "min": [0, 0], "max": [0, 2], "count": [813]}, "eef_sim_pose_state": {"mean": [-0.31033092737197876, 0.4675731360912323, 0.22823967039585114, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3200225532054901, -0.4931553304195404, 0.19935670495033264, 0.9925994873046875, -2.16373348236084, 1.1030422449111938], "std": [1.495768992754165e-05, 8.039492058742326e-06, 1.1868094588862732e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.016259390860795975, 0.023335497826337814, 0.04785872995853424, 0.2764393091201782, 0.502482533454895, 0.2630290389060974], "min": [-0.3103730082511902, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3437570035457611, -0.5320039987564087, 0.08165500313043594, 0.653512179851532, -2.747314929962158, 0.6005495190620422], "max": [-0.31027698516845703, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2858729958534241, -0.44721099734306335, 0.2443239986896515, 1.5822402238845825, -1.1209176778793335, 1.465048909187317], "count": [813]}, "eef_sim_pose_action": {"mean": [-0.310331255197525, 0.4675726592540741, 0.22823958098888397, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, -0.3200228214263916, -0.4931551516056061, 0.1993565857410431, 0.9926013946533203, -2.163729667663574, 1.1030421257019043], "std": [1.4961333363316953e-05, 8.055828402575571e-06, 1.1868479305121582e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.016259390860795975, 0.023335503414273262, 0.047858744859695435, 0.2764391601085663, 0.5024827718734741, 0.26302894949913025], "min": [-0.3103730082511902, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3437570035457611, -0.5320039987564087, 0.08165500313043594, 0.653512179851532, -2.747314929962158, 0.6005495190620422], "max": [-0.31027698516845703, 0.467602014541626, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2858729958534241, -0.44721099734306335, 0.2443239986896515, 1.5822402238845825, -1.1209176778793335, 1.465048909187317], "count": [813]}, "gripper_mode_state": {"mean": [0.0, 0.4920049200492005], "std": [0.0, 0.4999360746101267], "min": [0, 0], "max": [0, 1], "count": [813]}, "gripper_activity_state": {"mean": [2.0, 1.895448954489545], "std": [0.0, 0.4031138960641459], "min": [2, 0], "max": [2, 2], "count": [813]}, "gripper_mode_action": {"mean": [0.0, 0.4920049200492005], "std": [0.0, 0.4999360746101267], "min": [0, 0], "max": [0, 1], "count": [813]}, "gripper_activity_action": {"mean": [2.0, 1.895448954489545], "std": [0.0, 0.4031138960641459], "min": [2, 0], "max": [2, 2], "count": [813]}}} +{"episode_index": 347, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9803921568627451]]], "mean": [[[0.4214862608932462]], [[0.39977590413943354]], [[0.40122692810457516]]], "std": [[[0.19338312250123654]], [[0.18896206570130294]], [[0.19260255257672806]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40623292211328976]], [[0.3879104248366013]], [[0.3701010947712418]]], "std": [[[0.23662848669072253]], [[0.21898404157002505]], [[0.22038100274502326]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5086910117102396]], [[0.4842969744008715]], [[0.4887840958605664]]], "std": [[[0.19802389239219093]], [[0.1944096685199577]], [[0.20317432179406167]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648748011982571]], [[0.4394292116013072]], [[0.44492273965141615]]], "std": [[[0.2667760147864471]], [[0.25342299268809154]], [[0.25738038095381627]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12477359175682068, 0.3382098972797394, -0.5648059844970703, -1.4291105270385742, 0.2537883222103119, -0.136537104845047, -0.028379054740071297, -0.3328329920768738, -0.5431640148162842, 0.12988300621509552, 0.5690442323684692, -2.5627622604370117, 0.7462756037712097, 1001.0, 182.0, 0.00018234820163343102, -0.223833367228508, -0.836133599281311, 1.9089131355285645, -1.0681450366973877, -5.6954731917358e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5828527212142944, 0.6736098527908325, -0.15692254900932312, -0.9418320655822754, 1.4491468667984009, 0.41112974286079407, 0.5965709686279297, -0.2698099911212921, -0.45775601267814636, 0.261678010225296, 1.5732269287109375, -1.121137022972107, 1.4319745302200317, 1001.0, 1002.0, 0.00018234820163343102, -0.2238183170557022, -0.8361122608184814, 1.908937692642212, -1.067933440208435, 4.746227659779834e-06], "mean": [-0.19951626658439636, 0.6046701073646545, 0.4513895809650421, -1.4119627475738525, -0.25391069054603577, -0.12053052335977554, 0.028270432725548744, -0.31033092737197876, 0.4675728678703308, 0.22823971509933472, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.3400765657424927, 0.48221689462661743, -0.3735973536968231, -1.1832542419433594, 1.1310904026031494, 0.1612989902496338, 0.37782466411590576, -0.30899614095687866, -0.5005466341972351, 0.2147347629070282, 0.9897955656051636, -2.1410257816314697, 1.1693564653396606, 1001.0, 587.3375244140625, 0.00018234681920148432, -0.2238292694091797, -0.836122989654541, 1.9089324474334717, -1.0680147409439087, -1.0766884770418983e-06], "std": [2.5981333237723447e-05, 1.7559716070536524e-05, 2.345693064853549e-05, 2.4507480702595785e-05, 2.302882967342157e-05, 1.4236817150958814e-05, 1.892796171887312e-05, 1.5597237506881356e-05, 8.31179477245314e-06, 1.2079472980985884e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.1150778979063034, 0.11610719561576843, 0.10659796744585037, 0.152005136013031, 0.32654404640197754, 0.14296703040599823, 0.16484276950359344, 0.01863192208111286, 0.024823985993862152, 0.03516542911529541, 0.25348392128944397, 0.40893253684043884, 0.22086656093597412, 0.0, 399.51287841796875, 1.382431946694851e-09, 2.051883029707824e-06, 6.57047530694399e-06, 8.448246262560133e-06, 5.598003190243617e-05, 1.2411900343067828e-06], "count": [797]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310373991727829, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12477359175682068, 0.3382098972797394, -0.5648059844970703, -1.4291105270385742, 0.2537883222103119, -0.136537104845047, -0.028379054740071297, -0.3328329920768738, -0.5431640148162842, 0.12988300621509552, 0.5690442323684692, -2.5627622604370117, 0.7462756037712097, 1001.0, 182.0, 0.00018234820163343102, -0.223833367228508, -0.836133599281311, 1.9089131355285645, -1.0681450366973877, -5.6954731917358e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102869987487793, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5828527212142944, 0.6736098527908325, -0.15692254900932312, -0.9418320655822754, 1.4491468667984009, 0.41112974286079407, 0.5965709686279297, -0.2698099911212921, -0.45775601267814636, 0.261678010225296, 1.5732269287109375, -1.121137022972107, 1.4319745302200317, 1001.0, 1002.0, 0.00018234820163343102, -0.2238183170557022, -0.8361122608184814, 1.908937692642212, -1.067933440208435, 4.746227659779834e-06], "mean": [-0.19951632618904114, 0.6046701073646545, 0.4513895809650421, -1.4119629859924316, -0.25391069054603577, -0.12053054571151733, 0.028270410373806953, -0.31033089756965637, 0.4675728976726532, 0.22823970019817352, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.3401268422603607, 0.48229268193244934, -0.3735782206058502, -1.183146357536316, 1.1318384408950806, 0.16149814426898956, 0.3781353831291199, -0.3090164065361023, -0.5005515217781067, 0.21477659046649933, 0.9893383979797363, -2.141751527786255, 1.1695505380630493, 1001.0, 587.3375244140625, 0.00018234681920148432, -0.2238292694091797, -0.836122989654541, 1.9089324474334717, -1.0680145025253296, -1.0766884770418983e-06], "std": [2.5939016268239357e-05, 1.7559717889525928e-05, 2.345693064853549e-05, 2.447675433359109e-05, 2.302882967342157e-05, 1.4225543054635637e-05, 1.893344960990362e-05, 1.5584169887006283e-05, 8.308298674819525e-06, 1.207235618494451e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.11502522230148315, 0.11620678007602692, 0.10658551007509232, 0.15187335014343262, 0.32521477341651917, 0.1426844298839569, 0.1643095314502716, 0.01864209771156311, 0.02481788396835327, 0.035201217979192734, 0.25275948643684387, 0.40763339400291443, 0.22056205570697784, 0.0, 399.51287841796875, 1.382431946694851e-09, 2.051883029707824e-06, 6.56518113828497e-06, 8.433739822066855e-06, 5.595249604084529e-05, 1.2411900343067828e-06], "count": [797]}, "timestamp": {"min": [0.0], "max": [26.533333333333335], "mean": [13.266666666666667], "std": [7.669130039030214], "count": [797]}, "frame_index": {"min": [0], "max": [796], "mean": [398.0], "std": [230.0739011709064], "count": [797]}, "episode_index": {"min": [351], "max": [351], "mean": [351.0], "std": [0.0], "count": [797]}, "index": {"min": [287086], "max": [287882], "mean": [287484.0], "std": [230.0739011709064], "count": [797]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [797]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.58733500450513], "std": [0.0, 0.39951119549264413], "count": [797]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.58733500450513], "std": [0.0, 0.3995111954926441], "count": [797]}, "eef_direction_state": {"mean": [6.0, 4.570890840652447], "std": [0.0, 1.948922640164032], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_state": {"mean": [0.0, 0.451693851944793], "std": [0.0, 0.5001758954094527], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_state": {"mean": [0.0, 0.2998745294855709], "std": [0.0, 0.6408608422566923], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_direction_action": {"mean": [6.0, 4.570890840652447], "std": [0.0, 1.948922640164032], "min": [6, 0], "max": [6, 6], "count": [797]}, "eef_velocity_action": {"mean": [0.0, 0.451693851944793], "std": [0.0, 0.5001758954094527], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_acc_mag_action": {"mean": [0.0, 0.2998745294855709], "std": [0.0, 0.6408608422566923], "min": [0, 0], "max": [0, 2], "count": [797]}, "eef_sim_pose_state": {"mean": [-0.31033095717430115, 0.4675728678703308, 0.22823983430862427, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30899614095687866, -0.5005466938018799, 0.21473489701747894, 0.9897918701171875, -2.141019821166992, 1.1693588495254517], "std": [1.559724478283897e-05, 8.311812052852474e-06, 1.2078787221980747e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.01863192208111286, 0.0248239878565073, 0.03516542539000511, 0.2534841299057007, 0.40893274545669556, 0.22086617350578308], "min": [-0.310373991727829, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328329920768738, -0.5431640148162842, 0.12988300621509552, 0.5690442323684692, -2.5627622604370117, 0.7462756037712097], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2698099911212921, -0.45775601267814636, 0.261678010225296, 1.5732269287109375, -1.121137022972107, 1.4319745302200317], "count": [797]}, "eef_sim_pose_action": {"mean": [-0.31033092737197876, 0.4675728678703308, 0.22823971509933472, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.30899614095687866, -0.5005466341972351, 0.2147347629070282, 0.9897955656051636, -2.1410257816314697, 1.1693564653396606], "std": [1.5597237506881356e-05, 8.31179477245314e-06, 1.2079472980985884e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.01863192208111286, 0.024823985993862152, 0.03516542911529541, 0.25348392128944397, 0.40893253684043884, 0.22086656093597412], "min": [-0.310373991727829, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3328329920768738, -0.5431640148162842, 0.12988300621509552, 0.5690442323684692, -2.5627622604370117, 0.7462756037712097], "max": [-0.3102869987487793, 0.46759501099586487, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2698099911212921, -0.45775601267814636, 0.261678010225296, 1.5732269287109375, -1.121137022972107, 1.4319745302200317], "count": [797]}, "gripper_mode_state": {"mean": [0.0, 0.4968632371392723], "std": [0.0, 0.4999901606219407], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_state": {"mean": [2.0, 1.8933500627352573], "std": [0.0, 0.4068651081457717], "min": [2, 0], "max": [2, 2], "count": [797]}, "gripper_mode_action": {"mean": [0.0, 0.4968632371392723], "std": [0.0, 0.4999901606219407], "min": [0, 0], "max": [0, 1], "count": [797]}, "gripper_activity_action": {"mean": [2.0, 1.8933500627352573], "std": [0.0, 0.4068651081457717], "min": [2, 0], "max": [2, 2], "count": [797]}}} +{"episode_index": 348, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4222558693804098]], [[0.40075478189586644]], [[0.40265034749823353]]], "std": [[[0.19323354607282736]], [[0.18942195512705953]], [[0.19286550196590138]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4114115756381381]], [[0.39257174361861863]], [[0.3743289695945946]]], "std": [[[0.2380365545651626]], [[0.2214096612808256]], [[0.22223954964596704]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5077272525282636]], [[0.4857356543124007]], [[0.48756351572160395]]], "std": [[[0.19810258007615203]], [[0.1951121259462196]], [[0.2032120368382084]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617592560391274]], [[0.43753270043941]], [[0.44477416754990284]]], "std": [[[0.2759479065578514]], [[0.2597245341348066]], [[0.26333699010238193]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046518683433533, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675450026988983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07595673203468323, 0.3344050943851471, -0.7504741549491882, -1.4595664739608765, 0.25385814905166626, -0.14320425689220428, -0.028291787952184677, -0.3504849970340729, -0.5007579922676086, 0.08607999980449677, 0.6753028631210327, -2.797614097595215, 0.5929009318351746, 1001.0, 183.0, 0.00018046832701656967, -0.22383148968219757, -0.8361272811889648, 1.9089138507843018, -1.0681893825531006, -6.644718723691767e-06], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4987976551055908, 0.6425778865814209, -0.16671384871006012, -1.037004828453064, 1.450438380241394, 0.33861130475997925, 0.7828499674797058, -0.3043780028820038, -0.44725099205970764, 0.26018399000167847, 1.5732269287109375, -1.121137022972107, 1.4997315406799316, 1001.0, 1000.0, 0.00018234820163343102, -0.22382019460201263, -0.8361178040504456, 1.9089313745498657, -1.0680063962936401, 3.796982127823867e-06], "mean": [-0.19951443374156952, 0.6046743392944336, 0.451389342546463, -1.4119619131088257, -0.2539074718952179, -0.12052992731332779, 0.028271539136767387, -0.3103317618370056, 0.46757203340530396, 0.22824250161647797, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.2991671860218048, 0.4668138325214386, -0.4160067141056061, -1.1882686614990234, 1.1946226358413696, 0.131251260638237, 0.42101970314979553, -0.32819077372550964, -0.4805160164833069, 0.19841310381889343, 0.942199170589447, -2.2293903827667236, 1.1822060346603394, 1001.0, 558.7193603515625, 0.0001818295568227768, -0.22382938861846924, -0.8361210227012634, 1.9089329242706299, -1.0681215524673462, -7.942692263895879e-07], "std": [2.503481664462015e-05, 1.5196328604361042e-05, 2.429342748655472e-05, 2.434814814478159e-05, 2.287794995936565e-05, 1.6009040336939506e-05, 1.891121792141348e-05, 1.5204372175503522e-05, 7.99981989985099e-06, 1.1820542567875236e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.11510766297578812, 0.09484239667654037, 0.15126800537109375, 0.129541277885437, 0.33141428232192993, 0.14373089373111725, 0.2524605095386505, 0.015453077852725983, 0.017460154369473457, 0.04699203744530678, 0.2374137043952942, 0.4728603959083557, 0.29746153950691223, 0.0, 397.16204833984375, 8.39873507629818e-07, 2.058623294942663e-06, 2.694443310247152e-06, 1.090343630494317e-05, 4.5200082240626216e-05, 1.4145945215204847e-06], "count": [784]}, "action": {"min": [-0.1995784044265747, 0.6046518683433533, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675450026988983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07595673203468323, 0.3344050943851471, -0.7504741549491882, -1.4595664739608765, 0.25385814905166626, -0.14320425689220428, -0.028291787952184677, -0.3504849970340729, -0.5007579922676086, 0.08607999980449677, 0.6753028631210327, -2.797614097595215, 0.5929009318351746, 1001.0, 183.0, 0.00018046832701656967, -0.22383148968219757, -0.8361272811889648, 1.9089138507843018, -1.0681893825531006, -6.644718723691767e-06], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.028326693922281265, -0.3102790117263794, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4987976551055908, 0.6425778865814209, -0.16671384871006012, -1.037004828453064, 1.450438380241394, 0.33861130475997925, 0.7828499674797058, -0.3043780028820038, -0.44725099205970764, 0.26018399000167847, 1.5732269287109375, -1.121137022972107, 1.4997315406799316, 1001.0, 1000.0, 0.00018234820163343102, -0.22382019460201263, -0.8361178040504456, 1.9089313745498657, -1.0680063962936401, 3.796982127823867e-06], "mean": [-0.1995145082473755, 0.6046743392944336, 0.45138922333717346, -1.4119619131088257, -0.2539074420928955, -0.1205299124121666, 0.028271449729800224, -0.3103317618370056, 0.46757200360298157, 0.22824251651763916, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.2991115152835846, 0.4668258726596832, -0.4159557521343231, -1.188185214996338, 1.1954659223556519, 0.13134920597076416, 0.42114725708961487, -0.3282404839992523, -0.48050063848495483, 0.198452889919281, 0.9415463209152222, -2.2300803661346436, 1.1826422214508057, 1001.0, 558.7193603515625, 0.0001818295568227768, -0.22382940351963043, -0.8361210227012634, 1.9089329242706299, -1.0681216716766357, -7.94269169546169e-07], "std": [2.4950353690655902e-05, 1.5201788301055785e-05, 2.420834243821446e-05, 2.43474351009354e-05, 2.2878162781125866e-05, 1.6009558748919517e-05, 1.8979784726980142e-05, 1.5204331248241942e-05, 8.001484275155235e-06, 1.1818691746157128e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.11516639590263367, 0.0948604866862297, 0.15126296877861023, 0.12941811978816986, 0.32985708117485046, 0.14358538389205933, 0.2522583603858948, 0.015458175912499428, 0.017476782202720642, 0.04703041911125183, 0.23637910187244415, 0.4716354012489319, 0.2970721423625946, 0.0, 397.16204833984375, 8.39873507629818e-07, 2.075008069368778e-06, 2.697804802664905e-06, 1.0911988283623941e-05, 4.504702519625425e-05, 1.4145946352073224e-06], "count": [784]}, "timestamp": {"min": [0.0], "max": [26.1], "mean": [13.05], "std": [7.544037380607283], "count": [784]}, "frame_index": {"min": [0], "max": [783], "mean": [391.5], "std": [226.3211214182185], "count": [784]}, "episode_index": {"min": [352], "max": [352], "mean": [352.0], "std": [0.0], "count": [784]}, "index": {"min": [287883], "max": [288666], "mean": [288274.5], "std": [226.3211214182185], "count": [784]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [784]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5587193880952439], "std": [0.0, 0.3971613822300946], "count": [784]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5587193880952439], "std": [0.0, 0.3971613822300947], "count": [784]}, "eef_direction_state": {"mean": [6.0, 4.8061224489795915], "std": [0.0, 1.7403269881900287], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_state": {"mean": [0.0, 0.44642857142857145], "std": [0.0, 0.5022271825151836], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_state": {"mean": [0.0, 0.3137755102040816], "std": [0.0, 0.6456400325608261], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_direction_action": {"mean": [6.0, 4.8061224489795915], "std": [0.0, 1.7403269881900287], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_action": {"mean": [0.0, 0.44642857142857145], "std": [0.0, 0.5022271825151836], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_action": {"mean": [0.0, 0.3137755102040816], "std": [0.0, 0.6456400325608261], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_sim_pose_state": {"mean": [-0.3103316128253937, 0.4675723612308502, 0.2282426655292511, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.32819122076034546, -0.4805160462856293, 0.1984131932258606, 0.9421976804733276, -2.2293860912323, 1.1822065114974976], "std": [1.5203653674689122e-05, 7.993277904461138e-06, 1.1819432984339073e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.015453075990080833, 0.01746015064418316, 0.04699202999472618, 0.2374137043952942, 0.47285979986190796, 0.29746127128601074], "min": [-0.31037598848342896, 0.4675450026988983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3504849970340729, -0.5007579922676086, 0.08607999980449677, 0.6753028631210327, -2.797614097595215, 0.5929009318351746], "max": [-0.3102790117263794, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3043780028820038, -0.44725099205970764, 0.26018399000167847, 1.5732269287109375, -1.121137022972107, 1.4997315406799316], "count": [784]}, "eef_sim_pose_action": {"mean": [-0.3103317618370056, 0.46757203340530396, 0.22824250161647797, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.32819077372550964, -0.4805160164833069, 0.19841310381889343, 0.942199170589447, -2.2293903827667236, 1.1822060346603394], "std": [1.5204372175503522e-05, 7.99981989985099e-06, 1.1820542567875236e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.015453077852725983, 0.017460154369473457, 0.04699203744530678, 0.2374137043952942, 0.4728603959083557, 0.29746153950691223], "min": [-0.31037598848342896, 0.4675450026988983, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3504849970340729, -0.5007579922676086, 0.08607999980449677, 0.6753028631210327, -2.797614097595215, 0.5929009318351746], "max": [-0.3102790117263794, 0.46759799122810364, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3043780028820038, -0.44725099205970764, 0.26018399000167847, 1.5732269287109375, -1.121137022972107, 1.4997315406799316], "count": [784]}, "gripper_mode_state": {"mean": [0.0, 0.5331632653061225], "std": [0.0, 0.498898985601531], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_state": {"mean": [2.0, 1.8915816326530612], "std": [0.0, 0.40999072720896446], "min": [2, 0], "max": [2, 2], "count": [784]}, "gripper_mode_action": {"mean": [0.0, 0.5331632653061225], "std": [0.0, 0.49889898560153106], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_action": {"mean": [2.0, 1.8915816326530612], "std": [0.0, 0.40999072720896446], "min": [2, 0], "max": [2, 2], "count": [784]}}} +{"episode_index": 349, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.43916289613433096]], [[0.412015528250774]], [[0.4190247167397661]]], "std": [[[0.19510265094386492]], [[0.19308939441030426]], [[0.1934573604454455]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39656650568670454]], [[0.3930008237121603]], [[0.3912155653379773]]], "std": [[[0.23309741134516707]], [[0.22532993486814815]], [[0.2257293266221112]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5182955487293601]], [[0.4997343387190402]], [[0.4978530137383901]]], "std": [[[0.2033807008797204]], [[0.20085472474443672]], [[0.2077209185648452]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4798061468008256]], [[0.45767770951582387]], [[0.4672529347265222]]], "std": [[[0.25776452502537495]], [[0.24559536976163096]], [[0.2514835121545791]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038200855255127, 0.4675480127334595, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07185520976781845, 0.3078935444355011, -0.4882558584213257, -1.555035948753357, 0.2537708580493927, -0.26520276069641113, -0.02834414690732956, -0.3304229974746704, -0.5061600208282471, 0.18199199438095093, 0.520596444606781, -2.4113261699676514, 0.7456113696098328, 1001.0, 195.0, 0.00018046832701656967, -0.223833367228508, -0.8361272811889648, 1.9089114665985107, -1.0681846141815186, -8.543210242351051e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32440435886383057, 0.6905046105384827, -0.160133957862854, -1.2631994485855103, 1.5846192836761475, 0.3795393109321594, 0.30482175946235657, -0.2657949924468994, -0.4399780035018921, 0.23545600473880768, 1.5732269287109375, -1.1211333274841309, 1.5722874402999878, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361209630966187, 1.90892493724823, -1.0681434869766235, 3.796982127823867e-06], "mean": [-0.19951477646827698, 0.6046711206436157, 0.45138803124427795, -1.4119614362716675, -0.25391191244125366, -0.12053000926971436, 0.02827187441289425, -0.31033167243003845, 0.4675726294517517, 0.2282411754131317, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.23065602779388428, 0.5292904376983643, -0.38275688886642456, -1.383205771446228, 1.2095447778701782, 0.10810738801956177, 0.16129741072654724, -0.3023989200592041, -0.47466984391212463, 0.20526593923568726, 0.8935812711715698, -2.070005416870117, 1.2302212715148926, 1001.0, 596.4688110351562, 0.00018046800687443465, -0.22382934391498566, -0.8361215591430664, 1.9089314937591553, -1.0681660175323486, -1.2792199868272291e-06], "std": [2.691476038307883e-05, 1.5517522115260363e-05, 2.2544441890204325e-05, 2.2525753593072295e-05, 2.1939349608146586e-05, 1.633116335142404e-05, 1.7615637261769734e-05, 1.4845307305222377e-05, 8.111363058560528e-06, 1.1271222319919616e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.06797821074724197, 0.12391538172960281, 0.10989237576723099, 0.07824059575796127, 0.3956094980239868, 0.2013135552406311, 0.08324622362852097, 0.016145680099725723, 0.022770380601286888, 0.01963665708899498, 0.3255564272403717, 0.3974134922027588, 0.19484345614910126, 0.0, 394.5849914550781, 3.2014213502407074e-10, 2.0466807200136827e-06, 2.8140404992882395e-06, 1.229007921210723e-05, 1.353022253169911e-05, 1.4094742937231786e-06], "count": [817]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.31038200855255127, 0.4675480127334595, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07185520976781845, 0.3078935444355011, -0.4882558584213257, -1.555035948753357, 0.2537708580493927, -0.26520276069641113, -0.02834414690732956, -0.3304229974746704, -0.5061600208282471, 0.18199199438095093, 0.520596444606781, -2.4113261699676514, 0.7456113696098328, 1001.0, 195.0, 0.00018046832701656967, -0.223833367228508, -0.8361272811889648, 1.9089114665985107, -1.0681846141815186, -8.543210242351051e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102779984474182, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.32440435886383057, 0.6905046105384827, -0.160133957862854, -1.2631994485855103, 1.5846192836761475, 0.3795393109321594, 0.30482175946235657, -0.2657949924468994, -0.4399780035018921, 0.23545600473880768, 1.5732269287109375, -1.1211333274841309, 1.5722874402999878, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361209630966187, 1.90892493724823, -1.0681434869766235, 3.796982127823867e-06], "mean": [-0.19951476156711578, 0.6046711206436157, 0.4513881206512451, -1.4119614362716675, -0.2539118826389313, -0.12052997946739197, 0.02827191725373268, -0.3103317320346832, 0.4675725996494293, 0.22824116051197052, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.23059193789958954, 0.52932208776474, -0.3827890157699585, -1.3831745386123657, 1.2101891040802002, 0.10793609172105789, 0.161444753408432, -0.30242276191711426, -0.47464415431022644, 0.20527209341526031, 0.893324613571167, -2.0705368518829346, 1.2306491136550903, 1001.0, 596.4688110351562, 0.00018046800687443465, -0.22382934391498566, -0.8361215591430664, 1.9089314937591553, -1.0681660175323486, -1.2803817526219063e-06], "std": [2.6913008696283214e-05, 1.5517522115260363e-05, 2.253613820357714e-05, 2.2524562155012973e-05, 2.1908312191953883e-05, 1.6317560948664322e-05, 1.7621663573663682e-05, 1.4850260413368233e-05, 8.113661351671908e-06, 1.1250486750213895e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.06803213059902191, 0.12393798679113388, 0.10991637408733368, 0.0782342180609703, 0.3944800794124603, 0.20156724750995636, 0.08301685750484467, 0.016171766445040703, 0.022790204733610153, 0.01964464783668518, 0.3251030445098877, 0.39643386006355286, 0.19416160881519318, 0.0, 394.5849914550781, 3.2014213502407074e-10, 2.0466807200136827e-06, 2.815577090586885e-06, 1.229358804266667e-05, 1.3538649000111036e-05, 1.4095927554080845e-06], "count": [817]}, "timestamp": {"min": [0.0], "max": [27.2], "mean": [13.599999999999996], "std": [7.861580276537565], "count": [817]}, "frame_index": {"min": [0], "max": [816], "mean": [408.0], "std": [235.84740829612693], "count": [817]}, "episode_index": {"min": [353], "max": [353], "mean": [353.0], "std": [0.0], "count": [817]}, "index": {"min": [288667], "max": [289483], "mean": [289075.0], "std": [235.84740829612693], "count": [817]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [817]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5953965695025434], "std": [0.0, 0.39348304625496366], "count": [817]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5953965695025434], "std": [0.0, 0.39348304625496366], "count": [817]}, "eef_direction_state": {"mean": [6.0, 4.660954712362301], "std": [0.0, 2.051683625238406], "min": [6, 0], "max": [6, 6], "count": [817]}, "eef_velocity_state": {"mean": [0.0, 0.3671970624235006], "std": [0.0, 0.506796984928497], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_acc_mag_state": {"mean": [0.0, 0.2484700122399021], "std": [0.0, 0.5901689357495468], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_direction_action": {"mean": [6.0, 4.660954712362301], "std": [0.0, 2.051683625238406], "min": [6, 0], "max": [6, 6], "count": [817]}, "eef_velocity_action": {"mean": [0.0, 0.3671970624235006], "std": [0.0, 0.506796984928497], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_acc_mag_action": {"mean": [0.0, 0.2484700122399021], "std": [0.0, 0.5901689357495468], "min": [0, 0], "max": [0, 2], "count": [817]}, "eef_sim_pose_state": {"mean": [-0.310331791639328, 0.4675726294517517, 0.2282412350177765, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3023989498615265, -0.47466954588890076, 0.20526592433452606, 0.8935838341712952, -2.0700039863586426, 1.230223298072815], "std": [1.484494441683637e-05, 8.111381248454563e-06, 1.1271035873505753e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.016145680099725723, 0.022770384326577187, 0.01963665522634983, 0.3255563974380493, 0.39741355180740356, 0.19484367966651917], "min": [-0.31038200855255127, 0.4675480127334595, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304229974746704, -0.5061600208282471, 0.18199199438095093, 0.520596444606781, -2.4113261699676514, 0.7456113696098328], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2657949924468994, -0.4399780035018921, 0.23545600473880768, 1.5732269287109375, -1.1211333274841309, 1.5722874402999878], "count": [817]}, "eef_sim_pose_action": {"mean": [-0.31033167243003845, 0.4675726294517517, 0.2282411754131317, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.3023989200592041, -0.47466984391212463, 0.20526593923568726, 0.8935812711715698, -2.070005416870117, 1.2302212715148926], "std": [1.4845307305222377e-05, 8.111363058560528e-06, 1.1271222319919616e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.016145680099725723, 0.022770380601286888, 0.01963665708899498, 0.3255564272403717, 0.3974134922027588, 0.19484345614910126], "min": [-0.31038200855255127, 0.4675480127334595, 0.22821299731731415, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3304229974746704, -0.5061600208282471, 0.18199199438095093, 0.520596444606781, -2.4113261699676514, 0.7456113696098328], "max": [-0.3102779984474182, 0.46759799122810364, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2657949924468994, -0.4399780035018921, 0.23545600473880768, 1.5732269287109375, -1.1211333274841309, 1.5722874402999878], "count": [817]}, "gripper_mode_state": {"mean": [0.0, 0.49571603427172584], "std": [0.0, 0.4999816473008193], "min": [0, 0], "max": [0, 1], "count": [817]}, "gripper_activity_state": {"mean": [2.0, 1.8935128518971849], "std": [0.0, 0.40760160384901045], "min": [2, 0], "max": [2, 2], "count": [817]}, "gripper_mode_action": {"mean": [0.0, 0.49571603427172584], "std": [0.0, 0.49998164730081934], "min": [0, 0], "max": [0, 1], "count": [817]}, "gripper_activity_action": {"mean": [2.0, 1.8935128518971849], "std": [0.0, 0.40760160384901045], "min": [2, 0], "max": [2, 2], "count": [817]}}} +{"episode_index": 350, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9921568627450981]]], "mean": [[[0.44027744932432433]], [[0.41297380514705884]], [[0.4196950875507861]]], "std": [[[0.19442972690291027]], [[0.19256504373702207]], [[0.1928149927343731]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3946420243773185]], [[0.3910507764198022]], [[0.3888555729442678]]], "std": [[[0.23367702738252955]], [[0.2256244897853482]], [[0.225924102448472]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5185121541578342]], [[0.499835733251634]], [[0.49769419051404346]]], "std": [[[0.20331204026475466]], [[0.20078806758041698]], [[0.20763169328609452]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47883265848569156]], [[0.4562587868199081]], [[0.4642408143437555]]], "std": [[[0.2707997645674508]], [[0.2564335600850538]], [[0.26109879751076454]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0723089948296547, 0.36618754267692566, -0.520858645439148, -1.4986968040466309, 0.2537883222103119, -0.28277823328971863, -0.02834414690732956, -0.3340719938278198, -0.4907410144805908, 0.19001999497413635, 0.6637789011001587, -2.5063047409057617, 0.7456113696098328, 1001.0, 175.0, 0.00018046832701656967, -0.22383148968219757, -0.8361265063285828, 1.9089114665985107, -1.0681980848312378, -6.644718723691767e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3330088257789612, 0.7669849395751953, -0.1607273668050766, -1.245466947555542, 1.529065489768982, 0.3318045437335968, 0.510857880115509, -0.27546900510787964, -0.4196940064430237, 0.2416290044784546, 1.5732269287109375, -1.121137022972107, 1.3477892875671387, 1001.0, 1000.0, 0.00018234820163343102, -0.22382207214832306, -0.8361209630966187, 1.9089233875274658, -1.0681569576263428, 4.746227659779834e-06], "mean": [-0.19951441884040833, 0.604672372341156, 0.4513866603374481, -1.411960244178772, -0.25390610098838806, -0.12053089588880539, 0.028269855305552483, -0.3103322386741638, 0.467571884393692, 0.2282414734363556, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.22393864393234253, 0.5710036158561707, -0.407660573720932, -1.3407586812973022, 1.1489977836608887, 0.08339089155197144, 0.32500168681144714, -0.312684565782547, -0.4633285701274872, 0.21307174861431122, 1.0441210269927979, -2.101018190383911, 1.116682529449463, 1001.0, 614.0, 0.00018056108092423528, -0.22382819652557373, -0.8361213803291321, 1.908930778503418, -1.0681766271591187, -1.6214314655371709e-06], "std": [2.5280014597228728e-05, 1.534926013846416e-05, 2.3267650249181315e-05, 2.366990884183906e-05, 2.146915539924521e-05, 1.4612473933084402e-05, 1.8309414372197352e-05, 1.4246896171243861e-05, 7.841307706257794e-06, 1.1917434676433913e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.05830441042780876, 0.12172798067331314, 0.11542319506406784, 0.0818590298295021, 0.3626907765865326, 0.22477349638938904, 0.11919710040092468, 0.015550043433904648, 0.02198679745197296, 0.016421137377619743, 0.3163749873638153, 0.4113812744617462, 0.16746361553668976, 0.0, 401.9463806152344, 4.0773377918412734e-07, 1.5531844610450207e-06, 3.1104168556339573e-06, 1.3105131074553356e-05, 7.84198800829472e-06, 1.4673222494820948e-06], "count": [788]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0723089948296547, 0.36618754267692566, -0.520858645439148, -1.4986968040466309, 0.2537883222103119, -0.28277823328971863, -0.02834414690732956, -0.3340719938278198, -0.4907410144805908, 0.19001999497413635, 0.6637789011001587, -2.5063047409057617, 0.7456113696098328, 1001.0, 175.0, 0.00018046832701656967, -0.22383148968219757, -0.8361265063285828, 1.9089114665985107, -1.0681980848312378, -6.644718723691767e-06], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102880120277405, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3330088257789612, 0.7669849395751953, -0.1607273668050766, -1.245466947555542, 1.529065489768982, 0.3318045437335968, 0.510857880115509, -0.27546900510787964, -0.4196940064430237, 0.2416290044784546, 1.5732269287109375, -1.121137022972107, 1.3477892875671387, 1001.0, 1000.0, 0.00018234820163343102, -0.22382207214832306, -0.8361209630966187, 1.9089233875274658, -1.0681569576263428, 4.746227659779834e-06], "mean": [-0.1995144635438919, 0.604672372341156, 0.45138663053512573, -1.4119600057601929, -0.25390610098838806, -0.12053091078996658, 0.028269875794649124, -0.31033217906951904, 0.467571884393692, 0.22824141383171082, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.223935067653656, 0.5710490345954895, -0.40771907567977905, -1.3406202793121338, 1.149720549583435, 0.08319298923015594, 0.32541772723197937, -0.31271442770957947, -0.4633074998855591, 0.21307936310768127, 1.0439876317977905, -2.1017212867736816, 1.117011308670044, 1001.0, 614.0, 0.00018056108092423528, -0.22382821142673492, -0.8361213803291321, 1.908930778503418, -1.068176507949829, -1.6214314655371709e-06], "std": [2.5332701625302434e-05, 1.534926013846416e-05, 2.3286758732865565e-05, 2.3740934921079315e-05, 2.1464695237227716e-05, 1.4611901860916987e-05, 1.832542875490617e-05, 1.4284141798270866e-05, 7.851015652704518e-06, 1.1892279871972278e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.058305948972702026, 0.12174731492996216, 0.11545705050230026, 0.08183048665523529, 0.3614738881587982, 0.22502098977565765, 0.11853431165218353, 0.01556803286075592, 0.021990695968270302, 0.016429530456662178, 0.31617385149002075, 0.4101794958114624, 0.16698987782001495, 0.0, 401.9463806152344, 4.0773377918412734e-07, 1.5662795931348228e-06, 3.1104168556339573e-06, 1.310627249040408e-05, 7.82506958785234e-06, 1.4673222494820948e-06], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [354], "max": [354], "mean": [354.0], "std": [0.0], "count": [788]}, "index": {"min": [289484], "max": [290271], "mean": [289877.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6139999986791671], "std": [0.0, 0.4019483495788642], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6139999986791671], "std": [0.0, 0.4019483495788642], "count": [788]}, "eef_direction_state": {"mean": [6.0, 4.836294416243655], "std": [0.0, 1.8489542865977613], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.3350253807106599], "std": [0.0, 0.47199933791303167], "min": [0, 0], "max": [0, 1], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.20558375634517767], "std": [0.0, 0.543413995866553], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 4.836294416243655], "std": [0.0, 1.8489542865977613], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.3350253807106599], "std": [0.0, 0.47199933791303167], "min": [0, 0], "max": [0, 1], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.20558375634517767], "std": [0.0, 0.543413995866553], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.3103320002555847, 0.46757227182388306, 0.22824174165725708, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.3126845955848694, -0.4633287191390991, 0.21307186782360077, 1.044119119644165, -2.101011037826538, 1.116681456565857], "std": [1.4245332749851514e-05, 7.83211271482287e-06, 1.1914625247300137e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.015550047159194946, 0.02198680303990841, 0.01642114296555519, 0.3163747787475586, 0.41138073801994324, 0.16746309399604797], "min": [-0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3340719938278198, -0.4907410144805908, 0.19001999497413635, 0.6637789011001587, -2.5063047409057617, 0.7456113696098328], "max": [-0.3102880120277405, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27546900510787964, -0.4196940064430237, 0.2416290044784546, 1.5732269287109375, -1.121137022972107, 1.3477892875671387], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.3103322386741638, 0.467571884393692, 0.2282414734363556, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.312684565782547, -0.4633285701274872, 0.21307174861431122, 1.0441210269927979, -2.101018190383911, 1.116682529449463], "std": [1.4246896171243861e-05, 7.841307706257794e-06, 1.1917434676433913e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.015550043433904648, 0.02198679745197296, 0.016421137377619743, 0.3163749873638153, 0.4113812744617462, 0.16746361553668976], "min": [-0.310371994972229, 0.46755000948905945, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3340719938278198, -0.4907410144805908, 0.19001999497413635, 0.6637789011001587, -2.5063047409057617, 0.7456113696098328], "max": [-0.3102880120277405, 0.467602014541626, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27546900510787964, -0.4196940064430237, 0.2416290044784546, 1.5732269287109375, -1.121137022972107, 1.3477892875671387], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.4606598984771574], "std": [0.0, 0.49844995376885354], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8883248730964468], "std": [0.0, 0.41570164042055013], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.4606598984771574], "std": [0.0, 0.49844995376885354], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8883248730964468], "std": [0.0, 0.41570164042055013], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 351, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.4392208675136721]], [[0.4120066804499578]], [[0.41909197706860524]]], "std": [[[0.19492138906199097]], [[0.19332356253139757]], [[0.19352102591584638]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3953927501556178]], [[0.3915916852852252]], [[0.38917363195278115]]], "std": [[[0.23387819912341096]], [[0.2256874158545371]], [[0.22613610582819563]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5185015603463607]], [[0.4998487839580277]], [[0.4978457202325374]]], "std": [[[0.20335195678554163]], [[0.20084389661201432]], [[0.20766406230174736]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4746353180160953]], [[0.4464523198168156]], [[0.4562698912898493]]], "std": [[[0.271821227713929]], [[0.25401441651540246]], [[0.2588867005399144]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06757915019989014, 0.3392222225666046, -0.5631130337715149, -1.5165165662765503, 0.2537708580493927, -0.1380031853914261, -0.028326693922281265, -0.3311519920825958, -0.49515199661254883, 0.17688800394535065, 0.6364744901657104, -2.524376153945923, 0.7462756037712097, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361272811889648, 1.9089123010635376, -1.0682004690170288, -5.6954731917358e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029799580574036, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34752997756004333, 0.7017794251441956, -0.18898425996303558, -1.2556946277618408, 1.5409163236618042, 0.34033921360969543, 0.4746074080467224, -0.2828409969806671, -0.44337600469589233, 0.24482999742031097, 1.5732269287109375, -1.1209973096847534, 1.37429678440094, 1001.0, 1002.0, 0.00018046832701656967, -0.22382207214832306, -0.8361217379570007, 1.9089226722717285, -1.068158507347107, 4.746227659779834e-06], "mean": [-0.19950619339942932, 0.6046707630157471, 0.451386034488678, -1.4119620323181152, -0.25391075015068054, -0.12053179740905762, 0.02827123925089836, -0.310335636138916, 0.4675697386264801, 0.22824126482009888, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.25749000906944275, 0.5616351366043091, -0.4291323721408844, -1.3339192867279053, 1.1624385118484497, 0.11230677366256714, 0.2765626013278961, -0.3115095794200897, -0.4728912115097046, 0.20888997614383698, 0.997986912727356, -2.0932555198669434, 1.1112369298934937, 1001.0, 670.7455444335938, 0.00018046800687443465, -0.22382833063602448, -0.8361213207244873, 1.9089314937591553, -1.0681757926940918, -1.2284397143957904e-06], "std": [2.462328484398313e-05, 1.5635245290468447e-05, 2.2631627871305682e-05, 2.3910330128273927e-05, 2.3696768039371818e-05, 1.469618746341439e-05, 1.981855893973261e-05, 1.4014170119480696e-05, 7.773918696329929e-06, 1.197836627397919e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.05519436299800873, 0.11731360107660294, 0.11650928854942322, 0.05840995907783508, 0.33184733986854553, 0.17469795048236847, 0.10694316029548645, 0.014118743129074574, 0.015893369913101196, 0.026153096929192543, 0.27821192145347595, 0.3856929838657379, 0.17209775745868683, 0.0, 391.5995788574219, 3.2014213502407074e-10, 1.9269318727310747e-06, 2.6522254756855546e-06, 1.2308491932344623e-05, 8.371570402232464e-06, 1.1906630561497877e-06], "count": [782]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.06757915019989014, 0.3392222225666046, -0.5631130337715149, -1.5165165662765503, 0.2537708580493927, -0.1380031853914261, -0.028326693922281265, -0.3311519920825958, -0.49515199661254883, 0.17688800394535065, 0.6364744901657104, -2.524376153945923, 0.7462756037712097, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361272811889648, 1.9089123010635376, -1.0682004690170288, -5.6954731917358e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029799580574036, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34752997756004333, 0.7017794251441956, -0.18898425996303558, -1.2556946277618408, 1.5409163236618042, 0.34033921360969543, 0.4746074080467224, -0.2828409969806671, -0.44337600469589233, 0.24482999742031097, 1.5732269287109375, -1.1209973096847534, 1.37429678440094, 1001.0, 1002.0, 0.00018046832701656967, -0.22382207214832306, -0.8361217379570007, 1.9089226722717285, -1.068158507347107, 4.746227659779834e-06], "mean": [-0.19950619339942932, 0.6046708226203918, 0.45138609409332275, -1.4119619131088257, -0.2539108097553253, -0.12053181976079941, 0.028271259739995003, -0.310335636138916, 0.4675697386264801, 0.22824127972126007, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.2575385570526123, 0.5617102384567261, -0.4291995167732239, -1.33379328250885, 1.1633104085922241, 0.11232707649469376, 0.27691343426704407, -0.31153565645217896, -0.4728873074054718, 0.20891059935092926, 0.9975993633270264, -2.0940661430358887, 1.111558437347412, 1001.0, 670.7455444335938, 0.00018046800687443465, -0.22382833063602448, -0.8361213207244873, 1.9089313745498657, -1.0681756734848022, -1.227225766342599e-06], "std": [2.462328484398313e-05, 1.563128171255812e-05, 2.264706199639477e-05, 2.391548696323298e-05, 2.376948577875737e-05, 1.4683182598673739e-05, 1.983181937248446e-05, 1.4014170119480696e-05, 7.778447070450056e-06, 1.197032725031022e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.055159907788038254, 0.11736004054546356, 0.11653731763362885, 0.05834728851914406, 0.33035117387771606, 0.17467112839221954, 0.10639077425003052, 0.0141353290528059, 0.015895048156380653, 0.026174671947956085, 0.2776215374469757, 0.38431277871131897, 0.17164957523345947, 0.0, 391.5995788574219, 3.2014213502407074e-10, 1.928861820488237e-06, 2.651034037626232e-06, 1.2188580512884073e-05, 8.306476047437172e-06, 1.190466491607367e-06], "count": [782]}, "timestamp": {"min": [0.0], "max": [26.033333333333335], "mean": [13.016666666666666], "std": [7.524792355939132], "count": [782]}, "frame_index": {"min": [0], "max": [781], "mean": [390.5], "std": [225.74377067817397], "count": [782]}, "episode_index": {"min": [355], "max": [355], "mean": [355.0], "std": [0.0], "count": [782]}, "index": {"min": [290272], "max": [291053], "mean": [290662.5], "std": [225.74377067817397], "count": [782]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [782]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.6707404075414324], "std": [0.0, 0.39159562347613575], "count": [782]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.6707404075414324], "std": [0.0, 0.39159562347613575], "count": [782]}, "eef_direction_state": {"mean": [6.0, 4.930946291560102], "std": [0.0, 1.7980776534273577], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.0, 0.31585677749360613], "std": [0.0, 0.4648561859381482], "min": [0, 0], "max": [0, 1], "count": [782]}, "eef_acc_mag_state": {"mean": [0.0, 0.1969309462915601], "std": [0.0, 0.5324179202270563], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_direction_action": {"mean": [6.0, 4.930946291560102], "std": [0.0, 1.7980776534273577], "min": [6, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.0, 0.31585677749360613], "std": [0.0, 0.4648561859381482], "min": [0, 0], "max": [0, 1], "count": [782]}, "eef_acc_mag_action": {"mean": [0.0, 0.1969309462915601], "std": [0.0, 0.5324179202270563], "min": [0, 0], "max": [0, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [-0.3103354871273041, 0.46757015585899353, 0.22824127972126007, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.31150951981544495, -0.47289082407951355, 0.2088899314403534, 0.9979867935180664, -2.0932457447052, 1.1112364530563354], "std": [1.4013258805789519e-05, 7.762088898743968e-06, 1.197835081256926e-05, 0.0, 0.0, 0.0, 0.014118744060397148, 0.015893373638391495, 0.026153093203902245, 0.2782121002674103, 0.3856928050518036, 0.17209722101688385], "min": [-0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3311519920825958, -0.49515199661254883, 0.17688800394535065, 0.6364744901657104, -2.524376153945923, 0.7462756037712097], "max": [-0.31029799580574036, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2828409969806671, -0.44337600469589233, 0.24482999742031097, 1.5732269287109375, -1.1209973096847534, 1.37429678440094], "count": [782]}, "eef_sim_pose_action": {"mean": [-0.310335636138916, 0.4675697386264801, 0.22824126482009888, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.3115095794200897, -0.4728912115097046, 0.20888997614383698, 0.997986912727356, -2.0932555198669434, 1.1112369298934937], "std": [1.4014170119480696e-05, 7.773918696329929e-06, 1.197836627397919e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.014118743129074574, 0.015893369913101196, 0.026153096929192543, 0.27821192145347595, 0.3856929838657379, 0.17209775745868683], "min": [-0.3103789985179901, 0.4675469994544983, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3311519920825958, -0.49515199661254883, 0.17688800394535065, 0.6364744901657104, -2.524376153945923, 0.7462756037712097], "max": [-0.31029799580574036, 0.46759799122810364, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2828409969806671, -0.44337600469589233, 0.24482999742031097, 1.5732269287109375, -1.1209973096847534, 1.37429678440094], "count": [782]}, "gripper_mode_state": {"mean": [0.0, 0.39514066496163686], "std": [0.0, 0.4888808851400462], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_state": {"mean": [2.0, 1.8887468030690537], "std": [0.0, 0.41598644335789775], "min": [2, 0], "max": [2, 2], "count": [782]}, "gripper_mode_action": {"mean": [0.0, 0.39514066496163686], "std": [0.0, 0.4888808851400462], "min": [0, 0], "max": [0, 1], "count": [782]}, "gripper_activity_action": {"mean": [2.0, 1.8887468030690537], "std": [0.0, 0.41598644335789775], "min": [2, 0], "max": [2, 2], "count": [782]}}} +{"episode_index": 352, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4354095083134605]], [[0.4085514995694224]], [[0.41599159821586296]]], "std": [[[0.19592562666096874]], [[0.19468954303642763]], [[0.1946149693099543]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3962859421921922]], [[0.3918106452040276]], [[0.3890442197712418]]], "std": [[[0.23228094438050123]], [[0.2240890570279924]], [[0.22456740077358428]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5173372347531355]], [[0.4990060363672496]], [[0.4969376269652005]]], "std": [[[0.20310991577117357]], [[0.2008849484674693]], [[0.20772225956299717]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4728559027777778]], [[0.4465477554760643]], [[0.45439949324324325]]], "std": [[[0.2704708230363861]], [[0.2547445639884847]], [[0.25992470279995344]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103789985179901, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12084659188985825, 0.35899677872657776, -0.6373593807220459, -1.4767754077911377, 0.2537708580493927, -0.1811651736497879, -0.028379054740071297, -0.32996800541877747, -0.4996429979801178, 0.1276949942111969, 0.6746758818626404, -2.553541421890259, 0.7462756037712097, 1001.0, 202.0, 0.00018046832701656967, -0.22383148968219757, -0.8361265063285828, 1.9089131355285645, -1.0681886672973633, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3746698200702667, 0.6945013999938965, -0.22565361857414246, -1.2665331363677979, 1.5066205263137817, 0.36185911297798157, 0.39505529403686523, -0.2698819935321808, -0.44288501143455505, 0.23592600226402283, 1.5732269287109375, -1.121137022972107, 1.3704434633255005, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.8361209630966187, 1.9089242219924927, -1.0681498050689697, 4.746227659779834e-06], "mean": [-0.19950853288173676, 0.6046648621559143, 0.4513879120349884, -1.4119623899459839, -0.25391316413879395, -0.12053210288286209, 0.028275078162550926, -0.310334712266922, 0.46757015585899353, 0.2282383143901825, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2665948271751404, 0.5282924175262451, -0.4370104670524597, -1.3634145259857178, 1.163150668144226, 0.12947586178779602, 0.22882874310016632, -0.3046558201313019, -0.47443825006484985, 0.18661706149578094, 0.9800840020179749, -2.116701364517212, 1.1089191436767578, 1001.0, 570.0025634765625, 0.0001807234948500991, -0.22382821142673492, -0.836121141910553, 1.9089314937591553, -1.0681676864624023, -7.502312655560672e-07], "std": [2.627036883495748e-05, 1.619040995137766e-05, 2.1851734345545992e-05, 2.4701364964130335e-05, 2.2348054699250497e-05, 1.3738469533564057e-05, 1.883695222204551e-05, 1.4899963389325421e-05, 7.978549547260627e-06, 1.1513451681821607e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.07125714421272278, 0.10140357166528702, 0.11902765184640884, 0.047113027423620224, 0.34427520632743835, 0.19024179875850677, 0.10741952806711197, 0.016887657344341278, 0.01801844872534275, 0.03196480870246887, 0.285537987947464, 0.3887636065483093, 0.17570863664150238, 0.0, 389.0389709472656, 6.443203233175154e-07, 1.7384944612786057e-06, 2.5122119495790685e-06, 1.193435127788689e-05, 9.925392987497617e-06, 1.3952972039987799e-06], "count": [787]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02822197414934635, -0.3103789985179901, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12084659188985825, 0.35899677872657776, -0.6373593807220459, -1.4767754077911377, 0.2537708580493927, -0.1811651736497879, -0.028379054740071297, -0.32996800541877747, -0.4996429979801178, 0.1276949942111969, 0.6746758818626404, -2.553541421890259, 0.7462756037712097, 1001.0, 202.0, 0.00018046832701656967, -0.22383148968219757, -0.8361265063285828, 1.9089131355285645, -1.0681886672973633, -1.0441701306262985e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3746698200702667, 0.6945013999938965, -0.22565361857414246, -1.2665331363677979, 1.5066205263137817, 0.36185911297798157, 0.39505529403686523, -0.2698819935321808, -0.44288501143455505, 0.23592600226402283, 1.5732269287109375, -1.121137022972107, 1.3704434633255005, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.8361209630966187, 1.9089242219924927, -1.0681498050689697, 4.746227659779834e-06], "mean": [-0.19950853288173676, 0.6046649217605591, 0.4513879120349884, -1.4119623899459839, -0.2539132237434387, -0.1205320805311203, 0.028275078162550926, -0.3103347420692444, 0.46757015585899353, 0.2282383292913437, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.266558974981308, 0.5283836126327515, -0.43707701563835144, -1.3633852005004883, 1.163934588432312, 0.12940114736557007, 0.22913718223571777, -0.30468007922172546, -0.47440940141677856, 0.18662092089653015, 0.9798126220703125, -2.117445707321167, 1.1092309951782227, 1001.0, 570.0050659179688, 0.0001807234948500991, -0.22382821142673492, -0.836121141910553, 1.9089314937591553, -1.0681676864624023, -7.514374829042936e-07], "std": [2.627778121677693e-05, 1.6298516129609197e-05, 2.1851734345545992e-05, 2.470109575369861e-05, 2.2377149434760213e-05, 1.3724669770454057e-05, 1.8836954041034915e-05, 1.4901141184964217e-05, 7.982182069099508e-06, 1.154350411525229e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.07129785418510437, 0.10150444507598877, 0.1190502941608429, 0.047089818865060806, 0.3429035544395447, 0.1903517097234726, 0.10702865570783615, 0.016909440979361534, 0.018047567456960678, 0.031970031559467316, 0.2850753664970398, 0.3874152600765228, 0.17528201639652252, 0.0, 389.0417785644531, 6.443203233175154e-07, 1.7384944612786057e-06, 2.5135313990176655e-06, 1.1938102943531703e-05, 9.93401317828102e-06, 1.3958816680315067e-06], "count": [787]}, "timestamp": {"min": [0.0], "max": [26.2], "mean": [13.100000000000001], "std": [7.572904917459937], "count": [787]}, "frame_index": {"min": [0], "max": [786], "mean": [393.0], "std": [227.1871475237981], "count": [787]}, "episode_index": {"min": [356], "max": [356], "mean": [356.0], "std": [0.0], "count": [787]}, "index": {"min": [291054], "max": [291840], "mean": [291447.0], "std": [227.1871475237981], "count": [787]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [787]}, "gripper_open_scale_state": {"min": [1.0, 0.20200000703334808], "max": [1.0, 1.0], "mean": [1.0, 0.5694345646316548], "std": [0.0, 0.3884088443694876], "count": [787]}, "gripper_open_scale_action": {"min": [1.0, 0.20200000703334808], "max": [1.0, 1.0], "mean": [1.0, 0.5694345646316548], "std": [0.0, 0.3884088443694876], "count": [787]}, "eef_direction_state": {"mean": [6.0, 5.1143583227446], "std": [0.0, 1.7057000451893156], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_state": {"mean": [0.0, 0.3062261753494282], "std": [0.0, 0.48510140118248246], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_state": {"mean": [0.0, 0.22998729351969505], "std": [0.0, 0.5696387538402471], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_direction_action": {"mean": [6.0, 5.1143583227446], "std": [0.0, 1.7057000451893156], "min": [6, 0], "max": [6, 6], "count": [787]}, "eef_velocity_action": {"mean": [0.0, 0.3062261753494282], "std": [0.0, 0.48510140118248246], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_acc_mag_action": {"mean": [0.0, 0.22998729351969505], "std": [0.0, 0.5696387538402471], "min": [0, 0], "max": [0, 2], "count": [787]}, "eef_sim_pose_state": {"mean": [-0.310334712266922, 0.46757078170776367, 0.2282385230064392, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30465567111968994, -0.47443822026252747, 0.18661712110042572, 0.9800860285758972, -2.1167030334472656, 1.108916997909546], "std": [1.489996793679893e-05, 7.954455213621259e-06, 1.1511530829011463e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.016887659206986427, 0.01801845245063305, 0.03196481615304947, 0.2855378985404968, 0.3887631893157959, 0.17570868134498596], "min": [-0.3103789985179901, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32996800541877747, -0.4996429979801178, 0.1276949942111969, 0.6746758818626404, -2.553541421890259, 0.7462756037712097], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2698819935321808, -0.44288501143455505, 0.23592600226402283, 1.5732269287109375, -1.121137022972107, 1.3704434633255005], "count": [787]}, "eef_sim_pose_action": {"mean": [-0.310334712266922, 0.46757015585899353, 0.2282383143901825, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3046558201313019, -0.47443825006484985, 0.18661706149578094, 0.9800840020179749, -2.116701364517212, 1.1089191436767578], "std": [1.4899963389325421e-05, 7.978549547260627e-06, 1.1513451681821607e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.016887657344341278, 0.01801844872534275, 0.03196480870246887, 0.285537987947464, 0.3887636065483093, 0.17570863664150238], "min": [-0.3103789985179901, 0.46754300594329834, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32996800541877747, -0.4996429979801178, 0.1276949942111969, 0.6746758818626404, -2.553541421890259, 0.7462756037712097], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2698819935321808, -0.44288501143455505, 0.23592600226402283, 1.5732269287109375, -1.121137022972107, 1.3704434633255005], "count": [787]}, "gripper_mode_state": {"mean": [0.0, 0.5324015247776366], "std": [0.0, 0.4989490366681569], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_state": {"mean": [2.0, 1.891994917407878], "std": [0.0, 0.40926308706520875], "min": [2, 0], "max": [2, 2], "count": [787]}, "gripper_mode_action": {"mean": [0.0, 0.5324015247776366], "std": [0.0, 0.4989490366681568], "min": [0, 0], "max": [0, 1], "count": [787]}, "gripper_activity_action": {"mean": [2.0, 1.891994917407878], "std": [0.0, 0.40926308706520875], "min": [2, 0], "max": [2, 2], "count": [787]}}} +{"episode_index": 353, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.4354632490020616]], [[0.40854533902487167]], [[0.4159454985853402]]], "std": [[[0.19621552576040527]], [[0.19478748866091725]], [[0.19459983889729213]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3987488238584024]], [[0.39333641350835635]], [[0.3905366879413958]]], "std": [[[0.2328741715998265]], [[0.2243671393604599]], [[0.2247961266470894]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.517587954281265]], [[0.4991305873579857]], [[0.49708971712286704]]], "std": [[[0.20316115437028018]], [[0.20079610712190102]], [[0.20762757828644648]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696132893034171]], [[0.4442321906391192]], [[0.4529859027503619]]], "std": [[[0.27063493484528156]], [[0.2549662132221484]], [[0.25905071354322506]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675459861755371, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12510520219802856, 0.34721577167510986, -0.6492799520492554, -1.4871078729629517, 0.2537883222103119, -0.17558012902736664, -0.02834414690732956, -0.33293798565864563, -0.4964500069618225, 0.13989999890327454, 0.6220610737800598, -2.5561161041259766, 0.7456094622612, 1001.0, 201.0, 0.00018046832701656967, -0.22382959723472595, -0.8361248970031738, 1.9089146852493286, -1.0681838989257812, -6.644718723691767e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102959990501404, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39529961347579956, 0.6907315254211426, -0.18364354968070984, -1.2965178489685059, 1.5414572954177856, 0.3801850974559784, 0.4121769368648529, -0.2737410068511963, -0.4524669945240021, 0.2350350022315979, 1.5732269287109375, -1.121137022972107, 1.3507143259048462, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.8361209630966187, 1.9089233875274658, -1.0681506395339966, 9.492455319559667e-07], "mean": [-0.19950726628303528, 0.6046609282493591, 0.45138734579086304, -1.4119622707366943, -0.253914475440979, -0.12053094804286957, 0.028274621814489365, -0.31033506989479065, 0.4675699472427368, 0.22823674976825714, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.289174348115921, 0.5344985723495483, -0.4539772570133209, -1.3663790225982666, 1.218232274055481, 0.15712444484233856, 0.2035256177186966, -0.3009188771247864, -0.47847747802734375, 0.18559075891971588, 0.9230324625968933, -2.1434082984924316, 1.1162265539169312, 1001.0, 554.2963256835938, 0.0001805983774829656, -0.2238280475139618, -0.8361212015151978, 1.9089314937591553, -1.0681688785552979, -1.498688675383164e-06], "std": [2.6869578505284153e-05, 1.5900091966614127e-05, 2.1557365471380763e-05, 2.3975082513061352e-05, 2.141888217011001e-05, 1.463299759052461e-05, 1.805779720598366e-05, 1.4791489775234368e-05, 7.909524356364273e-06, 1.1219985026400536e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.06893670558929443, 0.1050209328532219, 0.13884612917900085, 0.04367879033088684, 0.36340761184692383, 0.1767466813325882, 0.12220396101474762, 0.01605004072189331, 0.015376849099993706, 0.026042349636554718, 0.2805324196815491, 0.3893577754497528, 0.18585792183876038, 0.0, 387.6609191894531, 4.776046580445836e-07, 1.5296371884687687e-06, 1.7517213564133272e-06, 1.1215945050935261e-05, 9.713328836369328e-06, 8.402359981118934e-07], "count": [793]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103890120983124, 0.4675459861755371, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12510520219802856, 0.34721577167510986, -0.6492799520492554, -1.4871078729629517, 0.2537883222103119, -0.17558012902736664, -0.02834414690732956, -0.33293798565864563, -0.4964500069618225, 0.13989999890327454, 0.6220610737800598, -2.5561161041259766, 0.7456094622612, 1001.0, 201.0, 0.00018046832701656967, -0.22382959723472595, -0.8361248970031738, 1.9089146852493286, -1.0681838989257812, -6.644718723691767e-06], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102959990501404, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39529961347579956, 0.6907315254211426, -0.18364354968070984, -1.2965178489685059, 1.5414572954177856, 0.3801850974559784, 0.4121769368648529, -0.2737410068511963, -0.4524669945240021, 0.2350350022315979, 1.5732269287109375, -1.121137022972107, 1.3507143259048462, 1001.0, 1003.0, 0.00018234820163343102, -0.22382019460201263, -0.8361209630966187, 1.9089233875274658, -1.0681506395339966, 9.492455319559667e-07], "mean": [-0.19950734078884125, 0.6046609282493591, 0.45138734579086304, -1.4119623899459839, -0.25391441583633423, -0.12053098529577255, 0.028274668380618095, -0.3103349804878235, 0.4675700068473816, 0.22823676466941833, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2892194390296936, 0.5345543026924133, -0.45410826802253723, -1.3662902116775513, 1.2190204858779907, 0.15705595910549164, 0.20374074578285217, -0.30094724893569946, -0.4784696400165558, 0.18558751046657562, 0.9227011799812317, -2.144102096557617, 1.1165728569030762, 1001.0, 554.2938232421875, 0.0001805983774829656, -0.2238280475139618, -0.8361212015151978, 1.9089314937591553, -1.0681687593460083, -1.498688675383164e-06], "std": [2.685046274564229e-05, 1.5900091966614127e-05, 2.1557367290370166e-05, 2.3968939785845578e-05, 2.1391433620010503e-05, 1.4636098057962954e-05, 1.8057149645756e-05, 1.4834914509265218e-05, 7.918670235085301e-06, 1.121452351071639e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.0688900575041771, 0.10506986081600189, 0.1388922780752182, 0.04365673288702965, 0.3619900941848755, 0.1768646538257599, 0.1219455823302269, 0.016085704788565636, 0.015383961610496044, 0.026037169620394707, 0.27991870045661926, 0.3880232572555542, 0.18542371690273285, 0.0, 387.66033935546875, 4.776047148880025e-07, 1.5296371884687687e-06, 1.7498750821687281e-06, 1.1214630831091199e-05, 9.647044862504117e-06, 8.402359981118934e-07], "count": [793]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.200000000000001], "std": [7.63063999063425], "count": [793]}, "frame_index": {"min": [0], "max": [792], "mean": [396.0], "std": [228.9191997190275], "count": [793]}, "episode_index": {"min": [357], "max": [357], "mean": [357.0], "std": [0.0], "count": [793]}, "index": {"min": [291841], "max": [292633], "mean": [292237.0], "std": [228.9191997190275], "count": [793]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [793]}, "gripper_open_scale_state": {"min": [1.0, 0.20100000500679016], "max": [1.0, 1.0], "mean": [1.0, 0.5537679730380167], "std": [0.0, 0.38705222107225823], "count": [793]}, "gripper_open_scale_action": {"min": [1.0, 0.20100000500679016], "max": [1.0, 1.0], "mean": [1.0, 0.5537679730380167], "std": [0.0, 0.38705222107225823], "count": [793]}, "eef_direction_state": {"mean": [6.0, 4.941992433795712], "std": [0.0, 1.8801852729783244], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_state": {"mean": [0.0, 0.31778058007566207], "std": [0.0, 0.47099917111829104], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_state": {"mean": [0.0, 0.17276166456494324], "std": [0.0, 0.5013621445050986], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_direction_action": {"mean": [6.0, 4.941992433795712], "std": [0.0, 1.8801852729783244], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_action": {"mean": [0.0, 0.31778058007566207], "std": [0.0, 0.47099917111829104], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_acc_mag_action": {"mean": [0.0, 0.17276166456494324], "std": [0.0, 0.5013621445050986], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_sim_pose_state": {"mean": [-0.3103349804878235, 0.46757060289382935, 0.2282368242740631, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30091872811317444, -0.4784778356552124, 0.18559086322784424, 0.923031747341156, -2.1434056758880615, 1.116227149963379], "std": [1.4791168723604642e-05, 7.881306373747066e-06, 1.1219649422855582e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.01605003885924816, 0.015376849099993706, 0.026042357087135315, 0.2805324196815491, 0.38935765624046326, 0.1858580857515335], "min": [-0.3103890120983124, 0.4675459861755371, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33293798565864563, -0.4964500069618225, 0.13989999890327454, 0.6220610737800598, -2.5561161041259766, 0.7456094622612], "max": [-0.3102959990501404, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2737410068511963, -0.4524669945240021, 0.2350350022315979, 1.5732269287109375, -1.121137022972107, 1.3507143259048462], "count": [793]}, "eef_sim_pose_action": {"mean": [-0.31033506989479065, 0.4675699472427368, 0.22823674976825714, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.3009188771247864, -0.47847747802734375, 0.18559075891971588, 0.9230324625968933, -2.1434082984924316, 1.1162265539169312], "std": [1.4791489775234368e-05, 7.909524356364273e-06, 1.1219985026400536e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.01605004072189331, 0.015376849099993706, 0.026042349636554718, 0.2805324196815491, 0.3893577754497528, 0.18585792183876038], "min": [-0.3103890120983124, 0.4675459861755371, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33293798565864563, -0.4964500069618225, 0.13989999890327454, 0.6220610737800598, -2.5561161041259766, 0.7456094622612], "max": [-0.3102959990501404, 0.4675930142402649, 0.2282709926366806, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2737410068511963, -0.4524669945240021, 0.2350350022315979, 1.5732269287109375, -1.121137022972107, 1.3507143259048462], "count": [793]}, "gripper_mode_state": {"mean": [0.0, 0.5510718789407314], "std": [0.0, 0.4973848240361429], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_state": {"mean": [2.0, 1.8915510718789408], "std": [0.0, 0.4121016050560486], "min": [2, 0], "max": [2, 2], "count": [793]}, "gripper_mode_action": {"mean": [0.0, 0.5510718789407314], "std": [0.0, 0.497384824036143], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_action": {"mean": [2.0, 1.8915510718789408], "std": [0.0, 0.4121016050560486], "min": [2, 0], "max": [2, 2], "count": [793]}}} +{"episode_index": 354, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.4366980119825708]], [[0.410060901416122]], [[0.41750306236383444]]], "std": [[[0.19558642605133275]], [[0.19440032803773172]], [[0.19431639306572507]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3969376633986928]], [[0.3913432421023965]], [[0.3879241081154684]]], "std": [[[0.23172591126151726]], [[0.22314769801836384]], [[0.22377865803045513]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5180943709150327]], [[0.4996689596949891]], [[0.49759705201525056]]], "std": [[[0.2034653446855164]], [[0.20114035112905163]], [[0.20801461343275607]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4771388698257081]], [[0.4513080541938998]], [[0.4590004752178649]]], "std": [[[0.2643834651094172]], [[0.25239481437331407]], [[0.25697254114021245]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.06557201594114304, 0.33716273307800293, -0.46212828159332275, -1.5219969749450684, 0.2537883222103119, -0.22444933652877808, -0.02834414690732956, -0.3365289866924286, -0.4973190128803253, 0.1500300019979477, 0.6754316091537476, -2.4016048908233643, 0.7456113696098328, 1001.0, 185.0, 0.00018046832701656967, -0.223833367228508, -0.8361304402351379, 1.908882975578308, -1.0684096813201904, -0.0004708257911261171], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.278903603553772, 0.6047216653823853, -0.19198621809482574, -1.2358850240707397, 1.4015169143676758, 0.28214994072914124, 0.4962320029735565, -0.2658489942550659, -0.44425201416015625, 0.23697899281978607, 1.574974536895752, -1.121137022972107, 1.3980368375778198, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361201286315918, 1.9089242219924927, -1.0678693056106567, 0.0008486254955641925], "mean": [-0.19951172173023224, 0.6046615839004517, 0.4513877332210541, -1.4119627475738525, -0.2539149522781372, -0.12053179740905762, 0.02827267348766327, -0.31033384799957275, 0.467570960521698, 0.22823666036128998, -1.5732382535934448, -1.1211425065994263, -0.7462758421897888, 0.2210870236158371, 0.4623055160045624, -0.3543260097503662, -1.3498417139053345, 1.0300281047821045, 0.07433541864156723, 0.30092084407806396, -0.30764684081077576, -0.4719287157058716, 0.1859033703804016, 1.099475383758545, -2.0608315467834473, 1.1583210229873657, 1001.0, 565.2786254882812, 0.00018046800687443465, -0.2238294929265976, -0.8361212611198425, 1.9089316129684448, -1.0681644678115845, -3.7344074371503666e-05], "std": [2.567540832387749e-05, 1.7129208572441712e-05, 2.2952197468839586e-05, 2.3979526304174215e-05, 2.2837235519546084e-05, 1.5854089724598452e-05, 1.9720599084394053e-05, 1.4233943147701211e-05, 7.846801963751204e-06, 1.1930445907637477e-05, 2.6441093723406084e-05, 2.5484989237156697e-05, 2.3435351977241226e-05, 0.0557890385389328, 0.08297012746334076, 0.07034145295619965, 0.06999653577804565, 0.29827961325645447, 0.14909309148788452, 0.12342476844787598, 0.018009066581726074, 0.017754513770341873, 0.02446693368256092, 0.28395241498947144, 0.3495010435581207, 0.16913531720638275, 0.0, 397.79248046875, 3.2014213502407074e-10, 2.314123548785574e-06, 3.477205609669909e-06, 1.8460610590409487e-05, 0.00010016868327511474, 0.0002314202138222754], "count": [804]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.06557201594114304, 0.33716273307800293, -0.46212828159332275, -1.5219969749450684, 0.2537883222103119, -0.22444933652877808, -0.02834414690732956, -0.3365289866924286, -0.4973190128803253, 0.1500300019979477, 0.6754316091537476, -2.4016048908233643, 0.7456113696098328, 1001.0, 185.0, 0.00018046832701656967, -0.223833367228508, -0.8361304402351379, 1.908882975578308, -1.0684096813201904, -0.0004708257911261171], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102859854698181, 0.46759501099586487, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.278903603553772, 0.6047216653823853, -0.19198621809482574, -1.2358850240707397, 1.4015169143676758, 0.28214994072914124, 0.4962320029735565, -0.2658489942550659, -0.44425201416015625, 0.23697899281978607, 1.574974536895752, -1.121137022972107, 1.3980368375778198, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361201286315918, 1.9089242219924927, -1.0678693056106567, 0.0008486254955641925], "mean": [-0.19951172173023224, 0.6046616435050964, 0.45138782262802124, -1.411962866783142, -0.25391489267349243, -0.12053181976079941, 0.02827267535030842, -0.31033390760421753, 0.4675709307193756, 0.22823667526245117, -1.5732382535934448, -1.1211425065994263, -0.7462758421897888, 0.22100704908370972, 0.4622162878513336, -0.35421085357666016, -1.3497424125671387, 1.030497670173645, 0.0742180272936821, 0.30130845308303833, -0.307679146528244, -0.4719058871269226, 0.1858973205089569, 1.0993494987487793, -2.0614287853240967, 1.158618450164795, 1001.0, 565.2810668945312, 0.00018046800687443465, -0.2238294929265976, -0.8361212611198425, 1.9089316129684448, -1.0681644678115845, -3.780688712140545e-05], "std": [2.567540832387749e-05, 1.714686550258193e-05, 2.2943999283597805e-05, 2.3968430468812585e-05, 2.28124154091347e-05, 1.586626240168698e-05, 1.972060817934107e-05, 1.4215161172614899e-05, 7.84370604378637e-06, 1.1905718565685675e-05, 2.6441093723406084e-05, 2.5484989237156697e-05, 2.3435351977241226e-05, 0.05586590990424156, 0.08285553008317947, 0.07025816291570663, 0.06996499001979828, 0.29735347628593445, 0.1492834836244583, 0.12287837266921997, 0.01803711988031864, 0.017771875485777855, 0.024457093328237534, 0.28376466035842896, 0.34830278158187866, 0.16861996054649353, 0.0, 397.7949523925781, 3.2014213502407074e-10, 2.3113859697332373e-06, 3.4806603252945933e-06, 1.847119528974872e-05, 0.00010017263412009925, 0.00023172073997557163], "count": [804]}, "timestamp": {"min": [0.0], "max": [26.766666666666666], "mean": [13.383333333333333], "std": [7.73648762299409], "count": [804]}, "frame_index": {"min": [0], "max": [803], "mean": [401.5], "std": [232.09462868982268], "count": [804]}, "episode_index": {"min": [358], "max": [358], "mean": [358.0], "std": [0.0], "count": [804]}, "index": {"min": [292634], "max": [293437], "mean": [293035.5], "std": [232.09462868982268], "count": [804]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [804]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5647848274243709], "std": [0.0, 0.3972507181035091], "count": [804]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.5647848274243709], "std": [0.0, 0.39725071810350904], "count": [804]}, "eef_direction_state": {"mean": [6.0, 4.812189054726368], "std": [0.0, 1.9491803824334235], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.0, 0.32587064676616917], "std": [0.0, 0.4713454471313197], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_acc_mag_state": {"mean": [0.0, 0.26119402985074625], "std": [0.0, 0.6079380100338854], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_direction_action": {"mean": [6.0, 4.812189054726368], "std": [0.0, 1.9491803824334235], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.0, 0.32587064676616917], "std": [0.0, 0.4713454471313197], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_acc_mag_action": {"mean": [0.0, 0.26119402985074625], "std": [0.0, 0.6079380100338854], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [-0.310333788394928, 0.467571496963501, 0.22823689877986908, -1.5732260942459106, -1.1211377382278442, -0.7462748289108276, -0.30764663219451904, -0.4719288647174835, 0.18590351939201355, 1.0994728803634644, -2.0608346462249756, 1.158321499824524], "std": [1.423390131094493e-05, 7.827200533938594e-06, 1.1928099411306903e-05, 2.34825856750831e-05, 2.506715100025758e-05, 2.3411215806845576e-05, 0.018009072169661522, 0.017754511907696724, 0.02446693740785122, 0.28395235538482666, 0.3495009243488312, 0.1691351681947708], "min": [-0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3365289866924286, -0.4973190128803253, 0.1500300019979477, 0.6754316091537476, -2.4016048908233643, 0.7456113696098328], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2658489942550659, -0.44425201416015625, 0.23697899281978607, 1.574974536895752, -1.121137022972107, 1.3980368375778198], "count": [804]}, "eef_sim_pose_action": {"mean": [-0.31033384799957275, 0.467570960521698, 0.22823666036128998, -1.5732382535934448, -1.1211425065994263, -0.7462758421897888, -0.30764684081077576, -0.4719287157058716, 0.1859033703804016, 1.099475383758545, -2.0608315467834473, 1.1583210229873657], "std": [1.4233943147701211e-05, 7.846801963751204e-06, 1.1930445907637477e-05, 2.6441093723406084e-05, 2.5484989237156697e-05, 2.3435351977241226e-05, 0.018009066581726074, 0.017754513770341873, 0.02446693368256092, 0.28395241498947144, 0.3495010435581207, 0.16913531720638275], "min": [-0.310371994972229, 0.4675459861755371, 0.22820299863815308, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.3365289866924286, -0.4973190128803253, 0.1500300019979477, 0.6754316091537476, -2.4016048908233643, 0.7456113696098328], "max": [-0.3102859854698181, 0.46759501099586487, 0.22827200591564178, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.2658489942550659, -0.44425201416015625, 0.23697899281978607, 1.574974536895752, -1.121137022972107, 1.3980368375778198], "count": [804]}, "gripper_mode_state": {"mean": [0.0, 0.527363184079602], "std": [0.0, 0.4992506946985902], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_state": {"mean": [2.0, 1.894278606965174], "std": [0.0, 0.4052112058953107], "min": [2, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.0, 0.527363184079602], "std": [0.0, 0.4992506946985902], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_action": {"mean": [2.0, 1.894278606965174], "std": [0.0, 0.4052112058953106], "min": [2, 0], "max": [2, 2], "count": [804]}}} +{"episode_index": 355, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.9882352941176471]]], "mean": [[[0.4373850328442339]], [[0.411453128426986]], [[0.41802394914901086]]], "std": [[[0.19494090576661935]], [[0.19399839099356347]], [[0.19380931237319735]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39774061142913536]], [[0.3922808003794359]], [[0.38888687930429444]]], "std": [[[0.23277903584886026]], [[0.22402631298005882]], [[0.22454781096861504]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5189219305171733]], [[0.5003282038206781]], [[0.49817498190551385]]], "std": [[[0.20338605172483032]], [[0.2011270780887601]], [[0.2080066630530855]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4759580673992192]], [[0.4500173021669518]], [[0.45966679277975175]]], "std": [[[0.274717249298623]], [[0.2614824933399817]], [[0.2657114685361982]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31039100885391235, 0.46754398941993713, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12793263792991638, 0.3737797141075134, -0.5811248421669006, -1.462359070777893, 0.2537883222103119, -0.2070833146572113, -0.028379054740071297, -0.3454520106315613, -0.4948340058326721, 0.13803300261497498, 0.766407310962677, -2.5149827003479004, 0.7462756037712097, 1001.0, 174.0, 0.00018046832701656967, -0.223833367228508, -0.8361304402351379, 1.9089059829711914, -1.0682132244110107, -0.0002392098685959354], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3336371183395386, 0.6144955158233643, -0.1898394674062729, -1.1711158752441406, 1.4292850494384766, 0.36107370257377625, 0.5357637405395508, -0.2979069948196411, -0.4502210021018982, 0.23673999309539795, 1.5732269287109375, -1.121137022972107, 1.3329969644546509, 1001.0, 1003.0, 0.00018046832701656967, -0.22382396459579468, -0.8361225128173828, 1.9089186191558838, -1.0681648254394531, 4.746227659779834e-06], "mean": [-0.19951356947422028, 0.6046626567840576, 0.4513905346393585, -1.411963701248169, -0.2539127469062805, -0.12053157389163971, 0.02827158384025097, -0.3103325366973877, 0.4675719439983368, 0.22823640704154968, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.26490357518196106, 0.49253952503204346, -0.4095468819141388, -1.2761775255203247, 1.1235450506210327, 0.09998593479394913, 0.37444770336151123, -0.31803134083747864, -0.4758599102497101, 0.1917162984609604, 1.047587513923645, -2.159020185470581, 1.1337926387786865, 1001.0, 554.4522705078125, 0.00018046800687443465, -0.22382958233356476, -0.8361214399337769, 1.9089264869689941, -1.0681859254837036, -0.00017687717627268285], "std": [2.608465001685545e-05, 1.7513535567559302e-05, 2.2831476599094458e-05, 2.4085053155431524e-05, 2.2284883016254753e-05, 1.365796197205782e-05, 1.966733361769002e-05, 1.4918437955202535e-05, 8.070974217844196e-06, 1.192889340018155e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.05489227920770645, 0.07069608569145203, 0.0857880637049675, 0.06859519332647324, 0.3153005540370941, 0.1443561464548111, 0.13191978633403778, 0.013765771873295307, 0.01378871500492096, 0.02767595648765564, 0.2345511019229889, 0.3841525912284851, 0.17058119177818298, 0.0, 402.49407958984375, 3.2014213502407074e-10, 2.119592181770713e-06, 3.2129528335644864e-06, 1.3111593943904154e-05, 1.4314588042907417e-05, 6.736065552104264e-05], "count": [796]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31039100885391235, 0.46754398941993713, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12793263792991638, 0.3737797141075134, -0.5811248421669006, -1.462359070777893, 0.2537883222103119, -0.2070833146572113, -0.028379054740071297, -0.3454520106315613, -0.4948340058326721, 0.13803300261497498, 0.766407310962677, -2.5149827003479004, 0.7462756037712097, 1001.0, 174.0, 0.00018046832701656967, -0.223833367228508, -0.8361304402351379, 1.9089059829711914, -1.0682132244110107, -0.0002392098685959354], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3336371183395386, 0.6144955158233643, -0.1898394674062729, -1.1711158752441406, 1.4292850494384766, 0.36107370257377625, 0.5357637405395508, -0.2979069948196411, -0.4502210021018982, 0.23673999309539795, 1.5732269287109375, -1.121137022972107, 1.3329969644546509, 1001.0, 1003.0, 0.00018046832701656967, -0.22382396459579468, -0.8361225128173828, 1.9089186191558838, -1.0681648254394531, 3.796982127823867e-06], "mean": [-0.19951355457305908, 0.6046625971794128, 0.4513905346393585, -1.4119635820388794, -0.2539127767086029, -0.12053157389163971, 0.02827160619199276, -0.3103325366973877, 0.4675719738006592, 0.22823642194271088, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2648927569389343, 0.49251046776771545, -0.40952208638191223, -1.2760010957717896, 1.1241528987884521, 0.09988290071487427, 0.3748437464237213, -0.3180747628211975, -0.4758472144603729, 0.19172656536102295, 1.047377347946167, -2.159684181213379, 1.1340786218643188, 1001.0, 554.4497680664062, 0.00018046800687443465, -0.22382958233356476, -0.8361214399337769, 1.9089264869689941, -1.0681860446929932, -0.00017713474517222494], "std": [2.608490649436135e-05, 1.7495916836196557e-05, 2.2819280275143683e-05, 2.4144637791323476e-05, 2.2273632566793822e-05, 1.365796197205782e-05, 1.9660697944345884e-05, 1.492806950409431e-05, 8.067011549428571e-06, 1.193846583191771e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.054905977100133896, 0.0706547349691391, 0.0857788622379303, 0.06842593848705292, 0.31408700346946716, 0.1445426195859909, 0.13118122518062592, 0.013795740902423859, 0.013800892978906631, 0.027691015973687172, 0.2341546267271042, 0.3828134834766388, 0.17012158036231995, 0.0, 402.4920349121094, 3.2014213502407074e-10, 2.119592181770713e-06, 3.2160214686882682e-06, 1.311546020588139e-05, 1.438261188013712e-05, 6.705692794639617e-05], "count": [796]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.659507526959913], "count": [796]}, "frame_index": {"min": [0], "max": [795], "mean": [397.5], "std": [229.78522580879738], "count": [796]}, "episode_index": {"min": [359], "max": [359], "mean": [359.0], "std": [0.0], "count": [796]}, "index": {"min": [293438], "max": [294233], "mean": [293835.5], "std": [229.78522580879738], "count": [796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [796]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5538819076577622], "std": [0.0, 0.4018603193262743], "count": [796]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5538819076577622], "std": [0.0, 0.4018603193262743], "count": [796]}, "eef_direction_state": {"mean": [6.0, 5.1293969849246235], "std": [0.0, 1.696016656962548], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.0, 0.292713567839196], "std": [0.0, 0.46860980475487035], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.0, 0.18341708542713567], "std": [0.0, 0.5223895443919151], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_direction_action": {"mean": [6.0, 5.1293969849246235], "std": [0.0, 1.696016656962548], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.0, 0.292713567839196], "std": [0.0, 0.46860980475487035], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.0, 0.18341708542713567], "std": [0.0, 0.5223895443919151], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [-0.3103325664997101, 0.46757209300994873, 0.22823652625083923, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.3180314004421234, -0.4758596122264862, 0.19171613454818726, 1.0475873947143555, -2.1590182781219482, 1.133793592453003], "std": [1.4918392480467446e-05, 8.069688192335889e-06, 1.1928435014851857e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.013765770010650158, 0.013788716867566109, 0.027675965800881386, 0.23455090820789337, 0.3841530680656433, 0.17058125138282776], "min": [-0.31039100885391235, 0.46754398941993713, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3454520106315613, -0.4948340058326721, 0.13803300261497498, 0.766407310962677, -2.5149827003479004, 0.7462756037712097], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2979069948196411, -0.4502210021018982, 0.23673999309539795, 1.5732269287109375, -1.121137022972107, 1.3329969644546509], "count": [796]}, "eef_sim_pose_action": {"mean": [-0.3103325366973877, 0.4675719439983368, 0.22823640704154968, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.31803134083747864, -0.4758599102497101, 0.1917162984609604, 1.047587513923645, -2.159020185470581, 1.1337926387786865], "std": [1.4918437955202535e-05, 8.070974217844196e-06, 1.192889340018155e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.013765771873295307, 0.01378871500492096, 0.02767595648765564, 0.2345511019229889, 0.3841525912284851, 0.17058119177818298], "min": [-0.31039100885391235, 0.46754398941993713, 0.2282010018825531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3454520106315613, -0.4948340058326721, 0.13803300261497498, 0.766407310962677, -2.5149827003479004, 0.7462756037712097], "max": [-0.3102790117263794, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2979069948196411, -0.4502210021018982, 0.23673999309539795, 1.5732269287109375, -1.121137022972107, 1.3329969644546509], "count": [796]}, "gripper_mode_state": {"mean": [0.0, 0.5339195979899497], "std": [0.0, 0.4988481340770955], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_state": {"mean": [2.0, 1.8894472361809045], "std": [0.0, 0.4137573828212536], "min": [2, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.0, 0.5339195979899497], "std": [0.0, 0.4988481340770955], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_action": {"mean": [2.0, 1.8894472361809045], "std": [0.0, 0.4137573828212536], "min": [2, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 356, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9921568627450981]]], "mean": [[[0.43883846813725486]], [[0.41239341503267973]], [[0.4183488562091503]]], "std": [[[0.19492508070351183]], [[0.19312963495390914]], [[0.19310406487536785]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3968755487472767]], [[0.3914832475490196]], [[0.38787328567538126]]], "std": [[[0.23356646021235708]], [[0.22430841255279912]], [[0.22457414287955885]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.519221033496732]], [[0.5003070465686275]], [[0.49801654003267976]]], "std": [[[0.20346846193177714]], [[0.20086800460998067]], [[0.207673367107176]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46187828567538125]], [[0.43704048066448803]], [[0.4444149686819172]]], "std": [[[0.276446060748772]], [[0.26042609082412216]], [[0.2647413373095352]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14302971959114075, 0.36271432042121887, -0.658407986164093, -1.4661812782287598, 0.24701644480228424, -0.19437731802463531, -0.028326693922281265, -0.33278098702430725, -0.5060189962387085, 0.16799600422382355, 0.6991932988166809, -2.64064884185791, 0.7404157519340515, 1001.0, 174.0, 0.00018046832701656967, -0.22383712232112885, -0.8361265063285828, 1.9089075326919556, -1.068221926689148, -0.00020029081497341394], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38779470324516296, 0.6793519258499146, -0.15245451033115387, -1.1478158235549927, 1.5260460376739502, 0.4156326949596405, 0.6366961002349854, -0.28615400195121765, -0.44246000051498413, 0.2352840006351471, 1.5732269287109375, -1.1171408891677856, 1.2963765859603882, 1001.0, 1003.0, 0.00018046832701656967, -0.22380705177783966, -0.8361217379570007, 1.9089194536209106, -1.068177580833435, -0.0001822551421355456], "mean": [-0.1995159536600113, 0.604673445224762, 0.45140188932418823, -1.4119576215744019, -0.2539282739162445, -0.12053174525499344, 0.028269149363040924, -0.31033506989479065, 0.4675707221031189, 0.22823874652385712, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.28309938311576843, 0.5514708161354065, -0.4253012239933014, -1.306075096130371, 1.1751500368118286, 0.18315386772155762, 0.3719940483570099, -0.3074352741241455, -0.47363731265068054, 0.20332732796669006, 0.9989922046661377, -2.2008726596832275, 1.061058759689331, 1001.0, 582.3847045898438, 0.00018046800687443465, -0.22382530570030212, -0.8361219763755798, 1.9089257717132568, -1.0681958198547363, -0.00019329084898345172], "std": [2.6042936951853335e-05, 1.5500558220082894e-05, 2.1552712496486492e-05, 2.3047745344229043e-05, 2.305791713297367e-05, 1.4209254914021585e-05, 1.9664705178001896e-05, 1.495941796747502e-05, 8.16057490737876e-06, 1.2135855286032893e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.07492612302303314, 0.11277346312999725, 0.14209547638893127, 0.08329278230667114, 0.35128194093704224, 0.19725550711154938, 0.16158542037010193, 0.01226525753736496, 0.019889462739229202, 0.019503923133015633, 0.26058292388916016, 0.4230269193649292, 0.19344165921211243, 0.0, 404.1185302734375, 3.2014213502407074e-10, 2.181909621867817e-06, 2.632423274917528e-06, 1.2207774489070289e-05, 1.4052345250092912e-05, 2.935733846243238e-06], "count": [798]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12058479338884354, 0.028204521164298058, -0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14302971959114075, 0.36271432042121887, -0.658407986164093, -1.4661812782287598, 0.24701644480228424, -0.19437731802463531, -0.028326693922281265, -0.33278098702430725, -0.5060189962387085, 0.16799600422382355, 0.6991932988166809, -2.64064884185791, 0.7404157519340515, 1001.0, 174.0, 0.00018046832701656967, -0.22383712232112885, -0.8361265063285828, 1.9089075326919556, -1.068221926689148, -0.00020029081497341394], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.028326693922281265, -0.31028300523757935, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38779470324516296, 0.6793519258499146, -0.15245451033115387, -1.1478158235549927, 1.5260460376739502, 0.4156326949596405, 0.6366961002349854, -0.28615400195121765, -0.44246000051498413, 0.2352840006351471, 1.5732269287109375, -1.1171408891677856, 1.2963765859603882, 1001.0, 1003.0, 0.00018046832701656967, -0.22380705177783966, -0.8361217379570007, 1.9089194536209106, -1.068177580833435, -0.0001822551421355456], "mean": [-0.19951598346233368, 0.6046733856201172, 0.451401948928833, -1.4119576215744019, -0.25392818450927734, -0.12053173035383224, 0.028269149363040924, -0.31033506989479065, 0.4675707519054413, 0.22823873162269592, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2830917537212372, 0.5515403747558594, -0.42535921931266785, -1.3059871196746826, 1.1759638786315918, 0.1830662339925766, 0.3723755180835724, -0.30746039748191833, -0.4736166298389435, 0.20333532989025116, 0.9987325072288513, -2.201655864715576, 1.0613971948623657, 1001.0, 582.3822021484375, 0.00018046800687443465, -0.22382530570030212, -0.8361219763755798, 1.9089257717132568, -1.0681958198547363, -0.0001932777522597462], "std": [2.60435353993671e-05, 1.5411789718200453e-05, 2.1555451894528233e-05, 2.3106780645321123e-05, 2.3057402358972467e-05, 1.4195313269738108e-05, 1.9664705178001896e-05, 1.4971526979934424e-05, 8.161152436514385e-06, 1.212646111525828e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.07493503391742706, 0.11282330006361008, 0.14211569726467133, 0.0832180604338646, 0.3498964011669159, 0.19740591943264008, 0.16099825501441956, 0.012291627936065197, 0.0199043620377779, 0.019515512511134148, 0.2601131796836853, 0.4216040372848511, 0.19312654435634613, 0.0, 404.1177978515625, 3.2014213502407074e-10, 2.1823434508405626e-06, 2.632423274917528e-06, 1.2206452083773911e-05, 1.4050965546630323e-05, 2.9404684482869925e-06], "count": [798]}, "timestamp": {"min": [0.0], "max": [26.566666666666666], "mean": [13.283333333333333], "std": [7.678752551081506], "count": [798]}, "frame_index": {"min": [0], "max": [797], "mean": [398.5], "std": [230.3625765324452], "count": [798]}, "episode_index": {"min": [360], "max": [360], "mean": [360.0], "std": [0.0], "count": [798]}, "index": {"min": [294234], "max": [295031], "mean": [294632.5], "std": [230.3625765324452], "count": [798]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [798]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5818057622676506], "std": [0.0, 0.4035188369102797], "count": [798]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5818057622676506], "std": [0.0, 0.4035188369102797], "count": [798]}, "eef_direction_state": {"mean": [6.0, 4.9147869674185465], "std": [0.0, 1.8537388601511995], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_state": {"mean": [0.0, 0.32456140350877194], "std": [0.0, 0.4814069247341464], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_state": {"mean": [0.0, 0.20927318295739347], "std": [0.0, 0.5484671947500072], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_direction_action": {"mean": [6.0, 4.9147869674185465], "std": [0.0, 1.8537388601511995], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_action": {"mean": [0.0, 0.32456140350877194], "std": [0.0, 0.4814069247341464], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_action": {"mean": [0.0, 0.20927318295739347], "std": [0.0, 0.5484671947500072], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_sim_pose_state": {"mean": [-0.31033509969711304, 0.4675711989402771, 0.22823867201805115, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30743515491485596, -0.47363778948783875, 0.2033272236585617, 0.9989929795265198, -2.2008748054504395, 1.061057448387146], "std": [1.495944889029488e-05, 8.144115781760775e-06, 1.2135677934566047e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.012265254743397236, 0.019889462739229202, 0.019503921270370483, 0.2605828642845154, 0.4230271279811859, 0.19344162940979004], "min": [-0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33278098702430725, -0.5060189962387085, 0.16799600422382355, 0.6991932988166809, -2.64064884185791, 0.7404157519340515], "max": [-0.31028300523757935, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28615400195121765, -0.44246000051498413, 0.2352840006351471, 1.5732269287109375, -1.1171408891677856, 1.2963765859603882], "count": [798]}, "eef_sim_pose_action": {"mean": [-0.31033506989479065, 0.4675707221031189, 0.22823874652385712, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.3074352741241455, -0.47363731265068054, 0.20332732796669006, 0.9989922046661377, -2.2008726596832275, 1.061058759689331], "std": [1.495941796747502e-05, 8.16057490737876e-06, 1.2135855286032893e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.01226525753736496, 0.019889462739229202, 0.019503923133015633, 0.26058292388916016, 0.4230269193649292, 0.19344165921211243], "min": [-0.3103879988193512, 0.4675469994544983, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33278098702430725, -0.5060189962387085, 0.16799600422382355, 0.6991932988166809, -2.64064884185791, 0.7404157519340515], "max": [-0.31028300523757935, 0.46759501099586487, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28615400195121765, -0.44246000051498413, 0.2352840006351471, 1.5732269287109375, -1.1171408891677856, 1.2963765859603882], "count": [798]}, "gripper_mode_state": {"mean": [0.0, 0.49874686716791977], "std": [0.0, 0.4999984296556378], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_state": {"mean": [2.0, 1.8934837092731829], "std": [0.0, 0.40662760498164585], "min": [2, 0], "max": [2, 2], "count": [798]}, "gripper_mode_action": {"mean": [0.0, 0.49874686716791977], "std": [0.0, 0.49999842965563784], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_action": {"mean": [2.0, 1.8934837092731829], "std": [0.0, 0.40662760498164585], "min": [2, 0], "max": [2, 2], "count": [798]}}} +{"episode_index": 357, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.996078431372549]]], "mean": [[[0.44104352789680995]], [[0.4143330641583344]], [[0.4203380905618318]]], "std": [[[0.19462203241646875]], [[0.19279213348406932]], [[0.1928627443587852]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3947768268731333]], [[0.38935619427130674]], [[0.3848482110007358]]], "std": [[[0.23287045705782713]], [[0.22360025719153367]], [[0.2237516955040652]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5199872933168853]], [[0.5009958352270267]], [[0.49868765825866773]]], "std": [[[0.20377215667966417]], [[0.20111073239676858]], [[0.2080107522470966]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47611977611132755]], [[0.4539279246742847]], [[0.4619258280850972]]], "std": [[[0.27819800777243253]], [[0.26793418659940743]], [[0.2713413142731184]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31039100885391235, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11901399493217468, 0.3579844832420349, -0.5527457594871521, -1.4563376903533936, 0.25153684616088867, -0.2638937830924988, -0.028379054740071297, -0.3473939895629883, -0.49567198753356934, 0.19189900159835815, 0.8181082010269165, -2.6448187828063965, 0.7456113696098328, 1001.0, 173.0, 0.00018046832701656967, -0.2238408923149109, -0.8361265063285828, 1.9089075326919556, -1.06822669506073, -0.00019079835328739136], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3318394720554352, 0.6852511763572693, -0.2088111937046051, -1.0728365182876587, 1.4632490873336792, 0.22563616931438446, 0.8241444826126099, -0.300929993391037, -0.428164005279541, 0.23417900502681732, 1.5732269287109375, -1.1208869218826294, 1.4144558906555176, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361225128173828, 1.9089179039001465, -1.0681934356689453, 0.00017845815455075353], "mean": [-0.19951821863651276, 0.6046698093414307, 0.4514009654521942, -1.4119563102722168, -0.2538999319076538, -0.12053191661834717, 0.028271080926060677, -0.3103344738483429, 0.4675721526145935, 0.22823835909366608, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.26178082823753357, 0.504368245601654, -0.38937562704086304, -1.214611530303955, 1.1443910598754883, 0.08215078711509705, 0.5362544059753418, -0.3221754729747772, -0.4698466956615448, 0.20858998596668243, 1.1066741943359375, -2.2302229404449463, 1.1531938314437866, 1001.0, 560.3085327148438, 0.00018046800687443465, -0.22382663190364838, -0.8361217379570007, 1.908926010131836, -1.0682088136672974, 0.00011915085633518174], "std": [2.6148889446631074e-05, 1.561577300890349e-05, 2.1889338313485496e-05, 2.4797560399747454e-05, 2.470845174684655e-05, 1.6470939954160713e-05, 1.8059359717881307e-05, 1.4492014997813385e-05, 7.890607776062097e-06, 1.166492893389659e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.053289324045181274, 0.1053302064538002, 0.0913577601313591, 0.10367460548877716, 0.33516713976860046, 0.14169788360595703, 0.20220492780208588, 0.013841596432030201, 0.020866233855485916, 0.012645535171031952, 0.2246624380350113, 0.4122435450553894, 0.21615980565547943, 0.0, 402.88616943359375, 3.2014213502407074e-10, 1.6682355408192961e-06, 2.6266006898367777e-06, 1.2968535884283483e-05, 7.052329692669446e-06, 0.0001175463548861444], "count": [807]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31039100885391235, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11901399493217468, 0.3579844832420349, -0.5527457594871521, -1.4563376903533936, 0.25153684616088867, -0.2638937830924988, -0.028379054740071297, -0.3473939895629883, -0.49567198753356934, 0.19189900159835815, 0.8181082010269165, -2.6448187828063965, 0.7456113696098328, 1001.0, 173.0, 0.00018046832701656967, -0.2238408923149109, -0.8361265063285828, 1.9089075326919556, -1.06822669506073, -0.00019079835328739136], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12046262621879578, 0.02834414690732956, -0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3318394720554352, 0.6852511763572693, -0.2088111937046051, -1.0728365182876587, 1.4632490873336792, 0.22563616931438446, 0.8241444826126099, -0.300929993391037, -0.428164005279541, 0.23417900502681732, 1.5732269287109375, -1.1208869218826294, 1.4144558906555176, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361225128173828, 1.9089179039001465, -1.0681934356689453, 0.00017845815455075353], "mean": [-0.19951824843883514, 0.6046698093414307, 0.45140087604522705, -1.4119563102722168, -0.25389984250068665, -0.12053191661834717, 0.028271101415157318, -0.3103344738483429, 0.4675721824169159, 0.22823838889598846, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.2618005871772766, 0.5042551159858704, -0.3893171548843384, -1.2143498659133911, 1.1450061798095703, 0.08199507743120193, 0.5368065237998962, -0.3222210705280304, -0.46984031796455383, 0.2085815817117691, 1.10654616355896, -2.230983257293701, 1.153527021408081, 1001.0, 560.3085327148438, 0.00018046800687443465, -0.22382666170597076, -0.8361217379570007, 1.908926010131836, -1.0682088136672974, 0.00011958607501583174], "std": [2.6103531126864254e-05, 1.561577300890349e-05, 2.1831388949067332e-05, 2.4866543753887527e-05, 2.4611017579445615e-05, 1.647093813517131e-05, 1.807376065698918e-05, 1.4490106877929065e-05, 7.86685268394649e-06, 1.1670693311316427e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.053269218653440475, 0.10527133196592331, 0.09133315086364746, 0.10344182699918747, 0.3339875638484955, 0.14198872447013855, 0.2012695074081421, 0.013862770982086658, 0.020867731422185898, 0.01263474766165018, 0.22442655265331268, 0.4107629656791687, 0.2157393991947174, 0.0, 402.8861999511719, 3.2014213502407074e-10, 1.6839098861964885e-06, 2.6251923372910824e-06, 1.2968535884283483e-05, 7.0512805905309506e-06, 0.00011706226359819993], "count": [807]}, "timestamp": {"min": [0.0], "max": [26.866666666666667], "mean": [13.433333333333334], "std": [7.765355158699488], "count": [807]}, "frame_index": {"min": [0], "max": [806], "mean": [403.0], "std": [232.96065476098462], "count": [807]}, "episode_index": {"min": [361], "max": [361], "mean": [361.0], "std": [0.0], "count": [807]}, "index": {"min": [295032], "max": [295838], "mean": [295435.0], "std": [232.96065476098462], "count": [807]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [807]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5603060689483581], "std": [0.0, 0.402883914852985], "count": [807]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5603060689483581], "std": [0.0, 0.402883914852985], "count": [807]}, "eef_direction_state": {"mean": [6.0, 4.8983890954151175], "std": [0.0, 1.8391541836687049], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_state": {"mean": [0.0, 0.32342007434944237], "std": [0.0, 0.46778149798516466], "min": [0, 0], "max": [0, 1], "count": [807]}, "eef_acc_mag_state": {"mean": [0.0, 0.24907063197026022], "std": [0.0, 0.5942066477584812], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_direction_action": {"mean": [6.0, 4.8983890954151175], "std": [0.0, 1.8391541836687049], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_action": {"mean": [0.0, 0.32342007434944237], "std": [0.0, 0.46778149798516466], "min": [0, 0], "max": [0, 1], "count": [807]}, "eef_acc_mag_action": {"mean": [0.0, 0.24907063197026022], "std": [0.0, 0.5942066477584812], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_sim_pose_state": {"mean": [-0.31033432483673096, 0.46757233142852783, 0.22823850810527802, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3221752345561981, -0.46984636783599854, 0.20859001576900482, 1.1066738367080688, -2.2302193641662598, 1.1531951427459717], "std": [1.4491452020592988e-05, 7.888677828304935e-06, 1.1663752047752496e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.013841594569385052, 0.020866243168711662, 0.012645531445741653, 0.22466248273849487, 0.4122435450553894, 0.21615982055664062], "min": [-0.31039100885391235, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3473939895629883, -0.49567198753356934, 0.19189900159835815, 0.8181082010269165, -2.6448187828063965, 0.7456113696098328], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.300929993391037, -0.428164005279541, 0.23417900502681732, 1.5732269287109375, -1.1208869218826294, 1.4144558906555176], "count": [807]}, "eef_sim_pose_action": {"mean": [-0.3103344738483429, 0.4675721526145935, 0.22823835909366608, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.3221754729747772, -0.4698466956615448, 0.20858998596668243, 1.1066741943359375, -2.2302229404449463, 1.1531938314437866], "std": [1.4492014997813385e-05, 7.890607776062097e-06, 1.166492893389659e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.013841596432030201, 0.020866233855485916, 0.012645535171031952, 0.2246624380350113, 0.4122435450553894, 0.21615980565547943], "min": [-0.31039100885391235, 0.4675480127334595, 0.22819900512695312, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3473939895629883, -0.49567198753356934, 0.19189900159835815, 0.8181082010269165, -2.6448187828063965, 0.7456113696098328], "max": [-0.3102869987487793, 0.46759501099586487, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.300929993391037, -0.428164005279541, 0.23417900502681732, 1.5732269287109375, -1.1208869218826294, 1.4144558906555176], "count": [807]}, "gripper_mode_state": {"mean": [0.0, 0.5241635687732342], "std": [0.0, 0.49941578063187003], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_state": {"mean": [2.0, 1.8909541511771994], "std": [0.0, 0.41112769222046447], "min": [2, 0], "max": [2, 2], "count": [807]}, "gripper_mode_action": {"mean": [0.0, 0.5241635687732342], "std": [0.0, 0.49941578063187003], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_action": {"mean": [2.0, 1.8909541511771994], "std": [0.0, 0.41112769222046447], "min": [2, 0], "max": [2, 2], "count": [807]}}} +{"episode_index": 358, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.43899222630718954]], [[0.41302063997821353]], [[0.41919808142701526]]], "std": [[[0.19482173507246686]], [[0.19313058895910198]], [[0.19336396955786836]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3956633537581699]], [[0.38972868464052285]], [[0.3851835784313725]]], "std": [[[0.2340828339574819]], [[0.22396605779029516]], [[0.22414124706029748]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5196635729847494]], [[0.5006902015250545]], [[0.4982480569172113]]], "std": [[[0.20353121268906108]], [[0.20095027782932315]], [[0.20774133985065102]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47233066721132894]], [[0.44920485430283225]], [[0.4594342946623094]]], "std": [[[0.27334500537800827]], [[0.26010067661126457]], [[0.2643323074901336]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09491100907325745, 0.39070940017700195, -0.4703487753868103, -1.5511788129806519, 0.2537883222103119, -0.12061969935894012, -0.028379054740071297, -0.3307569921016693, -0.5004240274429321, 0.17816799879074097, 0.7170792818069458, -2.4313106536865234, 0.7456094622612, 1001.0, 181.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9089068174362183, -1.0682425498962402, 0.0001594732457306236], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3500083386898041, 0.7597941756248474, -0.18081609904766083, -1.197906732559204, 1.4465113878250122, 0.30373963713645935, 0.6235363483428955, -0.24187299609184265, -0.42542099952697754, 0.2422730028629303, 1.638936161994934, -1.121137022972107, 1.3449488878250122, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361225128173828, 1.9089186191558838, -1.0681934356689453, 0.000169914957950823], "mean": [-0.1995195895433426, 0.6046622395515442, 0.45139333605766296, -1.4119547605514526, -0.2538948357105255, -0.1205357238650322, 0.028272733092308044, -0.31033337116241455, 0.4675731062889099, 0.22823721170425415, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.22875729203224182, 0.5562373995780945, -0.35564950108528137, -1.3549554347991943, 1.0746757984161377, 0.12353523075580597, 0.3882179856300354, -0.29749351739883423, -0.4682157635688782, 0.21207886934280396, 1.1413493156433105, -2.0960850715637207, 1.072654366493225, 1001.0, 572.2664794921875, 0.00018046800687443465, -0.22382669150829315, -0.8361217379570007, 1.908926010131836, -1.0682170391082764, 0.00016355158004444093], "std": [2.591222983028274e-05, 1.6688840332790278e-05, 2.282229434058536e-05, 2.479988324921578e-05, 2.2843438273412175e-05, 1.5539992091362365e-05, 1.9939019693993032e-05, 1.4687590919493232e-05, 7.893786460044794e-06, 1.1931171684409492e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.07949826121330261, 0.1144784614443779, 0.08613217622041702, 0.11207295954227448, 0.29848524928092957, 0.13426640629768372, 0.15192990005016327, 0.02327723056077957, 0.025530414655804634, 0.020142914727330208, 0.2843134105205536, 0.34298449754714966, 0.17578688263893127, 0.0, 399.78936767578125, 3.2014213502407074e-10, 1.4702128510180046e-06, 3.2444725093228044e-06, 1.3491927347786259e-05, 1.0161373211303726e-05, 1.2806015092792222e-06], "count": [803]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09491100907325745, 0.39070940017700195, -0.4703487753868103, -1.5511788129806519, 0.2537883222103119, -0.12061969935894012, -0.028379054740071297, -0.3307569921016693, -0.5004240274429321, 0.17816799879074097, 0.7170792818069458, -2.4313106536865234, 0.7456094622612, 1001.0, 181.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9089068174362183, -1.0682425498962402, 0.0001594732457306236], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3500083386898041, 0.7597941756248474, -0.18081609904766083, -1.197906732559204, 1.4465113878250122, 0.30373963713645935, 0.6235363483428955, -0.24187299609184265, -0.42542099952697754, 0.2422730028629303, 1.638936161994934, -1.121137022972107, 1.3449488878250122, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361225128173828, 1.9089186191558838, -1.0681934356689453, 0.000169914957950823], "mean": [-0.1995195746421814, 0.6046622395515442, 0.45139336585998535, -1.4119547605514526, -0.2538949251174927, -0.12053576856851578, 0.028272690251469612, -0.31033340096473694, 0.4675731062889099, 0.22823722660541534, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.22878926992416382, 0.5562840104103088, -0.35566678643226624, -1.3548457622528076, 1.0754272937774658, 0.12361465394496918, 0.3886311650276184, -0.29751822352409363, -0.4682087302207947, 0.21208874881267548, 1.1410317420959473, -2.0968968868255615, 1.0728650093078613, 1001.0, 572.2664794921875, 0.00018046800687443465, -0.22382669150829315, -0.8361217379570007, 1.908926010131836, -1.0682170391082764, 0.00016355040133930743], "std": [2.591437441878952e-05, 1.6709451301721856e-05, 2.2831187379779294e-05, 2.474021675880067e-05, 2.2911670384928584e-05, 1.552977118990384e-05, 1.985922244784888e-05, 1.4687437214888632e-05, 7.89642126619583e-06, 1.1926006663998123e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.07949164509773254, 0.11450584977865219, 0.08615274727344513, 0.11206010729074478, 0.2971760332584381, 0.1341409981250763, 0.151247039437294, 0.02330140583217144, 0.025531379505991936, 0.020152747631072998, 0.2839735448360443, 0.34144678711891174, 0.17549610137939453, 0.0, 399.78936767578125, 3.2014213502407074e-10, 1.4702128510180046e-06, 3.2433270007459214e-06, 1.348985551885562e-05, 1.0161054888158105e-05, 1.2804237030650256e-06], "count": [803]}, "timestamp": {"min": [0.0], "max": [26.733333333333334], "mean": [13.366666666666665], "std": [7.726865111055353], "count": [803]}, "frame_index": {"min": [0], "max": [802], "mean": [401.0], "std": [231.80595333166056], "count": [803]}, "episode_index": {"min": [362], "max": [362], "mean": [362.0], "std": [0.0], "count": [803]}, "index": {"min": [295839], "max": [296641], "mean": [296240.0], "std": [231.80595333166056], "count": [803]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [803]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5722615166589302], "std": [0.0, 0.3997857625791309], "count": [803]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5722615166589302], "std": [0.0, 0.39978576257913084], "count": [803]}, "eef_direction_state": {"mean": [6.0, 4.767123287671233], "std": [0.0, 2.0029405701405603], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.0, 0.3287671232876712], "std": [0.0, 0.4750374953439283], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.0, 0.25404732254047324], "std": [0.0, 0.5927901669810478], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_direction_action": {"mean": [6.0, 4.767123287671233], "std": [0.0, 2.0029405701405603], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.0, 0.3287671232876712], "std": [0.0, 0.4750374953439283], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.0, 0.25404732254047324], "std": [0.0, 0.5927901669810478], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [-0.31033334136009216, 0.4675730764865875, 0.2282373160123825, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2974936366081238, -0.4682158827781677, 0.21207894384860992, 1.1413486003875732, -2.096086263656616, 1.072655439376831], "std": [1.4687593647977337e-05, 7.893890142440796e-06, 1.193073967442615e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02327723056077957, 0.025530407205224037, 0.02014290913939476, 0.284313440322876, 0.3429846465587616, 0.1757868528366089], "min": [-0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3307569921016693, -0.5004240274429321, 0.17816799879074097, 0.7170792818069458, -2.4313106536865234, 0.7456094622612], "max": [-0.3102850019931793, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24187299609184265, -0.42542099952697754, 0.2422730028629303, 1.638936161994934, -1.121137022972107, 1.3449488878250122], "count": [803]}, "eef_sim_pose_action": {"mean": [-0.31033337116241455, 0.4675731062889099, 0.22823721170425415, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.29749351739883423, -0.4682157635688782, 0.21207886934280396, 1.1413493156433105, -2.0960850715637207, 1.072654366493225], "std": [1.4687590919493232e-05, 7.893786460044794e-06, 1.1931171684409492e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.02327723056077957, 0.025530414655804634, 0.020142914727330208, 0.2843134105205536, 0.34298449754714966, 0.17578688263893127], "min": [-0.3103789985179901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3307569921016693, -0.5004240274429321, 0.17816799879074097, 0.7170792818069458, -2.4313106536865234, 0.7456094622612], "max": [-0.3102850019931793, 0.46759599447250366, 0.22827300429344177, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24187299609184265, -0.42542099952697754, 0.2422730028629303, 1.638936161994934, -1.121137022972107, 1.3449488878250122], "count": [803]}, "gripper_mode_state": {"mean": [0.0, 0.5155666251556662], "std": [0.0, 0.49975762143389274], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_state": {"mean": [2.0, 1.8941469489414695], "std": [0.0, 0.40544625209454516], "min": [2, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.0, 0.5155666251556662], "std": [0.0, 0.49975762143389274], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_action": {"mean": [2.0, 1.8941469489414695], "std": [0.0, 0.40544625209454516], "min": [2, 0], "max": [2, 2], "count": [803]}}} +{"episode_index": 359, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.43942911395741097]], [[0.4129842939595193]], [[0.419547800706304]]], "std": [[[0.19477468631170122]], [[0.19275654154160268]], [[0.19310595269105613]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3964077614379085]], [[0.38972382063040273]], [[0.3844164531941809]]], "std": [[[0.23410776172097236]], [[0.2234746343217641]], [[0.22358855916535952]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5193984951507484]], [[0.50043561827957]], [[0.4981641985557664]]], "std": [[[0.20341505243470992]], [[0.20075751139139755]], [[0.20762330614883823]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46317739168247946]], [[0.44406912160025297]], [[0.4539065174994729]]], "std": [[[0.28127838413218703]], [[0.26698850317970335]], [[0.2708569339562705]]], "count": [155]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46754300594329834, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12381365150213242, 0.36594316363334656, -0.6547951698303223, -1.4313794374465942, 0.25357890129089355, -0.12280136346817017, -0.02834414690732956, -0.337336003780365, -0.5238710045814514, 0.18485300242900848, 0.6799748539924622, -2.622361183166504, 0.7215367555618286, 1001.0, 185.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9089059829711914, -1.0682330131530762, 0.00015567627269774675], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102949857711792, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4718497693538666, 0.7636339068412781, -0.2065073549747467, -1.0461503267288208, 1.5247021913528442, 0.3799930810928345, 0.7563209533691406, -0.28134098649024963, -0.444364994764328, 0.24757400155067444, 1.5732269287109375, -1.121137022972107, 1.30890953540802, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361145853996277, 1.908927321434021, -1.0681204795837402, 0.00017276269500143826], "mean": [-0.19951723515987396, 0.604658842086792, 0.4513860046863556, -1.411953330039978, -0.253896564245224, -0.12053600698709488, 0.028282782062888145, -0.3103325068950653, 0.4675738513469696, 0.22823917865753174, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.3694134056568146, 0.559062123298645, -0.47091519832611084, -1.1795308589935303, 1.2086519002914429, 0.21070531010627747, 0.4637947082519531, -0.3112671971321106, -0.4907016456127167, 0.2161186784505844, 0.9876732230186462, -2.250962734222412, 1.0347158908843994, 1001.0, 541.0694580078125, 0.00018046799232251942, -0.2238268107175827, -0.8361212015151978, 1.9089277982711792, -1.06816565990448, 0.00016193423653021455], "std": [2.566018702054862e-05, 1.734348916215822e-05, 2.266366755065974e-05, 2.3405556930811144e-05, 2.3062668333295733e-05, 1.5414554582093842e-05, 1.9688266547746025e-05, 1.4064949027670082e-05, 7.835497854102869e-06, 1.1599936442507897e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08429767936468124, 0.12569226324558258, 0.12531347572803497, 0.10843657702207565, 0.34855449199676514, 0.16878089308738708, 0.19838933646678925, 0.015660328790545464, 0.02505207434296608, 0.017953282222151756, 0.25042402744293213, 0.4181196093559265, 0.19652406871318817, 0.0, 395.6584167480469, 3.346940502524376e-10, 1.96659652829112e-06, 2.8304234547249507e-06, 9.709850019135047e-06, 2.7505609978106804e-05, 1.952725597220706e-06], "count": [835]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.46754300594329834, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12381365150213242, 0.36594316363334656, -0.6547951698303223, -1.4313794374465942, 0.25357890129089355, -0.12280136346817017, -0.02834414690732956, -0.337336003780365, -0.5238710045814514, 0.18485300242900848, 0.6799748539924622, -2.622361183166504, 0.7215367555618286, 1001.0, 185.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9089059829711914, -1.0682330131530762, 0.00015567627269774675], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25382325053215027, -0.12048007547855377, 0.02834414690732956, -0.3102949857711792, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4718497693538666, 0.7636339068412781, -0.2065073549747467, -1.0461503267288208, 1.5247021913528442, 0.3799930810928345, 0.7563209533691406, -0.28134098649024963, -0.444364994764328, 0.24757400155067444, 1.5732269287109375, -1.121137022972107, 1.30890953540802, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361145853996277, 1.908927321434021, -1.0681204795837402, 0.00017276269500143826], "mean": [-0.19951722025871277, 0.604658842086792, 0.451386034488678, -1.411953330039978, -0.2538966238498688, -0.12053600698709488, 0.028282824903726578, -0.3103324770927429, 0.4675738513469696, 0.22823913395404816, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, 0.3696180582046509, 0.5590519309043884, -0.4710623621940613, -1.1792385578155518, 1.2094367742538452, 0.21075402200222015, 0.4642237424850464, -0.311298668384552, -0.49073249101638794, 0.2161162793636322, 0.9873511791229248, -2.2517812252044678, 1.0349265336990356, 1001.0, 541.0718383789062, 0.00018046799232251942, -0.2238267958164215, -0.8361212015151978, 1.9089277982711792, -1.0681655406951904, 0.00016193311603274196], "std": [2.5660394385340624e-05, 1.734348916215822e-05, 2.2646065190201625e-05, 2.3375598175334744e-05, 2.3023914764053188e-05, 1.5414554582093842e-05, 1.967028401850257e-05, 1.4082265806791838e-05, 7.840508260414936e-06, 1.159321254817769e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.08409231901168823, 0.12568891048431396, 0.12536270916461945, 0.10813798010349274, 0.3471389412879944, 0.16869106888771057, 0.1977110505104065, 0.015684744343161583, 0.025039466097950935, 0.017951814457774162, 0.24984288215637207, 0.416573166847229, 0.19630882143974304, 0.0, 395.6618957519531, 3.346940502524376e-10, 1.9565943603083724e-06, 2.829976210705354e-06, 9.696239430923015e-06, 2.7460468118079007e-05, 1.952774482560926e-06], "count": [835]}, "timestamp": {"min": [0.0], "max": [27.8], "mean": [13.9], "std": [8.03478548424149], "count": [835]}, "frame_index": {"min": [0], "max": [834], "mean": [417.0], "std": [241.04356452724474], "count": [835]}, "episode_index": {"min": [363], "max": [363], "mean": [363.0], "std": [0.0], "count": [835]}, "index": {"min": [296642], "max": [297476], "mean": [297059.0], "std": [241.04356452724474], "count": [835]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [835]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.540706588247579], "std": [0.0, 0.3952373779470195], "count": [835]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.540706588247579], "std": [0.0, 0.3952373779470195], "count": [835]}, "eef_direction_state": {"mean": [6.0, 4.820359281437126], "std": [0.0, 1.9090248607132085], "min": [6, 0], "max": [6, 6], "count": [835]}, "eef_velocity_state": {"mean": [0.0, 0.3377245508982036], "std": [0.0, 0.47545965990780875], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_acc_mag_state": {"mean": [0.0, 0.26107784431137726], "std": [0.0, 0.6064375507191937], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_direction_action": {"mean": [6.0, 4.820359281437126], "std": [0.0, 1.9090248607132085], "min": [6, 0], "max": [6, 6], "count": [835]}, "eef_velocity_action": {"mean": [0.0, 0.3377245508982036], "std": [0.0, 0.47545965990780875], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_acc_mag_action": {"mean": [0.0, 0.26107784431137726], "std": [0.0, 0.6064375507191937], "min": [0, 0], "max": [0, 2], "count": [835]}, "eef_sim_pose_state": {"mean": [-0.31033241748809814, 0.4675738215446472, 0.22823911905288696, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.31126728653907776, -0.49070170521736145, 0.21611879765987396, 0.9876757264137268, -2.2509663105010986, 1.0347142219543457], "std": [1.4064451534068212e-05, 7.835521500965115e-06, 1.1599812751228455e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.015660326927900314, 0.025052087381482124, 0.017953278496861458, 0.25042396783828735, 0.418119341135025, 0.1965240240097046], "min": [-0.31037500500679016, 0.46754300594329834, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.337336003780365, -0.5238710045814514, 0.18485300242900848, 0.6799748539924622, -2.622361183166504, 0.7215367555618286], "max": [-0.3102949857711792, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28134098649024963, -0.444364994764328, 0.24757400155067444, 1.5732269287109375, -1.121137022972107, 1.30890953540802], "count": [835]}, "eef_sim_pose_action": {"mean": [-0.3103325068950653, 0.4675738513469696, 0.22823917865753174, -1.5732390880584717, -1.121142029762268, -0.7462767362594604, -0.3112671971321106, -0.4907016456127167, 0.2161186784505844, 0.9876732230186462, -2.250962734222412, 1.0347158908843994], "std": [1.4064949027670082e-05, 7.835497854102869e-06, 1.1599936442507897e-05, 1.2159347534179688e-05, 5.0067901611328125e-06, 1.1324882507324219e-06, 0.015660328790545464, 0.02505207434296608, 0.017953282222151756, 0.25042402744293213, 0.4181196093559265, 0.19652406871318817], "min": [-0.31037500500679016, 0.46754300594329834, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.337336003780365, -0.5238710045814514, 0.18485300242900848, 0.6799748539924622, -2.622361183166504, 0.7215367555618286], "max": [-0.3102949857711792, 0.46759700775146484, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28134098649024963, -0.444364994764328, 0.24757400155067444, 1.5732269287109375, -1.121137022972107, 1.30890953540802], "count": [835]}, "gripper_mode_state": {"mean": [0.0, 0.555688622754491], "std": [0.0, 0.49688909959437744], "min": [0, 0], "max": [0, 1], "count": [835]}, "gripper_activity_state": {"mean": [2.0, 1.8958083832335328], "std": [0.0, 0.4034808565550164], "min": [2, 0], "max": [2, 2], "count": [835]}, "gripper_mode_action": {"mean": [0.0, 0.555688622754491], "std": [0.0, 0.49688909959437744], "min": [0, 0], "max": [0, 1], "count": [835]}, "gripper_activity_action": {"mean": [2.0, 1.8958083832335328], "std": [0.0, 0.4034808565550164], "min": [2, 0], "max": [2, 2], "count": [835]}}} +{"episode_index": 360, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43838825844226575]], [[0.4117079003267974]], [[0.41748972494553377]]], "std": [[[0.19446570677528857]], [[0.19269795637376746]], [[0.1929621500364667]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.39546465141612197]], [[0.38898038262527235]], [[0.38344657135076254]]], "std": [[[0.2348245634515128]], [[0.2238960276553805]], [[0.22404953251931944]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5186676239106754]], [[0.4997463984204793]], [[0.4971919458061002]]], "std": [[[0.20308113070233444]], [[0.20053029655052956]], [[0.2073522748943964]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678933496732026]], [[0.44765889569716777]], [[0.45926398284313724]]], "std": [[[0.28886101291210187]], [[0.276143865615307]], [[0.279488953413145]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1506568193435669, 0.38091811537742615, -0.550023078918457, -1.4458831548690796, 0.2537883222103119, -0.2186024785041809, -0.02834414690732956, -0.3357900083065033, -0.5246850252151489, 0.1977819949388504, 0.6812146902084351, -2.6574506759643555, 0.7341612577438354, 1001.0, 191.0, 0.00018046832701656967, -0.22383148968219757, -0.8361225128173828, 1.9089123010635376, -1.0681949853897095, 0.00015187928511295468], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4838227331638336, 0.7675260305404663, -0.1857903003692627, -0.9412036538124084, 1.4615910053253174, 0.45434409379959106, 0.8911302089691162, -0.25276899337768555, -0.4627310037612915, 0.28255900740623474, 1.5755295753479004, -1.121137022972107, 1.216738224029541, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361138105392456, 1.9089281558990479, -1.068111777305603, 0.00016611797036603093], "mean": [-0.19952033460140228, 0.6046665906906128, 0.4513872563838959, -1.4119549989700317, -0.2538975179195404, -0.12053771317005157, 0.028284337371587753, -0.310330331325531, 0.4675748348236084, 0.22824211418628693, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.39635148644447327, 0.5532878637313843, -0.4249306619167328, -1.100091576576233, 1.1278412342071533, 0.18909408152103424, 0.6246631145477295, -0.30389145016670227, -0.494699627161026, 0.23202069103717804, 1.1353732347488403, -2.2565157413482666, 0.9895845651626587, 1001.0, 557.5626831054688, 0.00018046800687443465, -0.22382651269435883, -0.83612060546875, 1.9089312553405762, -1.0681310892105103, 0.0001597804803168401], "std": [2.5976705728680827e-05, 1.61578554980224e-05, 2.3124825020204298e-05, 2.472836058586836e-05, 2.144891732314136e-05, 1.621609044377692e-05, 2.0503699488472193e-05, 1.5024128515506163e-05, 8.21455705590779e-06, 1.2063900612702128e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.08609851449728012, 0.13228309154510498, 0.08098297566175461, 0.14670509099960327, 0.30823150277137756, 0.21382427215576172, 0.23578771948814392, 0.025339040905237198, 0.02238517440855503, 0.02743484266102314, 0.32045280933380127, 0.4033922851085663, 0.16651345789432526, 0.0, 394.170654296875, 3.2014213502407074e-10, 1.3236352742751478e-06, 4.217833065922605e-06, 9.572635462973267e-06, 1.9713423171197064e-05, 1.6436554233223433e-06], "count": [798]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038698554039, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1506568193435669, 0.38091811537742615, -0.550023078918457, -1.4458831548690796, 0.2537883222103119, -0.2186024785041809, -0.02834414690732956, -0.3357900083065033, -0.5246850252151489, 0.1977819949388504, 0.6812146902084351, -2.6574506759643555, 0.7341612577438354, 1001.0, 191.0, 0.00018046832701656967, -0.22383148968219757, -0.8361225128173828, 1.9089123010635376, -1.0681949853897095, 0.00015187928511295468], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4838227331638336, 0.7675260305404663, -0.1857903003692627, -0.9412036538124084, 1.4615910053253174, 0.45434409379959106, 0.8911302089691162, -0.25276899337768555, -0.4627310037612915, 0.28255900740623474, 1.5755295753479004, -1.121137022972107, 1.216738224029541, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361138105392456, 1.9089281558990479, -1.068111777305603, 0.00016611797036603093], "mean": [-0.1995202749967575, 0.6046665906906128, 0.4513871669769287, -1.4119552373886108, -0.2538975179195404, -0.12053769081830978, 0.028284316882491112, -0.310330331325531, 0.4675748944282532, 0.22824212908744812, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.3965931236743927, 0.5532415509223938, -0.42497479915618896, -1.0995783805847168, 1.1286057233810425, 0.1889735460281372, 0.6255851984024048, -0.30392277240753174, -0.49472561478614807, 0.23204654455184937, 1.1353654861450195, -2.257481575012207, 0.9897341728210449, 1001.0, 557.5614013671875, 0.00018046800687443465, -0.22382651269435883, -0.83612060546875, 1.9089312553405762, -1.0681309700012207, 0.00015977809380274266], "std": [2.6029445507447235e-05, 1.616596637177281e-05, 2.314684388693422e-05, 2.4727536583668552e-05, 2.144891732314136e-05, 1.623567186470609e-05, 2.050510920525994e-05, 1.5020853425085079e-05, 8.217625691031571e-06, 1.2065405826433562e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.08581563830375671, 0.13227157294750214, 0.08100687712430954, 0.14632879197597504, 0.306816041469574, 0.21402591466903687, 0.23466864228248596, 0.025362351909279823, 0.022365685552358627, 0.02744099497795105, 0.32044246792793274, 0.4015916883945465, 0.16634798049926758, 0.0, 394.1689453125, 3.2014213502407074e-10, 1.3236352742751478e-06, 4.219777565594995e-06, 9.561244041833561e-06, 1.968019023479428e-05, 1.6441003936051857e-06], "count": [798]}, "timestamp": {"min": [0.0], "max": [26.566666666666666], "mean": [13.283333333333333], "std": [7.678752551081506], "count": [798]}, "frame_index": {"min": [0], "max": [797], "mean": [398.5], "std": [230.3625765324452], "count": [798]}, "episode_index": {"min": [364], "max": [364], "mean": [364.0], "std": [0.0], "count": [798]}, "index": {"min": [297477], "max": [298274], "mean": [297875.5], "std": [230.3625765324452], "count": [798]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [798]}, "gripper_open_scale_state": {"min": [1.0, 0.19099999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5566491230874133], "std": [0.0, 0.3931394264409147], "count": [798]}, "gripper_open_scale_action": {"min": [1.0, 0.19099999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5566491230874133], "std": [0.0, 0.3931394264409147], "count": [798]}, "eef_direction_state": {"mean": [6.0, 4.87218045112782], "std": [0.0, 1.9340512902977847], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_state": {"mean": [0.0, 0.32456140350877194], "std": [0.0, 0.47617233839616024], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_state": {"mean": [0.0, 0.2669172932330827], "std": [0.0, 0.6091888445280642], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_direction_action": {"mean": [6.0, 4.87218045112782], "std": [0.0, 1.9340512902977847], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_action": {"mean": [0.0, 0.32456140350877194], "std": [0.0, 0.47617233839616024], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_acc_mag_action": {"mean": [0.0, 0.2669172932330827], "std": [0.0, 0.6091888445280642], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_sim_pose_state": {"mean": [-0.3103303909301758, 0.46757441759109497, 0.2282419353723526, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30389145016670227, -0.49470004439353943, 0.2320207804441452, 1.1353744268417358, -2.2565176486968994, 0.9895862936973572], "std": [1.5023953892523423e-05, 8.205195626942441e-06, 1.2062767382303718e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.025339040905237198, 0.022385170683264732, 0.02743484266102314, 0.3204524517059326, 0.40339195728302, 0.16651324927806854], "min": [-0.31038698554039, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3357900083065033, -0.5246850252151489, 0.1977819949388504, 0.6812146902084351, -2.6574506759643555, 0.7341612577438354], "max": [-0.31029000878334045, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25276899337768555, -0.4627310037612915, 0.28255900740623474, 1.5755295753479004, -1.121137022972107, 1.216738224029541], "count": [798]}, "eef_sim_pose_action": {"mean": [-0.310330331325531, 0.4675748348236084, 0.22824211418628693, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.30389145016670227, -0.494699627161026, 0.23202069103717804, 1.1353732347488403, -2.2565157413482666, 0.9895845651626587], "std": [1.5024128515506163e-05, 8.21455705590779e-06, 1.2063900612702128e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.025339040905237198, 0.02238517440855503, 0.02743484266102314, 0.32045280933380127, 0.4033922851085663, 0.16651345789432526], "min": [-0.31038698554039, 0.4675480127334595, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3357900083065033, -0.5246850252151489, 0.1977819949388504, 0.6812146902084351, -2.6574506759643555, 0.7341612577438354], "max": [-0.31029000878334045, 0.4675990045070648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25276899337768555, -0.4627310037612915, 0.28255900740623474, 1.5755295753479004, -1.121137022972107, 1.216738224029541], "count": [798]}, "gripper_mode_state": {"mean": [0.0, 0.5413533834586466], "std": [0.0, 0.4982869631813776], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_state": {"mean": [2.0, 1.8909774436090225], "std": [0.0, 0.41209021202839324], "min": [2, 0], "max": [2, 2], "count": [798]}, "gripper_mode_action": {"mean": [0.0, 0.5413533834586466], "std": [0.0, 0.49828696318137755], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_action": {"mean": [2.0, 1.8909774436090225], "std": [0.0, 0.41209021202839324], "min": [2, 0], "max": [2, 2], "count": [798]}}} +{"episode_index": 361, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.43370660601437044]], [[0.4083377456390945]], [[0.4147747356944985]]], "std": [[[0.1959409921317741]], [[0.1949657028771343]], [[0.19454569794678428]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4021667370038523]], [[0.3941971050837554]], [[0.38855565294550487]]], "std": [[[0.2346406029295926]], [[0.22433380518828736]], [[0.22397117439769287]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5172892413864001]], [[0.49892281711249625]], [[0.4965961035904428]]], "std": [[[0.2030385083172846]], [[0.2009708832332804]], [[0.20784409914978594]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46662481063065403]], [[0.43968923272951566]], [[0.4491098720945332]]], "std": [[[0.2744696137678696]], [[0.2587767743444299]], [[0.2623451817306534]]], "count": [151]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13243557512760162, 0.34089770913124084, -0.6225764155387878, -1.4663732051849365, 0.2537883222103119, -0.12081168591976166, -0.028379054740071297, -0.32498499751091003, -0.5126339793205261, 0.11449600011110306, 0.6075683832168579, -2.530999183654785, 0.7462756037712097, 1001.0, 191.0, 0.00018046832701656967, -0.22382959723472595, -0.8361217379570007, 1.9089099168777466, -1.068214774131775, -1.0441701306262985e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.440172016620636, 0.6226287484169006, -0.21217967569828033, -1.1939098834991455, 1.3931043148040771, 0.4410272240638733, 0.5762903094291687, -0.2668980062007904, -0.4582050144672394, 0.2292499989271164, 1.5732269287109375, -1.121137022972107, 1.2840062379837036, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361138105392456, 1.9089257717132568, -1.0681530237197876, 0.00016137174679897726], "mean": [-0.19952407479286194, 0.6046662926673889, 0.4513847827911377, -1.4119559526443481, -0.2538967430591583, -0.120534747838974, 0.028275340795516968, -0.31032800674438477, 0.46757641434669495, 0.2282416820526123, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.33158355951309204, 0.49118781089782715, -0.4296119809150696, -1.2812589406967163, 1.0954222679138184, 0.1854526549577713, 0.3285243511199951, -0.30241382122039795, -0.48997941613197327, 0.18271088600158691, 1.0504275560379028, -2.151305675506592, 1.0368359088897705, 1001.0, 583.085693359375, 0.00018046800687443465, -0.2238265722990036, -0.8361205458641052, 1.9089314937591553, -1.068172812461853, 0.0001115306731662713], "std": [2.6019941287813708e-05, 1.4719445061928127e-05, 2.203986696258653e-05, 2.256457446492277e-05, 2.1954010662739165e-05, 1.45981603054679e-05, 1.8965232811751775e-05, 1.4609547179134097e-05, 8.02083650341956e-06, 1.1469882338133175e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.0785800889134407, 0.09129101037979126, 0.1299973875284195, 0.07029439508914948, 0.28050848841667175, 0.1641339659690857, 0.13828925788402557, 0.01705056056380272, 0.0162932388484478, 0.03255278617143631, 0.2676050066947937, 0.3574267327785492, 0.1595289707183838, 0.0, 396.262451171875, 3.2014213502407074e-10, 1.8541926465331926e-06, 2.389099108768278e-06, 1.2356119441392366e-05, 1.4658815416623838e-05, 6.647288682870567e-05], "count": [805]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038200855255127, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13243557512760162, 0.34089770913124084, -0.6225764155387878, -1.4663732051849365, 0.2537883222103119, -0.12081168591976166, -0.028379054740071297, -0.32498499751091003, -0.5126339793205261, 0.11449600011110306, 0.6075683832168579, -2.530999183654785, 0.7462756037712097, 1001.0, 191.0, 0.00018046832701656967, -0.22382959723472595, -0.8361217379570007, 1.9089099168777466, -1.068214774131775, -1.0441701306262985e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31027698516845703, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.440172016620636, 0.6226287484169006, -0.21217967569828033, -1.1939098834991455, 1.3931043148040771, 0.4410272240638733, 0.5762903094291687, -0.2668980062007904, -0.4582050144672394, 0.2292499989271164, 1.5732269287109375, -1.121137022972107, 1.2840062379837036, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361138105392456, 1.9089257717132568, -1.0681530237197876, 0.00016137174679897726], "mean": [-0.19952408969402313, 0.6046662926673889, 0.45138484239578247, -1.4119555950164795, -0.2538968026638031, -0.120534747838974, 0.028275299817323685, -0.31032800674438477, 0.46757644414901733, 0.2282417118549347, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.33167392015457153, 0.4912070333957672, -0.42969152331352234, -1.2811400890350342, 1.0962557792663574, 0.18554024398326874, 0.3289145529270172, -0.3024311363697052, -0.4899839162826538, 0.18269573152065277, 1.0500799417495728, -2.152194023132324, 1.037096619606018, 1001.0, 583.085693359375, 0.00018046800687443465, -0.2238265722990036, -0.83612060546875, 1.9089314937591553, -1.0681726932525635, 0.00011135495878988877], "std": [2.6019755750894547e-05, 1.4719445061928127e-05, 2.204130396421533e-05, 2.2556478143087588e-05, 2.190605846408289e-05, 1.45981603054679e-05, 1.896746107377112e-05, 1.4596905202779453e-05, 8.021711437322665e-06, 1.1458996596047655e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.07847004383802414, 0.09131649136543274, 0.13003043830394745, 0.07015389949083328, 0.2789991796016693, 0.16398948431015015, 0.1377239227294922, 0.01706567406654358, 0.01628755033016205, 0.03253444284200668, 0.26710745692253113, 0.35575082898139954, 0.15922509133815765, 0.0, 396.262451171875, 3.2014213502407074e-10, 1.856290737123345e-06, 2.436220938761835e-06, 1.2351199984550476e-05, 1.4664077752968296e-05, 6.65404659230262e-05], "count": [805]}, "timestamp": {"min": [0.0], "max": [26.8], "mean": [13.4], "std": [7.746110134914312], "count": [805]}, "frame_index": {"min": [0], "max": [804], "mean": [402.0], "std": [232.38330404742936], "count": [805]}, "episode_index": {"min": [365], "max": [365], "mean": [365.0], "std": [0.0], "count": [805]}, "index": {"min": [298275], "max": [299079], "mean": [298677.0], "std": [232.38330404742936], "count": [805]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [805]}, "gripper_open_scale_state": {"min": [1.0, 0.19099999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5820062109032033], "std": [0.0, 0.3951203085908798], "count": [805]}, "gripper_open_scale_action": {"min": [1.0, 0.19099999964237213], "max": [1.0, 1.0], "mean": [1.0, 0.5820062109032033], "std": [0.0, 0.39512030859087977], "count": [805]}, "eef_direction_state": {"mean": [6.0, 4.93664596273292], "std": [0.0, 1.8629332858298027], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.0, 0.3204968944099379], "std": [0.0, 0.4666675852076343], "min": [0, 0], "max": [0, 1], "count": [805]}, "eef_acc_mag_state": {"mean": [0.0, 0.19875776397515527], "std": [0.0, 0.5347533915450322], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_direction_action": {"mean": [6.0, 4.93664596273292], "std": [0.0, 1.8629332858298027], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.0, 0.3204968944099379], "std": [0.0, 0.4666675852076343], "min": [0, 0], "max": [0, 1], "count": [805]}, "eef_acc_mag_action": {"mean": [0.0, 0.19875776397515527], "std": [0.0, 0.5347533915450322], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [-0.31032800674438477, 0.46757620573043823, 0.2282416820526123, -1.573227047920227, -1.121137022972107, -0.7462756633758545, -0.3024137020111084, -0.48997992277145386, 0.18271097540855408, 1.0504286289215088, -2.1512997150421143, 1.0368330478668213], "std": [1.4609562640544027e-05, 8.017860636755358e-06, 1.1469880519143771e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.017050564289093018, 0.01629323698580265, 0.03255278989672661, 0.2676053047180176, 0.3574272096157074, 0.1595289707183838], "min": [-0.31038200855255127, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32498499751091003, -0.5126339793205261, 0.11449600011110306, 0.6075683832168579, -2.530999183654785, 0.7462756037712097], "max": [-0.31027698516845703, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2668980062007904, -0.4582050144672394, 0.2292499989271164, 1.5732269287109375, -1.121137022972107, 1.2840062379837036], "count": [805]}, "eef_sim_pose_action": {"mean": [-0.31032800674438477, 0.46757641434669495, 0.2282416820526123, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.30241382122039795, -0.48997941613197327, 0.18271088600158691, 1.0504275560379028, -2.151305675506592, 1.0368359088897705], "std": [1.4609547179134097e-05, 8.02083650341956e-06, 1.1469882338133175e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.01705056056380272, 0.0162932388484478, 0.03255278617143631, 0.2676050066947937, 0.3574267327785492, 0.1595289707183838], "min": [-0.31038200855255127, 0.46755099296569824, 0.22820399701595306, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.32498499751091003, -0.5126339793205261, 0.11449600011110306, 0.6075683832168579, -2.530999183654785, 0.7462756037712097], "max": [-0.31027698516845703, 0.46759501099586487, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2668980062007904, -0.4582050144672394, 0.2292499989271164, 1.5732269287109375, -1.121137022972107, 1.2840062379837036], "count": [805]}, "gripper_mode_state": {"mean": [0.0, 0.5105590062111801], "std": [0.0, 0.4998884949544533], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_state": {"mean": [2.0, 1.8919254658385094], "std": [0.0, 0.41041944236141936], "min": [2, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.0, 0.5105590062111801], "std": [0.0, 0.4998884949544533], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_action": {"mean": [2.0, 1.8919254658385094], "std": [0.0, 0.41041944236141936], "min": [2, 0], "max": [2, 2], "count": [805]}}} +{"episode_index": 362, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9803921568627451]]], "mean": [[[0.430356420073476]], [[0.4063507358281003]], [[0.4131615911615191]]], "std": [[[0.19633227008059545]], [[0.19572304913802702]], [[0.19494544900619543]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.404321737899953]], [[0.3956507993720364]], [[0.3896241362830535]]], "std": [[[0.23473502470299112]], [[0.22518200101374305]], [[0.22408565455174692]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5168622791981716]], [[0.4976868765752488]], [[0.4967310342710069]]], "std": [[[0.20281715803648856]], [[0.20092782268004758]], [[0.20810975123590802]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45958268320944934]], [[0.4333539410589944]], [[0.4428420652847196]]], "std": [[[0.27222240206035886]], [[0.25804423632089096]], [[0.2621615932249209]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.310371994972229, 0.4675529897212982, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16233307123184204, 0.26623252034187317, -0.6628411412239075, -1.4589905738830566, 0.25384068489074707, -0.12058479338884354, -0.02834414690732956, -0.3241199851036072, -0.5164890289306641, 0.08766499906778336, 0.7907533645629883, -2.497544050216675, 0.5681025981903076, 1001.0, 200.0, 0.00018046832701656967, -0.22383148968219757, -0.8361209630966187, 1.9089131355285645, -1.0681958198547363, 3.796982127823867e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.467602014541626, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40107664465904236, 0.6047216653823853, -0.2316226363182068, -1.1176565885543823, 1.2926082611083984, 0.4121595025062561, 0.6022258996963501, -0.25085198879241943, -0.4410479962825775, 0.23005099594593048, 1.6044588088989258, -1.121137022972107, 1.3490679264068604, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361161947250366, 1.9089257717132568, -1.0681506395339966, 2.4680384740349837e-05], "mean": [-0.1995236724615097, 0.6046687960624695, 0.45138490200042725, -1.4119552373886108, -0.2538956105709076, -0.12053539603948593, 0.028270702809095383, -0.31032881140708923, 0.4675760567188263, 0.22824250161647797, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.3167937099933624, 0.43075165152549744, -0.40703704953193665, -1.3230937719345093, 0.9681824445724487, 0.15520797669887543, 0.3115062713623047, -0.29395702481269836, -0.48681214451789856, 0.15764904022216797, 1.1484355926513672, -2.0882153511047363, 1.0229955911636353, 1001.0, 552.0960083007812, 0.00018046799232251942, -0.22382649779319763, -0.8361203074455261, 1.9089313745498657, -1.0681722164154053, 1.463542866986245e-05], "std": [2.623317232064437e-05, 1.5660258213756606e-05, 2.2300870114122517e-05, 2.4102690076688305e-05, 2.1927437046542764e-05, 1.5018157682789024e-05, 1.9906903617084026e-05, 1.3953068446426187e-05, 7.565292889921693e-06, 1.1168712262588087e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.068484827876091, 0.10121364146471024, 0.11320099234580994, 0.1059880256652832, 0.24809496104717255, 0.11981090158224106, 0.20333798229694366, 0.02293587289750576, 0.02408251166343689, 0.04383433982729912, 0.29067617654800415, 0.34857454895973206, 0.2357741743326187, 0.0, 388.8588562011719, 3.346940502524376e-10, 1.7320244296570309e-06, 2.5263525458285585e-06, 1.0887909411394503e-05, 1.2247033737367019e-05, 2.3736804450891213e-06], "count": [823]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.02816961333155632, -0.310371994972229, 0.4675529897212982, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.16233307123184204, 0.26623252034187317, -0.6628411412239075, -1.4589905738830566, 0.25384068489074707, -0.12058479338884354, -0.02834414690732956, -0.3241199851036072, -0.5164890289306641, 0.08766499906778336, 0.7907533645629883, -2.497544050216675, 0.5681025981903076, 1001.0, 200.0, 0.00018046832701656967, -0.22383148968219757, -0.8361209630966187, 1.9089131355285645, -1.0681958198547363, 3.796982127823867e-06], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31029000878334045, 0.467602014541626, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40107664465904236, 0.6047216653823853, -0.2316226363182068, -1.1176565885543823, 1.2926082611083984, 0.4121595025062561, 0.6022258996963501, -0.25085198879241943, -0.4410479962825775, 0.23005099594593048, 1.6044588088989258, -1.121137022972107, 1.3490679264068604, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361161947250366, 1.9089257717132568, -1.0681506395339966, 2.4680384740349837e-05], "mean": [-0.19952364265918732, 0.6046687960624695, 0.4513849914073944, -1.4119551181793213, -0.2538955807685852, -0.12053537368774414, 0.028270702809095383, -0.31032881140708923, 0.4675760567188263, 0.22824254631996155, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.3168190121650696, 0.4306116998195648, -0.4068969488143921, -1.323036789894104, 0.9687750935554504, 0.1554446816444397, 0.311759889125824, -0.2939628064632416, -0.4868282377719879, 0.15763196349143982, 1.1479936838150024, -2.0889408588409424, 1.0233192443847656, 1001.0, 552.0923461914062, 0.00018046799232251942, -0.22382649779319763, -0.8361203074455261, 1.9089313745498657, -1.0681720972061157, 1.4636581909144297e-05], "std": [2.623371619847603e-05, 1.564769263495691e-05, 2.2300237105810083e-05, 2.412799949524924e-05, 2.1927868147031404e-05, 1.5035292562970426e-05, 1.9906903617084026e-05, 1.395986691932194e-05, 7.554342573712347e-06, 1.1130704479000997e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.06844531744718552, 0.1010526493191719, 0.11321738362312317, 0.10595270991325378, 0.24696780741214752, 0.11945796012878418, 0.20304378867149353, 0.022940564900636673, 0.024074064567685127, 0.04380957782268524, 0.2903062105178833, 0.34717944264411926, 0.235576793551445, 0.0, 388.8558044433594, 3.346940502524376e-10, 1.7341232023682096e-06, 2.5263525458285585e-06, 1.0884007679123897e-05, 1.2184248589619529e-05, 2.3741833956592018e-06], "count": [823]}, "timestamp": {"min": [0.0], "max": [27.4], "mean": [13.699999999999998], "std": [7.919315346389204], "count": [823]}, "frame_index": {"min": [0], "max": [822], "mean": [411.0], "std": [237.57946039167612], "count": [823]}, "episode_index": {"min": [366], "max": [366], "mean": [366.0], "std": [0.0], "count": [823]}, "index": {"min": [299080], "max": [299902], "mean": [299491.0], "std": [237.57946039167612], "count": [823]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [823]}, "gripper_open_scale_state": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.5515249107363447], "std": [0.0, 0.3881993389915406], "count": [823]}, "gripper_open_scale_action": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.5515249107363447], "std": [0.0, 0.3881993389915406], "count": [823]}, "eef_direction_state": {"mean": [6.0, 4.588092345078979], "std": [0.0, 2.0726077002655963], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.0, 0.4155528554070474], "std": [0.0, 0.5073947986668813], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.0, 0.3219927095990279], "std": [0.0, 0.6573927033448143], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_direction_action": {"mean": [6.0, 4.588092345078979], "std": [0.0, 2.0726077002655963], "min": [6, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.0, 0.4155528554070474], "std": [0.0, 0.5073947986668813], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.0, 0.3219927095990279], "std": [0.0, 0.6573927033448143], "min": [0, 0], "max": [0, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [-0.3103286921977997, 0.46757587790489197, 0.22824253141880035, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.2939568758010864, -0.48681172728538513, 0.1576489508152008, 1.1484366655349731, -2.08821702003479, 1.0229965448379517], "std": [1.3952479093859438e-05, 7.563063263660297e-06, 1.1168704986630473e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.022935885936021805, 0.02408250793814659, 0.04383435845375061, 0.2906763553619385, 0.3485742211341858, 0.23577414453029633], "min": [-0.310371994972229, 0.4675529897212982, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3241199851036072, -0.5164890289306641, 0.08766499906778336, 0.7907533645629883, -2.497544050216675, 0.5681025981903076], "max": [-0.31029000878334045, 0.467602014541626, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25085198879241943, -0.4410479962825775, 0.23005099594593048, 1.6044588088989258, -1.121137022972107, 1.3490679264068604], "count": [823]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.4675760567188263, 0.22824250161647797, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.29395702481269836, -0.48681214451789856, 0.15764904022216797, 1.1484355926513672, -2.0882153511047363, 1.0229955911636353], "std": [1.3953068446426187e-05, 7.565292889921693e-06, 1.1168712262588087e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.02293587289750576, 0.02408251166343689, 0.04383433982729912, 0.29067617654800415, 0.34857454895973206, 0.2357741743326187], "min": [-0.310371994972229, 0.4675529897212982, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3241199851036072, -0.5164890289306641, 0.08766499906778336, 0.7907533645629883, -2.497544050216675, 0.5681025981903076], "max": [-0.31029000878334045, 0.467602014541626, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25085198879241943, -0.4410479962825775, 0.23005099594593048, 1.6044588088989258, -1.121137022972107, 1.3490679264068604], "count": [823]}, "gripper_mode_state": {"mean": [0.0, 0.5540704738760632], "std": [0.0, 0.49706778597573303], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_state": {"mean": [2.0, 1.9003645200486026], "std": [0.0, 0.39410894411917907], "min": [2, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.0, 0.5540704738760632], "std": [0.0, 0.49706778597573303], "min": [0, 0], "max": [0, 1], "count": [823]}, "gripper_activity_action": {"mean": [2.0, 1.9003645200486026], "std": [0.0, 0.39410894411917907], "min": [2, 0], "max": [2, 2], "count": [823]}}} +{"episode_index": 363, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41798416268919847]], [[0.39758135669289646]], [[0.40114751838235296]]], "std": [[[0.1926608162095863]], [[0.19063087953261354]], [[0.19140957531912325]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4038889789194186]], [[0.3953412264576883]], [[0.3882175097286722]]], "std": [[[0.23545396374753094]], [[0.2254809805270067]], [[0.2244606872026933]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5176997253396973]], [[0.4976126241615067]], [[0.49727783824604405]]], "std": [[[0.20304418746875277]], [[0.20082440073257454]], [[0.20819679701966085]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4579032292741658]], [[0.4303075147273822]], [[0.4386949241593567]]], "std": [[[0.2741095561559652]], [[0.2564828509131056]], [[0.25994374029573114]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14707890152931213, 0.3528532087802887, -0.7278023362159729, -1.4586938619613647, 0.25382325053215027, -0.13124875724315643, -0.028379054740071297, -0.3372710049152374, -0.5243300199508667, 0.07032500207424164, 0.7994682192802429, -2.5816774368286133, 0.4559725821018219, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361225128173828, 1.9089068174362183, -1.0682686567306519, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.467602014541626, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5199859142303467, 0.6047216653823853, -0.24928537011146545, -1.0661343336105347, 1.252971887588501, 0.3723485469818115, 0.8118224740028381, -0.27685800194740295, -0.45930400490760803, 0.22860999405384064, 1.5732269287109375, -1.121137022972107, 1.2670354843139648, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361138105392456, 1.9089289903640747, -1.0680689811706543, 2.1832647689734586e-05], "mean": [-0.19952179491519928, 0.6046697497367859, 0.4513840675354004, -1.4119536876678467, -0.2538917064666748, -0.12053544819355011, 0.028266357257962227, -0.310330331325531, 0.4675757586956024, 0.22824232280254364, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.34116896986961365, 0.4481724202632904, -0.44666537642478943, -1.2311193943023682, 0.981958270072937, 0.11657704412937164, 0.4226795434951782, -0.30990785360336304, -0.4871608316898346, 0.16537654399871826, 1.1867432594299316, -2.1343564987182617, 0.9714850783348083, 1001.0, 587.6206665039062, 0.00018046800687443465, -0.22382661700248718, -0.8361203074455261, 1.9089325666427612, -1.068123459815979, 1.225244614033727e-05], "std": [2.610766932775732e-05, 1.6131592929014005e-05, 2.3633900127606466e-05, 2.3888815121608786e-05, 2.197498906753026e-05, 1.588074337632861e-05, 1.9092234651907347e-05, 1.4212540008884389e-05, 7.753405952826142e-06, 1.1543043001438491e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.11817867308855057, 0.07194023579359055, 0.12027167528867722, 0.11101299524307251, 0.2608785629272461, 0.15976768732070923, 0.22876541316509247, 0.01687587983906269, 0.02190406434237957, 0.044208649545907974, 0.2525120973587036, 0.38256844878196716, 0.23316249251365662, 0.0, 400.8450622558594, 3.2014213502407074e-10, 1.7674793753030826e-06, 3.250723011660739e-06, 1.3072326510155108e-05, 4.7388057282660156e-05, 7.642765922355466e-06], "count": [812]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14707890152931213, 0.3528532087802887, -0.7278023362159729, -1.4586938619613647, 0.25382325053215027, -0.13124875724315643, -0.028379054740071297, -0.3372710049152374, -0.5243300199508667, 0.07032500207424164, 0.7994682192802429, -2.5816774368286133, 0.4559725821018219, 1001.0, 181.0, 0.00018046832701656967, -0.223833367228508, -0.8361225128173828, 1.9089068174362183, -1.0682686567306519, -1.993415571632795e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31027498841285706, 0.467602014541626, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5199859142303467, 0.6047216653823853, -0.24928537011146545, -1.0661343336105347, 1.252971887588501, 0.3723485469818115, 0.8118224740028381, -0.27685800194740295, -0.45930400490760803, 0.22860999405384064, 1.5732269287109375, -1.121137022972107, 1.2670354843139648, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361138105392456, 1.9089289903640747, -1.0680689811706543, 2.1832647689734586e-05], "mean": [-0.19952185451984406, 0.6046697497367859, 0.4513840675354004, -1.4119536876678467, -0.2538917362689972, -0.12053544074296951, 0.028266333043575287, -0.310330331325531, 0.46757569909095764, 0.22824233770370483, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, 0.34117943048477173, 0.44806525111198425, -0.44661542773246765, -1.230962872505188, 0.9825850129127502, 0.11656422913074493, 0.42313599586486816, -0.30994054675102234, -0.4871557950973511, 0.16534993052482605, 1.186518907546997, -2.135160207748413, 0.9717873334884644, 1001.0, 587.6231689453125, 0.00018046800687443465, -0.22382661700248718, -0.8361203074455261, 1.9089325666427612, -1.0681233406066895, 1.2239586794748902e-05], "std": [2.6055855414597318e-05, 1.6131592929014005e-05, 2.3633900127606466e-05, 2.3880682419985533e-05, 2.1942822058917955e-05, 1.588094892213121e-05, 1.9093116861768067e-05, 1.4200704754330218e-05, 7.748702046228573e-06, 1.1545727829798125e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.11816652119159698, 0.07177167385816574, 0.12027820944786072, 0.11084705591201782, 0.25973740220069885, 0.1597868800163269, 0.2282341718673706, 0.01690242812037468, 0.021909037604928017, 0.04417727142572403, 0.25224941968917847, 0.38112208247184753, 0.23302944004535675, 0.0, 400.848388671875, 3.2014213502407074e-10, 1.7697198018140625e-06, 3.250798499720986e-06, 1.30734506456065e-05, 4.7342113248305395e-05, 7.644995093869511e-06], "count": [812]}, "timestamp": {"min": [0.0], "max": [27.033333333333335], "mean": [13.516666666666666], "std": [7.8134677178431975], "count": [812]}, "frame_index": {"min": [0], "max": [811], "mean": [405.5], "std": [234.4040315352959], "count": [812]}, "episode_index": {"min": [367], "max": [367], "mean": [367.0], "std": [0.0], "count": [812]}, "index": {"min": [299903], "max": [300714], "mean": [300308.5], "std": [234.4040315352959], "count": [812]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [812]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5870640369251444], "std": [0.0, 0.4002692909963285], "count": [812]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5870640369251444], "std": [0.0, 0.4002692909963285], "count": [812]}, "eef_direction_state": {"mean": [6.0, 4.783251231527093], "std": [0.0, 1.8193852886368806], "min": [6, 0], "max": [6, 6], "count": [812]}, "eef_velocity_state": {"mean": [0.0, 0.4236453201970443], "std": [0.0, 0.4941355713487838], "min": [0, 0], "max": [0, 1], "count": [812]}, "eef_acc_mag_state": {"mean": [0.0, 0.25738916256157635], "std": [0.0, 0.6029542061059615], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_direction_action": {"mean": [6.0, 4.783251231527093], "std": [0.0, 1.8193852886368806], "min": [6, 0], "max": [6, 6], "count": [812]}, "eef_velocity_action": {"mean": [0.0, 0.4236453201970443], "std": [0.0, 0.4941355713487838], "min": [0, 0], "max": [0, 1], "count": [812]}, "eef_acc_mag_action": {"mean": [0.0, 0.25738916256157635], "std": [0.0, 0.6029542061059615], "min": [0, 0], "max": [0, 2], "count": [812]}, "eef_sim_pose_state": {"mean": [-0.31033024191856384, 0.46757498383522034, 0.228242427110672, -1.573226809501648, -1.1211369037628174, -0.7462756633758545, -0.30990785360336304, -0.4871605932712555, 0.1653764843940735, 1.1867403984069824, -2.1343579292297363, 0.9714839458465576], "std": [1.4212343558028806e-05, 7.71332452131901e-06, 1.1542402717168443e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01687588356435299, 0.021904073655605316, 0.04420865327119827, 0.2525121569633484, 0.3825683295726776, 0.23316256701946259], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3372710049152374, -0.5243300199508667, 0.07032500207424164, 0.7994682192802429, -2.5816774368286133, 0.4559725821018219], "max": [-0.31027498841285706, 0.467602014541626, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27685800194740295, -0.45930400490760803, 0.22860999405384064, 1.5732269287109375, -1.121137022972107, 1.2670354843139648], "count": [812]}, "eef_sim_pose_action": {"mean": [-0.310330331325531, 0.4675757586956024, 0.22824232280254364, -1.5732390880584717, -1.1211416721343994, -0.7462766766548157, -0.30990785360336304, -0.4871608316898346, 0.16537654399871826, 1.1867432594299316, -2.1343564987182617, 0.9714850783348083], "std": [1.4212540008884389e-05, 7.753405952826142e-06, 1.1543043001438491e-05, 1.2159347534179688e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.01687587983906269, 0.02190406434237957, 0.044208649545907974, 0.2525120973587036, 0.38256844878196716, 0.23316249251365662], "min": [-0.31037500500679016, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3372710049152374, -0.5243300199508667, 0.07032500207424164, 0.7994682192802429, -2.5816774368286133, 0.4559725821018219], "max": [-0.31027498841285706, 0.467602014541626, 0.22829000651836395, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27685800194740295, -0.45930400490760803, 0.22860999405384064, 1.5732269287109375, -1.121137022972107, 1.2670354843139648], "count": [812]}, "gripper_mode_state": {"mean": [0.0, 0.4963054187192118], "std": [0.0, 0.4999863498828341], "min": [0, 0], "max": [0, 1], "count": [812]}, "gripper_activity_state": {"mean": [2.0, 1.895320197044335], "std": [0.0, 0.4033453347321718], "min": [2, 0], "max": [2, 2], "count": [812]}, "gripper_mode_action": {"mean": [0.0, 0.4963054187192118], "std": [0.0, 0.49998634988283414], "min": [0, 0], "max": [0, 1], "count": [812]}, "gripper_activity_action": {"mean": [2.0, 1.895320197044335], "std": [0.0, 0.4033453347321718], "min": [2, 0], "max": [2, 2], "count": [812]}}} +{"episode_index": 364, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9882352941176471]]], "mean": [[[0.43892230852053843]], [[0.4107671730944033]], [[0.41741280217937066]]], "std": [[[0.19383635860570148]], [[0.1925827509621671]], [[0.1928495287903089]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39882471161753885]], [[0.3900373260507293]], [[0.38173752326537674]]], "std": [[[0.23425125541160907]], [[0.22370982771994288]], [[0.22377164660054139]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5207403069947626]], [[0.4912944788014543]], [[0.4981278648876769]]], "std": [[[0.2018887275504211]], [[0.1977270161776699]], [[0.20881384636145847]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4814023259966238]], [[0.4607952809158984]], [[0.4709660298446089]]], "std": [[[0.27778475572308037]], [[0.26882134173332345]], [[0.2727997364527146]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07354817539453506, 0.3559773564338684, -0.4590914249420166, -1.4854671955108643, 0.2537708580493927, -0.20778144896030426, -0.02834414690732956, -0.34523698687553406, -0.5036609768867493, 0.17903900146484375, 0.7016808390617371, -2.55288028717041, 0.7462756037712097, 1001.0, 187.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9089051485061646, -1.0680785179138184, 3.796982127823867e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3700621426105499, 0.6767688989639282, -0.18383553624153137, -1.0613347291946411, 1.514317512512207, 0.3447549045085907, 0.5987700819969177, -0.28985700011253357, -0.4353939890861511, 0.23844300210475922, 1.5732269287109375, -1.121137022972107, 1.4350082874298096, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361185789108276, 1.9089242219924927, -1.0679937601089478, 5.980246714898385e-05], "mean": [-0.19951669871807098, 0.6046648025512695, 0.45138776302337646, -1.411953091621399, -0.2539006769657135, -0.12053659558296204, 0.02828235551714897, -0.31033265590667725, 0.46757322549819946, 0.22824129462242126, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.25856125354766846, 0.4923207759857178, -0.38482674956321716, -1.2218828201293945, 1.1989171504974365, 0.08744298666715622, 0.4747945964336395, -0.32192105054855347, -0.47418925166130066, 0.2049962729215622, 1.0281519889831543, -2.235029935836792, 1.2166094779968262, 1001.0, 547.2651977539062, 0.00018046800687443465, -0.2238265424966812, -0.8361213803291321, 1.9089264869689941, -1.068033218383789, 4.737055496661924e-05], "std": [2.596613012428861e-05, 1.581207470735535e-05, 2.215736276411917e-05, 2.3261280148290098e-05, 2.177858004870359e-05, 1.5679386706324294e-05, 2.1286426999722607e-05, 1.4593904779758304e-05, 7.828938578313682e-06, 1.14883632704732e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.07499614357948303, 0.1040472537279129, 0.06269187480211258, 0.1241539716720581, 0.3332332372665405, 0.13857144117355347, 0.15476471185684204, 0.017039205878973007, 0.021599669009447098, 0.020693160593509674, 0.2666831612586975, 0.39006054401397705, 0.18301527202129364, 0.0, 395.137939453125, 3.2014213502407074e-10, 1.468355321776471e-06, 2.549485543568153e-06, 1.2708500435110182e-05, 1.630484803172294e-05, 2.7089802188129397e-06], "count": [807]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07354817539453506, 0.3559773564338684, -0.4590914249420166, -1.4854671955108643, 0.2537708580493927, -0.20778144896030426, -0.02834414690732956, -0.34523698687553406, -0.5036609768867493, 0.17903900146484375, 0.7016808390617371, -2.55288028717041, 0.7462756037712097, 1001.0, 187.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9089051485061646, -1.0680785179138184, 3.796982127823867e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31029000878334045, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3700621426105499, 0.6767688989639282, -0.18383553624153137, -1.0613347291946411, 1.514317512512207, 0.3447549045085907, 0.5987700819969177, -0.28985700011253357, -0.4353939890861511, 0.23844300210475922, 1.5732269287109375, -1.121137022972107, 1.4350082874298096, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361185789108276, 1.9089242219924927, -1.0679937601089478, 5.980246714898385e-05], "mean": [-0.19951677322387695, 0.6046648025512695, 0.45138785243034363, -1.4119532108306885, -0.2539007365703583, -0.12053659558296204, 0.02828231267631054, -0.31033265590667725, 0.46757322549819946, 0.22824124991893768, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, 0.25855109095573425, 0.49228575825691223, -0.3847929537296295, -1.2216777801513672, 1.1996452808380127, 0.08733505755662918, 0.4753551483154297, -0.3219638466835022, -0.4741707444190979, 0.20500139892101288, 1.0279629230499268, -2.235865592956543, 1.2169314622879028, 1001.0, 547.2676391601562, 0.00018046800687443465, -0.2238265424966812, -0.8361213803291321, 1.9089264869689941, -1.068033218383789, 4.736820119433105e-05], "std": [2.592266901046969e-05, 1.581207470735535e-05, 2.209921512985602e-05, 2.3231257728184573e-05, 2.1727792045567185e-05, 1.5679386706324294e-05, 2.123167723766528e-05, 1.457879989175126e-05, 7.815724529791623e-06, 1.1492327757878229e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.0750046819448471, 0.10401416569948196, 0.06266339868307114, 0.12397628277540207, 0.33180633187294006, 0.13876712322235107, 0.15375740826129913, 0.017053209245204926, 0.021611712872982025, 0.020699428394436836, 0.26635050773620605, 0.38839149475097656, 0.18241535127162933, 0.0, 395.14019775390625, 3.2014213502407074e-10, 1.468355321776471e-06, 2.549485543568153e-06, 1.2706192137557082e-05, 1.630536644370295e-05, 2.7080807285528863e-06], "count": [807]}, "timestamp": {"min": [0.0], "max": [26.866666666666667], "mean": [13.433333333333334], "std": [7.765355158699488], "count": [807]}, "frame_index": {"min": [0], "max": [806], "mean": [403.0], "std": [232.96065476098462], "count": [807]}, "episode_index": {"min": [368], "max": [368], "mean": [368.0], "std": [0.0], "count": [807]}, "index": {"min": [300715], "max": [301521], "mean": [301118.0], "std": [232.96065476098462], "count": [807]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [807]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5469479586702888], "std": [0.0, 0.39477276544509715], "count": [807]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.5469479586702888], "std": [0.0, 0.3947727654450971], "count": [807]}, "eef_direction_state": {"mean": [6.0, 4.8574969021065675], "std": [0.0, 1.87086583264142], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_state": {"mean": [0.0, 0.3308550185873606], "std": [0.0, 0.48350961623609884], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_state": {"mean": [0.0, 0.20198265179677818], "std": [0.0, 0.5408662881955879], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_direction_action": {"mean": [6.0, 4.8574969021065675], "std": [0.0, 1.87086583264142], "min": [6, 0], "max": [6, 6], "count": [807]}, "eef_velocity_action": {"mean": [0.0, 0.3308550185873606], "std": [0.0, 0.48350961623609884], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_acc_mag_action": {"mean": [0.0, 0.20198265179677818], "std": [0.0, 0.5408662881955879], "min": [0, 0], "max": [0, 2], "count": [807]}, "eef_sim_pose_state": {"mean": [-0.310332715511322, 0.46757346391677856, 0.22824136912822723, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.32192111015319824, -0.4741891920566559, 0.204996258020401, 1.0281531810760498, -2.2350316047668457, 1.2166084051132202], "std": [1.459379473089939e-05, 7.825892680557445e-06, 1.1488148629723582e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.017039205878973007, 0.021599678322672844, 0.020693160593509674, 0.2666831612586975, 0.39006027579307556, 0.18301540613174438], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34523698687553406, -0.5036609768867493, 0.17903900146484375, 0.7016808390617371, -2.55288028717041, 0.7462756037712097], "max": [-0.31029000878334045, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28985700011253357, -0.4353939890861511, 0.23844300210475922, 1.5732269287109375, -1.121137022972107, 1.4350082874298096], "count": [807]}, "eef_sim_pose_action": {"mean": [-0.31033265590667725, 0.46757322549819946, 0.22824129462242126, -1.5732389688491821, -1.1211416721343994, -0.7462766766548157, -0.32192105054855347, -0.47418925166130066, 0.2049962729215622, 1.0281519889831543, -2.235029935836792, 1.2166094779968262], "std": [1.4593904779758304e-05, 7.828938578313682e-06, 1.14883632704732e-05, 1.2040138244628906e-05, 4.649162292480469e-06, 1.0728836059570312e-06, 0.017039205878973007, 0.021599669009447098, 0.020693160593509674, 0.2666831612586975, 0.39006054401397705, 0.18301527202129364], "min": [-0.31037598848342896, 0.4675469994544983, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34523698687553406, -0.5036609768867493, 0.17903900146484375, 0.7016808390617371, -2.55288028717041, 0.7462756037712097], "max": [-0.31029000878334045, 0.46759700775146484, 0.22827400267124176, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28985700011253357, -0.4353939890861511, 0.23844300210475922, 1.5732269287109375, -1.121137022972107, 1.4350082874298096], "count": [807]}, "gripper_mode_state": {"mean": [0.0, 0.550185873605948], "std": [0.0, 0.4974750024779209], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_state": {"mean": [2.0, 1.8983890954151177], "std": [0.0, 0.4008477785164385], "min": [2, 0], "max": [2, 2], "count": [807]}, "gripper_mode_action": {"mean": [0.0, 0.550185873605948], "std": [0.0, 0.4974750024779209], "min": [0, 0], "max": [0, 1], "count": [807]}, "gripper_activity_action": {"mean": [2.0, 1.8983890954151177], "std": [0.0, 0.4008477785164385], "min": [2, 0], "max": [2, 2], "count": [807]}}} +{"episode_index": 365, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.43817894088941883]], [[0.41038762889727964]], [[0.4169730888977212]]], "std": [[[0.19395332773073393]], [[0.19261161673022334]], [[0.19282250266584366]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3993388576996114]], [[0.39006572933227346]], [[0.3812525669051405]]], "std": [[[0.2337643366026986]], [[0.22279403477087534]], [[0.2226199061147788]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.520138033253842]], [[0.49081646766251547]], [[0.4977736182874051]]], "std": [[[0.20155209113738354]], [[0.1975322362331566]], [[0.20855246395659616]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719627122526939]], [[0.4525059728846494]], [[0.46247419156288644]]], "std": [[[0.27447348927913445]], [[0.260239870618616]], [[0.26548207537446117]]], "count": [148]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038200855255127, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10302678495645523, 0.32787755131721497, -0.5866400599479675, -1.476810336112976, 0.24432863295078278, -0.12058479338884354, -0.02834414690732956, -0.33479899168014526, -0.5200920104980469, 0.16850799322128296, 0.6492621898651123, -2.6113646030426025, 0.7456113696098328, 1001.0, 202.0, 0.00018046832701656967, -0.22382959723472595, -0.8361265063285828, 1.9089075326919556, -1.0680491924285889, 3.891906817443669e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102959990501404, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4392295777797699, 0.7853632569313049, -0.19137535989284515, -1.1298389434814453, 1.6624958515167236, 0.40053561329841614, 0.49705231189727783, -0.28743401169776917, -0.41996800899505615, 0.23649699985980988, 1.5770832300186157, -1.1165132522583008, 1.385691523551941, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361185789108276, 1.9089242219924927, -1.0679715871810913, 5.1259259635116905e-05], "mean": [-0.19951307773590088, 0.604665994644165, 0.451384961605072, -1.4119504690170288, -0.25390228629112244, -0.12053658813238144, 0.02828698791563511, -0.31033316254615784, 0.46757298707962036, 0.22824344038963318, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.29132217168807983, 0.5358680486679077, -0.437143474817276, -1.2779395580291748, 1.2574610710144043, 0.1657647043466568, 0.3131846785545349, -0.3144019842147827, -0.48015904426574707, 0.20164883136749268, 0.8894448280334473, -2.2088582515716553, 1.1523940563201904, 1001.0, 550.7462158203125, 0.00018046800687443465, -0.22382614016532898, -0.836121141910553, 1.908927083015442, -1.0680099725723267, 4.535045809461735e-05], "std": [2.5964855012716725e-05, 1.6195546777453274e-05, 2.311359639861621e-05, 2.468274578859564e-05, 2.2049473045626655e-05, 1.6058671462815255e-05, 1.9654336938401684e-05, 1.4421410924114753e-05, 8.06171192380134e-06, 1.1997909496130887e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08137723803520203, 0.1471036672592163, 0.11553466320037842, 0.11482521146535873, 0.386491984128952, 0.15642309188842773, 0.1403781920671463, 0.013544924557209015, 0.028982391580939293, 0.02148503251373768, 0.2819805443286896, 0.4135366678237915, 0.19369755685329437, 0.0, 386.77392578125, 3.2014213502407074e-10, 1.8823578784576966e-06, 2.222292323494912e-06, 1.0759618817246519e-05, 2.026898982876446e-05, 1.6796595900814282e-06], "count": [788]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038200855255127, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10302678495645523, 0.32787755131721497, -0.5866400599479675, -1.476810336112976, 0.24432863295078278, -0.12058479338884354, -0.02834414690732956, -0.33479899168014526, -0.5200920104980469, 0.16850799322128296, 0.6492621898651123, -2.6113646030426025, 0.7456113696098328, 1001.0, 202.0, 0.00018046832701656967, -0.22382959723472595, -0.8361265063285828, 1.9089075326919556, -1.0680491924285889, 3.891906817443669e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102959990501404, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4392295777797699, 0.7853632569313049, -0.19137535989284515, -1.1298389434814453, 1.6624958515167236, 0.40053561329841614, 0.49705231189727783, -0.28743401169776917, -0.41996800899505615, 0.23649699985980988, 1.5770832300186157, -1.1165132522583008, 1.385691523551941, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361185789108276, 1.9089242219924927, -1.0679715871810913, 5.1259259635116905e-05], "mean": [-0.19951312243938446, 0.604665994644165, 0.4513850212097168, -1.4119505882263184, -0.25390228629112244, -0.12053661793470383, 0.028286965563893318, -0.31033313274383545, 0.467572957277298, 0.22824342548847198, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2913953959941864, 0.5358989238739014, -0.4372553825378418, -1.2778316736221313, 1.258266806602478, 0.16581207513809204, 0.31340914964675903, -0.3144327998161316, -0.48016107082366943, 0.2016432136297226, 0.8890267014503479, -2.2096073627471924, 1.1526954174041748, 1001.0, 550.74365234375, 0.00018046800687443465, -0.22382612526416779, -0.836121141910553, 1.908927083015442, -1.0680099725723267, 4.5346838305704296e-05], "std": [2.596791455289349e-05, 1.618816349946428e-05, 2.3114394934964366e-05, 2.474421307852026e-05, 2.2049473045626655e-05, 1.6064110241131857e-05, 1.9658677047118545e-05, 1.44325667861267e-05, 8.062834240263328e-06, 1.2024753232253715e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.08132055401802063, 0.14712069928646088, 0.11559108644723892, 0.11473915725946426, 0.38505905866622925, 0.15634191036224365, 0.13997291028499603, 0.01356310211122036, 0.028981579467654228, 0.021478693932294846, 0.2812100350856781, 0.4120990037918091, 0.19325001537799835, 0.0, 386.7706604003906, 3.2014213502407074e-10, 1.86962074621988e-06, 2.22114476855495e-06, 1.0757210475276224e-05, 2.0261582903913222e-05, 1.6802172240204527e-06], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [369], "max": [369], "mean": [369.0], "std": [0.0], "count": [788]}, "index": {"min": [301522], "max": [302309], "mean": [301915.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.20200000703334808], "max": [1.0, 1.0], "mean": [1.0, 0.5503058364889041], "std": [0.0, 0.38625980828145945], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.20200000703334808], "max": [1.0, 1.0], "mean": [1.0, 0.5503058364889041], "std": [0.0, 0.3862598082814595], "count": [788]}, "eef_direction_state": {"mean": [6.0, 4.555837563451776], "std": [0.0, 1.9675486394855126], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.4149746192893401], "std": [0.0, 0.4978421705390059], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.2880710659898477], "std": [0.0, 0.622757772878502], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 4.555837563451776], "std": [0.0, 1.9675486394855126], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.4149746192893401], "std": [0.0, 0.4978421705390059], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.2880710659898477], "std": [0.0, 0.622757772878502], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.31033310294151306, 0.46757328510284424, 0.22824367880821228, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.3144019544124603, -0.48015883564949036, 0.20164884626865387, 0.889443576335907, -2.208865165710449, 1.1523953676223755], "std": [1.442125085304724e-05, 8.055631951719988e-06, 1.1995739441772457e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.013544918037950993, 0.02898239903151989, 0.02148503065109253, 0.2819807231426239, 0.4135366678237915, 0.19369767606258392], "min": [-0.31038200855255127, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33479899168014526, -0.5200920104980469, 0.16850799322128296, 0.6492621898651123, -2.6113646030426025, 0.7456113696098328], "max": [-0.3102959990501404, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28743401169776917, -0.41996800899505615, 0.23649699985980988, 1.5770832300186157, -1.1165132522583008, 1.385691523551941], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.31033316254615784, 0.46757298707962036, 0.22824344038963318, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3144019842147827, -0.48015904426574707, 0.20164883136749268, 0.8894448280334473, -2.2088582515716553, 1.1523940563201904], "std": [1.4421410924114753e-05, 8.06171192380134e-06, 1.1997909496130887e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.013544924557209015, 0.028982391580939293, 0.02148503251373768, 0.2819805443286896, 0.4135366678237915, 0.19369755685329437], "min": [-0.31038200855255127, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33479899168014526, -0.5200920104980469, 0.16850799322128296, 0.6492621898651123, -2.6113646030426025, 0.7456113696098328], "max": [-0.3102959990501404, 0.4675939977169037, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28743401169776917, -0.41996800899505615, 0.23649699985980988, 1.5770832300186157, -1.1165132522583008, 1.385691523551941], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.5545685279187818], "std": [0.0, 0.4970133557167037], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8946700507614214], "std": [0.0, 0.4065729219705788], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.5545685279187818], "std": [0.0, 0.4970133557167037], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8946700507614214], "std": [0.0, 0.4065729219705788], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 366, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9803921568627451]]], "mean": [[[0.43543537471294824]], [[0.4079340705595301]], [[0.41388989909026674]]], "std": [[[0.19389191614702486]], [[0.1931860638295099]], [[0.1930192997280013]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4007470742801625]], [[0.39134762657878464]], [[0.3820310581721427]]], "std": [[[0.23379483714248575]], [[0.22253952306762953]], [[0.2227134880519386]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5191349847089737]], [[0.4900353142664724]], [[0.4968421753555025]]], "std": [[[0.20135821141782423]], [[0.19754712767439392]], [[0.20852284448445277]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651375930158099]], [[0.4429059919294295]], [[0.4531811475998057]]], "std": [[[0.2714341581070857]], [[0.26145689437067443]], [[0.2654187205000903]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1195201501250267, 0.3131120800971985, -0.5370727181434631, -1.4705796241760254, 0.2537883222103119, -0.1783202886581421, -0.02834414690732956, -0.34942400455474854, -0.5161640048027039, 0.17221799492835999, 0.7164890766143799, -2.5135326385498047, 0.7462756037712097, 1001.0, 189.0, 0.00018046832701656967, -0.223833367228508, -0.8361265063285828, 1.9089099168777466, -1.0680301189422607, 2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46760299801826477, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42500513792037964, 0.6091199517250061, -0.18929840624332428, -1.0600955486297607, 1.4232810735702515, 0.3297450542449951, 0.6622651815414429, -0.26693299412727356, -0.45776399970054626, 0.23403200507164001, 1.5732269287109375, -1.121137022972107, 1.3823615312576294, 1001.0, 1000.0, 0.00018046832701656967, -0.22381268441677094, -0.8361185789108276, 1.9089329242706299, -1.0679715871810913, 7.499039929825813e-05], "mean": [-0.19951465725898743, 0.6046651601791382, 0.4513867497444153, -1.4119527339935303, -0.253902405500412, -0.12053839862346649, 0.028266355395317078, -0.3103339672088623, 0.46757254004478455, 0.2282399982213974, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.3423043191432953, 0.47783252596855164, -0.41720888018608093, -1.1875642538070679, 1.0998830795288086, 0.12451071292161942, 0.40747755765914917, -0.3130728006362915, -0.49579641222953796, 0.19878414273262024, 1.0652652978897095, -2.1494388580322266, 1.116255760192871, 1001.0, 581.7410888671875, 0.00018046800687443465, -0.2238260954618454, -0.8361210823059082, 1.9089280366897583, -1.0679960250854492, 4.070139038958587e-05], "std": [2.6581144993542694e-05, 1.7643129467614926e-05, 2.396360105194617e-05, 2.4658054826431908e-05, 2.1227540855761617e-05, 1.4948618627386168e-05, 2.1598425519187003e-05, 1.4825258404016495e-05, 8.142473234329373e-06, 1.1907652151421644e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.0681033581495285, 0.09791240096092224, 0.09878326207399368, 0.10767503827810287, 0.3298688232898712, 0.15693184733390808, 0.18537630140781403, 0.022607946768403053, 0.015733469277620316, 0.019383810460567474, 0.2632712721824646, 0.4234747290611267, 0.18354646861553192, 0.0, 395.8726806640625, 3.2014213502407074e-10, 1.6973788206087193e-06, 1.5467602452190476e-06, 9.474551006860565e-06, 1.0520062460273039e-05, 3.6216511034581345e-06], "count": [784]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.3103800117969513, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1195201501250267, 0.3131120800971985, -0.5370727181434631, -1.4705796241760254, 0.2537883222103119, -0.1783202886581421, -0.02834414690732956, -0.34942400455474854, -0.5161640048027039, 0.17221799492835999, 0.7164890766143799, -2.5135326385498047, 0.7462756037712097, 1001.0, 189.0, 0.00018046832701656967, -0.223833367228508, -0.8361265063285828, 1.9089099168777466, -1.0680301189422607, 2.657887489476707e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102779984474182, 0.46760299801826477, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42500513792037964, 0.6091199517250061, -0.18929840624332428, -1.0600955486297607, 1.4232810735702515, 0.3297450542449951, 0.6622651815414429, -0.26693299412727356, -0.45776399970054626, 0.23403200507164001, 1.5732269287109375, -1.121137022972107, 1.3823615312576294, 1001.0, 1000.0, 0.00018046832701656967, -0.22381268441677094, -0.8361185789108276, 1.9089329242706299, -1.0679715871810913, 7.499039929825813e-05], "mean": [-0.199514701962471, 0.6046650409698486, 0.4513867497444153, -1.4119527339935303, -0.253902405500412, -0.12053839862346649, 0.028266264125704765, -0.31033390760421753, 0.46757256984710693, 0.228239968419075, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, 0.34250256419181824, 0.4777229130268097, -0.41730523109436035, -1.1871936321258545, 1.100536823272705, 0.12445712834596634, 0.4077872931957245, -0.31312042474746704, -0.49583882093429565, 0.19878020882606506, 1.0649343729019165, -2.1500892639160156, 1.1165709495544434, 1001.0, 581.7410888671875, 0.00018046800687443465, -0.2238260954618454, -0.8361210823059082, 1.9089280366897583, -1.0679960250854492, 4.070259819854982e-05], "std": [2.6541187253315002e-05, 1.772574250935577e-05, 2.396360105194617e-05, 2.4649030820000917e-05, 2.1227540855761617e-05, 1.4948618627386168e-05, 2.163721183023881e-05, 1.4817188457527664e-05, 8.146789696183987e-06, 1.1910195098607801e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.0679134801030159, 0.0978182703256607, 0.09885348379611969, 0.10740139335393906, 0.3286972641944885, 0.15702274441719055, 0.18485011160373688, 0.022641301155090332, 0.015702180564403534, 0.019378168508410454, 0.26279473304748535, 0.422284871339798, 0.183122456073761, 0.0, 395.8726806640625, 3.2014213502407074e-10, 1.6973788206087193e-06, 1.5450190176125034e-06, 9.461976333113853e-06, 1.0515198482607957e-05, 3.622794793045614e-06], "count": [784]}, "timestamp": {"min": [0.0], "max": [26.1], "mean": [13.05], "std": [7.544037380607283], "count": [784]}, "frame_index": {"min": [0], "max": [783], "mean": [391.5], "std": [226.3211214182185], "count": [784]}, "episode_index": {"min": [370], "max": [370], "mean": [370.0], "std": [0.0], "count": [784]}, "index": {"min": [302310], "max": [303093], "mean": [302701.5], "std": [226.3211214182185], "count": [784]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [784]}, "gripper_open_scale_state": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.581741069253458], "std": [0.0, 0.39587166095851245], "count": [784]}, "gripper_open_scale_action": {"min": [1.0, 0.1889999955892563], "max": [1.0, 1.0], "mean": [1.0, 0.581741069253458], "std": [0.0, 0.3958716609585125], "count": [784]}, "eef_direction_state": {"mean": [6.0, 4.834183673469388], "std": [0.0, 1.8825338024281282], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_state": {"mean": [0.0, 0.35459183673469385], "std": [0.0, 0.48104832030054123], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_state": {"mean": [0.0, 0.28188775510204084], "std": [0.0, 0.6151808325922087], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_direction_action": {"mean": [6.0, 4.834183673469388], "std": [0.0, 1.8825338024281282], "min": [6, 0], "max": [6, 6], "count": [784]}, "eef_velocity_action": {"mean": [0.0, 0.35459183673469385], "std": [0.0, 0.48104832030054123], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_acc_mag_action": {"mean": [0.0, 0.28188775510204084], "std": [0.0, 0.6151808325922087], "min": [0, 0], "max": [0, 2], "count": [784]}, "eef_sim_pose_state": {"mean": [-0.31033405661582947, 0.4675724506378174, 0.2282399982213974, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.31307297945022583, -0.49579691886901855, 0.19878418743610382, 1.0652673244476318, -2.1494345664978027, 1.1162530183792114], "std": [1.4825018297415227e-05, 8.142312253767159e-06, 1.1907649422937538e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.022607950493693352, 0.01573347859084606, 0.019383806735277176, 0.26327091455459595, 0.42347458004951477, 0.18354648351669312], "min": [-0.3103800117969513, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34942400455474854, -0.5161640048027039, 0.17221799492835999, 0.7164890766143799, -2.5135326385498047, 0.7462756037712097], "max": [-0.3102779984474182, 0.46760299801826477, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26693299412727356, -0.45776399970054626, 0.23403200507164001, 1.5732269287109375, -1.121137022972107, 1.3823615312576294], "count": [784]}, "eef_sim_pose_action": {"mean": [-0.3103339672088623, 0.46757254004478455, 0.2282399982213974, -1.5732389688491821, -1.1211411952972412, -0.7462766766548157, -0.3130728006362915, -0.49579641222953796, 0.19878414273262024, 1.0652652978897095, -2.1494388580322266, 1.116255760192871], "std": [1.4825258404016495e-05, 8.142473234329373e-06, 1.1907652151421644e-05, 1.2040138244628906e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.022607946768403053, 0.015733469277620316, 0.019383810460567474, 0.2632712721824646, 0.4234747290611267, 0.18354646861553192], "min": [-0.3103800117969513, 0.46755099296569824, 0.22819699347019196, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34942400455474854, -0.5161640048027039, 0.17221799492835999, 0.7164890766143799, -2.5135326385498047, 0.7462756037712097], "max": [-0.3102779984474182, 0.46760299801826477, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26693299412727356, -0.45776399970054626, 0.23403200507164001, 1.5732269287109375, -1.121137022972107, 1.3823615312576294], "count": [784]}, "gripper_mode_state": {"mean": [0.0, 0.5076530612244898], "std": [0.0, 0.4999414272231219], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_state": {"mean": [2.0, 1.8864795918367347], "std": [0.0, 0.4209087042799265], "min": [2, 0], "max": [2, 2], "count": [784]}, "gripper_mode_action": {"mean": [0.0, 0.5076530612244898], "std": [0.0, 0.4999414272231219], "min": [0, 0], "max": [0, 1], "count": [784]}, "gripper_activity_action": {"mean": [2.0, 1.8864795918367347], "std": [0.0, 0.4209087042799265], "min": [2, 0], "max": [2, 2], "count": [784]}}} +{"episode_index": 367, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.43802642151881077]], [[0.41051425005978]], [[0.4167184934441256]]], "std": [[[0.19401122617252564]], [[0.1929805612099481]], [[0.19309833377724653]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39754974319504227]], [[0.38814422799099313]], [[0.3786537890562729]]], "std": [[[0.2333488951787475]], [[0.2222861090594525]], [[0.22171990726037996]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5209652341881875]], [[0.49134701299218875]], [[0.49812733017495614]]], "std": [[[0.20206689906741165]], [[0.1977224795911073]], [[0.2087645618739102]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4701767084628567]], [[0.44910904122827994]], [[0.45854452240754023]]], "std": [[[0.27756606139876966]], [[0.2681984019901828]], [[0.27211553468541044]]], "count": [164]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028152162209153175, -0.3103809952735901, 0.46754899621009827, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09285151958465576, 0.32819172739982605, -0.45144686102867126, -1.4770545959472656, 0.25364869832992554, -0.20931734144687653, -0.02834414690732956, -0.34793099761009216, -0.5085650086402893, 0.15796999633312225, 0.7877106070518494, -2.5548672676086426, 0.7456113696098328, 1001.0, 176.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9088972806930542, -1.0680991411209106, -3.1325103918788955e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3787189722061157, 0.7409096956253052, -0.20041614770889282, -1.007246971130371, 1.4152350425720215, 0.243682861328125, 0.6903125643730164, -0.26468899846076965, -0.4268600046634674, 0.24980700016021729, 1.5732269287109375, -1.1211333274841309, 1.3842453956604004, 1001.0, 1002.0, 0.00018046832701656967, -0.22381645441055298, -0.8361193537712097, 1.9089242219924927, -1.067992091178894, 4.651303243008442e-05], "mean": [-0.19951406121253967, 0.6046679019927979, 0.4513854384422302, -1.4119524955749512, -0.253904789686203, -0.12054035067558289, 0.02827143296599388, -0.3103332817554474, 0.4675721228122711, 0.22824105620384216, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.23550522327423096, 0.5174542665481567, -0.3827771544456482, -1.2651112079620361, 1.1168100833892822, 0.060627564787864685, 0.4619087874889374, -0.31555411219596863, -0.4664267599582672, 0.20499469339847565, 1.1237396001815796, -2.1646764278411865, 1.1536223888397217, 1001.0, 535.6377563476562, 0.00018046799232251942, -0.22382551431655884, -0.8361210823059082, 1.9089328050613403, -1.0680227279663086, 3.3629650715738535e-05], "std": [2.511647471692413e-05, 1.5692818124080077e-05, 2.3764918296365067e-05, 2.446887992846314e-05, 2.1903477318119258e-05, 1.6133517419802956e-05, 3.064351039938629e-05, 1.4601800103264395e-05, 7.908954103186261e-06, 1.2304497431614436e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.09903609752655029, 0.14183774590492249, 0.05641048774123192, 0.15928587317466736, 0.33600515127182007, 0.13660989701747894, 0.2186969816684723, 0.026802632957696915, 0.028675569221377373, 0.028592649847269058, 0.25322893261909485, 0.4281887412071228, 0.17865397036075592, 0.0, 399.8629150390625, 3.346940502524376e-10, 1.8819217757481965e-06, 2.815832203850732e-06, 1.7665423001744784e-05, 2.4998369553941302e-05, 1.791353861335665e-05], "count": [900]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028152162209153175, -0.3103809952735901, 0.46754899621009827, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09285151958465576, 0.32819172739982605, -0.45144686102867126, -1.4770545959472656, 0.25364869832992554, -0.20931734144687653, -0.02834414690732956, -0.34793099761009216, -0.5085650086402893, 0.15796999633312225, 0.7877106070518494, -2.5548672676086426, 0.7456113696098328, 1001.0, 176.0, 0.00018046832701656967, -0.22382959723472595, -0.8361272811889648, 1.9088972806930542, -1.0680991411209106, -3.1325103918788955e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3787189722061157, 0.7409096956253052, -0.20041614770889282, -1.007246971130371, 1.4152350425720215, 0.243682861328125, 0.6903125643730164, -0.26468899846076965, -0.4268600046634674, 0.24980700016021729, 1.5732269287109375, -1.1211333274841309, 1.3842453956604004, 1001.0, 1002.0, 0.00018046832701656967, -0.22381645441055298, -0.8361193537712097, 1.9089242219924927, -1.067992091178894, 4.651303243008442e-05], "mean": [-0.19951403141021729, 0.6046679019927979, 0.45138540863990784, -1.4119524955749512, -0.2539048492908478, -0.12054035067558289, 0.02827141433954239, -0.310333251953125, 0.4675721228122711, 0.22824108600616455, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, 0.2353975623846054, 0.5174291729927063, -0.3827354907989502, -1.2650680541992188, 1.1172846555709839, 0.06052985042333603, 0.46208158135414124, -0.315595805644989, -0.46639424562454224, 0.20499838888645172, 1.123494029045105, -2.1651549339294434, 1.1539239883422852, 1001.0, 535.6377563476562, 0.00018046799232251942, -0.22382551431655884, -0.8361210823059082, 1.9089328050613403, -1.0680227279663086, 3.3592736144782975e-05], "std": [2.5071482014027424e-05, 1.5692818124080077e-05, 2.3751388653181493e-05, 2.446887992846314e-05, 2.1848227333975956e-05, 1.613351923879236e-05, 3.064703560085036e-05, 1.4589018064725678e-05, 7.904919584689196e-06, 1.2296372005948797e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.0991278737783432, 0.14182445406913757, 0.056373756378889084, 0.1592513769865036, 0.3350869119167328, 0.13677076995372772, 0.2183707058429718, 0.026823699474334717, 0.02869080938398838, 0.028595875948667526, 0.25290000438690186, 0.4272628128528595, 0.17819350957870483, 0.0, 399.8629150390625, 3.346940502524376e-10, 1.8819217757481965e-06, 2.8190827379148686e-06, 1.7675565686658956e-05, 2.5044000722118653e-05, 1.792507100617513e-05], "count": [900]}, "timestamp": {"min": [0.0], "max": [29.966666666666665], "mean": [14.983333333333333], "std": [8.66024869200691], "count": [900]}, "frame_index": {"min": [0], "max": [899], "mean": [449.5], "std": [259.80746076020733], "count": [900]}, "episode_index": {"min": [371], "max": [371], "mean": [371.0], "std": [0.0], "count": [900]}, "index": {"min": [303094], "max": [303993], "mean": [303543.5], "std": [259.80746076020733], "count": [900]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [900]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5355066670146253], "std": [0.0, 0.39970957314970507], "count": [900]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5355066670146253], "std": [0.0, 0.39970957314970507], "count": [900]}, "eef_direction_state": {"mean": [6.0, 4.752222222222223], "std": [0.0, 1.9367055519778351], "min": [6, 0], "max": [6, 6], "count": [900]}, "eef_velocity_state": {"mean": [0.0, 0.37777777777777777], "std": [0.0, 0.4939135726865117], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_acc_mag_state": {"mean": [0.0, 0.29], "std": [0.0, 0.6318491381123584], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_direction_action": {"mean": [6.0, 4.752222222222223], "std": [0.0, 1.9367055519778351], "min": [6, 0], "max": [6, 6], "count": [900]}, "eef_velocity_action": {"mean": [0.0, 0.37777777777777777], "std": [0.0, 0.4939135726865117], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_acc_mag_action": {"mean": [0.0, 0.29], "std": [0.0, 0.6318491381123584], "min": [0, 0], "max": [0, 2], "count": [900]}, "eef_sim_pose_state": {"mean": [-0.3103332817554474, 0.4675726592540741, 0.2282412052154541, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.3155539929866791, -0.4664265811443329, 0.20499470829963684, 1.123739242553711, -2.1646759510040283, 1.1536223888397217], "std": [1.4601803741243202e-05, 7.89063960837666e-06, 1.2303559742576908e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.026802625507116318, 0.028675561770796776, 0.028592649847269058, 0.25322872400283813, 0.42818906903266907, 0.17865405976772308], "min": [-0.3103809952735901, 0.46754899621009827, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34793099761009216, -0.5085650086402893, 0.15796999633312225, 0.7877106070518494, -2.5548672676086426, 0.7456113696098328], "max": [-0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26468899846076965, -0.4268600046634674, 0.24980700016021729, 1.5732269287109375, -1.1211333274841309, 1.3842453956604004], "count": [900]}, "eef_sim_pose_action": {"mean": [-0.3103332817554474, 0.4675721228122711, 0.22824105620384216, -1.5732393264770508, -1.1211429834365845, -0.7462767362594604, -0.31555411219596863, -0.4664267599582672, 0.20499469339847565, 1.1237396001815796, -2.1646764278411865, 1.1536223888397217], "std": [1.4601800103264395e-05, 7.908954103186261e-06, 1.2304497431614436e-05, 1.239776611328125e-05, 5.9604644775390625e-06, 1.1324882507324219e-06, 0.026802632957696915, 0.028675569221377373, 0.028592649847269058, 0.25322893261909485, 0.4281887412071228, 0.17865397036075592], "min": [-0.3103809952735901, 0.46754899621009827, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34793099761009216, -0.5085650086402893, 0.15796999633312225, 0.7877106070518494, -2.5548672676086426, 0.7456113696098328], "max": [-0.3102850019931793, 0.46759700775146484, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26468899846076965, -0.4268600046634674, 0.24980700016021729, 1.5732269287109375, -1.1211333274841309, 1.3842453956604004], "count": [900]}, "gripper_mode_state": {"mean": [0.0, 0.5577777777777778], "std": [0.0, 0.4966505093071636], "min": [0, 0], "max": [0, 1], "count": [900]}, "gripper_activity_state": {"mean": [2.0, 1.9055555555555554], "std": [0.0, 0.38437860707933097], "min": [2, 0], "max": [2, 2], "count": [900]}, "gripper_mode_action": {"mean": [0.0, 0.5577777777777778], "std": [0.0, 0.49665050930716353], "min": [0, 0], "max": [0, 1], "count": [900]}, "gripper_activity_action": {"mean": [2.0, 1.9055555555555554], "std": [0.0, 0.38437860707933097], "min": [2, 0], "max": [2, 2], "count": [900]}}} +{"episode_index": 368, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[0.996078431372549]]], "mean": [[[0.4336975767096548]], [[0.40714465033776376]], [[0.4142121222090626]]], "std": [[[0.19439719886700982]], [[0.1940099420140538]], [[0.19365713665002893]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40185835855595037]], [[0.39099044419221823]], [[0.38141172632363907]]], "std": [[[0.23444725717104628]], [[0.22326076037559348]], [[0.2229451989078603]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5184632544852392]], [[0.489573384107558]], [[0.49628869067201825]]], "std": [[[0.20138033633888924]], [[0.19771777733688425]], [[0.20872987913989544]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649441675439751]], [[0.43972544084747994]], [[0.4505480216695179]]], "std": [[[0.27866098322041943]], [[0.2659763334612512]], [[0.26946236870475615]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08194321393966675, 0.35986942052841187, -0.6102718114852905, -1.4885565042495728, 0.2537883222103119, -0.2016553431749344, -0.02834414690732956, -0.3450370132923126, -0.5175169706344604, 0.11842799931764603, 0.6572537422180176, -2.6337761878967285, 0.7456094622612, 1001.0, 183.0, 0.00018046832701656967, -0.22382771968841553, -0.8361280560493469, 1.9088892936706543, -1.0681878328323364, -9.492455319559667e-07], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102869987487793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4680449366569519, 0.6047391295433044, -0.21846286952495575, -1.070183515548706, 1.4798123836517334, 0.3041759729385376, 0.6787236332893372, -0.26736199855804443, -0.4438439905643463, 0.23479300737380981, 1.5732269287109375, -1.121137022972107, 1.3709073066711426, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361074924468994, 1.908929705619812, -1.0679477453231812, 2.7528119971975684e-05], "mean": [-0.19951428472995758, 0.6046698689460754, 0.45138731598854065, -1.4119503498077393, -0.2539035379886627, -0.12054198235273361, 0.02828868478536606, -0.31033313274383545, 0.4675725996494293, 0.22824479639530182, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.329176664352417, 0.46627703309059143, -0.4366907775402069, -1.199642539024353, 1.0693280696868896, 0.10966798663139343, 0.4482298195362091, -0.3163255751132965, -0.4868255853652954, 0.18159271776676178, 1.1212838888168335, -2.18058705329895, 1.0579543113708496, 1001.0, 589.4873657226562, 0.00018046800687443465, -0.2238248586654663, -0.836121141910553, 1.9089266061782837, -1.0680122375488281, 1.442850407329388e-05], "std": [2.6210551368421875e-05, 1.5574069038848393e-05, 2.2783038730267435e-05, 2.4753126126597635e-05, 2.1417654352262616e-05, 1.6851847249199636e-05, 2.0848267013207078e-05, 1.4296697372628842e-05, 7.846831067581661e-06, 1.1888591870956589e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10057719796895981, 0.07775931060314178, 0.09286359697580338, 0.10783696919679642, 0.31619736552238464, 0.1683708131313324, 0.18299341201782227, 0.021032441407442093, 0.01899365335702896, 0.0334048755466938, 0.2745486795902252, 0.4267822504043579, 0.18436962366104126, 0.0, 399.6399230957031, 3.2014213502407074e-10, 1.218271563629969e-06, 4.04781030738377e-06, 1.161341424449347e-05, 4.500638533500023e-05, 3.480447730908054e-06], "count": [790]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08194321393966675, 0.35986942052841187, -0.6102718114852905, -1.4885565042495728, 0.2537883222103119, -0.2016553431749344, -0.02834414690732956, -0.3450370132923126, -0.5175169706344604, 0.11842799931764603, 0.6572537422180176, -2.6337761878967285, 0.7456094622612, 1001.0, 183.0, 0.00018046832701656967, -0.22382771968841553, -0.8361280560493469, 1.9088892936706543, -1.0681878328323364, -9.492455319559667e-07], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102869987487793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4680449366569519, 0.6047391295433044, -0.21846286952495575, -1.070183515548706, 1.4798123836517334, 0.3041759729385376, 0.6787236332893372, -0.26736199855804443, -0.4438439905643463, 0.23479300737380981, 1.5732269287109375, -1.121137022972107, 1.3709073066711426, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361074924468994, 1.908929705619812, -1.0679477453231812, 2.7528119971975684e-05], "mean": [-0.1995142698287964, 0.6046699285507202, 0.45138728618621826, -1.4119503498077393, -0.25390347838401794, -0.12054198235273361, 0.028288817033171654, -0.31033313274383545, 0.4675725996494293, 0.228244811296463, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.32918742299079895, 0.46621304750442505, -0.43667033314704895, -1.1994458436965942, 1.0699341297149658, 0.10956637561321259, 0.44862934947013855, -0.31636905670166016, -0.4868195354938507, 0.18159134685993195, 1.1210706233978271, -2.1812705993652344, 1.0582609176635742, 1001.0, 589.4898681640625, 0.00018046800687443465, -0.2238248735666275, -0.836121141910553, 1.9089266061782837, -1.0680121183395386, 1.4434512195293792e-05], "std": [2.6208239432889968e-05, 1.5574387361994013e-05, 2.278330248373095e-05, 2.4753126126597635e-05, 2.136950752174016e-05, 1.6851847249199636e-05, 2.075630436593201e-05, 1.4301541341410484e-05, 7.845273103157524e-06, 1.1897305739694275e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.10056379437446594, 0.0776662603020668, 0.0928620994091034, 0.10759110003709793, 0.3150912821292877, 0.16853375732898712, 0.18229569494724274, 0.021055512130260468, 0.01900065690279007, 0.03340296447277069, 0.274262398481369, 0.42551568150520325, 0.18405216932296753, 0.0, 399.6437072753906, 3.2014213502407074e-10, 1.2305889640629175e-06, 4.046632511744974e-06, 1.1607619853748474e-05, 4.498154521570541e-05, 3.4792949463735567e-06], "count": [790]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.15], "std": [7.601772454134919], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [372], "max": [372], "mean": [372.0], "std": [0.0], "count": [790]}, "index": {"min": [303994], "max": [304783], "mean": [304388.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [790]}, "gripper_open_scale_state": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5888848095943656], "std": [0.0, 0.3990183760918242], "count": [790]}, "gripper_open_scale_action": {"min": [1.0, 0.18299999833106995], "max": [1.0, 1.0], "mean": [1.0, 0.5888848095943656], "std": [0.0, 0.3990183760918242], "count": [790]}, "eef_direction_state": {"mean": [6.0, 4.8443037974683545], "std": [0.0, 1.8859404419930805], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.0, 0.3531645569620253], "std": [0.0, 0.4961460184816383], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.0, 0.2518987341772152], "std": [0.0, 0.5920059783083506], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_direction_action": {"mean": [6.0, 4.8443037974683545], "std": [0.0, 1.8859404419930805], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.0, 0.3531645569620253], "std": [0.0, 0.4961460184816383], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.0, 0.2518987341772152], "std": [0.0, 0.5920059783083506], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [-0.31033289432525635, 0.4675731658935547, 0.22824488580226898, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3163256347179413, -0.48682528734207153, 0.18159271776676178, 1.1212824583053589, -2.180586814880371, 1.0579540729522705], "std": [1.4295056644186843e-05, 7.82526967668673e-06, 1.188821261166595e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.021032441407442093, 0.01899365708231926, 0.0334048755466938, 0.2745485007762909, 0.4267824590206146, 0.18436947464942932], "min": [-0.31038200855255127, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3450370132923126, -0.5175169706344604, 0.11842799931764603, 0.6572537422180176, -2.6337761878967285, 0.7456094622612], "max": [-0.3102869987487793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26736199855804443, -0.4438439905643463, 0.23479300737380981, 1.5732269287109375, -1.121137022972107, 1.3709073066711426], "count": [790]}, "eef_sim_pose_action": {"mean": [-0.31033313274383545, 0.4675725996494293, 0.22824479639530182, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3163255751132965, -0.4868255853652954, 0.18159271776676178, 1.1212838888168335, -2.18058705329895, 1.0579543113708496], "std": [1.4296697372628842e-05, 7.846831067581661e-06, 1.1888591870956589e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.021032441407442093, 0.01899365335702896, 0.0334048755466938, 0.2745486795902252, 0.4267822504043579, 0.18436962366104126], "min": [-0.31038200855255127, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3450370132923126, -0.5175169706344604, 0.11842799931764603, 0.6572537422180176, -2.6337761878967285, 0.7456094622612], "max": [-0.3102869987487793, 0.46759599447250366, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26736199855804443, -0.4438439905643463, 0.23479300737380981, 1.5732269287109375, -1.121137022972107, 1.3709073066711426], "count": [790]}, "gripper_mode_state": {"mean": [0.0, 0.4962025316455696], "std": [0.0, 0.4999855790261273], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_state": {"mean": [2.0, 1.8911392405063292], "std": [0.0, 0.4128290397429891], "min": [2, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.0, 0.4962025316455696], "std": [0.0, 0.4999855790261273], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_action": {"mean": [2.0, 1.8911392405063292], "std": [0.0, 0.4128290397429891], "min": [2, 0], "max": [2, 2], "count": [790]}}} +{"episode_index": 369, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.43639166934134765]], [[0.4099584938141923]], [[0.41694551553260195]]], "std": [[[0.1938438880490145]], [[0.19298153270992524]], [[0.19312193311737422]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4017049146047308]], [[0.3921818661492375]], [[0.3816246474284158]]], "std": [[[0.23446707659678706]], [[0.22404707830762588]], [[0.2222694460880995]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5200275297619048]], [[0.49069928804855273]], [[0.4974558665480081]]], "std": [[[0.20169762335646338]], [[0.19761727996660017]], [[0.20860417076664242]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651840630349362]], [[0.441247040830221]], [[0.450460426879085]]], "std": [[[0.27116972487264823]], [[0.2568549252163311]], [[0.2610282940778401]]], "count": [168]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08110544830560684, 0.31606167554855347, -0.63477623462677, -1.5270408391952515, 0.25384068489074707, -0.20341812074184418, -0.028326693922281265, -0.33950600028038025, -0.502377986907959, 0.15029799938201904, 0.6612424254417419, -2.6043171882629395, 0.615311324596405, 1001.0, 194.0, 0.00018046832701656967, -0.22382959723472595, -0.8361209630966187, 1.9089092016220093, -1.06804358959198, 1.2340192370174918e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3266383707523346, 0.8024325966835022, -0.1679704785346985, -1.1570485830307007, 1.498260498046875, 0.3966260850429535, 0.7313104271888733, -0.2800990045070648, -0.41149699687957764, 0.23100000619888306, 1.5732269287109375, -1.121137022972107, 1.3865671157836914, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361161947250366, 1.9089218378067017, -1.0680040121078491, 2.657887489476707e-05], "mean": [-0.19951367378234863, 0.6046659350395203, 0.45138809084892273, -1.4119542837142944, -0.2538973391056061, -0.12054216861724854, 0.02827843278646469, -0.310333251953125, 0.46757209300994873, 0.22824068367481232, -1.5732394456863403, -1.1211421489715576, -0.7462767362594604, 0.2515260875225067, 0.5313495397567749, -0.437455952167511, -1.3187652826309204, 1.1377038955688477, 0.09494160115718842, 0.34290453791618347, -0.3146074712276459, -0.4664987325668335, 0.1910693347454071, 1.0300618410110474, -2.14726185798645, 1.1012053489685059, 1001.0, 586.2990112304688, 0.00018046799232251942, -0.22382648289203644, -0.8361204862594604, 1.9089314937591553, -1.0680220127105713, 1.988627809623722e-05], "std": [2.5583107344573364e-05, 1.5679510397603735e-05, 2.309975025127642e-05, 2.465279794705566e-05, 2.1487594494828954e-05, 1.679594788583927e-05, 2.7307964046485722e-05, 1.443127439415548e-05, 7.755106707918458e-06, 1.211500057252124e-05, 1.2516975402832031e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.061039362102746964, 0.16116303205490112, 0.09524079412221909, 0.10289423912763596, 0.373188316822052, 0.16712160408496857, 0.21768230199813843, 0.018702352419495583, 0.029423190280795097, 0.027782022953033447, 0.2853556275367737, 0.4541437029838562, 0.2577160596847534, 0.0, 395.43133544921875, 3.346940502524376e-10, 2.480698640283663e-06, 2.3909360606921837e-06, 1.5572761185467243e-05, 9.753298400028143e-06, 1.5067103049659636e-06], "count": [933]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08110544830560684, 0.31606167554855347, -0.63477623462677, -1.5270408391952515, 0.25384068489074707, -0.20341812074184418, -0.028326693922281265, -0.33950600028038025, -0.502377986907959, 0.15029799938201904, 0.6612424254417419, -2.6043171882629395, 0.615311324596405, 1001.0, 194.0, 0.00018046832701656967, -0.22382959723472595, -0.8361209630966187, 1.9089092016220093, -1.06804358959198, 1.2340192370174918e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028361599892377853, -0.3102850019931793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3266383707523346, 0.8024325966835022, -0.1679704785346985, -1.1570485830307007, 1.498260498046875, 0.3966260850429535, 0.7313104271888733, -0.2800990045070648, -0.41149699687957764, 0.23100000619888306, 1.5732269287109375, -1.121137022972107, 1.3865671157836914, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361161947250366, 1.9089218378067017, -1.0680040121078491, 2.657887489476707e-05], "mean": [-0.19951365888118744, 0.6046659350395203, 0.45138803124427795, -1.4119542837142944, -0.2538972795009613, -0.12054216861724854, 0.028278416022658348, -0.3103332817554474, 0.46757209300994873, 0.2282406985759735, -1.5732394456863403, -1.1211421489715576, -0.7462767362594604, 0.25149524211883545, 0.5313273072242737, -0.4374749958515167, -1.318697452545166, 1.1382501125335693, 0.0948561504483223, 0.34309399127960205, -0.3146379292011261, -0.4664829671382904, 0.19106054306030273, 1.0298207998275757, -2.1477978229522705, 1.1015236377716064, 1001.0, 586.3012084960938, 0.00018046799232251942, -0.22382648289203644, -0.8361204862594604, 1.9089314937591553, -1.0680220127105713, 1.9887294911313802e-05], "std": [2.558328560553491e-05, 1.5673140296712518e-05, 2.309024603164289e-05, 2.465279794705566e-05, 2.1523181203519925e-05, 1.679594788583927e-05, 2.7316600608173758e-05, 1.4435714547289535e-05, 7.754855687380768e-06, 1.2097309081582353e-05, 1.2516975402832031e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.06107296049594879, 0.1611541211605072, 0.09524556249380112, 0.10285376757383347, 0.37226635217666626, 0.16725195944309235, 0.21743594110012054, 0.018718520179390907, 0.02942654862999916, 0.027771541848778725, 0.28499165177345276, 0.45322659611701965, 0.25746065378189087, 0.0, 395.4364013671875, 3.346940502524376e-10, 2.480698640283663e-06, 2.3906773094495293e-06, 1.5574634744552895e-05, 9.760089596966282e-06, 1.5064247236296069e-06], "count": [933]}, "timestamp": {"min": [0.0], "max": [31.066666666666666], "mean": [15.533333333333335], "std": [8.977791529142383], "count": [933]}, "frame_index": {"min": [0], "max": [932], "mean": [466.0], "std": [269.33374587427153], "count": [933]}, "episode_index": {"min": [373], "max": [373], "mean": [373.0], "std": [0.0], "count": [933]}, "index": {"min": [304784], "max": [305716], "mean": [305250.0], "std": [269.33374587427153], "count": [933]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [933]}, "gripper_open_scale_state": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5858520909840399], "std": [0.0, 0.39496329858608076], "count": [933]}, "gripper_open_scale_action": {"min": [1.0, 0.1940000057220459], "max": [1.0, 1.0], "mean": [1.0, 0.5858520909840399], "std": [0.0, 0.39496329858608076], "count": [933]}, "eef_direction_state": {"mean": [6.0, 4.834941050375134], "std": [0.0, 1.8486636411329491], "min": [6, 0], "max": [6, 6], "count": [933]}, "eef_velocity_state": {"mean": [0.0, 0.38478027867095393], "std": [0.0, 0.4931077813055307], "min": [0, 0], "max": [0, 2], "count": [933]}, "eef_acc_mag_state": {"mean": [0.0, 0.2357984994640943], "std": [0.0, 0.582087320401534], "min": [0, 0], "max": [0, 2], "count": [933]}, "eef_direction_action": {"mean": [6.0, 4.834941050375134], "std": [0.0, 1.8486636411329491], "min": [6, 0], "max": [6, 6], "count": [933]}, "eef_velocity_action": {"mean": [0.0, 0.38478027867095393], "std": [0.0, 0.4931077813055307], "min": [0, 0], "max": [0, 2], "count": [933]}, "eef_acc_mag_action": {"mean": [0.0, 0.2357984994640943], "std": [0.0, 0.582087320401534], "min": [0, 0], "max": [0, 2], "count": [933]}, "eef_sim_pose_state": {"mean": [-0.3103332817554474, 0.4675726294517517, 0.22824066877365112, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.3146072030067444, -0.4664985239505768, 0.1910693347454071, 1.0300623178482056, -2.147261142730713, 1.1012042760849], "std": [1.4431306226470042e-05, 7.735276085441e-06, 1.2114994206058327e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.018702352419495583, 0.0294231865555048, 0.027782024815678596, 0.2853558659553528, 0.4541437327861786, 0.2577160596847534], "min": [-0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33950600028038025, -0.502377986907959, 0.15029799938201904, 0.6612424254417419, -2.6043171882629395, 0.615311324596405], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2800990045070648, -0.41149699687957764, 0.23100000619888306, 1.5732269287109375, -1.121137022972107, 1.3865671157836914], "count": [933]}, "eef_sim_pose_action": {"mean": [-0.310333251953125, 0.46757209300994873, 0.22824068367481232, -1.5732394456863403, -1.1211421489715576, -0.7462767362594604, -0.3146074712276459, -0.4664987325668335, 0.1910693347454071, 1.0300618410110474, -2.14726185798645, 1.1012053489685059], "std": [1.443127439415548e-05, 7.755106707918458e-06, 1.211500057252124e-05, 1.2516975402832031e-05, 5.125999450683594e-06, 1.1324882507324219e-06, 0.018702352419495583, 0.029423190280795097, 0.027782022953033447, 0.2853556275367737, 0.4541437029838562, 0.2577160596847534], "min": [-0.3103800117969513, 0.46754100918769836, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33950600028038025, -0.502377986907959, 0.15029799938201904, 0.6612424254417419, -2.6043171882629395, 0.615311324596405], "max": [-0.3102850019931793, 0.46759501099586487, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2800990045070648, -0.41149699687957764, 0.23100000619888306, 1.5732269287109375, -1.121137022972107, 1.3865671157836914], "count": [933]}, "gripper_mode_state": {"mean": [0.0, 0.5080385852090032], "std": [0.0, 0.49993537697170176], "min": [0, 0], "max": [0, 1], "count": [933]}, "gripper_activity_state": {"mean": [2.0, 1.9088960342979635], "std": [0.0, 0.37792257059167933], "min": [2, 0], "max": [2, 2], "count": [933]}, "gripper_mode_action": {"mean": [0.0, 0.5080385852090032], "std": [0.0, 0.49993537697170176], "min": [0, 0], "max": [0, 1], "count": [933]}, "gripper_activity_action": {"mean": [2.0, 1.9088960342979635], "std": [0.0, 0.37792257059167933], "min": [2, 0], "max": [2, 2], "count": [933]}}} +{"episode_index": 370, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.996078431372549]]], "mean": [[[0.43600718521404147]], [[0.4103028881530537]], [[0.4175872708630914]]], "std": [[[0.19375938105694912]], [[0.1930494330413707]], [[0.19322612983653642]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39976906408258667]], [[0.38988350944682504]], [[0.37845294848071676]]], "std": [[[0.23440317613830344]], [[0.2234779784209818]], [[0.22087749583289354]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5202850725555123]], [[0.49092677357918885]], [[0.4977404571376012]]], "std": [[[0.20180004743355887]], [[0.1976530961407836]], [[0.20868001978011277]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4573661835043068]], [[0.4378699343699953]], [[0.4465057081331429]]], "std": [[[0.2739984623881601]], [[0.26175586719324645]], [[0.2659742769920819]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07850491255521774, 0.27864181995391846, -0.6384937763214111, -1.4931117296218872, 0.24989624321460724, -0.16222836077213287, -0.028326693922281265, -0.34613800048828125, -0.5103309750556946, 0.16034899652004242, 0.7134445309638977, -2.7036983966827393, 0.6433024406433105, 1001.0, 184.0, 0.00018046832701656967, -0.22382959723472595, -0.8361225128173828, 1.9089075326919556, -1.0680657625198364, 1.3289437447383534e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102889955043793, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40196678042411804, 0.8129220008850098, -0.21015509963035583, -1.0498504638671875, 1.5714770555496216, 0.31618383526802063, 0.8526631593704224, -0.29769301414489746, -0.40596500039100647, 0.24463999271392822, 1.587770700454712, -1.1202689409255981, 1.4647718667984009, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361145853996277, 1.9089242219924927, -1.067989706993103, 2.4680384740349837e-05], "mean": [-0.19951675832271576, 0.6046651005744934, 0.45138415694236755, -1.4119534492492676, -0.25390055775642395, -0.12054657191038132, 0.02827107533812523, -0.3103312849998474, 0.46757379174232483, 0.22824089229106903, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.27171528339385986, 0.5127903819084167, -0.42962607741355896, -1.2240781784057617, 1.1955620050430298, 0.11758624017238617, 0.4687335193157196, -0.32611826062202454, -0.4690397381782532, 0.19999054074287415, 0.9879058003425598, -2.2523398399353027, 1.1385457515716553, 1001.0, 570.7130737304688, 0.00018046800687443465, -0.22382581233978271, -0.8361203670501709, 1.9089267253875732, -1.0680301189422607, 1.986692222999409e-05], "std": [2.6644314857549034e-05, 1.5574081771774217e-05, 2.2408667064155452e-05, 2.4362005206057802e-05, 2.121161924151238e-05, 1.7980370103032328e-05, 2.8932036002515815e-05, 1.4282187294156756e-05, 7.940527211758308e-06, 1.1968828403041698e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.06947754323482513, 0.17908379435539246, 0.10284044593572617, 0.12735801935195923, 0.37004411220550537, 0.1437818855047226, 0.23781457543373108, 0.017387066036462784, 0.030972614884376526, 0.030841218307614326, 0.2655351161956787, 0.46620380878448486, 0.27099141478538513, 0.0, 398.772216796875, 3.2014213502407074e-10, 1.8934825902761077e-06, 2.5112235562119167e-06, 1.0779637705127243e-05, 1.5112778783077374e-05, 1.249576826012344e-06], "count": [805]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.310371994972229, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07850491255521774, 0.27864181995391846, -0.6384937763214111, -1.4931117296218872, 0.24989624321460724, -0.16222836077213287, -0.028326693922281265, -0.34613800048828125, -0.5103309750556946, 0.16034899652004242, 0.7134445309638977, -2.7036983966827393, 0.6433024406433105, 1001.0, 184.0, 0.00018046832701656967, -0.22382959723472595, -0.8361225128173828, 1.9089075326919556, -1.0680657625198364, 1.3289437447383534e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102889955043793, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.40196678042411804, 0.8129220008850098, -0.21015509963035583, -1.0498504638671875, 1.5714770555496216, 0.31618383526802063, 0.8526631593704224, -0.29769301414489746, -0.40596500039100647, 0.24463999271392822, 1.587770700454712, -1.1202689409255981, 1.4647718667984009, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361145853996277, 1.9089242219924927, -1.067989706993103, 2.4680384740349837e-05], "mean": [-0.19951675832271576, 0.6046651601791382, 0.45138415694236755, -1.4119534492492676, -0.25390055775642395, -0.12054657191038132, 0.02827109582722187, -0.3103313446044922, 0.46757379174232483, 0.22824092209339142, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2717285454273224, 0.5127764344215393, -0.42961519956588745, -1.2239195108413696, 1.1963369846343994, 0.1176137924194336, 0.4691014885902405, -0.3261583745479584, -0.46903443336486816, 0.2000025361776352, 0.9875096082687378, -2.253136157989502, 1.1388869285583496, 1001.0, 570.7105712890625, 0.00018046800687443465, -0.22382581233978271, -0.8361203670501709, 1.9089267253875732, -1.0680301189422607, 1.986810275411699e-05], "std": [2.6644316676538438e-05, 1.5565672583761625e-05, 2.2408667064155452e-05, 2.429080632282421e-05, 2.121161924151238e-05, 1.7980370103032328e-05, 2.894092358474154e-05, 1.4266278412833344e-05, 7.945761353767011e-06, 1.1967150385316927e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.0694648027420044, 0.17907699942588806, 0.10283856093883514, 0.12720341980457306, 0.3687223494052887, 0.14373835921287537, 0.2372736930847168, 0.01738789491355419, 0.030973227694630623, 0.030854059383273125, 0.26489874720573425, 0.4648166596889496, 0.27066993713378906, 0.0, 398.76922607421875, 3.2014213502407074e-10, 1.8934825902761077e-06, 2.51068649959052e-06, 1.0779637705127243e-05, 1.5114014786377084e-05, 1.2500842103690957e-06], "count": [805]}, "timestamp": {"min": [0.0], "max": [26.8], "mean": [13.4], "std": [7.746110134914312], "count": [805]}, "frame_index": {"min": [0], "max": [804], "mean": [402.0], "std": [232.38330404742936], "count": [805]}, "episode_index": {"min": [374], "max": [374], "mean": [374.0], "std": [0.0], "count": [805]}, "index": {"min": [305717], "max": [306521], "mean": [306119.0], "std": [232.38330404742936], "count": [805]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [805]}, "gripper_open_scale_state": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5700993790019373], "std": [0.0, 0.398109311002679], "count": [805]}, "gripper_open_scale_action": {"min": [1.0, 0.18400000035762787], "max": [1.0, 1.0], "mean": [1.0, 0.5700993790019373], "std": [0.0, 0.39810931100267904], "count": [805]}, "eef_direction_state": {"mean": [6.0, 4.7043478260869565], "std": [0.0, 1.9200267799014483], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.0, 0.41490683229813663], "std": [0.0, 0.5124791988051587], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_state": {"mean": [0.0, 0.2919254658385093], "std": [0.0, 0.6269293356991564], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_direction_action": {"mean": [6.0, 4.7043478260869565], "std": [0.0, 1.9200267799014483], "min": [6, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.0, 0.41490683229813663], "std": [0.0, 0.5124791988051587], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_acc_mag_action": {"mean": [0.0, 0.2919254658385093], "std": [0.0, 0.6269293356991564], "min": [0, 0], "max": [0, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [-0.31033143401145935, 0.4675735831260681, 0.22824084758758545, -1.573227047920227, -1.121137022972107, -0.7462756633758545, -0.3261181116104126, -0.46903979778289795, 0.19999052584171295, 0.9879065752029419, -2.2523410320281982, 1.138543725013733], "std": [1.428158884664299e-05, 7.93737308413256e-06, 1.1968772014370188e-05, 1.1920928955078125e-07, 0.0, 5.960464477539063e-08, 0.017387067899107933, 0.030972609296441078, 0.030841214582324028, 0.26553523540496826, 0.46620362997055054, 0.2709912657737732], "min": [-0.310371994972229, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34613800048828125, -0.5103309750556946, 0.16034899652004242, 0.7134445309638977, -2.7036983966827393, 0.6433024406433105], "max": [-0.3102889955043793, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29769301414489746, -0.40596500039100647, 0.24463999271392822, 1.587770700454712, -1.1202689409255981, 1.4647718667984009], "count": [805]}, "eef_sim_pose_action": {"mean": [-0.3103312849998474, 0.46757379174232483, 0.22824089229106903, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.32611826062202454, -0.4690397381782532, 0.19999054074287415, 0.9879058003425598, -2.2523398399353027, 1.1385457515716553], "std": [1.4282187294156756e-05, 7.940527211758308e-06, 1.1968828403041698e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.017387066036462784, 0.030972614884376526, 0.030841218307614326, 0.2655351161956787, 0.46620380878448486, 0.27099141478538513], "min": [-0.310371994972229, 0.4675529897212982, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34613800048828125, -0.5103309750556946, 0.16034899652004242, 0.7134445309638977, -2.7036983966827393, 0.6433024406433105], "max": [-0.3102889955043793, 0.4676010012626648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.29769301414489746, -0.40596500039100647, 0.24463999271392822, 1.587770700454712, -1.1202689409255981, 1.4647718667984009], "count": [805]}, "gripper_mode_state": {"mean": [0.0, 0.5192546583850932], "std": [0.0, 0.49962912057893105], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_state": {"mean": [2.0, 1.8944099378881987], "std": [0.0, 0.4049765651075786], "min": [2, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.0, 0.5192546583850932], "std": [0.0, 0.49962912057893105], "min": [0, 0], "max": [0, 1], "count": [805]}, "gripper_activity_action": {"mean": [2.0, 1.8944099378881987], "std": [0.0, 0.4049765651075786], "min": [2, 0], "max": [2, 2], "count": [805]}}} +{"episode_index": 371, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4208903997857421]], [[0.3994183818118859]], [[0.4042996147686448]]], "std": [[[0.19220088356288825]], [[0.19093667046022192]], [[0.19178752221538492]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4020301665368134]], [[0.3901305038847769]], [[0.3783756911981128]]], "std": [[[0.23374374388575891]], [[0.22208363865654351]], [[0.21996496110200164]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5170602640890793]], [[0.4885459531770766]], [[0.49529909535558153]]], "std": [[[0.20057751455149536]], [[0.19759844990006875]], [[0.20853902685239026]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4680005911028871]], [[0.4428301235229191]], [[0.45182018839544646]]], "std": [[[0.2727963215196659]], [[0.2599000380810843]], [[0.26321384081970706]]], "count": [151]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11013027280569077, 0.3004758656024933, -0.6265208125114441, -1.460072636604309, 0.25356143712997437, -0.1650906801223755, -0.028379054740071297, -0.33768799901008606, -0.5176339745521545, 0.07781799882650375, 0.6782328486442566, -2.620774507522583, 0.7462756037712097, 1001.0, 195.0, 0.00018046832701656967, -0.22382771968841553, -0.8361233472824097, 1.9088916778564453, -1.0681617259979248, -0.00020693552505690604], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4896870255470276, 0.6047391295433044, -0.20252801477909088, -1.0975852012634277, 1.4332643747329712, 0.26508060097694397, 0.6427698135375977, -0.2791390120983124, -0.4530380070209503, 0.22826600074768066, 1.5811363458633423, -1.121137022972107, 1.4281082153320312, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361114263534546, 1.908927321434021, -1.0679540634155273, 2.4680384740349837e-05], "mean": [-0.19951778650283813, 0.6046698689460754, 0.4513840079307556, -1.4119538068771362, -0.25389906764030457, -0.12054663151502609, 0.028278006240725517, -0.31032973527908325, 0.46757379174232483, 0.22824299335479736, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.3290647566318512, 0.42920079827308655, -0.4333783984184265, -1.2187424898147583, 1.0350499153137207, 0.10506340861320496, 0.3534913957118988, -0.3148863613605499, -0.49182841181755066, 0.16872461140155792, 1.0896005630493164, -2.122192621231079, 1.087565541267395, 1001.0, 591.3126831054688, 0.00018046800687443465, -0.22382451593875885, -0.8361204266548157, 1.908927083015442, -1.0680127143859863, -4.212843123241328e-05], "std": [2.587767994555179e-05, 1.6137841157615185e-05, 2.2915251975064166e-05, 2.406047860858962e-05, 2.123664307873696e-05, 1.8529186490923166e-05, 1.8575889043859206e-05, 1.4848846149106976e-05, 8.051799341046717e-06, 1.2394228178891353e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10609614849090576, 0.10182944685220718, 0.10748734325170517, 0.10564678907394409, 0.3259594738483429, 0.14605125784873962, 0.1921738237142563, 0.01717229187488556, 0.018363945186138153, 0.04302078112959862, 0.2781505286693573, 0.44316092133522034, 0.20135527849197388, 0.0, 393.85296630859375, 3.2014213502407074e-10, 9.693474112282274e-07, 4.71286602987675e-06, 1.2230545507918578e-05, 4.505703691393137e-05, 9.223882079822943e-05], "count": [806]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.11013027280569077, 0.3004758656024933, -0.6265208125114441, -1.460072636604309, 0.25356143712997437, -0.1650906801223755, -0.028379054740071297, -0.33768799901008606, -0.5176339745521545, 0.07781799882650375, 0.6782328486442566, -2.620774507522583, 0.7462756037712097, 1001.0, 195.0, 0.00018046832701656967, -0.22382771968841553, -0.8361233472824097, 1.9088916778564453, -1.0681617259979248, -0.00020693552505690604], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4896870255470276, 0.6047391295433044, -0.20252801477909088, -1.0975852012634277, 1.4332643747329712, 0.26508060097694397, 0.6427698135375977, -0.2791390120983124, -0.4530380070209503, 0.22826600074768066, 1.5811363458633423, -1.121137022972107, 1.4281082153320312, 1001.0, 1003.0, 0.00018046832701656967, -0.22382019460201263, -0.8361114263534546, 1.908927321434021, -1.0679540634155273, 2.4680384740349837e-05], "mean": [-0.1995178908109665, 0.6046698689460754, 0.4513840079307556, -1.4119538068771362, -0.25389906764030457, -0.1205466166138649, 0.028277985751628876, -0.31032970547676086, 0.46757379174232483, 0.22824299335479736, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.3291036784648895, 0.429155170917511, -0.43342655897140503, -1.218624472618103, 1.0356723070144653, 0.1050628274679184, 0.35371145606040955, -0.314920037984848, -0.4918295443058014, 0.16870662569999695, 1.0892852544784546, -2.1228370666503906, 1.0878593921661377, 1001.0, 591.31640625, 0.00018046800687443465, -0.22382451593875885, -0.8361204266548157, 1.908927083015442, -1.0680128335952759, -4.2366329580545425e-05], "std": [2.5873747290461324e-05, 1.6126832633744925e-05, 2.2915251975064166e-05, 2.406047860858962e-05, 2.1239409761619754e-05, 1.852935201895889e-05, 1.8590317267808132e-05, 1.4848174942017067e-05, 8.057345439738128e-06, 1.2381558008200955e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.10605429112911224, 0.10175900906324387, 0.10750391334295273, 0.10548360645771027, 0.3249445855617523, 0.14605216681957245, 0.19183777272701263, 0.017189886420965195, 0.018362512812018394, 0.04299895092844963, 0.2777456045150757, 0.442081481218338, 0.2010294646024704, 0.0, 393.8565673828125, 3.2014213502407074e-10, 9.729679959491477e-07, 4.712726422440028e-06, 1.2232616427354515e-05, 4.506968252826482e-05, 9.23256593523547e-05], "count": [806]}, "timestamp": {"min": [0.0], "max": [26.833333333333332], "mean": [13.416666666666664], "std": [7.755732646816089], "count": [806]}, "frame_index": {"min": [0], "max": [805], "mean": [402.5], "std": [232.67197940448264], "count": [806]}, "episode_index": {"min": [375], "max": [375], "mean": [375.0], "std": [0.0], "count": [806]}, "index": {"min": [306522], "max": [307327], "mean": [306924.5], "std": [232.67197940448264], "count": [806]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [806]}, "gripper_open_scale_state": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5908052076218145], "std": [0.0, 0.3933237894572478], "count": [806]}, "gripper_open_scale_action": {"min": [1.0, 0.19499999284744263], "max": [1.0, 1.0], "mean": [1.0, 0.5908052076218145], "std": [0.0, 0.3933237894572478], "count": [806]}, "eef_direction_state": {"mean": [6.0, 4.861042183622828], "std": [0.0, 1.856661510874403], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_state": {"mean": [0.0, 0.3858560794044665], "std": [0.0, 0.4993777260570402], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_state": {"mean": [0.0, 0.2655086848635236], "std": [0.0, 0.6092556796413114], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_direction_action": {"mean": [6.0, 4.861042183622828], "std": [0.0, 1.856661510874403], "min": [6, 0], "max": [6, 6], "count": [806]}, "eef_velocity_action": {"mean": [0.0, 0.3858560794044665], "std": [0.0, 0.4993777260570402], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_acc_mag_action": {"mean": [0.0, 0.2655086848635236], "std": [0.0, 0.6092556796413114], "min": [0, 0], "max": [0, 2], "count": [806]}, "eef_sim_pose_state": {"mean": [-0.31032976508140564, 0.4675738513469696, 0.22824308276176453, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3148859739303589, -0.49182847142219543, 0.16872453689575195, 1.0895994901657104, -2.1221916675567627, 1.0875651836395264], "std": [1.4848801583866589e-05, 8.051442819123622e-06, 1.2393768884066958e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01717229187488556, 0.01836394891142845, 0.04302079230546951, 0.27815067768096924, 0.44316068291664124, 0.20135511457920074], "min": [-0.3103789985179901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33768799901008606, -0.5176339745521545, 0.07781799882650375, 0.6782328486442566, -2.620774507522583, 0.7462756037712097], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2791390120983124, -0.4530380070209503, 0.22826600074768066, 1.5811363458633423, -1.121137022972107, 1.4281082153320312], "count": [806]}, "eef_sim_pose_action": {"mean": [-0.31032973527908325, 0.46757379174232483, 0.22824299335479736, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.3148863613605499, -0.49182841181755066, 0.16872461140155792, 1.0896005630493164, -2.122192621231079, 1.087565541267395], "std": [1.4848846149106976e-05, 8.051799341046717e-06, 1.2394228178891353e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.01717229187488556, 0.018363945186138153, 0.04302078112959862, 0.2781505286693573, 0.44316092133522034, 0.20135527849197388], "min": [-0.3103789985179901, 0.46754899621009827, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33768799901008606, -0.5176339745521545, 0.07781799882650375, 0.6782328486442566, -2.620774507522583, 0.7462756037712097], "max": [-0.3102889955043793, 0.46759599447250366, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2791390120983124, -0.4530380070209503, 0.22826600074768066, 1.5811363458633423, -1.121137022972107, 1.4281082153320312], "count": [806]}, "gripper_mode_state": {"mean": [0.0, 0.5012406947890818], "std": [0.0, 0.4999984606740711], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_state": {"mean": [2.0, 1.8957816377171215], "std": [0.0, 0.4004427722613761], "min": [2, 0], "max": [2, 2], "count": [806]}, "gripper_mode_action": {"mean": [0.0, 0.5012406947890818], "std": [0.0, 0.4999984606740711], "min": [0, 0], "max": [0, 1], "count": [806]}, "gripper_activity_action": {"mean": [2.0, 1.8957816377171215], "std": [0.0, 0.4004427722613761], "min": [2, 0], "max": [2, 2], "count": [806]}}} +{"episode_index": 372, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.4308850615682003]], [[0.40481695608526636]], [[0.41078968158614204]]], "std": [[[0.1933167662834133]], [[0.19140008232167943]], [[0.19222632422190836]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4031589399376308]], [[0.39169721848434363]], [[0.3797359495813576]]], "std": [[[0.23299436922590627]], [[0.22146193543401393]], [[0.21929268815883216]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5192507809496348]], [[0.4899954691571618]], [[0.4967983801636123]]], "std": [[[0.2013153008599795]], [[0.19742905797650115]], [[0.20838118761773675]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46301457372164556]], [[0.43898600030970997]], [[0.4478940271369986]]], "std": [[[0.26908907589301406]], [[0.254310823437975]], [[0.25805185690786986]]], "count": [153]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09965830296278, 0.28476792573928833, -0.6801198720932007, -1.487945556640625, 0.25384068489074707, -0.207345113158226, -0.11442378908395767, -0.333979994058609, -0.5091069936752319, 0.15655599534511566, 0.6113094091415405, -2.603165864944458, 0.5311024188995361, 1001.0, 200.0, 0.00018046832701656967, -0.22382959723472595, -0.8361225128173828, 1.9089068174362183, -1.068060278892517, -0.00017561041750013828], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38493236899375916, 0.7934964895248413, -0.18963001668453217, -1.1654784679412842, 1.4391810894012451, 0.3039141893386841, 0.7214492559432983, -0.26178398728370667, -0.4199869930744171, 0.22884300351142883, 1.5732269287109375, -1.121137022972107, 1.4461970329284668, 1001.0, 1003.0, 0.00018046832701656967, -0.22381457686424255, -0.8361161947250366, 1.9089202880859375, -1.0680135488510132, -0.0001651687198318541], "mean": [-0.19951772689819336, 0.6046743392944336, 0.45138564705848694, -1.4119542837142944, -0.25389596819877625, -0.12054626643657684, 0.028282050043344498, -0.3103296458721161, 0.4675738215446472, 0.22824524343013763, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.27962735295295715, 0.5162463784217834, -0.44033706188201904, -1.3429704904556274, 1.1212997436523438, 0.11505434662103653, 0.25930657982826233, -0.3034147322177887, -0.4746665954589844, 0.18494582176208496, 1.0133265256881714, -2.1055405139923096, 1.1092188358306885, 1001.0, 577.9951171875, 0.00018046799232251942, -0.22382578253746033, -0.8361205458641052, 1.9089268445968628, -1.0680302381515503, -0.00016965798567980528], "std": [2.585566289781127e-05, 1.6115096514113247e-05, 2.2179050574777648e-05, 2.6101684852619655e-05, 2.2626993086305447e-05, 1.762953252182342e-05, 1.8966980860568583e-05, 1.4236000424716622e-05, 7.688125151616987e-06, 1.242644702870166e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.06950383633375168, 0.15423046052455902, 0.12833788990974426, 0.09702921658754349, 0.3611844778060913, 0.1768452376127243, 0.2617993950843811, 0.024276839569211006, 0.026258869096636772, 0.020793473348021507, 0.29600343108177185, 0.45529887080192566, 0.2786683142185211, 0.0, 391.36456298828125, 3.346940502524376e-10, 2.0619163478841074e-06, 2.4306198156409664e-06, 1.262758087250404e-05, 1.003963734547142e-05, 1.4195061339705717e-06], "count": [824]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103730082511902, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09965830296278, 0.28476792573928833, -0.6801198720932007, -1.487945556640625, 0.25384068489074707, -0.207345113158226, -0.11442378908395767, -0.333979994058609, -0.5091069936752319, 0.15655599534511566, 0.6113094091415405, -2.603165864944458, 0.5311024188995361, 1001.0, 200.0, 0.00018046832701656967, -0.22382959723472595, -0.8361225128173828, 1.9089068174362183, -1.068060278892517, -0.00017561041750013828], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25382325053215027, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.38493236899375916, 0.7934964895248413, -0.18963001668453217, -1.1654784679412842, 1.4391810894012451, 0.3039141893386841, 0.7214492559432983, -0.26178398728370667, -0.4199869930744171, 0.22884300351142883, 1.5732269287109375, -1.121137022972107, 1.4461970329284668, 1001.0, 1003.0, 0.00018046832701656967, -0.22381457686424255, -0.8361161947250366, 1.9089202880859375, -1.0680135488510132, -0.0001651687198318541], "mean": [-0.19951775670051575, 0.6046743988990784, 0.4513856768608093, -1.4119541645050049, -0.25389599800109863, -0.12054626643657684, 0.028282029554247856, -0.3103296458721161, 0.4675738215446472, 0.22824522852897644, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, 0.27960407733917236, 0.516193151473999, -0.44043514132499695, -1.3429715633392334, 1.121886968612671, 0.11496380716562271, 0.25920626521110535, -0.3034423291683197, -0.47465112805366516, 0.18491263687610626, 1.012926459312439, -2.105999708175659, 1.109688401222229, 1001.0, 577.9915161132812, 0.00018046799232251942, -0.22382578253746033, -0.8361205458641052, 1.9089268445968628, -1.0680302381515503, -0.0001696556864771992], "std": [2.585465699667111e-05, 1.6119347492349334e-05, 2.2178854123922065e-05, 2.6101608455064707e-05, 2.2593878384213895e-05, 1.762953252182342e-05, 1.8965802155435085e-05, 1.4236663446354214e-05, 7.688125151616987e-06, 1.2426484317984432e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.06953389942646027, 0.15420731902122498, 0.12837719917297363, 0.09703002125024796, 0.3601659834384918, 0.1769850105047226, 0.2619253695011139, 0.024297555908560753, 0.026266824454069138, 0.020746096968650818, 0.29546836018562317, 0.4544956684112549, 0.27838224172592163, 0.0, 391.35986328125, 3.346940502524376e-10, 2.0619163478841074e-06, 2.4306198156409664e-06, 1.2631185200007167e-05, 1.0055909115180839e-05, 1.4190834463079227e-06], "count": [824]}, "timestamp": {"min": [0.0], "max": [27.433333333333334], "mean": [13.716666666666667], "std": [7.928937857970357], "count": [824]}, "frame_index": {"min": [0], "max": [823], "mean": [411.5], "std": [237.86813573911073], "count": [824]}, "episode_index": {"min": [376], "max": [376], "mean": [376.0], "std": [0.0], "count": [824]}, "index": {"min": [307328], "max": [308151], "mean": [307739.5], "std": [237.86813573911073], "count": [824]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [824]}, "gripper_open_scale_state": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.5774041277727167], "std": [0.0, 0.3907243607103017], "count": [824]}, "gripper_open_scale_action": {"min": [1.0, 0.20000000298023224], "max": [1.0, 1.0], "mean": [1.0, 0.5774041277727167], "std": [0.0, 0.3907243607103017], "count": [824]}, "eef_direction_state": {"mean": [6.0, 4.463592233009709], "std": [0.0, 2.095101709591181], "min": [6, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.0, 0.44781553398058255], "std": [0.0, 0.5140691322851456], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.0, 0.28762135922330095], "std": [0.0, 0.6239882469721022], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_direction_action": {"mean": [6.0, 4.463592233009709], "std": [0.0, 2.095101709591181], "min": [6, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.0, 0.44781553398058255], "std": [0.0, 0.5140691322851456], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.0, 0.28762135922330095], "std": [0.0, 0.6239882469721022], "min": [0, 0], "max": [0, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [-0.31032952666282654, 0.467573881149292, 0.2282453030347824, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3034144341945648, -0.4746667146682739, 0.18494576215744019, 1.013325572013855, -2.105539560317993, 1.1092182397842407], "std": [1.4235585695132613e-05, 7.687797733524349e-06, 1.2426359717210289e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0242768507450819, 0.02625887282192707, 0.02079346962273121, 0.29600369930267334, 0.4552987217903137, 0.27866852283477783], "min": [-0.3103730082511902, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.333979994058609, -0.5091069936752319, 0.15655599534511566, 0.6113094091415405, -2.603165864944458, 0.5311024188995361], "max": [-0.3102869987487793, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26178398728370667, -0.4199869930744171, 0.22884300351142883, 1.5732269287109375, -1.121137022972107, 1.4461970329284668], "count": [824]}, "eef_sim_pose_action": {"mean": [-0.3103296458721161, 0.4675738215446472, 0.22824524343013763, -1.5732390880584717, -1.1211419105529785, -0.7462767362594604, -0.3034147322177887, -0.4746665954589844, 0.18494582176208496, 1.0133265256881714, -2.1055405139923096, 1.1092188358306885], "std": [1.4236000424716622e-05, 7.688125151616987e-06, 1.242644702870166e-05, 1.2159347534179688e-05, 4.887580871582031e-06, 1.1324882507324219e-06, 0.024276839569211006, 0.026258869096636772, 0.020793473348021507, 0.29600343108177185, 0.45529887080192566, 0.2786683142185211], "min": [-0.3103730082511902, 0.46755000948905945, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.333979994058609, -0.5091069936752319, 0.15655599534511566, 0.6113094091415405, -2.603165864944458, 0.5311024188995361], "max": [-0.3102869987487793, 0.4675990045070648, 0.22828300297260284, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.26178398728370667, -0.4199869930744171, 0.22884300351142883, 1.5732269287109375, -1.121137022972107, 1.4461970329284668], "count": [824]}, "gripper_mode_state": {"mean": [0.0, 0.5206310679611651], "std": [0.0, 0.49957417771016], "min": [0, 0], "max": [0, 1], "count": [824]}, "gripper_activity_state": {"mean": [2.0, 1.8992718446601942], "std": [0.0, 0.3951151409958497], "min": [2, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.0, 0.5206310679611651], "std": [0.0, 0.49957417771016], "min": [0, 0], "max": [0, 1], "count": [824]}, "gripper_activity_action": {"mean": [2.0, 1.8992718446601942], "std": [0.0, 0.3951151409958497], "min": [2, 0], "max": [2, 2], "count": [824]}}} +{"episode_index": 373, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9921568627450981]]], "mean": [[[0.4360043940273478]], [[0.4085047192122463]], [[0.4156493445239938]]], "std": [[[0.19504669301669195]], [[0.1946282815482862]], [[0.19436555965984378]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40090794579893363]], [[0.3889635927287582]], [[0.37663394392844857]]], "std": [[[0.23320611819431164]], [[0.2217446804471449]], [[0.21924436515468002]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5185789393059856]], [[0.48936486283109737]], [[0.4960873390200378]]], "std": [[[0.2015349779395611]], [[0.19749425247376745]], [[0.20845688482826333]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46134512733273136]], [[0.44014254520338836]], [[0.4480006678384073]]], "std": [[[0.26999644354087354]], [[0.2562654836102345]], [[0.2613060685212271]]], "count": [152]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07365289330482483, 0.28934067487716675, -0.7099650502204895, -1.5110187530517578, 0.25357890129089355, -0.13086478412151337, -0.028274333104491234, -0.33747100830078125, -0.49838098883628845, 0.12033600360155106, 0.5743042230606079, -2.7497501373291016, 0.5747336745262146, 1001.0, 188.0, 0.00018046832701656967, -0.22382771968841553, -0.8361241221427917, 1.9089051485061646, -1.0681450366973877, -0.00017561041750013828], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.4676010012626648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37116172909736633, 0.6758612990379333, -0.18224728107452393, -1.1510272026062012, 1.5767654180526733, 0.2934073209762573, 0.7394261956214905, -0.2816230058670044, -0.42249301075935364, 0.2282799929380417, 1.5750141143798828, -1.121137022972107, 1.5420546531677246, 1001.0, 1002.0, 0.00018046832701656967, -0.22381645441055298, -0.8361169695854187, 1.9089186191558838, -1.0680222511291504, -0.00015472702216356993], "mean": [-0.19951777160167694, 0.6046769618988037, 0.4513852000236511, -1.411949872970581, -0.25389766693115234, -0.12054657936096191, 0.02827630378305912, -0.3103307783603668, 0.467572957277298, 0.2282465100288391, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.24879935383796692, 0.4613550901412964, -0.41508543491363525, -1.3206409215927124, 1.195945143699646, 0.11635870486497879, 0.3329788148403168, -0.31453341245651245, -0.46846872568130493, 0.17255258560180664, 0.9418471455574036, -2.2307281494140625, 1.1885966062545776, 1001.0, 604.5733642578125, 0.00018046800687443465, -0.22382396459579468, -0.83612060546875, 1.9089261293411255, -1.0680454969406128, -0.00016652679187245667], "std": [2.4988899895106442e-05, 1.6074605809990317e-05, 2.32669754041126e-05, 2.435100577713456e-05, 2.2120595531305298e-05, 1.7740829207468778e-05, 2.0442037566681392e-05, 1.4943365385988727e-05, 7.785734851495363e-06, 1.20993854579865e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.08350460976362228, 0.13998478651046753, 0.1347629576921463, 0.10416276007890701, 0.34765493869781494, 0.11942635476589203, 0.22015056014060974, 0.018037796020507812, 0.02524467743933201, 0.029516030102968216, 0.29255399107933044, 0.4385991096496582, 0.305536150932312, 0.0, 396.8905029296875, 3.2014213502407074e-10, 1.1404882798160543e-06, 2.0167722141195554e-06, 1.32586401377921e-05, 3.149390977341682e-05, 2.6252380393998465e-06], "count": [818]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103789985179901, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07365289330482483, 0.28934067487716675, -0.7099650502204895, -1.5110187530517578, 0.25357890129089355, -0.13086478412151337, -0.028274333104491234, -0.33747100830078125, -0.49838098883628845, 0.12033600360155106, 0.5743042230606079, -2.7497501373291016, 0.5747336745262146, 1001.0, 188.0, 0.00018046832701656967, -0.22382771968841553, -0.8361241221427917, 1.9089051485061646, -1.0681450366973877, -0.00017561041750013828], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028199195861816, 0.4676010012626648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37116172909736633, 0.6758612990379333, -0.18224728107452393, -1.1510272026062012, 1.5767654180526733, 0.2934073209762573, 0.7394261956214905, -0.2816230058670044, -0.42249301075935364, 0.2282799929380417, 1.5750141143798828, -1.121137022972107, 1.5420546531677246, 1001.0, 1002.0, 0.00018046832701656967, -0.22381645441055298, -0.8361169695854187, 1.9089186191558838, -1.0680222511291504, -0.00015472702216356993], "mean": [-0.19951775670051575, 0.6046769618988037, 0.45138517022132874, -1.411949872970581, -0.25389763712882996, -0.1205466091632843, 0.02827630378305912, -0.3103307783603668, 0.46757298707962036, 0.22824649512767792, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.24864865839481354, 0.46136710047721863, -0.4150386452674866, -1.3207331895828247, 1.196606993675232, 0.11640211194753647, 0.33302634954452515, -0.31456270813941956, -0.46842730045318604, 0.1725519448518753, 0.9413819313049316, -2.231318235397339, 1.1889774799346924, 1001.0, 604.5733642578125, 0.00018046800687443465, -0.22382396459579468, -0.83612060546875, 1.9089261293411255, -1.0680454969406128, -0.0001665175223024562], "std": [2.4989605662995018e-05, 1.607607009646017e-05, 2.3267610231414437e-05, 2.4362278054468334e-05, 2.211709215771407e-05, 1.77340170921525e-05, 2.0442037566681392e-05, 1.4946687770134304e-05, 7.784167792124208e-06, 1.2102906111977063e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.08370435237884521, 0.13999757170677185, 0.13475705683231354, 0.10427695512771606, 0.3463740050792694, 0.11934669315814972, 0.220076784491539, 0.01805049180984497, 0.02527402900159359, 0.029514841735363007, 0.29185089468955994, 0.4374285340309143, 0.30517831444740295, 0.0, 396.8905029296875, 3.2014213502407074e-10, 1.1404882798160543e-06, 2.019010707954294e-06, 1.3267436770547647e-05, 3.167651084368117e-05, 2.6333664209232666e-06], "count": [818]}, "timestamp": {"min": [0.0], "max": [27.233333333333334], "mean": [13.616666666666664], "std": [7.871202788223242], "count": [818]}, "frame_index": {"min": [0], "max": [817], "mean": [408.5], "std": [236.13608364669724], "count": [818]}, "episode_index": {"min": [377], "max": [377], "mean": [377.0], "std": [0.0], "count": [818]}, "index": {"min": [308152], "max": [308969], "mean": [308560.5], "std": [236.13608364669724], "count": [818]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [818]}, "gripper_open_scale_state": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.6045709018092283], "std": [0.0, 0.3968875798905704], "count": [818]}, "gripper_open_scale_action": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.6045709018092283], "std": [0.0, 0.3968875798905704], "count": [818]}, "eef_direction_state": {"mean": [6.0, 4.595354523227384], "std": [0.0, 1.934458582856608], "min": [6, 0], "max": [6, 6], "count": [818]}, "eef_velocity_state": {"mean": [0.0, 0.441320293398533], "std": [0.0, 0.525258550938391], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_acc_mag_state": {"mean": [0.0, 0.293398533007335], "std": [0.0, 0.6289514230178526], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_direction_action": {"mean": [6.0, 4.595354523227384], "std": [0.0, 1.934458582856608], "min": [6, 0], "max": [6, 6], "count": [818]}, "eef_velocity_action": {"mean": [0.0, 0.441320293398533], "std": [0.0, 0.525258550938391], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_acc_mag_action": {"mean": [0.0, 0.293398533007335], "std": [0.0, 0.6289514230178526], "min": [0, 0], "max": [0, 2], "count": [818]}, "eef_sim_pose_state": {"mean": [-0.31033089756965637, 0.4675734043121338, 0.22824649512767792, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3145332932472229, -0.4684688448905945, 0.17255254089832306, 0.9418483376502991, -2.230726718902588, 1.1885961294174194], "std": [1.4942795132810716e-05, 7.774146979500074e-06, 1.2099377272534184e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01803780160844326, 0.025244679301977158, 0.02951602265238762, 0.2925536632537842, 0.43859925866127014, 0.3055359721183777], "min": [-0.3103789985179901, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33747100830078125, -0.49838098883628845, 0.12033600360155106, 0.5743042230606079, -2.7497501373291016, 0.5747336745262146], "max": [-0.31028199195861816, 0.4676010012626648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2816230058670044, -0.42249301075935364, 0.2282799929380417, 1.5750141143798828, -1.121137022972107, 1.5420546531677246], "count": [818]}, "eef_sim_pose_action": {"mean": [-0.3103307783603668, 0.467572957277298, 0.2282465100288391, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.31453341245651245, -0.46846872568130493, 0.17255258560180664, 0.9418471455574036, -2.2307281494140625, 1.1885966062545776], "std": [1.4943365385988727e-05, 7.785734851495363e-06, 1.20993854579865e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.018037796020507812, 0.02524467743933201, 0.029516030102968216, 0.29255399107933044, 0.4385991096496582, 0.305536150932312], "min": [-0.3103789985179901, 0.4675480127334595, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33747100830078125, -0.49838098883628845, 0.12033600360155106, 0.5743042230606079, -2.7497501373291016, 0.5747336745262146], "max": [-0.31028199195861816, 0.4676010012626648, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2816230058670044, -0.42249301075935364, 0.2282799929380417, 1.5750141143798828, -1.121137022972107, 1.5420546531677246], "count": [818]}, "gripper_mode_state": {"mean": [0.0, 0.4792176039119804], "std": [0.0, 0.4995679053070172], "min": [0, 0], "max": [0, 1], "count": [818]}, "gripper_activity_state": {"mean": [2.0, 1.8960880195599021], "std": [0.0, 0.40196260828941044], "min": [2, 0], "max": [2, 2], "count": [818]}, "gripper_mode_action": {"mean": [0.0, 0.4792176039119804], "std": [0.0, 0.49956790530701717], "min": [0, 0], "max": [0, 1], "count": [818]}, "gripper_activity_action": {"mean": [2.0, 1.8960880195599021], "std": [0.0, 0.40196260828941044], "min": [2, 0], "max": [2, 2], "count": [818]}}} +{"episode_index": 374, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9921568627450981]]], "mean": [[[0.43653686873300046]], [[0.4097150456196971]], [[0.4168739508484553]]], "std": [[[0.19448471240283485]], [[0.193995311475856]], [[0.19369390716779658]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40154564126375186]], [[0.3900014754090042]], [[0.3772987925242561]]], "std": [[[0.23406687075563073]], [[0.22182117349779987]], [[0.21927652678521584]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5184336700259814]], [[0.4893274291600698]], [[0.49588240114886534]]], "std": [[[0.20141462326286594]], [[0.1975463087664884]], [[0.20852283891318196]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4664857850748995]], [[0.4448849701112329]], [[0.4531133299334226]]], "std": [[[0.2737040370835953]], [[0.2646523656629958]], [[0.26812110820147317]]], "count": [161]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46754300594329834, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10183995962142944, 0.3013310730457306, -0.5768487453460693, -1.4652389287948608, 0.25385814905166626, -0.19694295525550842, -0.02834414690732956, -0.3441550135612488, -0.5084599852561951, 0.11401700228452682, 0.7439456582069397, -2.6803689002990723, 0.7462756037712097, 1001.0, 203.0, 0.00018046832701656967, -0.22383148968219757, -0.8361257314682007, 1.9088925123214722, -1.0681869983673096, -0.00017276269500143826], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102889955043793, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5095837712287903, 0.7425503134727478, -0.18441149592399597, -0.9844703674316406, 1.500913381576538, 0.24876178801059723, 0.8607963919639587, -0.25981301069259644, -0.43750500679016113, 0.24384400248527527, 1.7490670680999756, -1.121137022972107, 1.420195460319519, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361122608184814, 1.90892493724823, -1.0679516792297363, -0.00013479286280926317], "mean": [-0.19951601326465607, 0.6046767234802246, 0.4513850212097168, -1.4119527339935303, -0.2538982331752777, -0.12054698914289474, 0.028268227353692055, -0.31033089756965637, 0.46757301688194275, 0.22824527323246002, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.2988937795162201, 0.4421784579753876, -0.384562224149704, -1.205056071281433, 1.070844292640686, 0.05411361902952194, 0.4937835931777954, -0.3118344843387604, -0.48317351937294006, 0.1860845685005188, 1.1718308925628662, -2.1757874488830566, 1.1484107971191406, 1001.0, 521.5556640625, 0.00018046799232251942, -0.22382552921772003, -0.8361206650733948, 1.908927083015442, -1.0680606365203857, -0.00015806361625436693], "std": [2.5624169211369008e-05, 1.6072095604613423e-05, 2.2746220565750264e-05, 2.3868458811193705e-05, 2.182322714361362e-05, 1.8439801351632923e-05, 1.9767308913287707e-05, 1.4955197002564091e-05, 7.887487299740314e-06, 1.1791794349846896e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.10428781807422638, 0.11291183531284332, 0.09189628064632416, 0.11928020417690277, 0.30888622999191284, 0.14148513972759247, 0.23453332483768463, 0.02351776883006096, 0.02014821395277977, 0.034736160188913345, 0.3219042718410492, 0.3825336992740631, 0.20806744694709778, 0.0, 381.7938537597656, 3.346940502524376e-10, 1.9655362848425284e-06, 4.433626145328162e-06, 1.4224346159608103e-05, 7.019550685072318e-05, 5.915055680816295e-06], "count": [880]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46754300594329834, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10183995962142944, 0.3013310730457306, -0.5768487453460693, -1.4652389287948608, 0.25385814905166626, -0.19694295525550842, -0.02834414690732956, -0.3441550135612488, -0.5084599852561951, 0.11401700228452682, 0.7439456582069397, -2.6803689002990723, 0.7462756037712097, 1001.0, 203.0, 0.00018046832701656967, -0.22383148968219757, -0.8361257314682007, 1.9088925123214722, -1.0681869983673096, -0.00017276269500143826], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102889955043793, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5095837712287903, 0.7425503134727478, -0.18441149592399597, -0.9844703674316406, 1.500913381576538, 0.24876178801059723, 0.8607963919639587, -0.25981301069259644, -0.43750500679016113, 0.24384400248527527, 1.7490670680999756, -1.121137022972107, 1.420195460319519, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361122608184814, 1.90892493724823, -1.0679516792297363, -0.00013479286280926317], "mean": [-0.19951604306697845, 0.6046767234802246, 0.4513849914073944, -1.4119526147842407, -0.25389817357063293, -0.12054704874753952, 0.028268227353692055, -0.31033092737197876, 0.46757301688194275, 0.2282453179359436, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, 0.29883939027786255, 0.44211581349372864, -0.3844777047634125, -1.204933524131775, 1.0713673830032349, 0.05403595790266991, 0.49414822459220886, -0.31187114119529724, -0.4831557869911194, 0.18608811497688293, 1.1716339588165283, -2.176398515701294, 1.148705244064331, 1001.0, 521.5556640625, 0.00018046799232251942, -0.22382552921772003, -0.8361206650733948, 1.9089272022247314, -1.0680606365203857, -0.0001580485113663599], "std": [2.562464760558214e-05, 1.607375088497065e-05, 2.276122904731892e-05, 2.3938491722219624e-05, 2.1862359062652104e-05, 1.8532427930040285e-05, 1.9767308913287707e-05, 1.49555089592468e-05, 7.888266736699734e-06, 1.1808189810835756e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.10435204952955246, 0.11283696442842484, 0.09186899662017822, 0.11912304908037186, 0.30789056420326233, 0.14159968495368958, 0.23397015035152435, 0.023540537804365158, 0.020168814808130264, 0.034740615636110306, 0.32171201705932617, 0.3812751770019531, 0.20768113434314728, 0.0, 381.79388427734375, 3.346940502524376e-10, 1.9655362848425284e-06, 4.433200047060382e-06, 1.4328090401249938e-05, 7.019135955488309e-05, 5.925964160269359e-06], "count": [880]}, "timestamp": {"min": [0.0], "max": [29.3], "mean": [14.65], "std": [8.467798480780651], "count": [880]}, "frame_index": {"min": [0], "max": [879], "mean": [439.5], "std": [254.03395442341954], "count": [880]}, "episode_index": {"min": [378], "max": [378], "mean": [378.0], "std": [0.0], "count": [880]}, "index": {"min": [308970], "max": [309849], "mean": [309409.5], "std": [254.03395442341954], "count": [880]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [880]}, "gripper_open_scale_state": {"min": [1.0, 0.2029999941587448], "max": [1.0, 1.0], "mean": [1.0, 0.5215534065934745], "std": [0.0, 0.38179091283331135], "count": [880]}, "gripper_open_scale_action": {"min": [1.0, 0.2029999941587448], "max": [1.0, 1.0], "mean": [1.0, 0.5215534065934745], "std": [0.0, 0.38179091283331135], "count": [880]}, "eef_direction_state": {"mean": [6.0, 4.6886363636363635], "std": [0.0, 1.8111668650964017], "min": [6, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.0, 0.45340909090909093], "std": [0.0, 0.5113371205246596], "min": [0, 0], "max": [0, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.0, 0.33295454545454545], "std": [0.0, 0.665244587779741], "min": [0, 0], "max": [0, 2], "count": [880]}, "eef_direction_action": {"mean": [6.0, 4.6886363636363635], "std": [0.0, 1.8111668650964017], "min": [6, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.0, 0.45340909090909093], "std": [0.0, 0.5113371205246596], "min": [0, 0], "max": [0, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.0, 0.33295454545454545], "std": [0.0, 0.665244587779741], "min": [0, 0], "max": [0, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [-0.31033074855804443, 0.46757274866104126, 0.2282453030347824, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.31183454394340515, -0.4831734597682953, 0.18608467280864716, 1.171830177307129, -2.175790786743164, 1.1484119892120361], "std": [1.49546885950258e-05, 7.883667421992868e-06, 1.1791733413701877e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02351776883006096, 0.02014821395277977, 0.03473615273833275, 0.3219045102596283, 0.38253340125083923, 0.20806758105754852], "min": [-0.31038400530815125, 0.46754300594329834, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3441550135612488, -0.5084599852561951, 0.11401700228452682, 0.7439456582069397, -2.6803689002990723, 0.7462756037712097], "max": [-0.3102889955043793, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25981301069259644, -0.43750500679016113, 0.24384400248527527, 1.7490670680999756, -1.121137022972107, 1.420195460319519], "count": [880]}, "eef_sim_pose_action": {"mean": [-0.31033089756965637, 0.46757301688194275, 0.22824527323246002, -1.5732393264770508, -1.1211427450180054, -0.7462767362594604, -0.3118344843387604, -0.48317351937294006, 0.1860845685005188, 1.1718308925628662, -2.1757874488830566, 1.1484107971191406], "std": [1.4955197002564091e-05, 7.887487299740314e-06, 1.1791794349846896e-05, 1.239776611328125e-05, 5.7220458984375e-06, 1.1324882507324219e-06, 0.02351776883006096, 0.02014821395277977, 0.034736160188913345, 0.3219042718410492, 0.3825336992740631, 0.20806744694709778], "min": [-0.31038400530815125, 0.46754300594329834, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3441550135612488, -0.5084599852561951, 0.11401700228452682, 0.7439456582069397, -2.6803689002990723, 0.7462756037712097], "max": [-0.3102889955043793, 0.4675990045070648, 0.22829200327396393, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25981301069259644, -0.43750500679016113, 0.24384400248527527, 1.7490670680999756, -1.121137022972107, 1.420195460319519], "count": [880]}, "gripper_mode_state": {"mean": [0.0, 0.5920454545454545], "std": [0.0, 0.49145461061782847], "min": [0, 0], "max": [0, 1], "count": [880]}, "gripper_activity_state": {"mean": [2.0, 1.9045454545454545], "std": [0.0, 0.38727166026314974], "min": [2, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.0, 0.5920454545454545], "std": [0.0, 0.4914546106178284], "min": [0, 0], "max": [0, 1], "count": [880]}, "gripper_activity_action": {"mean": [2.0, 1.9045454545454545], "std": [0.0, 0.38727166026314974], "min": [2, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 375, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42120159448099415]], [[0.4001634537861197]], [[0.4039621589589783]]], "std": [[[0.19231819222290317]], [[0.1912353216768524]], [[0.1915468340112749]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3989210674127107]], [[0.3867841981639147]], [[0.374034763878139]]], "std": [[[0.23349408664240712]], [[0.2218474924432446]], [[0.21879102411428022]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5179612774660303]], [[0.4891756011889405]], [[0.4959778914581184]]], "std": [[[0.20108950699682343]], [[0.19767146613437944]], [[0.20863410523475348]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44921215627149985]], [[0.4268342806695047]], [[0.4350442641146371]]], "std": [[[0.2695562266897095]], [[0.25451242919298334]], [[0.25827238266055474]]], "count": [152]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05316272750496864, 0.30141836404800415, -0.8036543130874634, -1.5133051872253418, 0.2537883222103119, -0.12058479338884354, -0.028379054740071297, -0.33466899394989014, -0.4957369863986969, 0.06710699945688248, 0.6409996747970581, -2.791752576828003, 0.4074784815311432, 1001.0, 197.0, 0.00018046832701656967, -0.22382959723472595, -0.8361241221427917, 1.9089027643203735, -1.068153738975525, -0.00015757475921418518], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102799952030182, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.556602954864502, 0.6047216653823853, -0.17346827685832977, -1.0619630813598633, 1.443788766860962, 0.34657004475593567, 0.8525061011314392, -0.28407299518585205, -0.442440003156662, 0.23204399645328522, 1.5732269287109375, -1.121137022972107, 1.513729214668274, 1001.0, 1000.0, 0.00018234820163343102, -0.22381457686424255, -0.8361106514930725, 1.9089281558990479, -1.0679327249526978, 0.00020124005095567554], "mean": [-0.19951632618904114, 0.6046757102012634, 0.45138609409332275, -1.4119535684585571, -0.25389736890792847, -0.12054534256458282, 0.028267763555049896, -0.3103313148021698, 0.46757248044013977, 0.2282441109418869, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.30460625886917114, 0.4163379371166229, -0.4451547861099243, -1.2551764249801636, 1.1299877166748047, 0.13492700457572937, 0.37520167231559753, -0.3151184022426605, -0.47815436124801636, 0.1581566333770752, 0.9923077821731567, -2.2389280796051025, 1.1093761920928955, 1001.0, 542.8822021484375, 0.0001808391825761646, -0.2238253504037857, -0.83612060546875, 1.908926010131836, -1.068031668663025, -8.68177303345874e-05], "std": [2.690239307412412e-05, 1.812616210372653e-05, 2.3205177058116533e-05, 2.5172479581669904e-05, 2.233421037090011e-05, 1.6619851521681994e-05, 1.9940791389672086e-05, 1.5001458450569771e-05, 8.070743206189945e-06, 1.2400278137647547e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.14968514442443848, 0.08013966679573059, 0.17038412392139435, 0.1309698224067688, 0.3139384984970093, 0.14644142985343933, 0.29292556643486023, 0.015570578165352345, 0.016485348343849182, 0.04492819309234619, 0.2511971890926361, 0.45837685465812683, 0.34254395961761475, 0.0, 388.5894470214844, 7.484669595214655e-07, 2.0666980162786786e-06, 5.187270744499983e-06, 1.2115867320972029e-05, 7.230473420349881e-05, 0.00011126241588499397], "count": [815]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.05316272750496864, 0.30141836404800415, -0.8036543130874634, -1.5133051872253418, 0.2537883222103119, -0.12058479338884354, -0.028379054740071297, -0.33466899394989014, -0.4957369863986969, 0.06710699945688248, 0.6409996747970581, -2.791752576828003, 0.4074784815311432, 1001.0, 197.0, 0.00018046832701656967, -0.22382959723472595, -0.8361241221427917, 1.9089027643203735, -1.068153738975525, -0.00015757475921418518], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102799952030182, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.556602954864502, 0.6047216653823853, -0.17346827685832977, -1.0619630813598633, 1.443788766860962, 0.34657004475593567, 0.8525061011314392, -0.28407299518585205, -0.442440003156662, 0.23204399645328522, 1.5732269287109375, -1.121137022972107, 1.513729214668274, 1001.0, 1000.0, 0.00018234820163343102, -0.22381457686424255, -0.8361106514930725, 1.9089281558990479, -1.0679327249526978, 0.00020124005095567554], "mean": [-0.19951632618904114, 0.6046757102012634, 0.45138606429100037, -1.4119535684585571, -0.2538973093032837, -0.12054527550935745, 0.02826778218150139, -0.3103313148021698, 0.46757248044013977, 0.2282441258430481, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, 0.30446189641952515, 0.4161601662635803, -0.4450422525405884, -1.255251169204712, 1.1305736303329468, 0.13499854505062103, 0.3752378821372986, -0.31514638662338257, -0.4781242609024048, 0.15811342000961304, 0.9917930364608765, -2.239563226699829, 1.1098777055740356, 1001.0, 542.8822021484375, 0.0001808391825761646, -0.2238253504037857, -0.83612060546875, 1.908926010131836, -1.068031668663025, -8.669193630339578e-05], "std": [2.690239307412412e-05, 1.8126160284737125e-05, 2.3222613890538923e-05, 2.5164687031065114e-05, 2.2330765204969794e-05, 1.6569507351960056e-05, 1.995724596781656e-05, 1.5000989151303656e-05, 8.069838258961681e-06, 1.2399937077134382e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.1498430222272873, 0.079881951212883, 0.1704103797674179, 0.13107679784297943, 0.3127460479736328, 0.14633093774318695, 0.29287752509117126, 0.015582293272018433, 0.016526982188224792, 0.04487770050764084, 0.25043514370918274, 0.45718449354171753, 0.34231120347976685, 0.0, 388.5894775390625, 7.484669595214655e-07, 2.0666980162786786e-06, 5.188144768908387e-06, 1.2115867320972029e-05, 7.227221794892102e-05, 0.0001112531972466968], "count": [815]}, "timestamp": {"min": [0.0], "max": [27.133333333333333], "mean": [13.566666666666665], "std": [7.842335253113209], "count": [815]}, "frame_index": {"min": [0], "max": [814], "mean": [407.0], "std": [235.27005759339627], "count": [815]}, "episode_index": {"min": [379], "max": [379], "mean": [379.0], "std": [0.0], "count": [815]}, "index": {"min": [309850], "max": [310664], "mean": [310257.0], "std": [235.27005759339627], "count": [815]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [815]}, "gripper_open_scale_state": {"min": [1.0, 0.19699999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.5428822069080329], "std": [0.0, 0.3885888790134721], "count": [815]}, "gripper_open_scale_action": {"min": [1.0, 0.19699999690055847], "max": [1.0, 1.0], "mean": [1.0, 0.5428822069080329], "std": [0.0, 0.3885888790134721], "count": [815]}, "eef_direction_state": {"mean": [6.0, 4.860122699386503], "std": [0.0, 1.75284308500515], "min": [6, 0], "max": [6, 6], "count": [815]}, "eef_velocity_state": {"mean": [0.0, 0.41595092024539876], "std": [0.0, 0.49536828715861925], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_acc_mag_state": {"mean": [0.0, 0.2785276073619632], "std": [0.0, 0.6165152744204017], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_direction_action": {"mean": [6.0, 4.860122699386503], "std": [0.0, 1.75284308500515], "min": [6, 0], "max": [6, 6], "count": [815]}, "eef_velocity_action": {"mean": [0.0, 0.41595092024539876], "std": [0.0, 0.49536828715861925], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_acc_mag_action": {"mean": [0.0, 0.2785276073619632], "std": [0.0, 0.6165152744204017], "min": [0, 0], "max": [0, 2], "count": [815]}, "eef_sim_pose_state": {"mean": [-0.310331255197525, 0.467572957277298, 0.22824420034885406, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.31511834263801575, -0.4781539738178253, 0.15815666317939758, 0.9923070073127747, -2.2389299869537354, 1.1093757152557373], "std": [1.5001451174612157e-05, 8.058123057708144e-06, 1.2399781553540379e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01557058747857809, 0.01648535020649433, 0.04492820426821709, 0.25119727849960327, 0.4583771228790283, 0.3425440788269043], "min": [-0.31038400530815125, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33466899394989014, -0.4957369863986969, 0.06710699945688248, 0.6409996747970581, -2.791752576828003, 0.4074784815311432], "max": [-0.3102799952030182, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28407299518585205, -0.442440003156662, 0.23204399645328522, 1.5732269287109375, -1.121137022972107, 1.513729214668274], "count": [815]}, "eef_sim_pose_action": {"mean": [-0.3103313148021698, 0.46757248044013977, 0.2282441109418869, -1.5732390880584717, -1.121141791343689, -0.7462766766548157, -0.3151184022426605, -0.47815436124801636, 0.1581566333770752, 0.9923077821731567, -2.2389280796051025, 1.1093761920928955], "std": [1.5001458450569771e-05, 8.070743206189945e-06, 1.2400278137647547e-05, 1.2159347534179688e-05, 4.76837158203125e-06, 1.0728836059570312e-06, 0.015570578165352345, 0.016485348343849182, 0.04492819309234619, 0.2511971890926361, 0.45837685465812683, 0.34254395961761475], "min": [-0.31038400530815125, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33466899394989014, -0.4957369863986969, 0.06710699945688248, 0.6409996747970581, -2.791752576828003, 0.4074784815311432], "max": [-0.3102799952030182, 0.4675990045070648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28407299518585205, -0.442440003156662, 0.23204399645328522, 1.5732269287109375, -1.121137022972107, 1.513729214668274], "count": [815]}, "gripper_mode_state": {"mean": [0.0, 0.5607361963190184], "std": [0.0, 0.4962974052488043], "min": [0, 0], "max": [0, 1], "count": [815]}, "gripper_activity_state": {"mean": [2.0, 1.8957055214723926], "std": [0.0, 0.4026522031703998], "min": [2, 0], "max": [2, 2], "count": [815]}, "gripper_mode_action": {"mean": [0.0, 0.5607361963190184], "std": [0.0, 0.4962974052488043], "min": [0, 0], "max": [0, 1], "count": [815]}, "gripper_activity_action": {"mean": [2.0, 1.8957055214723926], "std": [0.0, 0.4026522031703998], "min": [2, 0], "max": [2, 2], "count": [815]}}} +{"episode_index": 376, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.43525298066448803]], [[0.4096329071350763]], [[0.4169159000544662]]], "std": [[[0.19411729803572064]], [[0.19310391668759672]], [[0.19156561182203466]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39830772875816994]], [[0.39468825708061006]], [[0.39292493464052286]]], "std": [[[0.23586664230403373]], [[0.22849961783429823]], [[0.22989498144984666]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5140661928104575]], [[0.48575586056644876]], [[0.49079896650326793]]], "std": [[[0.199705081585305]], [[0.19740205433025168]], [[0.20974015109184257]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46358059912854027]], [[0.4417060593681917]], [[0.451067602124183]]], "std": [[[0.2809618616106792]], [[0.2719508912372324]], [[0.27435841879561784]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09660397469997406, 0.3021862804889679, -0.5586798787117004, -1.4395126104354858, 0.25364869832992554, -0.16659167408943176, -0.02834414690732956, -0.34094199538230896, -0.5148710012435913, 0.1551560014486313, 0.8922221064567566, -2.5462493896484375, 0.6440409421920776, 1001.0, 182.0, 0.00018046832701656967, -0.22382959723472595, -0.8361106514930725, 1.9089075326919556, -1.068182349205017, -0.0002885706489905715], "max": [-0.19940386712551117, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.422264963388443, 0.6516885161399841, -0.21966715157032013, -1.0234261751174927, 1.400138020515442, 0.19446459412574768, 0.7956781387329102, -0.254613995552063, -0.4478369951248169, 0.22833900153636932, 1.6400095224380493, -1.121137022972107, 1.4550005197525024, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8360987901687622, 1.908929705619812, -1.0681228637695312, 0.0004024801019113511], "mean": [-0.19951602816581726, 0.6046757102012634, 0.4513868987560272, -1.4119526147842407, -0.2539013922214508, -0.12054628878831863, 0.028275104239583015, -0.31033092737197876, 0.4675728380680084, 0.22824512422084808, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.3207588195800781, 0.47635993361473083, -0.4187948405742645, -1.206456184387207, 0.9945157766342163, 0.05113726481795311, 0.5249019861221313, -0.31059178709983826, -0.4827171564102173, 0.18585585057735443, 1.2649868726730347, -2.131105422973633, 1.0317621231079102, 1001.0, 578.6151733398438, 0.00018046800687443465, -0.2238236665725708, -0.8361077308654785, 1.9089329242706299, -1.0681493282318115, -4.696333417086862e-05], "std": [2.502395182091277e-05, 1.8024004020844586e-05, 2.2998941858531907e-05, 2.4496574042132124e-05, 2.2047737729735672e-05, 1.785535096132662e-05, 1.8596922018332407e-05, 1.4258625014917925e-05, 7.825335160305258e-06, 1.2036291082040407e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.0851324126124382, 0.11497625708580017, 0.07919522374868393, 0.12492060661315918, 0.3136120140552521, 0.11958371102809906, 0.20982298254966736, 0.02743525430560112, 0.02065366692841053, 0.02244769036769867, 0.2765234708786011, 0.402847021818161, 0.2644249498844147, 0.0, 400.0107727050781, 3.2014213502407074e-10, 1.015290081340936e-06, 2.765964381978847e-06, 1.231692385772476e-05, 1.265733408217784e-05, 0.00013584442785941064], "count": [803]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09660397469997406, 0.3021862804889679, -0.5586798787117004, -1.4395126104354858, 0.25364869832992554, -0.16659167408943176, -0.02834414690732956, -0.34094199538230896, -0.5148710012435913, 0.1551560014486313, 0.8922221064567566, -2.5462493896484375, 0.6440409421920776, 1001.0, 182.0, 0.00018046832701656967, -0.22382959723472595, -0.8361106514930725, 1.9089075326919556, -1.068182349205017, -0.0002885706489905715], "max": [-0.19940386712551117, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102790117263794, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.422264963388443, 0.6516885161399841, -0.21966715157032013, -1.0234261751174927, 1.400138020515442, 0.19446459412574768, 0.7956781387329102, -0.254613995552063, -0.4478369951248169, 0.22833900153636932, 1.6400095224380493, -1.121137022972107, 1.4550005197525024, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8360987901687622, 1.908929705619812, -1.0681228637695312, 0.0004024801019113511], "mean": [-0.19951605796813965, 0.6046757698059082, 0.4513868987560272, -1.4119526147842407, -0.25390133261680603, -0.12054633349180222, 0.028275147080421448, -0.310330867767334, 0.4675728380680084, 0.2282451093196869, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.3208039700984955, 0.4763491749763489, -0.41881319880485535, -1.2062712907791138, 0.9950156211853027, 0.05108023062348366, 0.5254493951797485, -0.31062984466552734, -0.4827060401439667, 0.18584543466567993, 1.2649461030960083, -2.1318178176879883, 1.0317943096160889, 1001.0, 578.6127319335938, 0.00018046800687443465, -0.2238236665725708, -0.8361077308654785, 1.9089329242706299, -1.068149447441101, -4.706499385065399e-05], "std": [2.4980268790386617e-05, 1.800632890081033e-05, 2.2980333596933633e-05, 2.4505547116859816e-05, 2.209939520980697e-05, 1.7905467757373117e-05, 1.8676584659260698e-05, 1.4252640539780259e-05, 7.822266525181476e-06, 1.2038140994263813e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.08507774770259857, 0.11496476083993912, 0.07920440286397934, 0.12472626566886902, 0.3127494752407074, 0.11967642605304718, 0.2089501917362213, 0.027455981820821762, 0.02066422998905182, 0.022429952397942543, 0.2764803469181061, 0.4015641212463379, 0.26439157128334045, 0.0, 400.0077209472656, 3.2014213502407074e-10, 1.015290081340936e-06, 2.765964381978847e-06, 1.231919668498449e-05, 1.2647745279537048e-05, 0.0001358759036520496], "count": [803]}, "timestamp": {"min": [0.0], "max": [26.733333333333334], "mean": [13.366666666666665], "std": [7.726865111055353], "count": [803]}, "frame_index": {"min": [0], "max": [802], "mean": [401.0], "std": [231.80595333166056], "count": [803]}, "episode_index": {"min": [380], "max": [380], "mean": [380.0], "std": [0.0], "count": [803]}, "index": {"min": [310665], "max": [311467], "mean": [311066.0], "std": [231.80595333166056], "count": [803]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [803]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5780635099779179], "std": [0.0, 0.39942659522592305], "count": [803]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5780635099779179], "std": [0.0, 0.39942659522592305], "count": [803]}, "eef_direction_state": {"mean": [6.0, 4.782067247820672], "std": [0.0, 1.9934081182084353], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.0, 0.33748443337484435], "std": [0.0, 0.47285165813868824], "min": [0, 0], "max": [0, 1], "count": [803]}, "eef_acc_mag_state": {"mean": [0.0, 0.25653798256537985], "std": [0.0, 0.5917165602386708], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_direction_action": {"mean": [6.0, 4.782067247820672], "std": [0.0, 1.9934081182084353], "min": [6, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.0, 0.33748443337484435], "std": [0.0, 0.47285165813868824], "min": [0, 0], "max": [0, 1], "count": [803]}, "eef_acc_mag_action": {"mean": [0.0, 0.25653798256537985], "std": [0.0, 0.5917165602386708], "min": [0, 0], "max": [0, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [-0.31033089756965637, 0.4675729274749756, 0.22824524343013763, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.31059178709983826, -0.48271700739860535, 0.18585580587387085, 1.264985203742981, -2.131101608276367, 1.0317610502243042], "std": [1.4258630471886136e-05, 7.824670319678262e-06, 1.2035706276947167e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.02743525803089142, 0.020653674378991127, 0.022447677329182625, 0.27652326226234436, 0.4028467833995819, 0.2644248604774475], "min": [-0.3103809952735901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34094199538230896, -0.5148710012435913, 0.1551560014486313, 0.8922221064567566, -2.5462493896484375, 0.6440409421920776], "max": [-0.3102790117263794, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.254613995552063, -0.4478369951248169, 0.22833900153636932, 1.6400095224380493, -1.121137022972107, 1.4550005197525024], "count": [803]}, "eef_sim_pose_action": {"mean": [-0.31033092737197876, 0.4675728380680084, 0.22824512422084808, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.31059178709983826, -0.4827171564102173, 0.18585585057735443, 1.2649868726730347, -2.131105422973633, 1.0317621231079102], "std": [1.4258625014917925e-05, 7.825335160305258e-06, 1.2036291082040407e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.02743525430560112, 0.02065366692841053, 0.02244769036769867, 0.2765234708786011, 0.402847021818161, 0.2644249498844147], "min": [-0.3103809952735901, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34094199538230896, -0.5148710012435913, 0.1551560014486313, 0.8922221064567566, -2.5462493896484375, 0.6440409421920776], "max": [-0.3102790117263794, 0.4676010012626648, 0.2282869964838028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.254613995552063, -0.4478369951248169, 0.22833900153636932, 1.6400095224380493, -1.121137022972107, 1.4550005197525024], "count": [803]}, "gripper_mode_state": {"mean": [0.0, 0.5080946450809465], "std": [0.0, 0.4999344724271495], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_state": {"mean": [2.0, 1.8953922789539228], "std": [0.0, 0.4042318968624418], "min": [2, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.0, 0.5080946450809465], "std": [0.0, 0.4999344724271495], "min": [0, 0], "max": [0, 1], "count": [803]}, "gripper_activity_action": {"mean": [2.0, 1.8953922789539228], "std": [0.0, 0.4042318968624418], "min": [2, 0], "max": [2, 2], "count": [803]}}} +{"episode_index": 377, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.43727408622845115]], [[0.4110945162740712]], [[0.41828558033951835]]], "std": [[[0.1939414780204065]], [[0.19307009351467413]], [[0.19154332541082303]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39478342270912836]], [[0.391320994812914]], [[0.3890394665416502]]], "std": [[[0.23422516617005773]], [[0.2277219175461768]], [[0.22866499004047885]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5152366978111155]], [[0.4867048007961574]], [[0.49205155557748825]]], "std": [[[0.20008978463429897]], [[0.1975358631991457]], [[0.20991675596938994]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47162784165679694]], [[0.4483139256261789]], [[0.4581778358994605]]], "std": [[[0.2707120184254255]], [[0.26260880712495127]], [[0.2671671681540392]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14217451214790344, 0.20748473703861237, -0.5474050641059875, -1.412023663520813, 0.24865704774856567, -0.23982569575309753, -0.028326693922281265, -0.35122600197792053, -0.5241529941558838, 0.15341800451278687, 0.7943345308303833, -2.518700122833252, 0.7459847331047058, 1001.0, 176.0, 0.00018046832701656967, -0.22382771968841553, -0.8361082673072815, 1.9089146852493286, -1.068170428276062, -0.0003967846278101206], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43212607502937317, 0.607810914516449, -0.22228513658046722, -0.9628981351852417, 1.3784260749816895, 0.17552776634693146, 0.7012558579444885, -0.28997600078582764, -0.4457080066204071, 0.22826500236988068, 1.6177418231964111, -1.1206179857254028, 1.5573453903198242, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361003398895264, 1.908929705619812, -1.068109393119812, 0.0005685981013812125], "mean": [-0.19951623678207397, 0.6046761274337769, 0.4513872563838959, -1.4119526147842407, -0.25389936566352844, -0.12054681032896042, 0.028276352211833, -0.31033068895339966, 0.46757325530052185, 0.2282448709011078, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.3024548292160034, 0.4110890030860901, -0.3883179724216461, -1.1702924966812134, 1.0706605911254883, 0.035268064588308334, 0.44983968138694763, -0.32553884387016296, -0.48679664731025696, 0.18041832745075226, 1.0976613759994507, -2.1541056632995605, 1.2079890966415405, 1001.0, 597.1776123046875, 0.00018046800687443465, -0.223825141787529, -0.8361049890518188, 1.9089328050613403, -1.0681490898132324, -0.0001071966253221035], "std": [2.6042140234494582e-05, 1.7107824533013627e-05, 2.177341048081871e-05, 2.4896889954106882e-05, 2.180563024012372e-05, 1.866494676505681e-05, 1.9149514628225006e-05, 1.4463812476606108e-05, 8.062346751103178e-06, 1.2365687325655017e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.06534957885742188, 0.13802292943000793, 0.08747941255569458, 0.1331002563238144, 0.31856560707092285, 0.1302947998046875, 0.20265404880046844, 0.019895147532224655, 0.01895136386156082, 0.02546827495098114, 0.23835261166095734, 0.4161708950996399, 0.24008502066135406, 0.0, 402.389404296875, 3.2014213502407074e-10, 2.1483085674844915e-06, 1.7015490811900236e-06, 1.1464843737485353e-05, 1.1586265827645548e-05, 0.0002161527518182993], "count": [794]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14217451214790344, 0.20748473703861237, -0.5474050641059875, -1.412023663520813, 0.24865704774856567, -0.23982569575309753, -0.028326693922281265, -0.35122600197792053, -0.5241529941558838, 0.15341800451278687, 0.7943345308303833, -2.518700122833252, 0.7459847331047058, 1001.0, 176.0, 0.00018046832701656967, -0.22382771968841553, -0.8361082673072815, 1.9089146852493286, -1.068170428276062, -0.0003967846278101206], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31027600169181824, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.43212607502937317, 0.607810914516449, -0.22228513658046722, -0.9628981351852417, 1.3784260749816895, 0.17552776634693146, 0.7012558579444885, -0.28997600078582764, -0.4457080066204071, 0.22826500236988068, 1.6177418231964111, -1.1206179857254028, 1.5573453903198242, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361003398895264, 1.908929705619812, -1.068109393119812, 0.0005685981013812125], "mean": [-0.1995161771774292, 0.6046761274337769, 0.45138731598854065, -1.4119523763656616, -0.25389936566352844, -0.12054681777954102, 0.02827639691531658, -0.31033071875572205, 0.46757322549819946, 0.2282448261976242, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.302503377199173, 0.41096624732017517, -0.388298362493515, -1.1700661182403564, 1.0711967945098877, 0.03516323119401932, 0.4500696361064911, -0.3255811631679535, -0.4868096709251404, 0.1804143637418747, 1.0973716974258423, -2.154648542404175, 1.2083781957626343, 1001.0, 597.1776123046875, 0.00018046800687443465, -0.223825141787529, -0.8361049890518188, 1.9089328050613403, -1.0681490898132324, -0.00010645421571098268], "std": [2.6084397177328356e-05, 1.712528865027707e-05, 2.1750862288172357e-05, 2.4936072804848664e-05, 2.1805628421134315e-05, 1.8664733943296596e-05, 1.9224968127673492e-05, 1.4461779755947646e-05, 8.063957466220018e-06, 1.2359095308056567e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.06528734415769577, 0.1378939002752304, 0.08746697008609772, 0.13284166157245636, 0.3175472319126129, 0.13045348227024078, 0.20221468806266785, 0.019898511469364166, 0.018941698595881462, 0.02546106092631817, 0.23791387677192688, 0.4151027202606201, 0.23958665132522583, 0.0, 402.389404296875, 3.2014213502407074e-10, 2.1483085674844915e-06, 1.6995244322970393e-06, 1.1462438123999164e-05, 1.1576852557482198e-05, 0.00021708330314140767], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [381], "max": [381], "mean": [381.0], "std": [0.0], "count": [794]}, "index": {"min": [311468], "max": [312261], "mean": [311864.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5971738030800892], "std": [0.0, 0.4023852844310797], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.17599999904632568], "max": [1.0, 1.0], "mean": [1.0, 0.5971738030800892], "std": [0.0, 0.4023852844310797], "count": [794]}, "eef_direction_state": {"mean": [6.0, 4.638539042821159], "std": [0.0, 1.93771422161447], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.4105793450881612], "std": [0.0, 0.5045774518480045], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.2619647355163728], "std": [0.0, 0.6038409125116619], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 4.638539042821159], "std": [0.0, 1.93771422161447], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.4105793450881612], "std": [0.0, 0.5045774518480045], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.2619647355163728], "std": [0.0, 0.6038409125116619], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.3103305995464325, 0.4675731062889099, 0.2282448709011078, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.32553860545158386, -0.4867967963218689, 0.18041831254959106, 1.0976619720458984, -2.154101848602295, 1.2079887390136719], "std": [1.4463616025750525e-05, 8.061791049840394e-06, 1.2365694601612631e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.0198951568454504, 0.01895136572420597, 0.025468269363045692, 0.23835261166095734, 0.41617071628570557, 0.24008522927761078], "min": [-0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35122600197792053, -0.5241529941558838, 0.15341800451278687, 0.7943345308303833, -2.518700122833252, 0.7459847331047058], "max": [-0.31027600169181824, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28997600078582764, -0.4457080066204071, 0.22826500236988068, 1.6177418231964111, -1.1206179857254028, 1.5573453903198242], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.31033068895339966, 0.46757325530052185, 0.2282448709011078, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.32553884387016296, -0.48679664731025696, 0.18041832745075226, 1.0976613759994507, -2.1541056632995605, 1.2079890966415405], "std": [1.4463812476606108e-05, 8.062346751103178e-06, 1.2365687325655017e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.019895147532224655, 0.01895136386156082, 0.02546827495098114, 0.23835261166095734, 0.4161708950996399, 0.24008502066135406], "min": [-0.31037500500679016, 0.4675469994544983, 0.22820299863815308, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35122600197792053, -0.5241529941558838, 0.15341800451278687, 0.7943345308303833, -2.518700122833252, 0.7459847331047058], "max": [-0.31027600169181824, 0.4675999879837036, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.28997600078582764, -0.4457080066204071, 0.22826500236988068, 1.6177418231964111, -1.1206179857254028, 1.5573453903198242], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.4811083123425693], "std": [0.0, 0.499642976671801], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8916876574307304], "std": [0.0, 0.4087905897532802], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.4811083123425693], "std": [0.0, 0.499642976671801], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8916876574307304], "std": [0.0, 0.4087905897532802], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"episode_index": 378, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9921568627450981]]], "mean": [[[0.44065171296296296]], [[0.4145363235294118]], [[0.4218516516884532]]], "std": [[[0.19420382424499083]], [[0.19264210003060922]], [[0.19147311166736272]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.394346130174292]], [[0.3910319212962963]], [[0.388612397875817]]], "std": [[[0.2344124098434051]], [[0.22773165010497048]], [[0.22821597804425675]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5164190645424837]], [[0.48756455610021787]], [[0.4928706032135076]]], "std": [[[0.20027013310663028]], [[0.19754204116154828]], [[0.20991332510476285]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4780901579520697]], [[0.4559197276688453]], [[0.4635784327342048]]], "std": [[[0.2710608898263682]], [[0.2618946542518537]], [[0.2657637308467751]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038299202919006, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08529423922300339, 0.24694663286209106, -0.4876624345779419, -1.4674553871154785, 0.2537708580493927, -0.19420278072357178, -0.028379054740071297, -0.3477550148963928, -0.5016739964485168, 0.1597059965133667, 0.7368598580360413, -2.552260398864746, 0.7456113696098328, 1001.0, 164.0, 0.00018046832701656967, -0.2238258421421051, -0.8361106514930725, 1.9089107513427734, -1.0682599544525146, -0.00021263099915813655], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46760401129722595, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3384193181991577, 0.6732433438301086, -0.200433611869812, -1.1117748022079468, 1.451398253440857, 0.16322319209575653, 0.591526985168457, -0.2942799925804138, -0.41269999742507935, 0.23878100514411926, 1.5732269287109375, -1.121137022972107, 1.536316156387329, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361043334007263, 1.9089242219924927, -1.068114161491394, -0.00018415362865198404], "mean": [-0.19951744377613068, 0.6046726107597351, 0.45138785243034363, -1.4119549989700317, -0.253905326128006, -0.12054698914289474, 0.028280753642320633, -0.31032949686050415, 0.46757373213768005, 0.22824391722679138, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.18333593010902405, 0.4671306312084198, -0.3549182116985321, -1.3068015575408936, 1.1184099912643433, 0.016260143369436264, 0.3974064588546753, -0.3240930438041687, -0.458830863237381, 0.19533218443393707, 1.0589053630828857, -2.137798309326172, 1.2525995969772339, 1001.0, 578.3787231445312, 0.00018046800687443465, -0.22382496297359467, -0.8361132740974426, 1.9089275598526, -1.068192958831787, -0.00020580142154358327], "std": [2.6438729037181474e-05, 1.5139732568059117e-05, 2.2659598471364006e-05, 2.437210423522629e-05, 2.122182195307687e-05, 1.7800006389734335e-05, 1.976278690563049e-05, 1.4560000636265613e-05, 7.954206012072973e-06, 1.180045546789188e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.056057605892419815, 0.13946613669395447, 0.07518519461154938, 0.09939917922019958, 0.3423939645290375, 0.12474174797534943, 0.15880759060382843, 0.016305668279528618, 0.023118160665035248, 0.028691327199339867, 0.24137496948242188, 0.41457614302635193, 0.22804325819015503, 0.0, 408.796630859375, 3.2014213502407074e-10, 1.704672627056425e-06, 5.120644800626906e-06, 1.1022952094208449e-05, 4.639367762138136e-05, 2.5056749564100755e-06], "count": [800]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31038299202919006, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08529423922300339, 0.24694663286209106, -0.4876624345779419, -1.4674553871154785, 0.2537708580493927, -0.19420278072357178, -0.028379054740071297, -0.3477550148963928, -0.5016739964485168, 0.1597059965133667, 0.7368598580360413, -2.552260398864746, 0.7456113696098328, 1001.0, 164.0, 0.00018046832701656967, -0.2238258421421051, -0.8361106514930725, 1.9089107513427734, -1.0682599544525146, -0.00021263099915813655], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.31028398871421814, 0.46760401129722595, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3384193181991577, 0.6732433438301086, -0.200433611869812, -1.1117748022079468, 1.451398253440857, 0.16322319209575653, 0.591526985168457, -0.2942799925804138, -0.41269999742507935, 0.23878100514411926, 1.5732269287109375, -1.121137022972107, 1.536316156387329, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361043334007263, 1.9089242219924927, -1.068114161491394, -0.00018415362865198404], "mean": [-0.19951744377613068, 0.6046726107597351, 0.45138785243034363, -1.4119549989700317, -0.253905326128006, -0.12054698914289474, 0.028280729427933693, -0.31032946705818176, 0.46757376194000244, 0.2282439023256302, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.18326331675052643, 0.46704041957855225, -0.35480067133903503, -1.3066449165344238, 1.1191027164459229, 0.016168272122740746, 0.397798627614975, -0.3241387903690338, -0.4588114619255066, 0.19534540176391602, 1.0585709810256958, -2.1385269165039062, 1.2530652284622192, 1001.0, 578.3825073242188, 0.00018046800687443465, -0.22382496297359467, -0.8361132740974426, 1.9089275598526, -1.068192958831787, -0.00020579552801791579], "std": [2.6438729037181474e-05, 1.5157039342739154e-05, 2.2644788259640336e-05, 2.4379012756980956e-05, 2.122182195307687e-05, 1.7800006389734335e-05, 1.977942702069413e-05, 1.4555445886799134e-05, 7.952687155921012e-06, 1.1797048500739038e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.05607428029179573, 0.13940037786960602, 0.07510731369256973, 0.09933249652385712, 0.341205894947052, 0.124869205057621, 0.15814384818077087, 0.016318870708346367, 0.023117363452911377, 0.028708871454000473, 0.2408493310213089, 0.41330263018608093, 0.22738927602767944, 0.0, 408.7999267578125, 3.2014213502407074e-10, 1.7019718825395103e-06, 5.116709417052334e-06, 1.1026110769307707e-05, 4.6387940528802574e-05, 2.4995892999868374e-06], "count": [800]}, "timestamp": {"min": [0.0], "max": [26.633333333333333], "mean": [13.316666666666665], "std": [7.697997575127356], "count": [800]}, "frame_index": {"min": [0], "max": [799], "mean": [399.5], "std": [230.9399272538207], "count": [800]}, "episode_index": {"min": [382], "max": [382], "mean": [382.0], "std": [0.0], "count": [800]}, "index": {"min": [312262], "max": [313061], "mean": [312661.5], "std": [230.9399272538207], "count": [800]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [800]}, "gripper_open_scale_state": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5777975023165345], "std": [0.0, 0.4081942515485392], "count": [800]}, "gripper_open_scale_action": {"min": [1.0, 0.164000004529953], "max": [1.0, 1.0], "mean": [1.0, 0.5777975023165345], "std": [0.0, 0.4081942515485392], "count": [800]}, "eef_direction_state": {"mean": [6.0, 4.9225], "std": [0.0, 1.6849313784246396], "min": [6, 0], "max": [6, 6], "count": [800]}, "eef_velocity_state": {"mean": [0.0, 0.3725], "std": [0.0, 0.5037298383062087], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_acc_mag_state": {"mean": [0.0, 0.25875], "std": [0.0, 0.5994150794733131], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_direction_action": {"mean": [6.0, 4.9225], "std": [0.0, 1.6849313784246396], "min": [6, 0], "max": [6, 6], "count": [800]}, "eef_velocity_action": {"mean": [0.0, 0.3725], "std": [0.0, 0.5037298383062087], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_acc_mag_action": {"mean": [0.0, 0.25875], "std": [0.0, 0.5994150794733131], "min": [0, 0], "max": [0, 2], "count": [800]}, "eef_sim_pose_state": {"mean": [-0.31032952666282654, 0.46757376194000244, 0.22824403643608093, -1.5732269287109375, -1.1211369037628174, -0.7462756633758545, -0.3240930140018463, -0.45883095264434814, 0.19533219933509827, 1.0589078664779663, -2.137800693511963, 1.2526031732559204], "std": [1.455997335142456e-05, 7.954098691698164e-06, 1.1799756066466216e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01630566641688347, 0.023118166252970695, 0.028691325336694717, 0.24137531220912933, 0.4145766496658325, 0.2280435860157013], "min": [-0.31038299202919006, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3477550148963928, -0.5016739964485168, 0.1597059965133667, 0.7368598580360413, -2.552260398864746, 0.7456113696098328], "max": [-0.31028398871421814, 0.46760401129722595, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2942799925804138, -0.41269999742507935, 0.23878100514411926, 1.5732269287109375, -1.121137022972107, 1.536316156387329], "count": [800]}, "eef_sim_pose_action": {"mean": [-0.31032949686050415, 0.46757373213768005, 0.22824391722679138, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.3240930438041687, -0.458830863237381, 0.19533218443393707, 1.0589053630828857, -2.137798309326172, 1.2525995969772339], "std": [1.4560000636265613e-05, 7.954206012072973e-06, 1.180045546789188e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.016305668279528618, 0.023118160665035248, 0.028691327199339867, 0.24137496948242188, 0.41457614302635193, 0.22804325819015503], "min": [-0.31038299202919006, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3477550148963928, -0.5016739964485168, 0.1597059965133667, 0.7368598580360413, -2.552260398864746, 0.7456113696098328], "max": [-0.31028398871421814, 0.46760401129722595, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2942799925804138, -0.41269999742507935, 0.23878100514411926, 1.5732269287109375, -1.121137022972107, 1.536316156387329], "count": [800]}, "gripper_mode_state": {"mean": [0.0, 0.49875], "std": [0.0, 0.4999984374975554], "min": [0, 0], "max": [0, 1], "count": [800]}, "gripper_activity_state": {"mean": [2.0, 1.88875], "std": [0.0, 0.4169813395105365], "min": [2, 0], "max": [2, 2], "count": [800]}, "gripper_mode_action": {"mean": [0.0, 0.49875], "std": [0.0, 0.4999984374975554], "min": [0, 0], "max": [0, 1], "count": [800]}, "gripper_activity_action": {"mean": [2.0, 1.88875], "std": [0.0, 0.4169813395105365], "min": [2, 0], "max": [2, 2], "count": [800]}}} +{"episode_index": 379, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4398824850217865]], [[0.4133711220043573]], [[0.4204630596405229]]], "std": [[[0.19357366584303545]], [[0.19217677549800444]], [[0.19081694428416626]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39624301742919393]], [[0.39259355392156864]], [[0.38936747004357297]]], "std": [[[0.23445442158625227]], [[0.2277881336129961]], [[0.22846077805639775]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5156733428649237]], [[0.4869175735294118]], [[0.4921610239651416]]], "std": [[[0.20014507546762936]], [[0.1975193561422013]], [[0.20987374294740677]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46720495642701526]], [[0.4457716612200436]], [[0.4543760389433551]]], "std": [[[0.2750407950824482]], [[0.26744673131575925]], [[0.2701651385040832]]], "count": [150]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754100918769836, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09012880176305771, 0.2509608864784241, -0.529340922832489, -1.4269812107086182, 0.2537883222103119, -0.22540926933288574, -0.02834414690732956, -0.35444098711013794, -0.5152990221977234, 0.16262699663639069, 0.8874877095222473, -2.5887084007263184, 0.7456113696098328, 1001.0, 187.0, 0.00018046832701656967, -0.22382771968841553, -0.8361114263534546, 1.9089092016220093, -1.0681735277175903, -0.00047367351362481713], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4162959158420563, 0.6625968217849731, -0.21870720386505127, -0.9809798002243042, 1.3744816780090332, 0.1598197966814041, 0.8377580642700195, -0.30270200967788696, -0.42424100637435913, 0.2283329963684082, 1.5738106966018677, -1.121137022972107, 1.516435980796814, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361011147499084, 1.9089289903640747, -1.0680325031280518, 0.0005685981013812125], "mean": [-0.19951963424682617, 0.604671061038971, 0.45138707756996155, -1.4119517803192139, -0.2539060115814209, -0.12054692953824997, 0.028276866301894188, -0.31033045053482056, 0.46757400035858154, 0.22824358940124512, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.26272574067115784, 0.4303114712238312, -0.378112256526947, -1.1795111894607544, 1.037052869796753, 0.0020476896315813065, 0.5065885782241821, -0.3306582272052765, -0.4734214246273041, 0.19104233384132385, 1.1626238822937012, -2.1415157318115234, 1.1905463933944702, 1001.0, 603.446533203125, 0.00018046800687443465, -0.22382411360740662, -0.8361133337020874, 1.9089289903640747, -1.0681122541427612, -0.00016225494618993253], "std": [2.6061450626002625e-05, 1.524252184026409e-05, 2.2604632249567658e-05, 2.472708911227528e-05, 2.164770739909727e-05, 1.8095604900736362e-05, 1.836181036196649e-05, 1.5412955690408126e-05, 8.163713573594578e-06, 1.1184188224433456e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.06467906385660172, 0.1379179209470749, 0.07301010191440582, 0.11674148589372635, 0.3459271490573883, 0.12142084538936615, 0.26845118403434753, 0.01637420244514942, 0.025056062266230583, 0.021741144359111786, 0.18905475735664368, 0.4551859498023987, 0.23247644305229187, 0.0, 397.82537841796875, 3.2014213502407074e-10, 1.1537647424120223e-06, 5.7118545555567835e-06, 1.0787461178551894e-05, 4.449104017112404e-05, 0.0002099663543049246], "count": [804]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.46754100918769836, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09012880176305771, 0.2509608864784241, -0.529340922832489, -1.4269812107086182, 0.2537883222103119, -0.22540926933288574, -0.02834414690732956, -0.35444098711013794, -0.5152990221977234, 0.16262699663639069, 0.8874877095222473, -2.5887084007263184, 0.7456113696098328, 1001.0, 187.0, 0.00018046832701656967, -0.22382771968841553, -0.8361114263534546, 1.9089092016220093, -1.0681735277175903, -0.00047367351362481713], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4162959158420563, 0.6625968217849731, -0.21870720386505127, -0.9809798002243042, 1.3744816780090332, 0.1598197966814041, 0.8377580642700195, -0.30270200967788696, -0.42424100637435913, 0.2283329963684082, 1.5738106966018677, -1.121137022972107, 1.516435980796814, 1001.0, 1003.0, 0.00018046832701656967, -0.2238183170557022, -0.8361011147499084, 1.9089289903640747, -1.0680325031280518, 0.0005685981013812125], "mean": [-0.1995195746421814, 0.604671061038971, 0.4513871371746063, -1.4119516611099243, -0.2539059519767761, -0.12054696679115295, 0.02827693149447441, -0.31033048033714294, 0.46757397055625916, 0.22824358940124512, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, 0.2627570629119873, 0.43002235889434814, -0.3779904842376709, -1.1792428493499756, 1.0374720096588135, 0.0019528904231265187, 0.5067745447158813, -0.33071303367614746, -0.4734404981136322, 0.1910102665424347, 1.1622564792633057, -2.1420373916625977, 1.1910337209701538, 1001.0, 603.4440307617188, 0.00018046800687443465, -0.22382411360740662, -0.8361133337020874, 1.9089289903640747, -1.0681121349334717, -0.00016225260333158076], "std": [2.6111887564184144e-05, 1.5252498997142538e-05, 2.2618538423557766e-05, 2.4737018975429237e-05, 2.165258956665639e-05, 1.8143997294828296e-05, 1.8259715943713672e-05, 1.5416628230013885e-05, 8.182400961231906e-06, 1.1178570275660604e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.06465456634759903, 0.1377958208322525, 0.07296932488679886, 0.11645407974720001, 0.34518298506736755, 0.12154614180326462, 0.26813286542892456, 0.016379840672016144, 0.025057435035705566, 0.021705344319343567, 0.18854455649852753, 0.45425793528556824, 0.23195508122444153, 0.0, 397.82232666015625, 3.2014213502407074e-10, 1.1537647424120223e-06, 5.715404313377803e-06, 1.0783323887153529e-05, 4.45015357399825e-05, 0.00020996603416278958], "count": [804]}, "timestamp": {"min": [0.0], "max": [26.766666666666666], "mean": [13.383333333333333], "std": [7.73648762299409], "count": [804]}, "frame_index": {"min": [0], "max": [803], "mean": [401.5], "std": [232.09462868982268], "count": [804]}, "episode_index": {"min": [383], "max": [383], "mean": [383.0], "std": [0.0], "count": [804]}, "index": {"min": [313062], "max": [313865], "mean": [313463.5], "std": [232.09462868982268], "count": [804]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [804]}, "gripper_open_scale_state": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.6028631873132281], "std": [0.0, 0.39724186377579634], "count": [804]}, "gripper_open_scale_action": {"min": [1.0, 0.18700000643730164], "max": [1.0, 1.0], "mean": [1.0, 0.6028631873132281], "std": [0.0, 0.39724186377579634], "count": [804]}, "eef_direction_state": {"mean": [6.0, 5.0211442786069655], "std": [0.0, 1.6263687489440708], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.0, 0.32338308457711445], "std": [0.0, 0.4677675332753477], "min": [0, 0], "max": [0, 1], "count": [804]}, "eef_acc_mag_state": {"mean": [0.0, 0.2462686567164179], "std": [0.0, 0.5914385089872943], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_direction_action": {"mean": [6.0, 5.0211442786069655], "std": [0.0, 1.6263687489440708], "min": [6, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.0, 0.32338308457711445], "std": [0.0, 0.4677675332753477], "min": [0, 0], "max": [0, 1], "count": [804]}, "eef_acc_mag_action": {"mean": [0.0, 0.2462686567164179], "std": [0.0, 0.5914385089872943], "min": [0, 0], "max": [0, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [-0.31033051013946533, 0.46757379174232483, 0.22824354469776154, -1.573227047920227, -1.1211369037628174, -0.7462756633758545, -0.33065834641456604, -0.47342178225517273, 0.1910424679517746, 1.1626249551773071, -2.1415159702301025, 1.1905463933944702], "std": [1.5412831999128684e-05, 8.161510777426884e-06, 1.1184109098394401e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.01637420617043972, 0.025056060403585434, 0.021741142496466637, 0.18905477225780487, 0.45518580079078674, 0.23247648775577545], "min": [-0.3103789985179901, 0.46754100918769836, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35444098711013794, -0.5152990221977234, 0.16262699663639069, 0.8874877095222473, -2.5887084007263184, 0.7456113696098328], "max": [-0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30270200967788696, -0.42424100637435913, 0.2283329963684082, 1.5738106966018677, -1.121137022972107, 1.516435980796814], "count": [804]}, "eef_sim_pose_action": {"mean": [-0.31033045053482056, 0.46757400035858154, 0.22824358940124512, -1.5732389688491821, -1.1211415529251099, -0.7462766766548157, -0.3306582272052765, -0.4734214246273041, 0.19104233384132385, 1.1626238822937012, -2.1415157318115234, 1.1905463933944702], "std": [1.5412955690408126e-05, 8.163713573594578e-06, 1.1184188224433456e-05, 1.2040138244628906e-05, 4.5299530029296875e-06, 1.0728836059570312e-06, 0.01637420244514942, 0.025056062266230583, 0.021741144359111786, 0.18905475735664368, 0.4551859498023987, 0.23247644305229187], "min": [-0.3103789985179901, 0.46754100918769836, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35444098711013794, -0.5152990221977234, 0.16262699663639069, 0.8874877095222473, -2.5887084007263184, 0.7456113696098328], "max": [-0.3102850019931793, 0.4675990045070648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.30270200967788696, -0.42424100637435913, 0.2283329963684082, 1.5738106966018677, -1.121137022972107, 1.516435980796814], "count": [804]}, "gripper_mode_state": {"mean": [0.0, 0.48009950248756217], "std": [0.0, 0.4996038132348068], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_state": {"mean": [2.0, 1.894278606965174], "std": [0.0, 0.40521120589531023], "min": [2, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.0, 0.48009950248756217], "std": [0.0, 0.49960381323480685], "min": [0, 0], "max": [0, 1], "count": [804]}, "gripper_activity_action": {"mean": [2.0, 1.894278606965174], "std": [0.0, 0.4052112058953102], "min": [2, 0], "max": [2, 2], "count": [804]}}} +{"episode_index": 380, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9137254901960784]], [[0.9921568627450981]]], "mean": [[[0.43789413173315306]], [[0.4117349898580122]], [[0.4188187711291413]]], "std": [[[0.19396822693508103]], [[0.19279095693717674]], [[0.1913468015833235]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4006092263917061]], [[0.39690137902862294]], [[0.3937305851363534]]], "std": [[[0.23615574006567602]], [[0.22879266888673175]], [[0.2295572349289308]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5155166568064007]], [[0.48659998732251525]], [[0.49165336657651565]]], "std": [[[0.19998843525502152]], [[0.1973061705786087]], [[0.20964629163690687]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4606010071557358]], [[0.4377519213432499]], [[0.4474519664187514]]], "std": [[[0.27565225005617405]], [[0.2641306757008701]], [[0.2671246950321988]]], "count": [145]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10979866236448288, 0.28223717212677, -0.5608790516853333, -1.4577513933181763, 0.2537883222103119, -0.15194837749004364, -0.02839650586247444, -0.33979201316833496, -0.5087810158729553, 0.16259799897670746, 0.8119666576385498, -2.524963617324829, 0.7456113696098328, 1001.0, 181.0, 0.00018046832701656967, -0.22383148968219757, -0.8361114263534546, 1.9089123010635376, -1.068095088005066, -0.00023636213154532015], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3989647924900055, 0.6829299330711365, -0.21767745912075043, -1.0703580379486084, 1.3407444953918457, 0.20001474022865295, 0.638947606086731, -0.2768239974975586, -0.44218599796295166, 0.2291010022163391, 1.5732269287109375, -1.121137022972107, 1.413851261138916, 1001.0, 1002.0, 0.00018046832701656967, -0.22381457686424255, -0.8361034989356995, 1.9089257717132568, -1.0680396556854248, -0.00017750891856849194], "mean": [-0.1995207816362381, 0.6046715974807739, 0.45138901472091675, -1.4119536876678467, -0.2539076805114746, -0.12054775655269623, 0.028276896104216576, -0.3103295564651489, 0.46757400035858154, 0.22824274003505707, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2864089906215668, 0.4902050495147705, -0.42040184140205383, -1.2514578104019165, 1.0818309783935547, 0.09746329486370087, 0.4252631664276123, -0.31706804037094116, -0.4772607684135437, 0.18846634030342102, 1.107939600944519, -2.15844464302063, 1.0974408388137817, 1001.0, 589.93212890625, 0.00018046800687443465, -0.22382377088069916, -0.8361115455627441, 1.9089325666427612, -1.0680674314498901, -0.00020555562514346093], "std": [2.6827661713468842e-05, 1.5391138731501997e-05, 2.3538294044556096e-05, 2.372586095589213e-05, 2.0426232367753983e-05, 1.7741911506163888e-05, 1.979816624952946e-05, 1.451884145353688e-05, 8.046475159062538e-06, 1.1553093827387784e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.06214034557342529, 0.13555294275283813, 0.09232738614082336, 0.13295435905456543, 0.30985406041145325, 0.10057462006807327, 0.20191186666488647, 0.020952360704541206, 0.020639142021536827, 0.020817220211029053, 0.21835196018218994, 0.41070929169654846, 0.22525545954704285, 0.0, 399.7463684082031, 3.2014213502407074e-10, 1.353779907731223e-06, 4.420348432176979e-06, 1.1966944839514326e-05, 1.1119137525383849e-05, 9.631824468669947e-06], "count": [766]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037598848342896, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10979866236448288, 0.28223717212677, -0.5608790516853333, -1.4577513933181763, 0.2537883222103119, -0.15194837749004364, -0.02839650586247444, -0.33979201316833496, -0.5087810158729553, 0.16259799897670746, 0.8119666576385498, -2.524963617324829, 0.7456113696098328, 1001.0, 181.0, 0.00018046832701656967, -0.22383148968219757, -0.8361114263534546, 1.9089123010635376, -1.068095088005066, -0.00023636213154532015], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3989647924900055, 0.6829299330711365, -0.21767745912075043, -1.0703580379486084, 1.3407444953918457, 0.20001474022865295, 0.638947606086731, -0.2768239974975586, -0.44218599796295166, 0.2291010022163391, 1.5732269287109375, -1.121137022972107, 1.413851261138916, 1001.0, 1002.0, 0.00018046832701656967, -0.22381457686424255, -0.8361034989356995, 1.9089257717132568, -1.0680396556854248, -0.00017750891856849194], "mean": [-0.1995207518339157, 0.6046715378761292, 0.45138901472091675, -1.4119536876678467, -0.2539076805114746, -0.12054771929979324, 0.028276896104216576, -0.31032949686050415, 0.46757403016090393, 0.2282426953315735, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.28648602962493896, 0.49015238881111145, -0.42045119404792786, -1.2513306140899658, 1.0825121402740479, 0.09759409725666046, 0.425497442483902, -0.31710267066955566, -0.47727125883102417, 0.18844516575336456, 1.10752272605896, -2.1591780185699463, 1.0976823568344116, 1001.0, 589.93212890625, 0.00018046800687443465, -0.22382374107837677, -0.8361114263534546, 1.9089325666427612, -1.0680673122406006, -0.0002055246295640245], "std": [2.682806007214822e-05, 1.53821638377849e-05, 2.3538294044556096e-05, 2.3860193323343992e-05, 2.0426234186743386e-05, 1.7691872926661745e-05, 1.979816624952946e-05, 1.4558511793438811e-05, 8.045536560530309e-06, 1.1596314834605437e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.06206903234124184, 0.13551640510559082, 0.09235416352748871, 0.13284718990325928, 0.3086051642894745, 0.10035603493452072, 0.20148949325084686, 0.020963149145245552, 0.02063625492155552, 0.0207851342856884, 0.217768594622612, 0.4093570411205292, 0.22497858107089996, 0.0, 399.7463684082031, 3.2014213502407074e-10, 1.3435026176011888e-06, 4.309213181841187e-06, 1.1962510143348482e-05, 1.1100173651357181e-05, 9.653269444243051e-06], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [384], "max": [384], "mean": [384.0], "std": [0.0], "count": [766]}, "index": {"min": [313866], "max": [314631], "mean": [314248.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5899295011831949], "std": [0.0, 0.3997454506725188], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5899295011831949], "std": [0.0, 0.39974545067251877], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.663185378590079], "std": [0.0, 2.0256520169002763], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.36553524804177545], "std": [0.0, 0.4869714186640699], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.26109660574412535], "std": [0.0, 0.6043582778486135], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.663185378590079], "std": [0.0, 2.0256520169002763], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.36553524804177545], "std": [0.0, 0.4869714186640699], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.26109660574412535], "std": [0.0, 0.6043582778486135], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.3103295564651489, 0.46757426857948303, 0.22824272513389587, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3170676827430725, -0.47726088762283325, 0.1884663701057434, 1.1079418659210205, -2.1584389209747314, 1.0974400043487549], "std": [1.4518850548483897e-05, 8.042080480663572e-06, 1.155305562861031e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.020952356979250908, 0.020639149472117424, 0.020817220211029053, 0.2183523178100586, 0.41070878505706787, 0.22525502741336823], "min": [-0.31037598848342896, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33979201316833496, -0.5087810158729553, 0.16259799897670746, 0.8119666576385498, -2.524963617324829, 0.7456113696098328], "max": [-0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2768239974975586, -0.44218599796295166, 0.2291010022163391, 1.5732269287109375, -1.121137022972107, 1.413851261138916], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.3103295564651489, 0.46757400035858154, 0.22824274003505707, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.31706804037094116, -0.4772607684135437, 0.18846634030342102, 1.107939600944519, -2.15844464302063, 1.0974408388137817], "std": [1.451884145353688e-05, 8.046475159062538e-06, 1.1553093827387784e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.020952360704541206, 0.020639142021536827, 0.020817220211029053, 0.21835196018218994, 0.41070929169654846, 0.22525545954704285], "min": [-0.31037598848342896, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.33979201316833496, -0.5087810158729553, 0.16259799897670746, 0.8119666576385498, -2.524963617324829, 0.7456113696098328], "max": [-0.3102869987487793, 0.46759599447250366, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2768239974975586, -0.44218599796295166, 0.2291010022163391, 1.5732269287109375, -1.121137022972107, 1.413851261138916], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.4934725848563969], "std": [0.0, 0.49995739103602127], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.885117493472585], "std": [0.0, 0.4211917994063881], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.4934725848563969], "std": [0.0, 0.49995739103602127], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.885117493472585], "std": [0.0, 0.4211917994063881], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"episode_index": 381, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9686274509803922]]], "mean": [[[0.4369830142642643]], [[0.4108878096846847]], [[0.418341257617912]]], "std": [[[0.19361206136042125]], [[0.19289221709840665]], [[0.1914302881058857]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39219671187731847]], [[0.38879060816331035]], [[0.38542982688570926]]], "std": [[[0.2326100443748858]], [[0.2258523676084969]], [[0.22649002381871564]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5153749903396043]], [[0.4864791128444621]], [[0.4914867404168875]]], "std": [[[0.20015053094801738]], [[0.19736679256212097]], [[0.20962573965624193]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644941002583466]], [[0.44337283883147854]], [[0.45451432360669497]]], "std": [[[0.27284613066225116]], [[0.2649963723209487]], [[0.26890612519777773]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754300594329834, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12784536182880402, 0.258151650428772, -0.5146626830101013, -1.4494609832763672, 0.2537708580493927, -0.2028072625398636, -0.028379054740071297, -0.3586829900741577, -0.5054110288619995, 0.15381699800491333, 0.8570904731750488, -2.509193181991577, 0.7456113696098328, 1001.0, 175.0, 0.00018046832701656967, -0.22382771968841553, -0.8361098766326904, 1.9089083671569824, -1.0680919885635376, -0.00021832647325936705], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102779984474182, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3612656891345978, 0.6047565937042236, -0.2267182618379593, -0.979216992855072, 1.3352117538452148, 0.13215632736682892, 0.719407320022583, -0.2832440137863159, -0.453559011220932, 0.2282799929380417, 1.5852302312850952, -1.121137022972107, 1.5002524852752686, 1001.0, 1002.0, 0.00018046832701656967, -0.22381457686424255, -0.8361003398895264, 1.9089281558990479, -1.0680468082427979, 0.00019459534087218344], "mean": [-0.19952236115932465, 0.6046732664108276, 0.45138975977897644, -1.4119540452957153, -0.25390854477882385, -0.12054643779993057, 0.028275495395064354, -0.31032881140708923, 0.46757444739341736, 0.22824250161647797, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.300354540348053, 0.4073963463306427, -0.38313034176826477, -1.168439269065857, 0.997255802154541, 0.018036654219031334, 0.47344204783439636, -0.3243958055973053, -0.4854901432991028, 0.1804821938276291, 1.1825659275054932, -2.113929033279419, 1.1664159297943115, 1001.0, 578.7030639648438, 0.00018046800687443465, -0.22382226586341858, -0.8361125588417053, 1.9089329242706299, -1.0680598020553589, -9.896337724057958e-05], "std": [2.5969888156396337e-05, 1.6871877960511483e-05, 2.141883669537492e-05, 2.3140655684983358e-05, 2.167066850233823e-05, 1.7464028132962994e-05, 1.9212535335100256e-05, 1.4259765521273948e-05, 7.80841310188407e-06, 1.154085748567013e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.060095854103565216, 0.11098569631576538, 0.06790520995855331, 0.13605964183807373, 0.32328295707702637, 0.10714900493621826, 0.24734191596508026, 0.024310285225510597, 0.016320524737238884, 0.02032693661749363, 0.2207917720079422, 0.43519723415374756, 0.21887217462062836, 0.0, 402.8485412597656, 3.2014213502407074e-10, 1.235150762113335e-06, 6.604117970709922e-06, 1.2272746971575543e-05, 1.0860615475394297e-05, 0.0001523719256510958], "count": [788]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103809952735901, 0.46754300594329834, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12784536182880402, 0.258151650428772, -0.5146626830101013, -1.4494609832763672, 0.2537708580493927, -0.2028072625398636, -0.028379054740071297, -0.3586829900741577, -0.5054110288619995, 0.15381699800491333, 0.8570904731750488, -2.509193181991577, 0.7456113696098328, 1001.0, 175.0, 0.00018046832701656967, -0.22382771968841553, -0.8361098766326904, 1.9089083671569824, -1.0680919885635376, -0.00021832647325936705], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102779984474182, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3612656891345978, 0.6047565937042236, -0.2267182618379593, -0.979216992855072, 1.3352117538452148, 0.13215632736682892, 0.719407320022583, -0.2832440137863159, -0.453559011220932, 0.2282799929380417, 1.5852302312850952, -1.121137022972107, 1.5002524852752686, 1001.0, 1002.0, 0.00018046832701656967, -0.22381457686424255, -0.8361003398895264, 1.9089281558990479, -1.0680468082427979, 0.00019459534087218344], "mean": [-0.19952239096164703, 0.6046732664108276, 0.45138978958129883, -1.4119538068771362, -0.25390854477882385, -0.12054646760225296, 0.028275450691580772, -0.31032881140708923, 0.46757441759109497, 0.22824245691299438, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.30044227838516235, 0.407091349363327, -0.3830476999282837, -1.1681033372879028, 0.9976521730422974, 0.017937716096639633, 0.4735940098762512, -0.32445618510246277, -0.4855227768421173, 0.18044553697109222, 1.1821900606155396, -2.114417791366577, 1.1668778657913208, 1001.0, 578.7030639648438, 0.00018046800687443465, -0.22382226586341858, -0.8361124992370605, 1.9089329242706299, -1.0680598020553589, -9.851766662904993e-05], "std": [2.5965106033254415e-05, 1.6855232388479635e-05, 2.139198659278918e-05, 2.3236143533722498e-05, 2.167066850233823e-05, 1.745694135024678e-05, 1.9215074644307606e-05, 1.4267054211813956e-05, 7.804272172506899e-06, 1.1477803127490915e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.05999883636832237, 0.1107729822397232, 0.06786172837018967, 0.1357843577861786, 0.32256168127059937, 0.10731282085180283, 0.24707013368606567, 0.024334251880645752, 0.016310354694724083, 0.02026672661304474, 0.22037892043590546, 0.43429747223854065, 0.21836669743061066, 0.0, 402.8485412597656, 3.2014213502407074e-10, 1.235150762113335e-06, 6.549548743350897e-06, 1.2270712431927677e-05, 1.0851363185793161e-05, 0.00015262994566000998], "count": [788]}, "timestamp": {"min": [0.0], "max": [26.233333333333334], "mean": [13.116666666666667], "std": [7.582527429704571], "count": [788]}, "frame_index": {"min": [0], "max": [787], "mean": [393.5], "std": [227.47582289113717], "count": [788]}, "episode_index": {"min": [385], "max": [385], "mean": [385.0], "std": [0.0], "count": [788]}, "index": {"min": [314632], "max": [315419], "mean": [315025.5], "std": [227.47582289113717], "count": [788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [788]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5787005062938342], "std": [0.0, 0.40284665394869895], "count": [788]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5787005062938342], "std": [0.0, 0.40284665394869895], "count": [788]}, "eef_direction_state": {"mean": [6.0, 4.590101522842639], "std": [0.0, 2.117309251585727], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.0, 0.366751269035533], "std": [0.0, 0.4819178101049541], "min": [0, 0], "max": [0, 1], "count": [788]}, "eef_acc_mag_state": {"mean": [0.0, 0.26015228426395937], "std": [0.0, 0.5978692938640865], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_direction_action": {"mean": [6.0, 4.590101522842639], "std": [0.0, 2.117309251585727], "min": [6, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.0, 0.366751269035533], "std": [0.0, 0.4819178101049541], "min": [0, 0], "max": [0, 1], "count": [788]}, "eef_acc_mag_action": {"mean": [0.0, 0.26015228426395937], "std": [0.0, 0.5978692938640865], "min": [0, 0], "max": [0, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [-0.31032878160476685, 0.46757441759109497, 0.22824259102344513, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.3243957757949829, -0.4854903519153595, 0.18048231303691864, 1.1825644969940186, -2.1139326095581055, 1.1664155721664429], "std": [1.4259718227549456e-05, 7.808401278452948e-06, 1.1540499144757632e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.02431027963757515, 0.016320526599884033, 0.020326929166913033, 0.22079157829284668, 0.4351969063282013, 0.21887189149856567], "min": [-0.3103809952735901, 0.46754300594329834, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3586829900741577, -0.5054110288619995, 0.15381699800491333, 0.8570904731750488, -2.509193181991577, 0.7456113696098328], "max": [-0.3102779984474182, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2832440137863159, -0.453559011220932, 0.2282799929380417, 1.5852302312850952, -1.121137022972107, 1.5002524852752686], "count": [788]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.46757444739341736, 0.22824250161647797, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3243958055973053, -0.4854901432991028, 0.1804821938276291, 1.1825659275054932, -2.113929033279419, 1.1664159297943115], "std": [1.4259765521273948e-05, 7.80841310188407e-06, 1.154085748567013e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.024310285225510597, 0.016320524737238884, 0.02032693661749363, 0.2207917720079422, 0.43519723415374756, 0.21887217462062836], "min": [-0.3103809952735901, 0.46754300594329834, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3586829900741577, -0.5054110288619995, 0.15381699800491333, 0.8570904731750488, -2.509193181991577, 0.7456113696098328], "max": [-0.3102779984474182, 0.4676010012626648, 0.22828100621700287, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2832440137863159, -0.453559011220932, 0.2282799929380417, 1.5852302312850952, -1.121137022972107, 1.5002524852752686], "count": [788]}, "gripper_mode_state": {"mean": [0.0, 0.5038071065989848], "std": [0.0, 0.49998550572926165], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_state": {"mean": [2.0, 1.8895939086294415], "std": [0.0, 0.414512541755419], "min": [2, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.0, 0.5038071065989848], "std": [0.0, 0.49998550572926165], "min": [0, 0], "max": [0, 1], "count": [788]}, "gripper_activity_action": {"mean": [2.0, 1.8895939086294415], "std": [0.0, 0.414512541755419], "min": [2, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 382, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4384812242290652]], [[0.41265996348203715]], [[0.4196631135675747]]], "std": [[[0.193301423381728]], [[0.1922421264975185]], [[0.19082703568417878]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39034754435890684]], [[0.3868956674672106]], [[0.38271249917752337]]], "std": [[[0.23260148160032293]], [[0.2257433394481965]], [[0.22557959316068427]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5155684890007457]], [[0.4866123681295785]], [[0.4916593219502566]]], "std": [[[0.2000757173437261]], [[0.19721444641530136]], [[0.20949275481074456]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45590180725534063]], [[0.4350682737860245]], [[0.4445780681120323]]], "std": [[[0.27499008294807]], [[0.26538155612915054]], [[0.2688560091062156]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10459758341312408, 0.26886796951293945, -0.5716651678085327, -1.4562503099441528, 0.2537883222103119, -0.1869247704744339, -0.028379054740071297, -0.351485013961792, -0.5058159828186035, 0.16575199365615845, 0.9313960075378418, -2.5750834941864014, 0.6762338876724243, 1001.0, 182.0, 0.00018046832701656967, -0.22382771968841553, -0.8361098766326904, 1.9089123010635376, -1.0681015253067017, 2.5629629817558452e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.4676010012626648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37166786193847656, 0.7456744313240051, -0.22855086624622345, -0.9904394745826721, 1.3797351121902466, 0.2074149250984192, 0.8030259609222412, -0.282056987285614, -0.4221239984035492, 0.22896499931812286, 1.5794588327407837, -1.121137022972107, 1.449328064918518, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361034989356995, 1.90892493724823, -1.0680476427078247, 0.00016896570741664618], "mean": [-0.19952446222305298, 0.6046758890151978, 0.4513901174068451, -1.4119538068771362, -0.2539092004299164, -0.12054771184921265, 0.02826429158449173, -0.3103284239768982, 0.46757519245147705, 0.22824425995349884, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.28833693265914917, 0.4694165885448456, -0.40638649463653564, -1.2006605863571167, 1.0548412799835205, 0.05421682819724083, 0.5020756721496582, -0.3224600553512573, -0.475571870803833, 0.19023525714874268, 1.1608538627624512, -2.1682286262512207, 1.1131850481033325, 1001.0, 575.1045532226562, 0.00018046800687443465, -0.22382456064224243, -0.8361126184463501, 1.9089324474334717, -1.0680664777755737, 0.0001202861822093837], "std": [2.5773761080927216e-05, 1.65045348694548e-05, 2.3041096937959082e-05, 2.3870343284215778e-05, 2.2719663320458494e-05, 1.870542655524332e-05, 2.0145242160651833e-05, 1.5100195014383644e-05, 7.828863090253435e-06, 1.1468108823464718e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.0589429996907711, 0.16535910964012146, 0.08727658540010452, 0.15143628418445587, 0.3189660906791687, 0.11088515818119049, 0.2625095248222351, 0.024104692041873932, 0.02823263220489025, 0.021012764424085617, 0.18160806596279144, 0.43557071685791016, 0.25343838334083557, 0.0, 399.3062744140625, 3.2014213502407074e-10, 1.546963062537543e-06, 6.401110567821888e-06, 1.2627036085177679e-05, 1.0645235306583345e-05, 5.787741974927485e-05], "count": [794]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4512898027896881, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31037798523902893, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10459758341312408, 0.26886796951293945, -0.5716651678085327, -1.4562503099441528, 0.2537883222103119, -0.1869247704744339, -0.028379054740071297, -0.351485013961792, -0.5058159828186035, 0.16575199365615845, 0.9313960075378418, -2.5750834941864014, 0.6762338876724243, 1001.0, 182.0, 0.00018046832701656967, -0.22382771968841553, -0.8361098766326904, 1.9089123010635376, -1.0681015253067017, 2.5629629817558452e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028199195861816, 0.4676010012626648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.37166786193847656, 0.7456744313240051, -0.22855086624622345, -0.9904394745826721, 1.3797351121902466, 0.2074149250984192, 0.8030259609222412, -0.282056987285614, -0.4221239984035492, 0.22896499931812286, 1.5794588327407837, -1.121137022972107, 1.449328064918518, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361034989356995, 1.90892493724823, -1.0680476427078247, 0.00016896570741664618], "mean": [-0.19952453672885895, 0.6046759486198425, 0.4513901472091675, -1.4119539260864258, -0.2539092004299164, -0.12054774910211563, 0.02826426737010479, -0.3103283643722534, 0.46757516264915466, 0.22824425995349884, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2884461581707001, 0.46920913457870483, -0.40639039874076843, -1.200393795967102, 1.0553404092788696, 0.054231710731983185, 0.5022343993186951, -0.3225112557411194, -0.47560274600982666, 0.19019973278045654, 1.1604591608047485, -2.168799638748169, 1.1135309934616089, 1001.0, 575.1045532226562, 0.00018046800687443465, -0.22382459044456482, -0.8361125588417053, 1.9089324474334717, -1.0680664777755737, 0.00012012477236567065], "std": [2.5709243345772848e-05, 1.6484556908835657e-05, 2.30531604756834e-05, 2.383917490078602e-05, 2.2726844690623693e-05, 1.875083034974523e-05, 2.0124703951296397e-05, 1.5065553270687815e-05, 7.815862772986293e-06, 1.1471568541310262e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.05885859578847885, 0.16529327630996704, 0.08727864921092987, 0.15125015377998352, 0.3180218040943146, 0.11086241155862808, 0.2622268497943878, 0.024122238159179688, 0.02823728136718273, 0.020972568541765213, 0.18105395138263702, 0.43449607491493225, 0.25312498211860657, 0.0, 399.3062744140625, 3.2014213502407074e-10, 1.5670169659642852e-06, 6.344586836348753e-06, 1.262177374883322e-05, 1.0638360436132643e-05, 5.793323362013325e-05], "count": [794]}, "timestamp": {"min": [0.0], "max": [26.433333333333334], "mean": [13.216666666666669], "std": [7.6402625027620035], "count": [794]}, "frame_index": {"min": [0], "max": [793], "mean": [396.5], "std": [229.2078750828601], "count": [794]}, "episode_index": {"min": [386], "max": [386], "mean": [386.0], "std": [0.0], "count": [794]}, "index": {"min": [315420], "max": [316213], "mean": [315816.5], "std": [229.2078750828601], "count": [794]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [794]}, "gripper_open_scale_state": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5751020133457796], "std": [0.0, 0.3993042436167926], "count": [794]}, "gripper_open_scale_action": {"min": [1.0, 0.18199999630451202], "max": [1.0, 1.0], "mean": [1.0, 0.5751020133457796], "std": [0.0, 0.3993042436167926], "count": [794]}, "eef_direction_state": {"mean": [6.0, 4.651133501259446], "std": [0.0, 1.9747665040205777], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.0, 0.3967254408060453], "std": [0.0, 0.4892181164095352], "min": [0, 0], "max": [0, 1], "count": [794]}, "eef_acc_mag_state": {"mean": [0.0, 0.29974811083123426], "std": [0.0, 0.6354949573631251], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_direction_action": {"mean": [6.0, 4.651133501259446], "std": [0.0, 1.9747665040205777], "min": [6, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.0, 0.3967254408060453], "std": [0.0, 0.4892181164095352], "min": [0, 0], "max": [0, 1], "count": [794]}, "eef_acc_mag_action": {"mean": [0.0, 0.29974811083123426], "std": [0.0, 0.6354949573631251], "min": [0, 0], "max": [0, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [-0.31032833456993103, 0.467574805021286, 0.228244349360466, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.32245996594429016, -0.47557222843170166, 0.19023524224758148, 1.160855770111084, -2.168226718902588, 1.1131844520568848], "std": [1.5099893971637357e-05, 7.818544872861821e-06, 1.1467703188827727e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.024104692041873932, 0.028232626616954803, 0.02101276069879532, 0.1816081404685974, 0.43557119369506836, 0.25343817472457886], "min": [-0.31037798523902893, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.351485013961792, -0.5058159828186035, 0.16575199365615845, 0.9313960075378418, -2.5750834941864014, 0.6762338876724243], "max": [-0.31028199195861816, 0.4676010012626648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.282056987285614, -0.4221239984035492, 0.22896499931812286, 1.5794588327407837, -1.121137022972107, 1.449328064918518], "count": [794]}, "eef_sim_pose_action": {"mean": [-0.3103284239768982, 0.46757519245147705, 0.22824425995349884, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.3224600553512573, -0.475571870803833, 0.19023525714874268, 1.1608538627624512, -2.1682286262512207, 1.1131850481033325], "std": [1.5100195014383644e-05, 7.828863090253435e-06, 1.1468108823464718e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.024104692041873932, 0.02823263220489025, 0.021012764424085617, 0.18160806596279144, 0.43557071685791016, 0.25343838334083557], "min": [-0.31037798523902893, 0.46754899621009827, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.351485013961792, -0.5058159828186035, 0.16575199365615845, 0.9313960075378418, -2.5750834941864014, 0.6762338876724243], "max": [-0.31028199195861816, 0.4676010012626648, 0.22828200459480286, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.282056987285614, -0.4221239984035492, 0.22896499931812286, 1.5794588327407837, -1.121137022972107, 1.449328064918518], "count": [794]}, "gripper_mode_state": {"mean": [0.0, 0.5113350125944585], "std": [0.0, 0.4998715009774868], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_state": {"mean": [2.0, 1.8929471032745593], "std": [0.0, 0.40758010412989915], "min": [2, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.0, 0.5113350125944585], "std": [0.0, 0.4998715009774868], "min": [0, 0], "max": [0, 1], "count": [794]}, "gripper_activity_action": {"mean": [2.0, 1.8929471032745593], "std": [0.0, 0.4075801041298991], "min": [2, 0], "max": [2, 2], "count": [794]}}} +{"episode_index": 383, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.9803921568627451]]], "mean": [[[0.43792012210135195]], [[0.41177169229563976]], [[0.41885996955859967]]], "std": [[[0.194059313426486]], [[0.19285420756675803]], [[0.19149546740414722]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3921070793043245]], [[0.3880132985271734]], [[0.3839508656773212]]], "std": [[[0.23287544688966738]], [[0.2255588818846345]], [[0.22537658680266176]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5156344527822544]], [[0.4867677766026502]], [[0.4917932600837138]]], "std": [[[0.2001065126777446]], [[0.19733853170275772]], [[0.20956873831629924]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4729037598486883]], [[0.4522468117669442]], [[0.4590307645603904]]], "std": [[[0.26851771678521974]], [[0.2624138119597436]], [[0.2660564868023406]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036800146102905, 0.4675540030002594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09112364053726196, 0.2666688561439514, -0.46123817563056946, -1.5774110555648804, 0.24651029706001282, -0.17818064987659454, -0.028379054740071297, -0.3523310124874115, -0.5045499801635742, 0.16785599291324615, 0.8713194727897644, -2.5391006469726562, 0.7462756037712097, 1001.0, 181.0, 0.00018046832701656967, -0.22382959723472595, -0.8361098766326904, 1.9089123010635376, -1.068114161491394, 1.7086420484702103e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34170055389404297, 0.7068060040473938, -0.18556340038776398, -1.0028138160705566, 1.3488951921463013, 0.1408480703830719, 0.656732439994812, -0.24398000538349152, -0.42652300000190735, 0.22955100238323212, 1.5855637788772583, -1.1161837577819824, 1.4747480154037476, 1001.0, 1003.0, 0.00018046832701656967, -0.22381645441055298, -0.8361027240753174, 1.9089257717132568, -1.0680491924285889, 4.176680522505194e-05], "mean": [-0.19952420890331268, 0.6046770215034485, 0.45139074325561523, -1.411953091621399, -0.25391191244125366, -0.12054654210805893, 0.02827008254826069, -0.3103277087211609, 0.46757522225379944, 0.2282450646162033, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.247394397854805, 0.46197423338890076, -0.36007723212242126, -1.2682842016220093, 1.0108751058578491, 0.016341643407940865, 0.417420893907547, -0.310232549905777, -0.4748148024082184, 0.19202826917171478, 1.1919506788253784, -2.0596861839294434, 1.1822565793991089, 1001.0, 578.1441650390625, 0.00018046800687443465, -0.22382445633411407, -0.8361114859580994, 1.9089322090148926, -1.0680733919143677, 3.395337625988759e-05], "std": [2.5905410439008847e-05, 1.578582487127278e-05, 2.1567358999163844e-05, 2.4319275325979106e-05, 2.1953414034214802e-05, 1.7331529306829907e-05, 1.912562220240943e-05, 1.402446832798887e-05, 7.641763659194112e-06, 1.1354145499353763e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.07786056399345398, 0.14832916855812073, 0.06815440207719803, 0.18717433512210846, 0.34936419129371643, 0.09814447164535522, 0.22330939769744873, 0.033059168606996536, 0.0260357353836298, 0.020813439041376114, 0.2612672746181488, 0.4394497275352478, 0.2523096799850464, 0.0, 399.9834899902344, 3.2014213502407074e-10, 1.0661241276466171e-06, 5.082392817712389e-06, 1.2762887308781501e-05, 1.6025767763494514e-05, 2.664057319634594e-06], "count": [770]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31036800146102905, 0.4675540030002594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09112364053726196, 0.2666688561439514, -0.46123817563056946, -1.5774110555648804, 0.24651029706001282, -0.17818064987659454, -0.028379054740071297, -0.3523310124874115, -0.5045499801635742, 0.16785599291324615, 0.8713194727897644, -2.5391006469726562, 0.7462756037712097, 1001.0, 181.0, 0.00018046832701656967, -0.22382959723472595, -0.8361098766326904, 1.9089123010635376, -1.068114161491394, 1.7086420484702103e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31028300523757935, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.34170055389404297, 0.7068060040473938, -0.18556340038776398, -1.0028138160705566, 1.3488951921463013, 0.1408480703830719, 0.656732439994812, -0.24398000538349152, -0.42652300000190735, 0.22955100238323212, 1.5855637788772583, -1.1161837577819824, 1.4747480154037476, 1001.0, 1003.0, 0.00018046832701656967, -0.22381645441055298, -0.8361027240753174, 1.9089257717132568, -1.0680491924285889, 4.176680522505194e-05], "mean": [-0.19952426850795746, 0.6046770215034485, 0.45139074325561523, -1.411953091621399, -0.25391194224357605, -0.12054650485515594, 0.02827008254826069, -0.3103277087211609, 0.4675753116607666, 0.2282450944185257, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.24749046564102173, 0.4617335796356201, -0.36007559299468994, -1.268002986907959, 1.0113762617111206, 0.01628919318318367, 0.4175911545753479, -0.3102867901325226, -0.474842369556427, 0.19198213517665863, 1.1915807723999023, -2.060271739959717, 1.182664394378662, 1001.0, 578.146728515625, 0.00018046800687443465, -0.22382445633411407, -0.8361114859580994, 1.9089322090148926, -1.0680733919143677, 3.394474333617836e-05], "std": [2.5840214220806956e-05, 1.5787323718541302e-05, 2.1567358999163844e-05, 2.4310293156304397e-05, 2.1942780222161673e-05, 1.7368796761729755e-05, 1.912562220240943e-05, 1.4017729881743435e-05, 7.630485924892128e-06, 1.1359631571394857e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.07784702628850937, 0.14824774861335754, 0.0681523010134697, 0.18712066113948822, 0.3485531210899353, 0.09822843223810196, 0.22301925718784332, 0.033093471080064774, 0.026039311662316322, 0.02077244222164154, 0.2609286606311798, 0.4384983479976654, 0.251858115196228, 0.0, 399.9868469238281, 3.2014213502407074e-10, 1.0661241276466171e-06, 5.0855510380642954e-06, 1.2758863704220857e-05, 1.6026409866753966e-05, 2.667939725142787e-06], "count": [770]}, "timestamp": {"min": [0.0], "max": [25.633333333333333], "mean": [12.816666666666665], "std": [7.409322206218025], "count": [770]}, "frame_index": {"min": [0], "max": [769], "mean": [384.5], "std": [222.27966618654077], "count": [770]}, "episode_index": {"min": [387], "max": [387], "mean": [387.0], "std": [0.0], "count": [770]}, "index": {"min": [316214], "max": [316983], "mean": [316598.5], "std": [222.27966618654077], "count": [770]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [770]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5777753218040838], "std": [0.0, 0.3995936178992037], "count": [770]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5777753218040838], "std": [0.0, 0.3995936178992037], "count": [770]}, "eef_direction_state": {"mean": [6.0, 4.4831168831168835], "std": [0.0, 2.1939351230154087], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_state": {"mean": [0.0, 0.38571428571428573], "std": [0.0, 0.4973212099838618], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_state": {"mean": [0.0, 0.33376623376623377], "std": [0.0, 0.6656917873482904], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_direction_action": {"mean": [6.0, 4.4831168831168835], "std": [0.0, 2.1939351230154087], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_action": {"mean": [0.0, 0.38571428571428573], "std": [0.0, 0.4973212099838618], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_action": {"mean": [0.0, 0.33376623376623377], "std": [0.0, 0.6656917873482904], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_sim_pose_state": {"mean": [-0.3103276491165161, 0.4675750434398651, 0.22824497520923615, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.310232549905777, -0.47481459379196167, 0.19202829897403717, 1.1919506788253784, -2.059685468673706, 1.1822558641433716], "std": [1.4024315532878973e-05, 7.638542228960432e-06, 1.1353827176208142e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.033059172332286835, 0.026035737246274948, 0.020813437178730965, 0.2612674832344055, 0.43944987654685974, 0.252309650182724], "min": [-0.31036800146102905, 0.4675540030002594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3523310124874115, -0.5045499801635742, 0.16785599291324615, 0.8713194727897644, -2.5391006469726562, 0.7462756037712097], "max": [-0.31028300523757935, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24398000538349152, -0.42652300000190735, 0.22955100238323212, 1.5855637788772583, -1.1161837577819824, 1.4747480154037476], "count": [770]}, "eef_sim_pose_action": {"mean": [-0.3103277087211609, 0.46757522225379944, 0.2282450646162033, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.310232549905777, -0.4748148024082184, 0.19202826917171478, 1.1919506788253784, -2.0596861839294434, 1.1822565793991089], "std": [1.402446832798887e-05, 7.641763659194112e-06, 1.1354145499353763e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.033059168606996536, 0.0260357353836298, 0.020813439041376114, 0.2612672746181488, 0.4394497275352478, 0.2523096799850464], "min": [-0.31036800146102905, 0.4675540030002594, 0.22821199893951416, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3523310124874115, -0.5045499801635742, 0.16785599291324615, 0.8713194727897644, -2.5391006469726562, 0.7462756037712097], "max": [-0.31028300523757935, 0.467602014541626, 0.22829100489616394, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24398000538349152, -0.42652300000190735, 0.22955100238323212, 1.5855637788772583, -1.1161837577819824, 1.4747480154037476], "count": [770]}, "gripper_mode_state": {"mean": [0.0, 0.5077922077922078], "std": [0.0, 0.4999392778105382], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_state": {"mean": [2.0, 1.887012987012987], "std": [0.0, 0.4189816502043512], "min": [2, 0], "max": [2, 2], "count": [770]}, "gripper_mode_action": {"mean": [0.0, 0.5077922077922078], "std": [0.0, 0.49993927781053815], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_action": {"mean": [2.0, 1.887012987012987], "std": [0.0, 0.4189816502043512], "min": [2, 0], "max": [2, 2], "count": [770]}}} +{"episode_index": 384, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4364219659324917]], [[0.4108289335996956]], [[0.4188562245389023]]], "std": [[[0.19394679113375574]], [[0.1926015055836531]], [[0.19147169803969724]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3933427721259737]], [[0.38970500100725225]], [[0.38546040239726026]]], "std": [[[0.23301029818441407]], [[0.22542148018467598]], [[0.2254138291394802]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5151410446884233]], [[0.4862733388732205]], [[0.4911895886493867]]], "std": [[[0.2000880175643863]], [[0.19728924520854077]], [[0.20953414329900238]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678451195832214]], [[0.4464433434618139]], [[0.45507485422822097]]], "std": [[[0.2769261262717422]], [[0.2685570540768552]], [[0.2714578042493391]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10864674299955368, 0.31555551290512085, -0.47102946043014526, -1.6057378053665161, 0.2537883222103119, -0.14032447338104248, -0.028379054740071297, -0.3365580141544342, -0.5096870064735413, 0.17011100053787231, 0.9814348816871643, -2.457120418548584, 0.6658115386962891, 1001.0, 173.0, 0.00017858845239970833, -0.22383148968219757, -0.8361098766326904, 1.9089131355285645, -1.0680959224700928, 1.0441701306262985e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4046720564365387, 0.6956009864807129, -0.20874138176441193, -1.0201101303100586, 1.3057681322097778, 0.12114330381155014, 0.6535210609436035, -0.23458899557590485, -0.42695099115371704, 0.22826999425888062, 1.7378793954849243, -1.121137022972107, 1.4250565767288208, 1001.0, 1003.0, 0.00018046832701656967, -0.22381457686424255, -0.8361019492149353, 1.908927321434021, -1.0680333375930786, 3.227434717700817e-05], "mean": [-0.19952356815338135, 0.6046757698059082, 0.4513874650001526, -1.411953330039978, -0.25392505526542664, -0.12054728716611862, 0.028273973613977432, -0.31032735109329224, 0.46757516264915466, 0.22824500501155853, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2799808382987976, 0.48269861936569214, -0.37819114327430725, -1.2683178186416626, 0.9071861505508423, 0.027441859245300293, 0.46235156059265137, -0.3031103014945984, -0.4783908724784851, 0.19070789217948914, 1.322798728942871, -2.004652738571167, 1.0418318510055542, 1001.0, 596.5558471679688, 0.00017908215522766113, -0.22382529079914093, -0.8361114263534546, 1.9089326858520508, -1.068068504333496, 2.5216690119123086e-05], "std": [2.6165474992012605e-05, 1.6489510016981512e-05, 2.3459262592950836e-05, 2.5370472940267064e-05, 2.287140341650229e-05, 1.821634214138612e-05, 1.9249609977123328e-05, 1.4715853467350826e-05, 7.844320862204768e-06, 1.2117459846194834e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.08527713268995285, 0.12465548515319824, 0.06045263633131981, 0.2026231288909912, 0.3070524036884308, 0.07188845425844193, 0.21971698105335236, 0.03525029122829437, 0.0280363280326128, 0.018247311934828758, 0.2537311613559723, 0.4014725983142853, 0.24841801822185516, 0.0, 403.78607177734375, 8.269674935945659e-07, 1.853781213867478e-06, 5.513758878805675e-06, 1.305914338445291e-05, 1.7441345335100777e-05, 4.414771410665708e-06], "count": [770]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10864674299955368, 0.31555551290512085, -0.47102946043014526, -1.6057378053665161, 0.2537883222103119, -0.14032447338104248, -0.028379054740071297, -0.3365580141544342, -0.5096870064735413, 0.17011100053787231, 0.9814348816871643, -2.457120418548584, 0.6658115386962891, 1001.0, 173.0, 0.00017858845239970833, -0.22383148968219757, -0.8361098766326904, 1.9089131355285645, -1.0680959224700928, 1.0441701306262985e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4046720564365387, 0.6956009864807129, -0.20874138176441193, -1.0201101303100586, 1.3057681322097778, 0.12114330381155014, 0.6535210609436035, -0.23458899557590485, -0.42695099115371704, 0.22826999425888062, 1.7378793954849243, -1.121137022972107, 1.4250565767288208, 1001.0, 1003.0, 0.00018046832701656967, -0.22381457686424255, -0.8361019492149353, 1.908927321434021, -1.0680333375930786, 3.227434717700817e-05], "mean": [-0.19952352344989777, 0.6046757102012634, 0.4513874351978302, -1.4119532108306885, -0.2539251148700714, -0.12054725736379623, 0.02827392891049385, -0.310327410697937, 0.46757516264915466, 0.22824499011039734, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.28012219071388245, 0.48253577947616577, -0.3781749904155731, -1.2680736780166626, 0.9076452255249023, 0.027546260505914688, 0.46264493465423584, -0.3031425178050995, -0.47842854261398315, 0.19067983329296112, 1.3224995136260986, -2.005270004272461, 1.0420293807983398, 1001.0, 596.5519409179688, 0.00017907971050590277, -0.22382529079914093, -0.8361114263534546, 1.9089326858520508, -1.068068504333496, 2.5205594283761457e-05], "std": [2.617167410789989e-05, 1.6507738109794445e-05, 2.3459635485778563e-05, 2.5416242351639085e-05, 2.2877808078192174e-05, 1.8166603695135564e-05, 1.924859498103615e-05, 1.4719452337885741e-05, 7.843217645131517e-06, 1.2103593689971603e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.08523382991552353, 0.12457788735628128, 0.06043480709195137, 0.20256301760673523, 0.30633851885795593, 0.07173166424036026, 0.21921131014823914, 0.03526819869875908, 0.02804124727845192, 0.018206153064966202, 0.253571093082428, 0.4004788100719452, 0.2482433319091797, 0.0, 403.7824401855469, 8.256404271378415e-07, 1.853781213867478e-06, 5.517005320143653e-06, 1.3053262591711245e-05, 1.7450942323193885e-05, 4.414913746586535e-06], "count": [770]}, "timestamp": {"min": [0.0], "max": [25.633333333333333], "mean": [12.816666666666665], "std": [7.409322206218025], "count": [770]}, "frame_index": {"min": [0], "max": [769], "mean": [384.5], "std": [222.27966618654077], "count": [770]}, "episode_index": {"min": [388], "max": [388], "mean": [388.0], "std": [0.0], "count": [770]}, "index": {"min": [316984], "max": [317753], "mean": [317368.5], "std": [222.27966618654077], "count": [770]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [770]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5959883089963491], "std": [0.0, 0.4032165681514101], "count": [770]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.5959883089963491], "std": [0.0, 0.4032165681514101], "count": [770]}, "eef_direction_state": {"mean": [6.0, 4.507792207792208], "std": [0.0, 2.159982337215317], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_state": {"mean": [0.0, 0.37402597402597404], "std": [0.0, 0.48920890218259844], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_state": {"mean": [0.0, 0.2896103896103896], "std": [0.0, 0.6308280304868304], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_direction_action": {"mean": [6.0, 4.507792207792208], "std": [0.0, 2.159982337215317], "min": [6, 0], "max": [6, 6], "count": [770]}, "eef_velocity_action": {"mean": [0.0, 0.37402597402597404], "std": [0.0, 0.48920890218259844], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_acc_mag_action": {"mean": [0.0, 0.2896103896103896], "std": [0.0, 0.6308280304868304], "min": [0, 0], "max": [0, 2], "count": [770]}, "eef_sim_pose_state": {"mean": [-0.3103273808956146, 0.4675750732421875, 0.22824488580226898, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3031103014945984, -0.4783908724784851, 0.1907077580690384, 1.3227981328964233, -2.004652500152588, 1.0418328046798706], "std": [1.4715800716658123e-05, 7.843718776712194e-06, 1.2116934158257209e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.035250287503004074, 0.028036339208483696, 0.01824730634689331, 0.25373122096061707, 0.40147334337234497, 0.2484179139137268], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3365580141544342, -0.5096870064735413, 0.17011100053787231, 0.9814348816871643, -2.457120418548584, 0.6658115386962891], "max": [-0.3102799952030182, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23458899557590485, -0.42695099115371704, 0.22826999425888062, 1.7378793954849243, -1.121137022972107, 1.4250565767288208], "count": [770]}, "eef_sim_pose_action": {"mean": [-0.31032735109329224, 0.46757516264915466, 0.22824500501155853, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.3031103014945984, -0.4783908724784851, 0.19070789217948914, 1.322798728942871, -2.004652738571167, 1.0418318510055542], "std": [1.4715853467350826e-05, 7.844320862204768e-06, 1.2117459846194834e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03525029122829437, 0.0280363280326128, 0.018247311934828758, 0.2537311613559723, 0.4014725983142853, 0.24841801822185516], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282000035047531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3365580141544342, -0.5096870064735413, 0.17011100053787231, 0.9814348816871643, -2.457120418548584, 0.6658115386962891], "max": [-0.3102799952030182, 0.4676010012626648, 0.2282789945602417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23458899557590485, -0.42695099115371704, 0.22826999425888062, 1.7378793954849243, -1.121137022972107, 1.4250565767288208], "count": [770]}, "gripper_mode_state": {"mean": [0.0, 0.4805194805194805], "std": [0.0, 0.4996203652382209], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_state": {"mean": [2.0, 1.8909090909090909], "std": [0.0, 0.4122103290456275], "min": [2, 0], "max": [2, 2], "count": [770]}, "gripper_mode_action": {"mean": [0.0, 0.4805194805194805], "std": [0.0, 0.4996203652382209], "min": [0, 0], "max": [0, 1], "count": [770]}, "gripper_activity_action": {"mean": [2.0, 1.8909090909090909], "std": [0.0, 0.4122103290456275], "min": [2, 0], "max": [2, 2], "count": [770]}}} +{"episode_index": 385, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.43574888222983255]], [[0.4101735075879667]], [[0.417669271532814]]], "std": [[[0.19374500421405738]], [[0.1932920130177852]], [[0.1915507659915221]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3943390886605784]], [[0.389496885911899]], [[0.3846440006938848]]], "std": [[[0.23264753683680128]], [[0.22555135246654429]], [[0.2262210680985299]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5142468747202077]], [[0.485888069097502]], [[0.49109860859298055]]], "std": [[[0.19984415361418004]], [[0.1976168891844328]], [[0.21001106768025632]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4618579578520906]], [[0.43895024593741605]], [[0.4477903376533262]]], "std": [[[0.27043971164648467]], [[0.2625381795743712]], [[0.2657010120577837]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22821000218391418, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.12395329028367996, 0.24446827173233032, -0.5270196199417114, -1.4120759963989258, 0.2537883222103119, -0.19776326417922974, -0.02834414690732956, -0.35202500224113464, -0.5120700001716614, 0.11078300327062607, 0.9639045000076294, -2.562427282333374, 0.7456113696098328, 1001.0, 174.0, 0.00018046832701656967, -0.22382771968841553, -0.8361098766326904, 1.9089123010635376, -1.0680776834487915, -2.657887489476707e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31029099225997925, 0.46759799122810364, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.40306633710861206, 0.6047216653823853, -0.22563616931438446, -0.8724028468132019, 1.2536351680755615, 0.09545205533504486, 0.7416078448295593, -0.26887598633766174, -0.45733198523521423, 0.2312989979982376, 1.632337212562561, -1.121137022972107, 1.461996078491211, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361027240753174, 1.9089266061782837, -1.0680365562438965, 2.4680384740349837e-05], "mean": [-0.19952180981636047, 0.6046735048294067, 0.45138853788375854, -1.4119534492492676, -0.25391730666160583, -0.1205456405878067, 0.028274385258555412, -0.31032848358154297, 0.46757492423057556, 0.22824300825595856, -1.5732378959655762, -1.1211419105529785, -0.7462758421897888, 0.3044595420360565, 0.36396971344947815, -0.36297035217285156, -1.1502050161361694, 0.8940580487251282, -0.02138388343155384, 0.4725075662136078, -0.3264158070087433, -0.4875517189502716, 0.17181415855884552, 1.2586640119552612, -2.0397517681121826, 1.155480146408081, 1001.0, 624.24609375, 0.00018046800687443465, -0.22382506728172302, -0.8361072540283203, 1.9089323282241821, -1.0680527687072754, 7.1832923822512385e-06], "std": [2.476589179423172e-05, 1.607161721040029e-05, 2.263306851091329e-05, 2.574706195446197e-05, 2.369283356529195e-05, 1.689039527263958e-05, 2.0228495486662723e-05, 1.4347136129799765e-05, 7.581961199321086e-06, 1.1608986824285239e-05, 2.6724805138655938e-05, 2.588581082818564e-05, 2.391607813478913e-05, 0.0746525451540947, 0.09109576046466827, 0.07555504888296127, 0.16630782186985016, 0.29166436195373535, 0.07059260457754135, 0.2850358188152313, 0.02478376403450966, 0.017444385215640068, 0.029692472890019417, 0.21369487047195435, 0.4150044322013855, 0.21894390881061554, 0.0, 401.3106384277344, 3.2014213502407074e-10, 1.9348794921825174e-06, 2.1024811758252326e-06, 1.2011209946649615e-05, 1.1387836821086239e-05, 1.3017792298342101e-05], "count": [772]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120062589645386, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037700176239014, 0.46755000948905945, 0.22821000218391418, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, 0.12395329028367996, 0.24446827173233032, -0.5270196199417114, -1.4120759963989258, 0.2537883222103119, -0.19776326417922974, -0.02834414690732956, -0.35202500224113464, -0.5120700001716614, 0.11078300327062607, 0.9639045000076294, -2.562427282333374, 0.7456113696098328, 1001.0, 174.0, 0.00018046832701656967, -0.22382771968841553, -0.8361098766326904, 1.9089123010635376, -1.0680776834487915, -2.657887489476707e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25385814905166626, -0.12051498889923096, 0.02834414690732956, -0.31029099225997925, 0.46759799122810364, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, 0.40306633710861206, 0.6047216653823853, -0.22563616931438446, -0.8724028468132019, 1.2536351680755615, 0.09545205533504486, 0.7416078448295593, -0.26887598633766174, -0.45733198523521423, 0.2312989979982376, 1.632337212562561, -1.121137022972107, 1.461996078491211, 1001.0, 1002.0, 0.00018046832701656967, -0.2238183170557022, -0.8361027240753174, 1.9089266061782837, -1.0680365562438965, 2.4680384740349837e-05], "mean": [-0.19952180981636047, 0.6046735644340515, 0.45138853788375854, -1.411953330039978, -0.25391730666160583, -0.1205456405878067, 0.028274385258555412, -0.31032854318618774, 0.4675748646259308, 0.22824302315711975, -1.5732378959655762, -1.1211419105529785, -0.7462758421897888, 0.30449843406677246, 0.36364132165908813, -0.36284223198890686, -1.1499848365783691, 0.8944146633148193, -0.021363401785492897, 0.47261592745780945, -0.32646384835243225, -0.48757705092430115, 0.17176397144794464, 1.2582417726516724, -2.0402586460113525, 1.1559199094772339, 1001.0, 624.24609375, 0.00018046800687443465, -0.22382506728172302, -0.8361072540283203, 1.9089323282241821, -1.0680527687072754, 7.14271573087899e-06], "std": [2.476589179423172e-05, 1.616526787984185e-05, 2.2633070329902694e-05, 2.5689419999253005e-05, 2.370765469095204e-05, 1.689039527263958e-05, 2.0228497305652127e-05, 1.43441275213263e-05, 7.585530966025544e-06, 1.1602347512962297e-05, 2.6724805138655938e-05, 2.588581082818564e-05, 2.391607813478913e-05, 0.07460563629865646, 0.09068334847688675, 0.07548880577087402, 0.16607333719730377, 0.29104945063591003, 0.07056602835655212, 0.2848614752292633, 0.024788469076156616, 0.017429497092962265, 0.029629789292812347, 0.21339385211467743, 0.4141204059123993, 0.2184615582227707, 0.0, 401.3106384277344, 3.2014213502407074e-10, 1.9348794921825174e-06, 2.1025730347901117e-06, 1.2007592886220664e-05, 1.1392711712687742e-05, 1.3023852261540014e-05], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [389], "max": [389], "mean": [389.0], "std": [0.0], "count": [772]}, "index": {"min": [317754], "max": [318525], "mean": [318139.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6242435217058103], "std": [0.0, 0.4013079352970482], "count": [772]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6242435217058103], "std": [0.0, 0.4013079352970482], "count": [772]}, "eef_direction_state": {"mean": [6.0, 4.813471502590674], "std": [0.0, 1.9545151315472145], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.0, 0.34585492227979275], "std": [0.0, 0.47564618679710724], "min": [0, 0], "max": [0, 1], "count": [772]}, "eef_acc_mag_state": {"mean": [0.0, 0.3121761658031088], "std": [0.0, 0.6495968698492447], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_direction_action": {"mean": [6.0, 4.813471502590674], "std": [0.0, 1.9545151315472145], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.0, 0.34585492227979275], "std": [0.0, 0.47564618679710724], "min": [0, 0], "max": [0, 1], "count": [772]}, "eef_acc_mag_action": {"mean": [0.0, 0.3121761658031088], "std": [0.0, 0.6495968698492447], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [-0.3103284239768982, 0.4675745666027069, 0.22824306786060333, -1.5732260942459106, -1.1211378574371338, -0.7462747097015381, -0.3264158368110657, -0.48755112290382385, 0.17181412875652313, 1.2586610317230225, -2.0397558212280273, 1.155479073524475], "std": [1.4346920579555444e-05, 7.572635695396457e-06, 1.1608803106355481e-05, 2.3963724743225612e-05, 2.5580302462913096e-05, 2.3890845113783143e-05, 0.024783767759799957, 0.017444374039769173, 0.029692478477954865, 0.21369442343711853, 0.41500502824783325, 0.21894346177577972], "min": [-0.31037700176239014, 0.46755000948905945, 0.22821000218391418, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.35202500224113464, -0.5120700001716614, 0.11078300327062607, 0.9639045000076294, -2.562427282333374, 0.7456113696098328], "max": [-0.31029099225997925, 0.46759799122810364, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.26887598633766174, -0.45733198523521423, 0.2312989979982376, 1.632337212562561, -1.121137022972107, 1.461996078491211], "count": [772]}, "eef_sim_pose_action": {"mean": [-0.31032848358154297, 0.46757492423057556, 0.22824300825595856, -1.5732378959655762, -1.1211419105529785, -0.7462758421897888, -0.3264158070087433, -0.4875517189502716, 0.17181415855884552, 1.2586640119552612, -2.0397517681121826, 1.155480146408081], "std": [1.4347136129799765e-05, 7.581961199321086e-06, 1.1608986824285239e-05, 2.6724805138655938e-05, 2.588581082818564e-05, 2.391607813478913e-05, 0.02478376403450966, 0.017444385215640068, 0.029692472890019417, 0.21369487047195435, 0.4150044322013855, 0.21894390881061554], "min": [-0.31037700176239014, 0.46755000948905945, 0.22821000218391418, -1.5732269287109375, -1.121848225593567, -0.7462756037712097, -0.35202500224113464, -0.5120700001716614, 0.11078300327062607, 0.9639045000076294, -2.562427282333374, 0.7456113696098328], "max": [-0.31029099225997925, 0.46759799122810364, 0.2282779961824417, -1.5725606679916382, -1.121137022972107, -0.7456113696098328, -0.26887598633766174, -0.45733198523521423, 0.2312989979982376, 1.632337212562561, -1.121137022972107, 1.461996078491211], "count": [772]}, "gripper_mode_state": {"mean": [0.0, 0.44689119170984454], "std": [0.0, 0.4971714538084446], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_state": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.41294028427924506], "min": [2, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.0, 0.44689119170984454], "std": [0.0, 0.4971714538084446], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_action": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.41294028427924506], "min": [2, 0], "max": [2, 2], "count": [772]}}} +{"episode_index": 386, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.9921568627450981]]], "mean": [[[0.4251509463964557]], [[0.40342833075623985]], [[0.40802003416019655]]], "std": [[[0.1924526058484156]], [[0.19059943757806916]], [[0.19008845011295805]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3956482006952669]], [[0.3908163999100759]], [[0.38674221388779223]]], "std": [[[0.23333706458671288]], [[0.226047643045509]], [[0.22616902342025208]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5138413936044216]], [[0.4854469625937623]], [[0.4905219491599772]]], "std": [[[0.199716916681058]], [[0.19756804232085107]], [[0.20988742010040914]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617683837237356]], [[0.43857626688818707]], [[0.44567400589989914]]], "std": [[[0.27070685705157516]], [[0.2608541280707329]], [[0.2642814314349599]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31038200855255127, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12379620224237442, 0.2168745994567871, -0.6165550351142883, -1.4430208206176758, 0.2537883222103119, -0.21584485471248627, -0.028379054740071297, -0.3468259871006012, -0.5164570212364197, 0.09476500004529953, 0.7377315163612366, -2.516352653503418, 0.6940034627914429, 1001.0, 181.0, 0.00017858845239970833, -0.22383148968219757, -0.8361098766326904, 1.9089131355285645, -1.0681006908416748, -1.8984910639119335e-05], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12051498889923096, 0.028361599892377853, -0.31026899814605713, 0.4675999879837036, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4603305757045746, 0.6047391295433044, -0.19952604174613953, -0.9400866627693176, 1.3811663389205933, 0.1690874993801117, 0.7051653861999512, -0.27594900131225586, -0.447750985622406, 0.2305469959974289, 1.575424313545227, -1.121137022972107, 1.5339852571487427, 1001.0, 1003.0, 0.00018610796541906893, -0.2234461009502411, -0.8361019492149353, 1.908939242362976, -1.0680301189422607, 9.492455319559667e-07], "mean": [-0.19952067732810974, 0.6046760678291321, 0.45139020681381226, -1.4119497537612915, -0.2539151608943939, -0.12056812644004822, 0.028268838301301003, -0.31032851338386536, 0.46757394075393677, 0.22824318706989288, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.3176781237125397, 0.3776921033859253, -0.38227391242980957, -1.1937342882156372, 1.0247199535369873, 0.062390584498643875, 0.4428163170814514, -0.314906507730484, -0.4899141788482666, 0.16272640228271484, 1.1375676393508911, -2.1647846698760986, 1.1692310571670532, 1001.0, 553.1126708984375, 0.00017940779798664153, -0.22352632880210876, -0.8361057043075562, 1.9089325666427612, -1.0680514574050903, -9.514070370642003e-06], "std": [2.5641102183726616e-05, 1.7040909369825386e-05, 2.3083162886905484e-05, 3.4335571399424225e-05, 2.1720599761465564e-05, 2.2451969925896265e-05, 2.7110843802802265e-05, 1.7745327568263747e-05, 7.950740837259218e-06, 1.3530788237403613e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09715424478054047, 0.10907398909330368, 0.12050113081932068, 0.1443152278661728, 0.2807043492794037, 0.10204803943634033, 0.2174612581729889, 0.024391070008277893, 0.019131675362586975, 0.03489985689520836, 0.24774064123630524, 0.3840952515602112, 0.26727280020713806, 0.0, 398.2608947753906, 9.650859738030704e-07, 0.00012921758752781898, 2.329066091988352e-06, 8.842598617775366e-06, 1.8428769180900417e-05, 2.1363939595175907e-06], "count": [790]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.4120759963989258, -0.25396284461021423, -0.12061969935894012, 0.028204521164298058, -0.31038200855255127, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.12379620224237442, 0.2168745994567871, -0.6165550351142883, -1.4430208206176758, 0.2537883222103119, -0.21584485471248627, -0.028379054740071297, -0.3468259871006012, -0.5164570212364197, 0.09476500004529953, 0.7377315163612366, -2.516352653503418, 0.6940034627914429, 1001.0, 181.0, 0.00017858845239970833, -0.22383148968219757, -0.8361098766326904, 1.9089131355285645, -1.0681006908416748, -1.8984910639119335e-05], "max": [-0.19940386712551117, 0.6047216653823853, 0.45146432518959045, -1.4118491411209106, -0.25385814905166626, -0.12051498889923096, 0.028361599892377853, -0.31026899814605713, 0.4675999879837036, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4603305757045746, 0.6047391295433044, -0.19952604174613953, -0.9400866627693176, 1.3811663389205933, 0.1690874993801117, 0.7051653861999512, -0.27594900131225586, -0.447750985622406, 0.2305469959974289, 1.575424313545227, -1.121137022972107, 1.5339852571487427, 1001.0, 1003.0, 0.00018610796541906893, -0.2234461009502411, -0.8361019492149353, 1.908939242362976, -1.0680301189422607, 9.492455319559667e-07], "mean": [-0.19952072203159332, 0.6046760082244873, 0.45139023661613464, -1.4119497537612915, -0.2539152204990387, -0.12056820839643478, 0.02826879173517227, -0.31032851338386536, 0.4675739109516144, 0.2282431721687317, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.317689448595047, 0.37747204303741455, -0.382187157869339, -1.1935902833938599, 1.025211215019226, 0.06245659291744232, 0.4429509937763214, -0.314948707818985, -0.48992621898651123, 0.16269133985042572, 1.137125849723816, -2.165374279022217, 1.1696298122406006, 1001.0, 553.1126708984375, 0.00017940539692062885, -0.22352588176727295, -0.8361057043075562, 1.9089325666427612, -1.0680514574050903, -9.510466043138877e-06], "std": [2.5637300495873205e-05, 1.7060232494259253e-05, 2.3082815459929407e-05, 3.4335571399424225e-05, 2.1733010726165958e-05, 2.2448844902100973e-05, 2.7101785235572606e-05, 1.7742151612765156e-05, 7.950950930535328e-06, 1.353056086372817e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09714102745056152, 0.10879164934158325, 0.12047610431909561, 0.14415404200553894, 0.27969327569007874, 0.10194641351699829, 0.2172023206949234, 0.02441195212304592, 0.019120564684271812, 0.034848108887672424, 0.24727500975131989, 0.38284972310066223, 0.26687759160995483, 0.0, 398.26092529296875, 9.647820888858405e-07, 0.00012880236317869276, 2.328149776076316e-06, 8.834975233185105e-06, 1.842492383730132e-05, 2.138828222086886e-06], "count": [790]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.15], "std": [7.601772454134919], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [390], "max": [390], "mean": [390.0], "std": [0.0], "count": [790]}, "index": {"min": [318526], "max": [319315], "mean": [318920.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [790]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5531088577229766], "std": [0.0, 0.3982571242808189], "count": [790]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5531088577229766], "std": [0.0, 0.3982571242808189], "count": [790]}, "eef_direction_state": {"mean": [6.0, 4.673417721518987], "std": [0.0, 1.868371582371271], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.0, 0.4291139240506329], "std": [0.0, 0.5000384538970357], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.0, 0.32531645569620254], "std": [0.0, 0.6612164383443667], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_direction_action": {"mean": [6.0, 4.673417721518987], "std": [0.0, 1.868371582371271], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.0, 0.4291139240506329], "std": [0.0, 0.5000384538970357], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.0, 0.32531645569620254], "std": [0.0, 0.6612164383443667], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [-0.3103286325931549, 0.46757394075393677, 0.22824332118034363, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3149064779281616, -0.4899146854877472, 0.16272644698619843, 1.137568473815918, -2.1647846698760986, 1.1692308187484741], "std": [1.7744874639902264e-05, 7.950759027153254e-06, 1.3530217984225601e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.024391066282987595, 0.019131673499941826, 0.034899868071079254, 0.24774077534675598, 0.3840952515602112, 0.26727285981178284], "min": [-0.31038200855255127, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3468259871006012, -0.5164570212364197, 0.09476500004529953, 0.7377315163612366, -2.516352653503418, 0.6940034627914429], "max": [-0.31026899814605713, 0.4675999879837036, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27594900131225586, -0.447750985622406, 0.2305469959974289, 1.575424313545227, -1.121137022972107, 1.5339852571487427], "count": [790]}, "eef_sim_pose_action": {"mean": [-0.31032851338386536, 0.46757394075393677, 0.22824318706989288, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.314906507730484, -0.4899141788482666, 0.16272640228271484, 1.1375676393508911, -2.1647846698760986, 1.1692310571670532], "std": [1.7745327568263747e-05, 7.950740837259218e-06, 1.3530788237403613e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.024391070008277893, 0.019131675362586975, 0.03489985689520836, 0.24774064123630524, 0.3840952515602112, 0.26727280020713806], "min": [-0.31038200855255127, 0.46754899621009827, 0.22819100320339203, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3468259871006012, -0.5164570212364197, 0.09476500004529953, 0.7377315163612366, -2.516352653503418, 0.6940034627914429], "max": [-0.31026899814605713, 0.4675999879837036, 0.22828799486160278, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.27594900131225586, -0.447750985622406, 0.2305469959974289, 1.575424313545227, -1.121137022972107, 1.5339852571487427], "count": [790]}, "gripper_mode_state": {"mean": [0.0, 0.5379746835443038], "std": [0.0, 0.49855583780526735], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_state": {"mean": [2.0, 1.8924050632911393], "std": [0.0, 0.4085392787148436], "min": [2, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.0, 0.5379746835443038], "std": [0.0, 0.49855583780526735], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_action": {"mean": [2.0, 1.8924050632911393], "std": [0.0, 0.4085392787148436], "min": [2, 0], "max": [2, 2], "count": [790]}}} +{"episode_index": 387, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.42031407399789755]], [[0.3972625577037342]], [[0.4012930664107135]]], "std": [[[0.189739910563596]], [[0.1857709471480063]], [[0.18749918793717454]]], "count": [143]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39205260752319576]], [[0.3877535436377348]], [[0.3828012392019745]]], "std": [[[0.2324496562164897]], [[0.22543673343487897]], [[0.22538669335878786]]], "count": [143]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5148670400269665]], [[0.48613381838749486]], [[0.4911713429544312]]], "std": [[[0.1999766659681919]], [[0.19746555534350818]], [[0.20973478343539936]]], "count": [143]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623206170871612]], [[0.4362825311942959]], [[0.44415949940582294]]], "std": [[[0.27207327385984276]], [[0.2601929310118974]], [[0.2634380956984947]]], "count": [143]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.310371994972229, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09602801501750946, 0.27405160665512085, -0.5749289393424988, -1.4542781114578247, 0.2537883222103119, -0.21868975460529327, -0.028379054740071297, -0.3596020042896271, -0.5056020021438599, 0.12246400117874146, 0.8740352988243103, -2.522400140762329, 0.6840479373931885, 1001.0, 172.0, 0.00017858845239970833, -0.2234780639410019, -0.8361098766326904, 1.9089138507843018, -1.0681284666061401, -1.5187928511295468e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12053243815898895, 0.028326693922281265, -0.3102610111236572, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35643115639686584, 0.6047391295433044, -0.22198842465877533, -1.0365509986877441, 1.268627405166626, 0.15339697897434235, 0.7986975908279419, -0.2886910140514374, -0.43094000220298767, 0.23101599514484406, 1.5733972787857056, -1.121137022972107, 1.4461079835891724, 1001.0, 1002.0, 0.00018046832701656967, -0.22346492111682892, -0.8361043334007263, 1.9089281558990479, -1.068055510520935, -1.8984910639119335e-06], "mean": [-0.1995205134153366, 0.6046708822250366, 0.4513902962207794, -1.411961317062378, -0.2539116442203522, -0.12057033181190491, 0.028276415541768074, -0.3103245496749878, 0.46757441759109497, 0.22823891043663025, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.303972989320755, 0.40653830766677856, -0.40862056612968445, -1.1703053712844849, 0.9802531599998474, 0.0036254979204386473, 0.4619646668434143, -0.3285538852214813, -0.4831698536872864, 0.17295685410499573, 1.1986604928970337, -2.106579303741455, 1.1251553297042847, 1001.0, 620.6671142578125, 0.00017994979862123728, -0.2234671264886856, -0.836110532283783, 1.9089325666427612, -1.068068027496338, -8.103329491859768e-06], "std": [2.4876269890228286e-05, 1.7104473954532295e-05, 2.2498235921375453e-05, 2.3630718715139665e-05, 2.18463010241976e-05, 2.123008198395837e-05, 1.959360270120669e-05, 1.4142035979602952e-05, 7.731993719062302e-06, 1.2188820619485341e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.054163675755262375, 0.10007517784833908, 0.08345863223075867, 0.12786069512367249, 0.296424001455307, 0.12505768239498138, 0.24152427911758423, 0.022361908107995987, 0.023317724466323853, 0.025420673191547394, 0.2333221137523651, 0.4182129204273224, 0.23479363322257996, 0.0, 402.4280090332031, 8.399932198699389e-07, 2.5397637273272267e-06, 4.438098585524131e-06, 9.552942174195778e-06, 1.3044043043919373e-05, 1.5785193454576074e-06], "count": [751]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.2539803087711334, -0.12061969935894012, 0.028204521164298058, -0.310371994972229, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09602801501750946, 0.27405160665512085, -0.5749289393424988, -1.4542781114578247, 0.2537883222103119, -0.21868975460529327, -0.028379054740071297, -0.3596020042896271, -0.5056020021438599, 0.12246400117874146, 0.8740352988243103, -2.522400140762329, 0.6840479373931885, 1001.0, 172.0, 0.00017858845239970833, -0.2234780639410019, -0.8361098766326904, 1.9089138507843018, -1.0681284666061401, -1.5187928511295468e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25385814905166626, -0.12053243815898895, 0.028326693922281265, -0.3102610111236572, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.35643115639686584, 0.6047391295433044, -0.22198842465877533, -1.0365509986877441, 1.268627405166626, 0.15339697897434235, 0.7986975908279419, -0.2886910140514374, -0.43094000220298767, 0.23101599514484406, 1.5733972787857056, -1.121137022972107, 1.4461079835891724, 1001.0, 1002.0, 0.00018046832701656967, -0.22346492111682892, -0.8361043334007263, 1.9089281558990479, -1.068055510520935, -1.8984910639119335e-06], "mean": [-0.19952045381069183, 0.6046708822250366, 0.45139026641845703, -1.411961317062378, -0.2539115846157074, -0.12057039886713028, 0.028276395052671432, -0.3103245496749878, 0.46757441759109497, 0.22823888063430786, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.3041509985923767, 0.4062037169933319, -0.4086066484451294, -1.169851303100586, 0.9807788729667664, 0.0034964445512741804, 0.462216317653656, -0.32861921191215515, -0.4832199513912201, 0.17289985716342926, 1.198283314704895, -2.1072194576263428, 1.1256438493728638, 1001.0, 620.6671142578125, 0.00017995230155065656, -0.2234671264886856, -0.836110532283783, 1.9089325666427612, -1.068068027496338, -8.105856977635995e-06], "std": [2.4837338060024194e-05, 1.7104473954532295e-05, 2.2525809981743805e-05, 2.368602144997567e-05, 2.1812009435961954e-05, 2.124874481523875e-05, 1.9606393834692426e-05, 1.4147246474749409e-05, 7.72507246438181e-06, 1.2190653251309413e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.054039549082517624, 0.09983186423778534, 0.08345227688550949, 0.12760671973228455, 0.2954840660095215, 0.12523576617240906, 0.241111621260643, 0.022380167618393898, 0.02332453802227974, 0.02534457854926586, 0.2329445332288742, 0.4170697033405304, 0.23438698053359985, 0.0, 402.4280090332031, 8.387299317291763e-07, 2.5397637273272267e-06, 4.44174065705738e-06, 9.546489309286699e-06, 1.3041244528722018e-05, 1.5776996633576346e-06], "count": [751]}, "timestamp": {"min": [0.0], "max": [25.0], "mean": [12.5], "std": [7.2264944628929335], "count": [751]}, "frame_index": {"min": [0], "max": [750], "mean": [375.0], "std": [216.79483388678798], "count": [751]}, "episode_index": {"min": [391], "max": [391], "mean": [391.0], "std": [0.0], "count": [751]}, "index": {"min": [319316], "max": [320066], "mean": [319691.0], "std": [216.79483388678798], "count": [751]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [751]}, "gripper_open_scale_state": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.6206617860914705], "std": [0.0, 0.40242138737347044], "count": [751]}, "gripper_open_scale_action": {"min": [1.0, 0.1720000058412552], "max": [1.0, 1.0], "mean": [1.0, 0.6206617860914705], "std": [0.0, 0.40242138737347044], "count": [751]}, "eef_direction_state": {"mean": [6.0, 4.789613848202396], "std": [0.0, 1.8123555043246493], "min": [6, 0], "max": [6, 6], "count": [751]}, "eef_velocity_state": {"mean": [0.0, 0.39280958721704395], "std": [0.0, 0.4883750765624935], "min": [0, 0], "max": [0, 1], "count": [751]}, "eef_acc_mag_state": {"mean": [0.0, 0.28894806924101196], "std": [0.0, 0.6323484318374435], "min": [0, 0], "max": [0, 2], "count": [751]}, "eef_direction_action": {"mean": [6.0, 4.789613848202396], "std": [0.0, 1.8123555043246493], "min": [6, 0], "max": [6, 6], "count": [751]}, "eef_velocity_action": {"mean": [0.0, 0.39280958721704395], "std": [0.0, 0.4883750765624935], "min": [0, 0], "max": [0, 1], "count": [751]}, "eef_acc_mag_action": {"mean": [0.0, 0.28894806924101196], "std": [0.0, 0.6323484318374435], "min": [0, 0], "max": [0, 2], "count": [751]}, "eef_sim_pose_state": {"mean": [-0.3103245496749878, 0.4675741195678711, 0.22823895514011383, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.32855382561683655, -0.4831695854663849, 0.17295685410499573, 1.1986572742462158, -2.1065785884857178, 1.1251533031463623], "std": [1.4142053260002285e-05, 7.725353498244658e-06, 1.2188716027594637e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.022361908107995987, 0.023317717015743256, 0.025420673191547394, 0.23332157731056213, 0.41821229457855225, 0.234794020652771], "min": [-0.310371994972229, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3596020042896271, -0.5056020021438599, 0.12246400117874146, 0.8740352988243103, -2.522400140762329, 0.6840479373931885], "max": [-0.3102610111236572, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2886910140514374, -0.43094000220298767, 0.23101599514484406, 1.5733972787857056, -1.121137022972107, 1.4461079835891724], "count": [751]}, "eef_sim_pose_action": {"mean": [-0.3103245496749878, 0.46757441759109497, 0.22823891043663025, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, -0.3285538852214813, -0.4831698536872864, 0.17295685410499573, 1.1986604928970337, -2.106579303741455, 1.1251553297042847], "std": [1.4142035979602952e-05, 7.731993719062302e-06, 1.2188820619485341e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.022361908107995987, 0.023317724466323853, 0.025420673191547394, 0.2333221137523651, 0.4182129204273224, 0.23479363322257996], "min": [-0.310371994972229, 0.46755099296569824, 0.22819499671459198, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3596020042896271, -0.5056020021438599, 0.12246400117874146, 0.8740352988243103, -2.522400140762329, 0.6840479373931885], "max": [-0.3102610111236572, 0.46760499477386475, 0.22826999425888062, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2886910140514374, -0.43094000220298767, 0.23101599514484406, 1.5733972787857056, -1.121137022972107, 1.4461079835891724], "count": [751]}, "gripper_mode_state": {"mean": [0.0, 0.45006657789613846], "std": [0.0, 0.4975004053837547], "min": [0, 0], "max": [0, 1], "count": [751]}, "gripper_activity_state": {"mean": [2.0, 1.8828229027962717], "std": [0.0, 0.4250611539711417], "min": [2, 0], "max": [2, 2], "count": [751]}, "gripper_mode_action": {"mean": [0.0, 0.45006657789613846], "std": [0.0, 0.49750040538375473], "min": [0, 0], "max": [0, 1], "count": [751]}, "gripper_activity_action": {"mean": [2.0, 1.8828229027962717], "std": [0.0, 0.4250611539711417], "min": [2, 0], "max": [2, 2], "count": [751]}}} +{"episode_index": 388, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42005078608019786]], [[0.3975428921568627]], [[0.40131006144011655]]], "std": [[[0.18971328652087083]], [[0.18593270786352528]], [[0.18765199164326124]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3940233684971736]], [[0.3894896633766119]], [[0.3844880707913796]]], "std": [[[0.23396856915891423]], [[0.22723637383524514]], [[0.22717647291912535]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5152126542903197]], [[0.4864642744766826]], [[0.4914610092629394]]], "std": [[[0.20008315044130828]], [[0.1975782587410391]], [[0.20983892059354445]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45922294123167284]], [[0.4353457924836601]], [[0.4430922567788377]]], "std": [[[0.26872504887845516]], [[0.2607591406592258]], [[0.2648998612295164]]], "count": [148]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103660047054291, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08047713339328766, 0.24123939871788025, -0.5859419107437134, -1.449530839920044, 0.25382325053215027, -0.2626895010471344, -0.02834414690732956, -0.3646799921989441, -0.5064849853515625, 0.11471900343894958, 0.9193035960197449, -2.585066795349121, 0.6912446022033691, 1001.0, 175.0, 0.00017858845239970833, -0.22347618639469147, -0.8361114263534546, 1.9089131355285645, -1.0681719779968262, -2.8477366868173704e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102779984474182, 0.4675990045070648, 0.22826799750328064, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3694862127304077, 0.6047391295433044, -0.23457224667072296, -0.9324595928192139, 1.2795706987380981, 0.09210102260112762, 0.8393637537956238, -0.2932780086994171, -0.4356909990310669, 0.23329299688339233, 1.5774391889572144, -1.121137022972107, 1.4871140718460083, 1001.0, 1003.0, 0.00018046832701656967, -0.2234630286693573, -0.8361043334007263, 1.908927321434021, -1.0680594444274902, -2.8477365958679e-06], "mean": [-0.19951878488063812, 0.6046674251556396, 0.4513910114765167, -1.4119821786880493, -0.25391659140586853, -0.120568186044693, 0.028280258178710938, -0.3103199005126953, 0.4675733149051666, 0.22823332250118256, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.29041755199432373, 0.36376455426216125, -0.3703804612159729, -1.1384127140045166, 0.9287084341049194, -0.05121356621384621, 0.5306605100631714, -0.3325248062610626, -0.47864124178886414, 0.16844074428081512, 1.2678591012954712, -2.0992014408111572, 1.1619949340820312, 1001.0, 600.27099609375, 0.00017881623352877796, -0.22346943616867065, -0.8361131548881531, 1.9089328050613403, -1.0680917501449585, -9.272636816604063e-06], "std": [2.5316983737866394e-05, 1.5950347005855292e-05, 2.1884281522943638e-05, 2.4344391931663267e-05, 2.3451899323845282e-05, 2.175271583837457e-05, 1.904615965031553e-05, 1.407848048984306e-05, 7.70886708778562e-06, 1.1459484994702507e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.06477785110473633, 0.11808081716299057, 0.1013503223657608, 0.14476116001605988, 0.3104793429374695, 0.1204613447189331, 0.2715483605861664, 0.02293081395328045, 0.021963587030768394, 0.02928859554231167, 0.21024592220783234, 0.44653186202049255, 0.2641528248786926, 0.0, 402.7638244628906, 6.127813776402036e-07, 1.4347565411299001e-06, 6.409385150618618e-06, 1.1423440810176544e-05, 2.2769627321395092e-05, 2.8404501790646464e-06], "count": [786]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.3103660047054291, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08047713339328766, 0.24123939871788025, -0.5859419107437134, -1.449530839920044, 0.25382325053215027, -0.2626895010471344, -0.02834414690732956, -0.3646799921989441, -0.5064849853515625, 0.11471900343894958, 0.9193035960197449, -2.585066795349121, 0.6912446022033691, 1001.0, 175.0, 0.00017858845239970833, -0.22347618639469147, -0.8361114263534546, 1.9089131355285645, -1.0681719779968262, -2.8477366868173704e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102779984474182, 0.4675990045070648, 0.22826799750328064, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3694862127304077, 0.6047391295433044, -0.23457224667072296, -0.9324595928192139, 1.2795706987380981, 0.09210102260112762, 0.8393637537956238, -0.2932780086994171, -0.4356909990310669, 0.23329299688339233, 1.5774391889572144, -1.121137022972107, 1.4871140718460083, 1001.0, 1003.0, 0.00018046832701656967, -0.2234630286693573, -0.8361043334007263, 1.908927321434021, -1.0680594444274902, -2.8477365958679e-06], "mean": [-0.19951887428760529, 0.6046673655509949, 0.4513910114765167, -1.4119822978973389, -0.2539166212081909, -0.12056811898946762, 0.028280258178710938, -0.3103199005126953, 0.4675733149051666, 0.22823332250118256, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2904738485813141, 0.36338502168655396, -0.37023115158081055, -1.1380432844161987, 0.9290486574172974, -0.05139429494738579, 0.5309152603149414, -0.33259302377700806, -0.4786651134490967, 0.1683872789144516, 1.2675575017929077, -2.099731206893921, 1.1624975204467773, 1001.0, 600.27099609375, 0.00017881383246276528, -0.22346943616867065, -0.8361131548881531, 1.9089328050613403, -1.068091869354248, -9.278675861423835e-06], "std": [2.5308798285550438e-05, 1.6042506103985943e-05, 2.1884279703954235e-05, 2.4358030714211054e-05, 2.3473296096199192e-05, 2.1728339561377652e-05, 1.904615965031553e-05, 1.408227672072826e-05, 7.70886708778562e-06, 1.1458882909209933e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.06471800804138184, 0.11778497695922852, 0.10131742805242538, 0.1444326490163803, 0.3098863959312439, 0.12067154794931412, 0.271117240190506, 0.022944290190935135, 0.021961761638522148, 0.029217632487416267, 0.20997759699821472, 0.4456171989440918, 0.26373666524887085, 0.0, 402.7638244628906, 6.099888310018287e-07, 1.4347565411299001e-06, 6.409385150618618e-06, 1.1420959708630107e-05, 2.278908868902363e-05, 2.843939455487998e-06], "count": [786]}, "timestamp": {"min": [0.0], "max": [26.166666666666668], "mean": [13.083333333333334], "std": [7.563282405195561], "count": [786]}, "frame_index": {"min": [0], "max": [785], "mean": [392.5], "std": [226.8984721558668], "count": [786]}, "episode_index": {"min": [392], "max": [392], "mean": [392.0], "std": [0.0], "count": [786]}, "index": {"min": [320067], "max": [320852], "mean": [320459.5], "std": [226.8984721558668], "count": [786]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [786]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6002671740968112], "std": [0.0, 0.40275941136297033], "count": [786]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.6002671740968112], "std": [0.0, 0.40275941136297033], "count": [786]}, "eef_direction_state": {"mean": [6.0, 4.697201017811705], "std": [0.0, 1.857497647161414], "min": [6, 0], "max": [6, 6], "count": [786]}, "eef_velocity_state": {"mean": [0.0, 0.4083969465648855], "std": [0.0, 0.4966869629107797], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_acc_mag_state": {"mean": [0.0, 0.27353689567430023], "std": [0.0, 0.6159350939728264], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_direction_action": {"mean": [6.0, 4.697201017811705], "std": [0.0, 1.857497647161414], "min": [6, 0], "max": [6, 6], "count": [786]}, "eef_velocity_action": {"mean": [0.0, 0.4083969465648855], "std": [0.0, 0.4966869629107797], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_acc_mag_action": {"mean": [0.0, 0.27353689567430023], "std": [0.0, 0.6159350939728264], "min": [0, 0], "max": [0, 2], "count": [786]}, "eef_sim_pose_state": {"mean": [-0.3103199005126953, 0.4675734043121338, 0.22823332250118256, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.33252474665641785, -0.4786408841609955, 0.1684408038854599, 1.267856478691101, -2.0991952419281006, 1.1619924306869507], "std": [1.4078489584790077e-05, 7.708380508120172e-06, 1.1459484994702507e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.022930808365345, 0.021963590756058693, 0.02928861416876316, 0.2102462202310562, 0.4465320110321045, 0.26415276527404785], "min": [-0.3103660047054291, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3646799921989441, -0.5064849853515625, 0.11471900343894958, 0.9193035960197449, -2.585066795349121, 0.6912446022033691], "max": [-0.3102779984474182, 0.4675990045070648, 0.22826799750328064, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2932780086994171, -0.4356909990310669, 0.23329299688339233, 1.5774391889572144, -1.121137022972107, 1.4871140718460083], "count": [786]}, "eef_sim_pose_action": {"mean": [-0.3103199005126953, 0.4675733149051666, 0.22823332250118256, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.3325248062610626, -0.47864124178886414, 0.16844074428081512, 1.2678591012954712, -2.0992014408111572, 1.1619949340820312], "std": [1.407848048984306e-05, 7.70886708778562e-06, 1.1459484994702507e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.02293081395328045, 0.021963587030768394, 0.02928859554231167, 0.21024592220783234, 0.44653186202049255, 0.2641528248786926], "min": [-0.3103660047054291, 0.4675469994544983, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3646799921989441, -0.5064849853515625, 0.11471900343894958, 0.9193035960197449, -2.585066795349121, 0.6912446022033691], "max": [-0.3102779984474182, 0.4675990045070648, 0.22826799750328064, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2932780086994171, -0.4356909990310669, 0.23329299688339233, 1.5774391889572144, -1.121137022972107, 1.4871140718460083], "count": [786]}, "gripper_mode_state": {"mean": [0.0, 0.4758269720101781], "std": [0.0, 0.49941532287045765], "min": [0, 0], "max": [0, 1], "count": [786]}, "gripper_activity_state": {"mean": [2.0, 1.89058524173028], "std": [0.0, 0.41071886769531724], "min": [2, 0], "max": [2, 2], "count": [786]}, "gripper_mode_action": {"mean": [0.0, 0.4758269720101781], "std": [0.0, 0.49941532287045765], "min": [0, 0], "max": [0, 1], "count": [786]}, "gripper_activity_action": {"mean": [2.0, 1.89058524173028], "std": [0.0, 0.41071886769531724], "min": [2, 0], "max": [2, 2], "count": [786]}}} +{"episode_index": 389, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4160418983309207]], [[0.3973411441198403]], [[0.39976706090713693]]], "std": [[[0.18915387069289996]], [[0.1862697123370564]], [[0.18756789503791693]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39878235348949426]], [[0.3933596210575953]], [[0.3884550900337764]]], "std": [[[0.23460400348155727]], [[0.22734769088756737]], [[0.22719498335812238]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5138724941878318]], [[0.4855815581545817]], [[0.49068219502566124]]], "std": [[[0.19944253692200783]], [[0.19760125138296727]], [[0.2099769490753678]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.466532737311927]], [[0.4411065545905163]], [[0.4509937738518226]]], "std": [[[0.27021506660194433]], [[0.2594512326110679]], [[0.263413923698921]]], "count": [149]}, "observation.state": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10171779245138168, 0.229842409491539, -0.6029937863349915, -1.45619797706604, 0.25382325053215027, -0.14781193435192108, -0.028379054740071297, -0.34783199429512024, -0.500872015953064, 0.07772000133991241, 0.8453190326690674, -2.5074708461761475, 0.7095339298248291, 1001.0, 174.0, 0.00017858845239970833, -0.22347430884838104, -0.8361114263534546, 1.9089083671569824, -1.0681506395339966, -3.796982127823867e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.310263991355896, 0.4675999879837036, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4295080602169037, 0.6047391295433044, -0.21240657567977905, -1.060549259185791, 1.283742070198059, 0.14107497036457062, 0.7560068368911743, -0.2931849956512451, -0.4498269855976105, 0.23025499284267426, 1.5732269287109375, -1.121137022972107, 1.4909117221832275, 1001.0, 1002.0, 0.00018046832701656967, -0.22345739603042603, -0.8361027240753174, 1.908927321434021, -1.0680396556854248, -7.593964255647734e-06], "mean": [-0.19951742887496948, 0.6046563386917114, 0.4513883590698242, -1.4119828939437866, -0.25390586256980896, -0.1205652579665184, 0.028279755264520645, -0.31032148003578186, 0.46757248044013977, 0.22822818160057068, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.3067982494831085, 0.37582147121429443, -0.4034956395626068, -1.1878173351287842, 0.9718448519706726, 0.021031975746154785, 0.43994179368019104, -0.32372406125068665, -0.4860593378543854, 0.1589888036251068, 1.1861087083816528, -2.116161823272705, 1.1354949474334717, 1001.0, 591.2022705078125, 0.0001786245993571356, -0.22346556186676025, -0.8361074924468994, 1.9089326858520508, -1.0680813789367676, -1.496973436587723e-05], "std": [2.6613341105985455e-05, 1.8972450561705045e-05, 2.3070209863362834e-05, 2.4551844035158865e-05, 2.064787804556545e-05, 2.1911426301812753e-05, 1.9523282389855012e-05, 1.5118263945623767e-05, 8.097261343209539e-06, 1.283658275497146e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.07177036255598068, 0.094053715467453, 0.10399224609136581, 0.09645789861679077, 0.2842213213443756, 0.09285549819469452, 0.22048082947731018, 0.01871398836374283, 0.012302245013415813, 0.03824668377637863, 0.2430659532546997, 0.3999895751476288, 0.2637956142425537, 0.0, 403.1653747558594, 2.55618999744911e-07, 1.988187250390183e-06, 2.0193588170513976e-06, 1.1778793123085052e-05, 3.063363328692503e-05, 4.047057245770702e-06], "count": [796]}, "action": {"min": [-0.1995958536863327, 0.6045994758605957, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12061969935894012, 0.02822197414934635, -0.31036800146102905, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.10171779245138168, 0.229842409491539, -0.6029937863349915, -1.45619797706604, 0.25382325053215027, -0.14781193435192108, -0.028379054740071297, -0.34783199429512024, -0.500872015953064, 0.07772000133991241, 0.8453190326690674, -2.5074708461761475, 0.7095339298248291, 1001.0, 174.0, 0.00017858845239970833, -0.22347430884838104, -0.8361114263534546, 1.9089083671569824, -1.0681506395339966, -3.796982127823867e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.310263991355896, 0.4675999879837036, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4295080602169037, 0.6047391295433044, -0.21240657567977905, -1.060549259185791, 1.283742070198059, 0.14107497036457062, 0.7560068368911743, -0.2931849956512451, -0.4498269855976105, 0.23025499284267426, 1.5732269287109375, -1.121137022972107, 1.4909117221832275, 1001.0, 1002.0, 0.00018046832701656967, -0.22345739603042603, -0.8361027240753174, 1.908927321434021, -1.0680396556854248, -7.593964255647734e-06], "mean": [-0.1995174139738083, 0.6046563386917114, 0.4513883590698242, -1.4119828939437866, -0.2539058029651642, -0.1205652728676796, 0.028279732912778854, -0.31032148003578186, 0.46757248044013977, 0.22822819650173187, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.30688706040382385, 0.37559887766838074, -0.4034809470176697, -1.1875635385513306, 0.9723442792892456, 0.02100132405757904, 0.44018328189849854, -0.32377007603645325, -0.48608389496803284, 0.15894117951393127, 1.1857924461364746, -2.116790294647217, 1.1358592510223389, 1001.0, 591.2022705078125, 0.0001786245993571356, -0.22346556186676025, -0.8361074924468994, 1.9089326858520508, -1.068081259727478, -1.4976889360696077e-05], "std": [2.6613657610141672e-05, 1.9002480257768184e-05, 2.3070209863362834e-05, 2.4533719624741934e-05, 2.0717261577374302e-05, 2.1911391741014086e-05, 1.9519555280567147e-05, 1.5119344425329473e-05, 8.09584616945358e-06, 1.2847418474848382e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.0716812014579773, 0.09372089058160782, 0.10398636758327484, 0.09613294154405594, 0.28330719470977783, 0.09290626645088196, 0.22007249295711517, 0.018726028501987457, 0.012284786440432072, 0.03818393498659134, 0.2427254319190979, 0.3988175094127655, 0.2634578049182892, 0.0, 403.1653747558594, 2.55618999744911e-07, 1.988187250390183e-06, 2.0194172520859865e-06, 1.1774418453569524e-05, 3.0622759368270636e-05, 4.04912361773313e-06], "count": [796]}, "timestamp": {"min": [0.0], "max": [26.5], "mean": [13.25], "std": [7.659507526959913], "count": [796]}, "frame_index": {"min": [0], "max": [795], "mean": [397.5], "std": [229.78522580879738], "count": [796]}, "episode_index": {"min": [393], "max": [393], "mean": [393.0], "std": [0.0], "count": [796]}, "index": {"min": [320853], "max": [321648], "mean": [321250.5], "std": [229.78522580879738], "count": [796]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [796]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5911972344146302], "std": [0.0, 0.40316152139051914], "count": [796]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.5911972344146302], "std": [0.0, 0.40316152139051914], "count": [796]}, "eef_direction_state": {"mean": [6.0, 5.007537688442211], "std": [0.0, 1.6767531041264416], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.0, 0.3630653266331658], "std": [0.0, 0.48088345285517986], "min": [0, 0], "max": [0, 1], "count": [796]}, "eef_acc_mag_state": {"mean": [0.0, 0.2638190954773869], "std": [0.0, 0.6124729405875424], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_direction_action": {"mean": [6.0, 5.007537688442211], "std": [0.0, 1.6767531041264416], "min": [6, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.0, 0.3630653266331658], "std": [0.0, 0.48088345285517986], "min": [0, 0], "max": [0, 1], "count": [796]}, "eef_acc_mag_action": {"mean": [0.0, 0.2638190954773869], "std": [0.0, 0.6124729405875424], "min": [0, 0], "max": [0, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [-0.3103213608264923, 0.4675728380680084, 0.22822819650173187, -1.573226809501648, -1.1211369037628174, -0.7462756037712097, -0.3237241804599762, -0.4860594570636749, 0.15898866951465607, 1.186111330986023, -2.1161608695983887, 1.135494351387024], "std": [1.5117992006707937e-05, 8.089165930869058e-06, 1.2836581845476758e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.01871398650109768, 0.012302244082093239, 0.03824668377637863, 0.24306592345237732, 0.3999895453453064, 0.26379528641700745], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34783199429512024, -0.500872015953064, 0.07772000133991241, 0.8453190326690674, -2.5074708461761475, 0.7095339298248291], "max": [-0.310263991355896, 0.4675999879837036, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2931849956512451, -0.4498269855976105, 0.23025499284267426, 1.5732269287109375, -1.121137022972107, 1.4909117221832275], "count": [796]}, "eef_sim_pose_action": {"mean": [-0.31032148003578186, 0.46757248044013977, 0.22822818160057068, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.32372406125068665, -0.4860593378543854, 0.1589888036251068, 1.1861087083816528, -2.116161823272705, 1.1354949474334717], "std": [1.5118263945623767e-05, 8.097261343209539e-06, 1.283658275497146e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.01871398836374283, 0.012302245013415813, 0.03824668377637863, 0.2430659532546997, 0.3999895751476288, 0.2637956142425537], "min": [-0.31036800146102905, 0.46755000948905945, 0.22819200158119202, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34783199429512024, -0.500872015953064, 0.07772000133991241, 0.8453190326690674, -2.5074708461761475, 0.7095339298248291], "max": [-0.310263991355896, 0.4675999879837036, 0.22826600074768066, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2931849956512451, -0.4498269855976105, 0.23025499284267426, 1.5732269287109375, -1.121137022972107, 1.4909117221832275], "count": [796]}, "gripper_mode_state": {"mean": [0.0, 0.4886934673366834], "std": [0.0, 0.4998721459724786], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_state": {"mean": [2.0, 1.8907035175879396], "std": [0.0, 0.4125713065064676], "min": [2, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.0, 0.4886934673366834], "std": [0.0, 0.4998721459724786], "min": [0, 0], "max": [0, 1], "count": [796]}, "gripper_activity_action": {"mean": [2.0, 1.8907035175879396], "std": [0.0, 0.41257130650646767], "min": [2, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 390, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.42080147058823525]], [[0.3984890391279554]], [[0.4020229745141905]]], "std": [[[0.18989244916696335]], [[0.18582401792873365]], [[0.18780384572769476]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3908234183774181]], [[0.3868818416348642]], [[0.38067863507259725]]], "std": [[[0.2326653137318366]], [[0.2258061540353243]], [[0.22540863994757337]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5156057293722858]], [[0.48670660750318023]], [[0.49174653326095535]]], "std": [[[0.2002335223095686]], [[0.19744197934733082]], [[0.20970539564880294]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45375561340307935]], [[0.42960391444049656]], [[0.437314007873843]]], "std": [[[0.27223854338729647]], [[0.26140387138606413]], [[0.2637980910512499]]], "count": [149]}, "observation.state": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103660047054291, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09229300916194916, 0.25127506256103516, -0.6211627125740051, -1.4447137117385864, 0.24954718351364136, -0.22423990070819855, -0.028379054740071297, -0.3569279909133911, -0.4989840090274811, 0.13282600045204163, 0.9151807427406311, -2.6234045028686523, 0.5917865633964539, 1001.0, 175.0, 0.00017858845239970833, -0.22347618639469147, -0.8361106514930725, 1.9089114665985107, -1.0681498050689697, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102729916572571, 0.4676060080528259, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3424685001373291, 0.6047565937042236, -0.22228513658046722, -0.9985901117324829, 1.2467410564422607, 0.13086478412151337, 0.9216036796569824, -0.2968609929084778, -0.4213939905166626, 0.2308499962091446, 1.578633189201355, -1.1167646646499634, 1.4583145380020142, 1001.0, 1002.0, 0.00017858845239970833, -0.22345927357673645, -0.8361051082611084, 1.90892493724823, -1.0680650472640991, -1.0441701306262985e-05], "mean": [-0.1995149403810501, 0.6046659350395203, 0.4513896107673645, -1.4119837284088135, -0.25389930605888367, -0.12055329233407974, 0.02828010730445385, -0.3103228509426117, 0.4675714671611786, 0.22823259234428406, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.281642347574234, 0.40890276432037354, -0.40866735577583313, -1.1755694150924683, 0.9784536957740784, -0.011057932861149311, 0.523427426815033, -0.3315728008747101, -0.47100383043289185, 0.17177794873714447, 1.2290664911270142, -2.145099639892578, 1.112667202949524, 1001.0, 572.47412109375, 0.00017858917999546975, -0.22346535325050354, -0.8361138105392456, 1.9089324474334717, -1.0680897235870361, -1.7614338503335603e-05], "std": [2.6482714019948617e-05, 1.5450763385160826e-05, 2.1951798771624453e-05, 2.295750346092973e-05, 2.258380663988646e-05, 1.9931076167267747e-05, 1.8460137653164566e-05, 1.4128407201496884e-05, 7.907651706773322e-06, 1.1388759048713837e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.056206878274679184, 0.13069124519824982, 0.10468392819166183, 0.1227792501449585, 0.3177357614040375, 0.11544486880302429, 0.32668107748031616, 0.019735533744096756, 0.02633657492697239, 0.021758781746029854, 0.20228274166584015, 0.4727039635181427, 0.2890656888484955, 0.0, 402.368896484375, 7.275957614183426e-10, 1.667359583734651e-06, 6.954077889531618e-06, 1.2714695003523957e-05, 1.4131373973214068e-05, 1.3244380170363002e-06], "count": [793]}, "action": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513246715068817, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103660047054291, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.09229300916194916, 0.25127506256103516, -0.6211627125740051, -1.4447137117385864, 0.24954718351364136, -0.22423990070819855, -0.028379054740071297, -0.3569279909133911, -0.4989840090274811, 0.13282600045204163, 0.9151807427406311, -2.6234045028686523, 0.5917865633964539, 1001.0, 175.0, 0.00017858845239970833, -0.22347618639469147, -0.8361106514930725, 1.9089114665985107, -1.0681498050689697, -2.4680384740349837e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102729916572571, 0.4676060080528259, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3424685001373291, 0.6047565937042236, -0.22228513658046722, -0.9985901117324829, 1.2467410564422607, 0.13086478412151337, 0.9216036796569824, -0.2968609929084778, -0.4213939905166626, 0.2308499962091446, 1.578633189201355, -1.1167646646499634, 1.4583145380020142, 1001.0, 1002.0, 0.00017858845239970833, -0.22345927357673645, -0.8361051082611084, 1.90892493724823, -1.0680650472640991, -1.0441701306262985e-05], "mean": [-0.1995149403810501, 0.6046659350395203, 0.4513895809650421, -1.4119837284088135, -0.2538992762565613, -0.12055334448814392, 0.028280150145292282, -0.3103228509426117, 0.4675714671611786, 0.22823262214660645, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2816902697086334, 0.40855467319488525, -0.4085800349712372, -1.175286054611206, 0.9787906408309937, -0.01117964182049036, 0.5234846472740173, -0.3316309154033661, -0.4710277318954468, 0.17172187566757202, 1.2286810874938965, -2.1455328464508057, 1.1131800413131714, 1001.0, 572.47412109375, 0.00017858917999546975, -0.22346535325050354, -0.8361138105392456, 1.9089323282241821, -1.0680898427963257, -1.7614338503335603e-05], "std": [2.6482714019948617e-05, 1.5450763385160826e-05, 2.1952691895421594e-05, 2.2947699108044617e-05, 2.258197491755709e-05, 1.9961695215897635e-05, 1.8446420654072426e-05, 1.412885103491135e-05, 7.906868631835096e-06, 1.138777042797301e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.05615276098251343, 0.13053710758686066, 0.10467706620693207, 0.12249193340539932, 0.31710800528526306, 0.11561112105846405, 0.32658886909484863, 0.019740698859095573, 0.02634199894964695, 0.02167036198079586, 0.20191770792007446, 0.47192126512527466, 0.28877565264701843, 0.0, 402.368896484375, 7.275957614183426e-10, 1.667359583734651e-06, 6.954077889531618e-06, 1.2596337910508737e-05, 1.4162402294459753e-05, 1.3244380170363002e-06], "count": [793]}, "timestamp": {"min": [0.0], "max": [26.4], "mean": [13.200000000000001], "std": [7.63063999063425], "count": [793]}, "frame_index": {"min": [0], "max": [792], "mean": [396.0], "std": [228.9191997190275], "count": [793]}, "episode_index": {"min": [394], "max": [394], "mean": [394.0], "std": [0.0], "count": [793]}, "index": {"min": [321649], "max": [322441], "mean": [322045.0], "std": [228.9191997190275], "count": [793]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [793]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5724716259056202], "std": [0.0, 0.402367207405961], "count": [793]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.5724716259056202], "std": [0.0, 0.402367207405961], "count": [793]}, "eef_direction_state": {"mean": [6.0, 4.902900378310214], "std": [0.0, 1.7227515928319888], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_state": {"mean": [0.0, 0.3669609079445145], "std": [0.0, 0.481975725514314], "min": [0, 0], "max": [0, 1], "count": [793]}, "eef_acc_mag_state": {"mean": [0.0, 0.28247162673392184], "std": [0.0, 0.6198954022450798], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_direction_action": {"mean": [6.0, 4.902900378310214], "std": [0.0, 1.7227515928319888], "min": [6, 0], "max": [6, 6], "count": [793]}, "eef_velocity_action": {"mean": [0.0, 0.3669609079445145], "std": [0.0, 0.481975725514314], "min": [0, 0], "max": [0, 1], "count": [793]}, "eef_acc_mag_action": {"mean": [0.0, 0.28247162673392184], "std": [0.0, 0.6198954022450798], "min": [0, 0], "max": [0, 2], "count": [793]}, "eef_sim_pose_state": {"mean": [-0.3103228211402893, 0.4675719439983368, 0.2282327264547348, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.33157286047935486, -0.471003919839859, 0.17177794873714447, 1.2290663719177246, -2.1451005935668945, 1.1126691102981567], "std": [1.412836900271941e-05, 7.894768714322709e-06, 1.1387998711143155e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.019735530018806458, 0.026336561888456345, 0.021758774295449257, 0.20228280127048492, 0.47270360589027405, 0.28906551003456116], "min": [-0.3103660047054291, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3569279909133911, -0.4989840090274811, 0.13282600045204163, 0.9151807427406311, -2.6234045028686523, 0.5917865633964539], "max": [-0.3102729916572571, 0.4676060080528259, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2968609929084778, -0.4213939905166626, 0.2308499962091446, 1.578633189201355, -1.1167646646499634, 1.4583145380020142], "count": [793]}, "eef_sim_pose_action": {"mean": [-0.3103228509426117, 0.4675714671611786, 0.22823259234428406, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.3315728008747101, -0.47100383043289185, 0.17177794873714447, 1.2290664911270142, -2.145099639892578, 1.112667202949524], "std": [1.4128407201496884e-05, 7.907651706773322e-06, 1.1388759048713837e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.019735533744096756, 0.02633657492697239, 0.021758781746029854, 0.20228274166584015, 0.4727039635181427, 0.2890656888484955], "min": [-0.3103660047054291, 0.4675480127334595, 0.22819800674915314, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3569279909133911, -0.4989840090274811, 0.13282600045204163, 0.9151807427406311, -2.6234045028686523, 0.5917865633964539], "max": [-0.3102729916572571, 0.4676060080528259, 0.2282640039920807, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2968609929084778, -0.4213939905166626, 0.2308499962091446, 1.578633189201355, -1.1167646646499634, 1.4583145380020142], "count": [793]}, "gripper_mode_state": {"mean": [0.0, 0.510718789407314], "std": [0.0, 0.49988509435033474], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_state": {"mean": [2.0, 1.8928121059268601], "std": [0.0, 0.4078192689424907], "min": [2, 0], "max": [2, 2], "count": [793]}, "gripper_mode_action": {"mean": [0.0, 0.510718789407314], "std": [0.0, 0.4998850943503348], "min": [0, 0], "max": [0, 1], "count": [793]}, "gripper_activity_action": {"mean": [2.0, 1.8928121059268601], "std": [0.0, 0.4078192689424907], "min": [2, 0], "max": [2, 2], "count": [793]}}} +{"episode_index": 391, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.803921568627451]], [[0.8235294117647058]]], "mean": [[[0.4214467199631531]], [[0.39922308993507916]], [[0.4023093869259113]]], "std": [[[0.18991531839705617]], [[0.18578752324038403]], [[0.18776338533143078]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39052849333245604]], [[0.3859086845308593]], [[0.37991755357064527]]], "std": [[[0.23215731921065363]], [[0.22486227591412034]], [[0.22412053762368042]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5161013222682809]], [[0.48700502533228057]], [[0.49195379326227134]]], "std": [[[0.20033526976319646]], [[0.1973937367316559]], [[0.2096087675162287]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46104088942624033]], [[0.4374113219392903]], [[0.4457227938434882]]], "std": [[[0.2717609265765872]], [[0.2604740043989247]], [[0.2633801569934528]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08313003182411194, 0.2677858769893646, -0.5700768828392029, -1.4929372072219849, 0.2537708580493927, -0.15702727437019348, -0.028379054740071297, -0.35600200295448303, -0.4951390027999878, 0.14101900160312653, 0.920320451259613, -2.4937846660614014, 0.5845776200294495, 1001.0, 175.0, 0.00017858845239970833, -0.223470538854599, -0.8361106514930725, 1.9089083671569824, -1.0681442022323608, -2.5629629817558452e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.324858158826828, 0.6558248996734619, -0.21099284291267395, -1.0837796926498413, 1.2742300033569336, 0.06443755328655243, 0.8567646741867065, -0.2802320122718811, -0.3933109939098358, 0.23382499814033508, 1.5794228315353394, -1.121137022972107, 1.4753044843673706, 1001.0, 1002.0, 0.00017858845239970833, -0.22346115112304688, -0.8361034989356995, 1.9089226722717285, -1.0680983066558838, -1.4238683434086852e-05], "mean": [-0.1995178461074829, 0.6046707034111023, 0.45139041543006897, -1.4119768142700195, -0.253901869058609, -0.12055184692144394, 0.028277913108468056, -0.3103225827217102, 0.46757376194000244, 0.22823622822761536, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.23518873751163483, 0.42794620990753174, -0.3811008036136627, -1.2540148496627808, 0.9687649011611938, -0.014078589156270027, 0.4700082540512085, -0.32541993260383606, -0.4640701413154602, 0.17463886737823486, 1.2288742065429688, -2.1001312732696533, 1.1272258758544922, 1001.0, 597.4088745117188, 0.00017858916544355452, -0.2234654426574707, -0.8361149430274963, 1.9089277982711792, -1.0681228637695312, -1.8057338820653968e-05], "std": [2.4883092919480987e-05, 1.6927948308875784e-05, 2.2155101760290563e-05, 2.408461477898527e-05, 2.1878000552533194e-05, 1.8702241504797712e-05, 1.812136179069057e-05, 1.3857473277312238e-05, 7.682059731450863e-06, 1.1679284398269374e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.05383414402604103, 0.14421144127845764, 0.08637785166501999, 0.13718779385089874, 0.29730311036109924, 0.07323659211397171, 0.2639506459236145, 0.021962743252515793, 0.03332182765007019, 0.023448461666703224, 0.22759495675563812, 0.4172966480255127, 0.28813740611076355, 0.0, 402.7809143066406, 7.130438461899757e-10, 1.5226402183543541e-06, 6.92996854922967e-06, 1.092540242098039e-05, 1.3174001651350409e-05, 1.7225989950020448e-06], "count": [790]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412041187286377, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.3103620111942291, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08313003182411194, 0.2677858769893646, -0.5700768828392029, -1.4929372072219849, 0.2537708580493927, -0.15702727437019348, -0.02834414690732956, -0.35600200295448303, -0.4951390027999878, 0.14101900160312653, 0.920320451259613, -2.4937846660614014, 0.5845776200294495, 1001.0, 175.0, 0.00017858845239970833, -0.223470538854599, -0.8361106514930725, 1.9089083671569824, -1.0681442022323608, -2.5629629817558452e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411919116973877, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.324858158826828, 0.6558248996734619, -0.21099284291267395, -1.0837796926498413, 1.2742300033569336, 0.06443755328655243, 0.8567646741867065, -0.2802320122718811, -0.3933109939098358, 0.23382499814033508, 1.5794228315353394, -1.121137022972107, 1.4753044843673706, 1001.0, 1002.0, 0.00017858845239970833, -0.22346115112304688, -0.8361034989356995, 1.9089226722717285, -1.0680983066558838, -1.4238683434086852e-05], "mean": [-0.19951790571212769, 0.6046707630157471, 0.4513903260231018, -1.41197669506073, -0.2539018988609314, -0.12055182456970215, 0.028277959674596786, -0.3103225827217102, 0.46757376194000244, 0.22823622822761536, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.23523586988449097, 0.42761215567588806, -0.3809703588485718, -1.253735899925232, 0.9692344069480896, -0.014111819677054882, 0.47019001841545105, -0.3254776895046234, -0.4640951454639435, 0.1745920479297638, 1.2284150123596191, -2.1007368564605713, 1.1277445554733276, 1001.0, 597.4088745117188, 0.00017858916544355452, -0.2234654426574707, -0.8361149430274963, 1.9089277982711792, -1.0681228637695312, -1.805734063964337e-05], "std": [2.483418029441964e-05, 1.6927358956309035e-05, 2.2169793737703003e-05, 2.4119695808622055e-05, 2.182435491704382e-05, 1.8714939869823866e-05, 1.811262518458534e-05, 1.3857473277312238e-05, 7.691108294238802e-06, 1.1700315553753171e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.053819138556718826, 0.14410731196403503, 0.08634943515062332, 0.13709020614624023, 0.29646560549736023, 0.07329080253839493, 0.2636565864086151, 0.02198302000761032, 0.03333190828561783, 0.023378221318125725, 0.22726568579673767, 0.4162214994430542, 0.2878199815750122, 0.0, 402.7809143066406, 7.130438461899757e-10, 1.5226402183543541e-06, 6.930968083906919e-06, 1.0922537512669805e-05, 1.3166272765374742e-05, 1.7225992223757203e-06], "count": [790]}, "timestamp": {"min": [0.0], "max": [26.3], "mean": [13.15], "std": [7.601772454134919], "count": [790]}, "frame_index": {"min": [0], "max": [789], "mean": [394.5], "std": [228.0531736240476], "count": [790]}, "episode_index": {"min": [395], "max": [395], "mean": [395.0], "std": [0.0], "count": [790]}, "index": {"min": [322442], "max": [323231], "mean": [322836.5], "std": [228.0531736240476], "count": [790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [790]}, "gripper_open_scale_state": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.59740632766787], "std": [0.0, 0.40277778438515854], "count": [790]}, "gripper_open_scale_action": {"min": [1.0, 0.17499999701976776], "max": [1.0, 1.0], "mean": [1.0, 0.59740632766787], "std": [0.0, 0.40277778438515854], "count": [790]}, "eef_direction_state": {"mean": [6.0, 4.6936708860759495], "std": [0.0, 1.8724749595021224], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.0, 0.4050632911392405], "std": [0.0, 0.49603458795725813], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.0, 0.2936708860759494], "std": [0.0, 0.632323777853125], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_direction_action": {"mean": [6.0, 4.6936708860759495], "std": [0.0, 1.8724749595021224], "min": [6, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.0, 0.4050632911392405], "std": [0.0, 0.49603458795725813], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.0, 0.2936708860759494], "std": [0.0, 0.632323777853125], "min": [0, 0], "max": [0, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [-0.31032276153564453, 0.46757349371910095, 0.22823622822761536, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.32541990280151367, -0.4640706181526184, 0.17463897168636322, 1.2288740873336792, -2.100127935409546, 1.1272239685058594], "std": [1.3856123587174807e-05, 7.677001121919602e-06, 1.1679290764732286e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.021962745115160942, 0.03332182392477989, 0.023448454216122627, 0.22759506106376648, 0.4172966480255127, 0.2881375551223755], "min": [-0.3103620111942291, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35600200295448303, -0.4951390027999878, 0.14101900160312653, 0.920320451259613, -2.4937846660614014, 0.5845776200294495], "max": [-0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2802320122718811, -0.3933109939098358, 0.23382499814033508, 1.5794228315353394, -1.121137022972107, 1.4753044843673706], "count": [790]}, "eef_sim_pose_action": {"mean": [-0.3103225827217102, 0.46757376194000244, 0.22823622822761536, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.32541993260383606, -0.4640701413154602, 0.17463886737823486, 1.2288742065429688, -2.1001312732696533, 1.1272258758544922], "std": [1.3857473277312238e-05, 7.682059731450863e-06, 1.1679284398269374e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.021962743252515793, 0.03332182765007019, 0.023448461666703224, 0.22759495675563812, 0.4172966480255127, 0.28813740611076355], "min": [-0.3103620111942291, 0.46755000948905945, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35600200295448303, -0.4951390027999878, 0.14101900160312653, 0.920320451259613, -2.4937846660614014, 0.5845776200294495], "max": [-0.31028199195861816, 0.46759501099586487, 0.22827699780464172, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2802320122718811, -0.3933109939098358, 0.23382499814033508, 1.5794228315353394, -1.121137022972107, 1.4753044843673706], "count": [790]}, "gripper_mode_state": {"mean": [0.0, 0.47848101265822784], "std": [0.0, 0.4995367185540854], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_state": {"mean": [2.0, 1.8936708860759495], "std": [0.0, 0.40731966488931814], "min": [2, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.0, 0.47848101265822784], "std": [0.0, 0.4995367185540854], "min": [0, 0], "max": [0, 1], "count": [790]}, "gripper_activity_action": {"mean": [2.0, 1.8936708860759495], "std": [0.0, 0.40731966488931814], "min": [2, 0], "max": [2, 2], "count": [790]}}} +{"episode_index": 392, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[0.9647058823529412]]], "mean": [[[0.42204802354731846]], [[0.39867966581609815]], [[0.40224150830423494]]], "std": [[[0.19003220784034894]], [[0.18562918571279413]], [[0.18777987215791392]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3985503863931417]], [[0.3934849038074134]], [[0.38806620305085504]]], "std": [[[0.2343704206509034]], [[0.22645545935418]], [[0.22599066639775456]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5163228355269048]], [[0.48707837541409255]], [[0.49198379862789865]]], "std": [[[0.20047926684926184]], [[0.19735889158503353]], [[0.2095672424515025]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47077914316411495]], [[0.44824191400304414]], [[0.45713956738517325]]], "std": [[[0.2708717398740546]], [[0.2631248042554382]], [[0.2671008570390264]]], "count": [146]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08637633919715881, 0.2530902028083801, -0.45144686102867126, -1.5726114511489868, 0.25363123416900635, -0.2627418637275696, -0.028379054740071297, -0.36276599764823914, -0.4989190101623535, 0.15429699420928955, 0.9115100502967834, -2.5149521827697754, 0.7287636995315552, 1001.0, 181.0, 0.00017858845239970833, -0.22347241640090942, -0.8361114263534546, 1.9089020490646362, -1.0681545734405518, -0.00020124005095567554], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102790117263794, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3191858232021332, 0.7119198441505432, -0.22389084100723267, -1.0501471757888794, 1.3273926973342896, 0.0913156270980835, 0.6854256987571716, -0.2490060031414032, -0.4145349860191345, 0.23282599449157715, 1.6665518283843994, -1.121137022972107, 1.4659167528152466, 1001.0, 1002.0, 0.00018046832701656967, -0.22346115112304688, -0.8361027240753174, 1.9089226722717285, -1.0680848360061646, -1.4238683434086852e-05], "mean": [-0.19951622188091278, 0.6046697497367859, 0.4513885974884033, -1.4119603633880615, -0.25390180945396423, -0.12055017054080963, 0.028276966884732246, -0.31032881140708923, 0.46757346391677856, 0.22823941707611084, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22794708609580994, 0.4374519884586334, -0.3439500629901886, -1.2587231397628784, 0.9476882219314575, -0.03288674354553223, 0.4548012614250183, -0.318111389875412, -0.4687950909137726, 0.18576674163341522, 1.2578601837158203, -2.0360519886016846, 1.1563383340835571, 1001.0, 584.1690063476562, 0.0001792971306713298, -0.22346526384353638, -0.8361148834228516, 1.9089276790618896, -1.0681257247924805, -6.220192153705284e-05], "std": [2.5645147616160102e-05, 1.5947800420690328e-05, 2.2484073269879445e-05, 2.3139218683354557e-05, 2.1570822354988195e-05, 1.8485638065612875e-05, 1.799622259568423e-05, 1.4465620552073233e-05, 7.959562026371714e-06, 1.155427707999479e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.07421048730611801, 0.1564786732196808, 0.04779379069805145, 0.18245181441307068, 0.295573890209198, 0.10478228330612183, 0.19953006505966187, 0.03476319834589958, 0.028734439983963966, 0.024060938507318497, 0.2609657645225525, 0.38279634714126587, 0.24443449079990387, 0.0, 399.8350830078125, 9.109434131460148e-07, 1.6427972013843828e-06, 6.866328931209864e-06, 1.1959261428273749e-05, 1.7743541320669465e-05, 7.061007636366412e-05], "count": [775]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037500500679016, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.08637633919715881, 0.2530902028083801, -0.45144686102867126, -1.5726114511489868, 0.25363123416900635, -0.2627418637275696, -0.028379054740071297, -0.36276599764823914, -0.4989190101623535, 0.15429699420928955, 0.9115100502967834, -2.5149521827697754, 0.7287636995315552, 1001.0, 181.0, 0.00017858845239970833, -0.22347241640090942, -0.8361114263534546, 1.9089020490646362, -1.0681545734405518, -0.00020124005095567554], "max": [-0.19943878054618835, 0.6047391295433044, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102790117263794, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3191858232021332, 0.7119198441505432, -0.22389084100723267, -1.0501471757888794, 1.3273926973342896, 0.0913156270980835, 0.6854256987571716, -0.2490060031414032, -0.4145349860191345, 0.23282599449157715, 1.6665518283843994, -1.121137022972107, 1.4659167528152466, 1001.0, 1002.0, 0.00018046832701656967, -0.22346115112304688, -0.8361027240753174, 1.9089226722717285, -1.0680848360061646, -1.4238683434086852e-05], "mean": [-0.19951625168323517, 0.6046696901321411, 0.4513886570930481, -1.4119603633880615, -0.25390172004699707, -0.12055013328790665, 0.028277015313506126, -0.310328871011734, 0.4675734341144562, 0.22823938727378845, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.22802312672138214, 0.43715327978134155, -0.34385186433792114, -1.2583452463150024, 0.9481162428855896, -0.03306548669934273, 0.4550754725933075, -0.31817856431007385, -0.4688203036785126, 0.18573570251464844, 1.2575572729110718, -2.0365982055664062, 1.1568117141723633, 1001.0, 584.1690063476562, 0.00017929715977516025, -0.22346526384353638, -0.836114764213562, 1.9089277982711792, -1.0681257247924805, -6.240524089662358e-05], "std": [2.5644620109233074e-05, 1.5947947758832015e-05, 2.2564550818060525e-05, 2.3141490601119585e-05, 2.1626190573442727e-05, 1.8444086890667677e-05, 1.7989730622502975e-05, 1.4458992154686712e-05, 7.964966243889648e-06, 1.1557528523553628e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.07421156018972397, 0.15638083219528198, 0.04765082150697708, 0.18243739008903503, 0.2948085367679596, 0.10504928231239319, 0.19901111721992493, 0.03479842469096184, 0.028741907328367233, 0.02402179315686226, 0.2607356309890747, 0.38179224729537964, 0.2439950704574585, 0.0, 399.8350830078125, 9.109439815802034e-07, 1.6427972013843828e-06, 6.753424713679124e-06, 1.2072097888449207e-05, 1.7758376998244785e-05, 7.070953870425001e-05], "count": [775]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.9], "std": [7.457434768962672], "count": [775]}, "frame_index": {"min": [0], "max": [774], "mean": [387.0], "std": [223.72304306888014], "count": [775]}, "episode_index": {"min": [396], "max": [396], "mean": [396.0], "std": [0.0], "count": [775]}, "index": {"min": [323232], "max": [324006], "mean": [323619.0], "std": [223.72304306888014], "count": [775]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [775]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5841664490584404], "std": [0.0, 0.3998339255922914], "count": [775]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5841664490584404], "std": [0.0, 0.3998339255922914], "count": [775]}, "eef_direction_state": {"mean": [6.0, 4.366451612903226], "std": [0.0, 2.094517495267406], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_state": {"mean": [0.0, 0.4735483870967742], "std": [0.0, 0.5018774325830019], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_state": {"mean": [0.0, 0.3135483870967742], "std": [0.0, 0.6453883471418063], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_direction_action": {"mean": [6.0, 4.366451612903226], "std": [0.0, 2.094517495267406], "min": [6, 0], "max": [6, 6], "count": [775]}, "eef_velocity_action": {"mean": [0.0, 0.4735483870967742], "std": [0.0, 0.5018774325830019], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_acc_mag_action": {"mean": [0.0, 0.3135483870967742], "std": [0.0, 0.6453883471418063], "min": [0, 0], "max": [0, 2], "count": [775]}, "eef_sim_pose_state": {"mean": [-0.31032857298851013, 0.467572957277298, 0.22823955118656158, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.31811144948005676, -0.46879512071609497, 0.18576669692993164, 1.2578593492507935, -2.0360512733459473, 1.156335711479187], "std": [1.4463822481047828e-05, 7.943983291625045e-06, 1.155344580183737e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03476320579648018, 0.028734438121318817, 0.024060940369963646, 0.2609657943248749, 0.38279637694358826, 0.24443474411964417], "min": [-0.31037500500679016, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36276599764823914, -0.4989190101623535, 0.15429699420928955, 0.9115100502967834, -2.5149521827697754, 0.7287636995315552], "max": [-0.3102790117263794, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2490060031414032, -0.4145349860191345, 0.23282599449157715, 1.6665518283843994, -1.121137022972107, 1.4659167528152466], "count": [775]}, "eef_sim_pose_action": {"mean": [-0.31032881140708923, 0.46757346391677856, 0.22823941707611084, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.318111389875412, -0.4687950909137726, 0.18576674163341522, 1.2578601837158203, -2.0360519886016846, 1.1563383340835571], "std": [1.4465620552073233e-05, 7.959562026371714e-06, 1.155427707999479e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.03476319834589958, 0.028734439983963966, 0.024060938507318497, 0.2609657645225525, 0.38279634714126587, 0.24443449079990387], "min": [-0.31037500500679016, 0.4675480127334595, 0.228192999958992, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.36276599764823914, -0.4989190101623535, 0.15429699420928955, 0.9115100502967834, -2.5149521827697754, 0.7287636995315552], "max": [-0.3102790117263794, 0.46759501099586487, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2490060031414032, -0.4145349860191345, 0.23282599449157715, 1.6665518283843994, -1.121137022972107, 1.4659167528152466], "count": [775]}, "gripper_mode_state": {"mean": [0.0, 0.49806451612903224], "std": [0.0, 0.49999625388814845], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_state": {"mean": [2.0, 1.8929032258064515], "std": [0.0, 0.40973786701623216], "min": [2, 0], "max": [2, 2], "count": [775]}, "gripper_mode_action": {"mean": [0.0, 0.49806451612903224], "std": [0.0, 0.49999625388814845], "min": [0, 0], "max": [0, 1], "count": [775]}, "gripper_activity_action": {"mean": [2.0, 1.8929032258064515], "std": [0.0, 0.40973786701623216], "min": [2, 0], "max": [2, 2], "count": [775]}}} +{"episode_index": 393, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9333333333333333]], [[0.9294117647058824]]], "mean": [[[0.4218499074074074]], [[0.39877976988017433]], [[0.4022809844771242]]], "std": [[[0.19013064190768225]], [[0.1855801872116795]], [[0.1876972756512032]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3909127096949891]], [[0.38636009395424836]], [[0.3808254343681917]]], "std": [[[0.23161227957173364]], [[0.22381078137766322]], [[0.2223676419444323]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5158725367647059]], [[0.486795420751634]], [[0.4917194063180828]]], "std": [[[0.20016147894044004]], [[0.19734170256382724]], [[0.20960386915508167]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46968626770152505]], [[0.44595971132897605]], [[0.4544013412309368]]], "std": [[[0.2715280765039542]], [[0.26067489817813105]], [[0.2647582500739577]]], "count": [150]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46754199266433716, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.060301125049591064, 0.27084019780158997, -0.454571008682251, -1.5890001058578491, 0.2537883222103119, -0.18184584379196167, -0.02834414690732956, -0.35617300868034363, -0.49424201250076294, 0.1539669930934906, 0.8366632461547852, -2.4691247940063477, 0.627357006072998, 1001.0, 178.0, 0.00017858845239970833, -0.22347241640090942, -0.8361114263534546, 1.9089092016220093, -1.06815767288208, -0.0001803566556191072], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2987305521965027, 0.8081921339035034, -0.18800687789916992, -1.0988069772720337, 1.3238496780395508, 0.15425220131874084, 0.6746744513511658, -0.24280999600887299, -0.4129279851913452, 0.23627500236034393, 1.5963256359100342, -1.121137022972107, 1.4474878311157227, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361066579818726, 1.9089233875274658, -1.06810462474823, -0.0001651687198318541], "mean": [-0.19951540231704712, 0.6046701073646545, 0.4513864517211914, -1.4119511842727661, -0.2538982927799225, -0.12055063992738724, 0.02827390842139721, -0.3103334307670593, 0.4675721526145935, 0.22824209928512573, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.2216552346944809, 0.48646238446235657, -0.36508840322494507, -1.3208703994750977, 1.0189309120178223, 0.035168346017599106, 0.40356767177581787, -0.3097256124019623, -0.4650862216949463, 0.1880936324596405, 1.1791553497314453, -2.078742504119873, 1.1278718709945679, 1001.0, 550.614013671875, 0.00017957297677639872, -0.22346530854701996, -0.8361154794692993, 1.9089269638061523, -1.068124771118164, -0.00017280573956668377], "std": [2.4805880457279272e-05, 1.6410838725278154e-05, 2.3058777514961548e-05, 2.3709006200078875e-05, 2.234013118140865e-05, 1.8769942471408285e-05, 1.812365371733904e-05, 1.4792513866268564e-05, 8.34008096717298e-06, 1.1940405784116592e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.05499820411205292, 0.18098953366279602, 0.06529217958450317, 0.15545140206813812, 0.3058921694755554, 0.10578062385320663, 0.20540571212768555, 0.03571511432528496, 0.026675691828131676, 0.024914953857660294, 0.2804456055164337, 0.3827219605445862, 0.2793319821357727, 0.0, 399.7522277832031, 9.388698458678846e-07, 1.5771115613461006e-06, 7.005971383478027e-06, 1.2130394679843448e-05, 1.1249346243857872e-05, 2.970070909213973e-06], "count": [798]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.46754199266433716, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.060301125049591064, 0.27084019780158997, -0.454571008682251, -1.5890001058578491, 0.2537883222103119, -0.18184584379196167, -0.02834414690732956, -0.35617300868034363, -0.49424201250076294, 0.1539669930934906, 0.8366632461547852, -2.4691247940063477, 0.627357006072998, 1001.0, 178.0, 0.00017858845239970833, -0.22347241640090942, -0.8361114263534546, 1.9089092016220093, -1.06815767288208, -0.0001803566556191072], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.2987305521965027, 0.8081921339035034, -0.18800687789916992, -1.0988069772720337, 1.3238496780395508, 0.15425220131874084, 0.6746744513511658, -0.24280999600887299, -0.4129279851913452, 0.23627500236034393, 1.5963256359100342, -1.121137022972107, 1.4474878311157227, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361066579818726, 1.9089233875274658, -1.06810462474823, -0.0001651687198318541], "mean": [-0.19951529800891876, 0.6046701073646545, 0.4513864815235138, -1.4119513034820557, -0.25389838218688965, -0.12055068463087082, 0.02827390842139721, -0.3103334307670593, 0.4675721228122711, 0.22824211418628693, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, 0.22168903052806854, 0.4862366020679474, -0.36506468057632446, -1.3206418752670288, 1.0194462537765503, 0.03509153798222542, 0.40375810861587524, -0.3097822368144989, -0.465096116065979, 0.18804863095283508, 1.1787948608398438, -2.0793521404266357, 1.1283007860183716, 1001.0, 550.614013671875, 0.00017957061936613172, -0.22346530854701996, -0.8361154794692993, 1.9089269638061523, -1.068124771118164, -0.00017279504390899092], "std": [2.4798833692329936e-05, 1.6410838725278154e-05, 2.3040258383844048e-05, 2.3698652512393892e-05, 2.2400239686248824e-05, 1.8808550521498546e-05, 1.8123651898349635e-05, 1.4775297131564002e-05, 8.3260347309988e-06, 1.1960180927417241e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.05499276518821716, 0.18095408380031586, 0.06526423990726471, 0.15545128285884857, 0.30494821071624756, 0.10591581463813782, 0.20507553219795227, 0.03575184941291809, 0.026678087189793587, 0.024874839931726456, 0.2801235616207123, 0.3815827965736389, 0.27900826930999756, 0.0, 399.752197265625, 9.389780188939767e-07, 1.5763064311613562e-06, 7.005025508988183e-06, 1.212827737617772e-05, 1.1248940609220881e-05, 2.968504077216494e-06], "count": [798]}, "timestamp": {"min": [0.0], "max": [26.566666666666666], "mean": [13.283333333333333], "std": [7.678752551081506], "count": [798]}, "frame_index": {"min": [0], "max": [797], "mean": [398.5], "std": [230.3625765324452], "count": [798]}, "episode_index": {"min": [397], "max": [397], "mean": [397.0], "std": [0.0], "count": [798]}, "index": {"min": [324007], "max": [324804], "mean": [324405.5], "std": [230.3625765324452], "count": [798]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [798]}, "gripper_open_scale_state": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5506115303302469], "std": [0.0, 0.3997509665763042], "count": [798]}, "gripper_open_scale_action": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5506115303302469], "std": [0.0, 0.3997509665763042], "count": [798]}, "eef_direction_state": {"mean": [6.0, 4.525062656641604], "std": [0.0, 2.069893616237395], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_state": {"mean": [0.0, 0.42105263157894735], "std": [0.0, 0.4937279747182583], "min": [0, 0], "max": [0, 1], "count": [798]}, "eef_acc_mag_state": {"mean": [0.0, 0.2907268170426065], "std": [0.0, 0.6318126233585605], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_direction_action": {"mean": [6.0, 4.525062656641604], "std": [0.0, 2.069893616237395], "min": [6, 0], "max": [6, 6], "count": [798]}, "eef_velocity_action": {"mean": [0.0, 0.42105263157894735], "std": [0.0, 0.4937279747182583], "min": [0, 0], "max": [0, 1], "count": [798]}, "eef_acc_mag_action": {"mean": [0.0, 0.2907268170426065], "std": [0.0, 0.6318126233585605], "min": [0, 0], "max": [0, 2], "count": [798]}, "eef_sim_pose_state": {"mean": [-0.31033334136009216, 0.4675722122192383, 0.2282421886920929, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.30972549319267273, -0.4650861322879791, 0.1880936622619629, 1.1791558265686035, -2.078744411468506, 1.1278729438781738], "std": [1.4792304682487156e-05, 8.339604391949251e-06, 1.194014294014778e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03571511432528496, 0.02667570300400257, 0.024914953857660294, 0.2804456055164337, 0.3827223479747772, 0.27933192253112793], "min": [-0.31038400530815125, 0.46754199266433716, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35617300868034363, -0.49424201250076294, 0.1539669930934906, 0.8366632461547852, -2.4691247940063477, 0.627357006072998], "max": [-0.31029000878334045, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24280999600887299, -0.4129279851913452, 0.23627500236034393, 1.5963256359100342, -1.121137022972107, 1.4474878311157227], "count": [798]}, "eef_sim_pose_action": {"mean": [-0.3103334307670593, 0.4675721526145935, 0.22824209928512573, -1.5732389688491821, -1.1211414337158203, -0.7462766766548157, -0.3097256124019623, -0.4650862216949463, 0.1880936324596405, 1.1791553497314453, -2.078742504119873, 1.1278718709945679], "std": [1.4792513866268564e-05, 8.34008096717298e-06, 1.1940405784116592e-05, 1.2040138244628906e-05, 4.410743713378906e-06, 1.0728836059570312e-06, 0.03571511432528496, 0.026675691828131676, 0.024914953857660294, 0.2804456055164337, 0.3827219605445862, 0.2793319821357727], "min": [-0.31038400530815125, 0.46754199266433716, 0.2282080054283142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35617300868034363, -0.49424201250076294, 0.1539669930934906, 0.8366632461547852, -2.4691247940063477, 0.627357006072998], "max": [-0.31029000878334045, 0.46759599447250366, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24280999600887299, -0.4129279851913452, 0.23627500236034393, 1.5963256359100342, -1.121137022972107, 1.4474878311157227], "count": [798]}, "gripper_mode_state": {"mean": [0.0, 0.5413533834586466], "std": [0.0, 0.49828696318137755], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_state": {"mean": [2.0, 1.8922305764411027], "std": [0.0, 0.40783650339464644], "min": [2, 0], "max": [2, 2], "count": [798]}, "gripper_mode_action": {"mean": [0.0, 0.5413533834586466], "std": [0.0, 0.4982869631813775], "min": [0, 0], "max": [0, 1], "count": [798]}, "gripper_activity_action": {"mean": [2.0, 1.8922305764411027], "std": [0.0, 0.40783650339464644], "min": [2, 0], "max": [2, 2], "count": [798]}}} +{"episode_index": 394, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9921568627450981]], [[1.0]]], "mean": [[[0.421994000377929]], [[0.3992942162976302]], [[0.402968429038282]]], "std": [[[0.18971459770203933]], [[0.18545492072837594]], [[0.1876068764085156]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39453209339291273]], [[0.3895222630718954]], [[0.3836167077942288]]], "std": [[[0.23263070742356806]], [[0.22506571211731238]], [[0.22383253047835333]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5152709111422347]], [[0.48663668522964737]], [[0.49167718059446003]]], "std": [[[0.19999959407419043]], [[0.19768147626709612]], [[0.2100325098331587]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634198609999555]], [[0.44219797641278735]], [[0.45053405112044814]]], "std": [[[0.2715997227107371]], [[0.2630199501287744]], [[0.2664225503510507]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0705811157822609, 0.23661428689956665, -0.48143160343170166, -1.4680312871932983, 0.25385814905166626, -0.2289697527885437, -0.02834414690732956, -0.35892900824546814, -0.5171930193901062, 0.15062899887561798, 0.9079779982566833, -2.622896432876587, 0.7319415211677551, 1001.0, 185.0, 0.00018046832701656967, -0.22347241640090942, -0.8361114263534546, 1.9089075326919556, -1.0681554079055786, -0.00017940740508493036], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102940022945404, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42270129919052124, 0.7576648592948914, -0.21992893517017365, -0.9583951830863953, 1.36638343334198, 0.17009979486465454, 0.789080798625946, -0.2700349986553192, -0.4154370129108429, 0.23868800699710846, 1.5732269287109375, -1.121137022972107, 1.5359004735946655, 1001.0, 1002.0, 0.00018046832701656967, -0.22346115112304688, -0.8361027240753174, 1.908927321434021, -1.0680261850357056, -0.000147133061545901], "mean": [-0.19951699674129486, 0.6046727299690247, 0.4513891339302063, -1.4119504690170288, -0.2539014518260956, -0.1205514669418335, 0.028271783143281937, -0.3103325664997101, 0.46757280826568604, 0.22824344038963318, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.24388043582439423, 0.4325929880142212, -0.36368799209594727, -1.2101114988327026, 0.9655453562736511, -0.021141765639185905, 0.4710041880607605, -0.3274196684360504, -0.4694928228855133, 0.18858487904071808, 1.2151076793670654, -2.0646018981933594, 1.1664366722106934, 1001.0, 604.7557983398438, 0.00018046800687443465, -0.22346504032611847, -0.8361117243766785, 1.9089267253875732, -1.0680956840515137, -0.00016403209883719683], "std": [2.671531001396943e-05, 1.5957575669744983e-05, 2.2745560272596776e-05, 2.4769648007350042e-05, 2.2910757252248004e-05, 1.9218747183913365e-05, 1.887622056528926e-05, 1.4701340660394635e-05, 7.966154043970164e-06, 1.1869414265675005e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.07570857554674149, 0.1746193766593933, 0.06581692397594452, 0.16525447368621826, 0.36634203791618347, 0.12012575566768646, 0.28693827986717224, 0.028330720961093903, 0.027819273993372917, 0.025562269613146782, 0.21244694292545319, 0.4752907454967499, 0.27200233936309814, 0.0, 397.7174377441406, 3.2014213502407074e-10, 1.3699205965167494e-06, 4.306763003114611e-06, 1.0723182640504092e-05, 3.664322866825387e-05, 4.64703907709918e-06], "count": [778]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038498878479004, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.0705811157822609, 0.23661428689956665, -0.48143160343170166, -1.4680312871932983, 0.25385814905166626, -0.2289697527885437, -0.02834414690732956, -0.35892900824546814, -0.5171930193901062, 0.15062899887561798, 0.9079779982566833, -2.622896432876587, 0.7319415211677551, 1001.0, 185.0, 0.00018046832701656967, -0.22347241640090942, -0.8361114263534546, 1.9089075326919556, -1.0681554079055786, -0.00017940740508493036], "max": [-0.19943878054618835, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102940022945404, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.42270129919052124, 0.7576648592948914, -0.21992893517017365, -0.9583951830863953, 1.36638343334198, 0.17009979486465454, 0.789080798625946, -0.2700349986553192, -0.4154370129108429, 0.23868800699710846, 1.5732269287109375, -1.121137022972107, 1.5359004735946655, 1001.0, 1002.0, 0.00018046832701656967, -0.22346115112304688, -0.8361027240753174, 1.908927321434021, -1.0680261850357056, -0.000147133061545901], "mean": [-0.19951693713665009, 0.6046727299690247, 0.4513891339302063, -1.4119504690170288, -0.2539013922214508, -0.1205514520406723, 0.028271760791540146, -0.3103325664997101, 0.46757274866104126, 0.2282433956861496, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.2438611090183258, 0.43231600522994995, -0.36359328031539917, -1.2098922729492188, 0.9658211469650269, -0.021278318017721176, 0.4711196720600128, -0.32748112082481384, -0.4694945812225342, 0.18854346871376038, 1.2148340940475464, -2.065007209777832, 1.1668365001678467, 1001.0, 604.7557983398438, 0.00018046800687443465, -0.22346504032611847, -0.8361117243766785, 1.9089267253875732, -1.0680955648422241, -0.00016401988978032023], "std": [2.6671246814657934e-05, 1.5940502635203302e-05, 2.2759457351639867e-05, 2.4780756575637497e-05, 2.285896334797144e-05, 1.9218947272747755e-05, 1.8883503798861057e-05, 1.4703486158396117e-05, 7.96884523879271e-06, 1.1877299584739376e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.0757218673825264, 0.17451688647270203, 0.06574369966983795, 0.16509944200515747, 0.36588653922080994, 0.12029894441366196, 0.28675541281700134, 0.02834540791809559, 0.027819201350212097, 0.02552408166229725, 0.21212255954742432, 0.4746212959289551, 0.2716130316257477, 0.0, 397.7174377441406, 3.2014213502407074e-10, 1.3713391808778397e-06, 4.307472863729345e-06, 1.072108898370061e-05, 3.6642981285694987e-05, 4.644029104383662e-06], "count": [778]}, "timestamp": {"min": [0.0], "max": [25.9], "mean": [12.950000000000001], "std": [7.486302306360746], "count": [778]}, "frame_index": {"min": [0], "max": [777], "mean": [388.5], "std": [224.58906919082239], "count": [778]}, "episode_index": {"min": [398], "max": [398], "mean": [398.0], "std": [0.0], "count": [778]}, "index": {"min": [324805], "max": [325582], "mean": [325193.5], "std": [224.58906919082239], "count": [778]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [778]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.6047532143009046], "std": [0.0, 0.3977158529285481], "count": [778]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.6047532143009046], "std": [0.0, 0.3977158529285481], "count": [778]}, "eef_direction_state": {"mean": [6.0, 4.813624678663239], "std": [0.0, 1.8061504385548048], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_state": {"mean": [0.0, 0.39460154241645246], "std": [0.0, 0.5218334871156279], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_state": {"mean": [0.0, 0.3161953727506427], "std": [0.0, 0.6455462786037879], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_direction_action": {"mean": [6.0, 4.813624678663239], "std": [0.0, 1.8061504385548048], "min": [6, 0], "max": [6, 6], "count": [778]}, "eef_velocity_action": {"mean": [0.0, 0.39460154241645246], "std": [0.0, 0.5218334871156279], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_acc_mag_action": {"mean": [0.0, 0.3161953727506427], "std": [0.0, 0.6455462786037879], "min": [0, 0], "max": [0, 2], "count": [778]}, "eef_sim_pose_state": {"mean": [-0.31033241748809814, 0.46757271885871887, 0.22824344038963318, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.32741984724998474, -0.4694926142692566, 0.18858474493026733, 1.2151076793670654, -2.0646016597747803, 1.1664390563964844], "std": [1.4700493011332583e-05, 7.965827535372227e-06, 1.1869417903653812e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.028330713510513306, 0.027819275856018066, 0.025562286376953125, 0.21244719624519348, 0.47529131174087524, 0.2720023989677429], "min": [-0.31038498878479004, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35892900824546814, -0.5171930193901062, 0.15062899887561798, 0.9079779982566833, -2.622896432876587, 0.7319415211677551], "max": [-0.3102940022945404, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2700349986553192, -0.4154370129108429, 0.23868800699710846, 1.5732269287109375, -1.121137022972107, 1.5359004735946655], "count": [778]}, "eef_sim_pose_action": {"mean": [-0.3103325664997101, 0.46757280826568604, 0.22824344038963318, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.3274196684360504, -0.4694928228855133, 0.18858487904071808, 1.2151076793670654, -2.0646018981933594, 1.1664366722106934], "std": [1.4701340660394635e-05, 7.966154043970164e-06, 1.1869414265675005e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.028330720961093903, 0.027819273993372917, 0.025562269613146782, 0.21244694292545319, 0.4752907454967499, 0.27200233936309814], "min": [-0.31038498878479004, 0.4675459861755371, 0.2282090038061142, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35892900824546814, -0.5171930193901062, 0.15062899887561798, 0.9079779982566833, -2.622896432876587, 0.7319415211677551], "max": [-0.3102940022945404, 0.46759501099586487, 0.22828400135040283, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2700349986553192, -0.4154370129108429, 0.23868800699710846, 1.5732269287109375, -1.121137022972107, 1.5359004735946655], "count": [778]}, "gripper_mode_state": {"mean": [0.0, 0.4768637532133676], "std": [0.0, 0.4994644272464518], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_state": {"mean": [2.0, 1.8894601542416452], "std": [0.0, 0.4126744754711359], "min": [2, 0], "max": [2, 2], "count": [778]}, "gripper_mode_action": {"mean": [0.0, 0.4768637532133676], "std": [0.0, 0.49946442724645174], "min": [0, 0], "max": [0, 1], "count": [778]}, "gripper_activity_action": {"mean": [2.0, 1.8894601542416452], "std": [0.0, 0.41267447547113595], "min": [2, 0], "max": [2, 2], "count": [778]}}} +{"episode_index": 395, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.42015923970259245]], [[0.3991031618743694]], [[0.4021818166864061]]], "std": [[[0.18921756633808873]], [[0.18465477295146995]], [[0.18674458936273275]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3998410166359609]], [[0.39511747159714]], [[0.38938801432205994]]], "std": [[[0.23550548480340486]], [[0.22706737832985405]], [[0.2248690612324691]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5149952378602447]], [[0.4859202622603851]], [[0.49061536605693734]]], "std": [[[0.1998788414923377]], [[0.19694738351574836]], [[0.20908879492549756]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4587449376562706]], [[0.4387009694258016]], [[0.44895390429661797]]], "std": [[[0.2842531477537855]], [[0.2705431969381966]], [[0.2719907571911901]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14679965376853943, 0.3168470561504364, -0.6540970802307129, -1.5132004022598267, 0.2537883222103119, -0.16168729960918427, -0.028379054740071297, -0.3374229967594147, -0.5277799963951111, 0.17225100100040436, 0.9571970105171204, -2.5104994773864746, 0.4134180545806885, 1001.0, 181.0, 0.00018046832701656967, -0.223470538854599, -0.8361090421676636, 1.9089123010635376, -1.0680785179138184, -0.00016327023331541568], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102790117263794, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5177868008613586, 0.9317439794540405, -0.23310618102550507, -0.9919928312301636, 1.3790020942687988, 0.3257482349872589, 0.7722383737564087, -0.24936099350452423, -0.41415899991989136, 0.25636300444602966, 1.5909645557403564, -1.121137022972107, 1.3596234321594238, 1001.0, 1003.0, 0.00018046832701656967, -0.22345927357673645, -0.8361003398895264, 1.9089305400848389, -1.067992925643921, -0.00012814815272577107], "mean": [-0.19951553642749786, 0.6046725511550903, 0.4513894319534302, -1.4119491577148438, -0.2539016604423523, -0.12055092304944992, 0.028271859511733055, -0.3103325366973877, 0.46757274866104126, 0.22824351489543915, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.34199783205986023, 0.5654498934745789, -0.4658101201057434, -1.2419893741607666, 1.0531058311462402, 0.13976769149303436, 0.4747592508792877, -0.30442291498184204, -0.48026779294013977, 0.2014596164226532, 1.1772112846374512, -2.140007734298706, 0.9436139464378357, 1001.0, 570.5006103515625, 0.00018046800687443465, -0.22346505522727966, -0.8361101746559143, 1.9089317321777344, -1.06803297996521, -0.00014640792505815625], "std": [2.549514283600729e-05, 1.544908809592016e-05, 2.330554161744658e-05, 2.4412422135355882e-05, 2.301868335052859e-05, 1.8287797502125613e-05, 1.871600397862494e-05, 1.546433850307949e-05, 8.0415311458637e-06, 1.215897918882547e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09275338798761368, 0.19165031611919403, 0.10817829519510269, 0.18297690153121948, 0.31938380002975464, 0.13847313821315765, 0.24107716977596283, 0.028538228943943977, 0.037435706704854965, 0.02120184525847435, 0.17670147120952606, 0.42439743876457214, 0.26421162486076355, 0.0, 399.8739318847656, 3.2014213502407074e-10, 1.3598461237052106e-06, 5.789100214315113e-06, 1.1258008271397557e-05, 2.483933712937869e-05, 7.830478352843784e-06], "count": [791]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14679965376853943, 0.3168470561504364, -0.6540970802307129, -1.5132004022598267, 0.2537883222103119, -0.16168729960918427, -0.028379054740071297, -0.3374229967594147, -0.5277799963951111, 0.17225100100040436, 0.9571970105171204, -2.5104994773864746, 0.4134180545806885, 1001.0, 181.0, 0.00018046832701656967, -0.223470538854599, -0.8361090421676636, 1.9089123010635376, -1.0680785179138184, -0.00016327023331541568], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102790117263794, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5177868008613586, 0.9317439794540405, -0.23310618102550507, -0.9919928312301636, 1.3790020942687988, 0.3257482349872589, 0.7722383737564087, -0.24936099350452423, -0.41415899991989136, 0.25636300444602966, 1.5909645557403564, -1.121137022972107, 1.3596234321594238, 1001.0, 1003.0, 0.00018046832701656967, -0.22345927357673645, -0.8361003398895264, 1.9089305400848389, -1.067992925643921, -0.00012814815272577107], "mean": [-0.19951555132865906, 0.6046726107597351, 0.45138946175575256, -1.4119491577148438, -0.2539016902446747, -0.12055087834596634, 0.028271859511733055, -0.31033259630203247, 0.4675726890563965, 0.22824351489543915, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.3421933054924011, 0.5653784275054932, -0.46595048904418945, -1.2417799234390259, 1.0536603927612305, 0.13990074396133423, 0.47494059801101685, -0.3044532835483551, -0.48030540347099304, 0.20142902433872223, 1.1768763065338135, -2.140598773956299, 0.9437447786331177, 1001.0, 570.503173828125, 0.00018046800687443465, -0.22346505522727966, -0.8361101746559143, 1.9089317321777344, -1.0680328607559204, -0.00014638033462688327], "std": [2.5496357920928858e-05, 1.5432779036927968e-05, 2.3318403691519052e-05, 2.4389632017118856e-05, 2.2968248231336474e-05, 1.8248385458718985e-05, 1.871600397862494e-05, 1.5409550542244688e-05, 8.012830221559852e-06, 1.216429427586263e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.09261594712734222, 0.19164621829986572, 0.10823160409927368, 0.18287673592567444, 0.318374365568161, 0.13827355206012726, 0.24075272679328918, 0.028557268902659416, 0.03743789717555046, 0.02118067443370819, 0.1762007772922516, 0.4233027398586273, 0.2641391456127167, 0.0, 399.87664794921875, 3.2014213502407074e-10, 1.3612259408546379e-06, 5.792427600681549e-06, 1.1247686416027136e-05, 2.4841057893354446e-05, 7.822882253094576e-06], "count": [791]}, "timestamp": {"min": [0.0], "max": [26.333333333333332], "mean": [13.166666666666668], "std": [7.611394966320781], "count": [791]}, "frame_index": {"min": [0], "max": [790], "mean": [395.0], "std": [228.34184898962346], "count": [791]}, "episode_index": {"min": [399], "max": [399], "mean": [399.0], "std": [0.0], "count": [791]}, "index": {"min": [325583], "max": [326373], "mean": [325978.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [791]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5700050546080062], "std": [0.0, 0.39933870979769154], "count": [791]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.5700050546080062], "std": [0.0, 0.39933870979769154], "count": [791]}, "eef_direction_state": {"mean": [6.0, 4.45385587863464], "std": [0.0, 2.0276426434956507], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.0, 0.4475347661188369], "std": [0.0, 0.5073077756737833], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_state": {"mean": [0.0, 0.3577749683944374], "std": [0.0, 0.6873883625663368], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_direction_action": {"mean": [6.0, 4.45385587863464], "std": [0.0, 2.0276426434956507], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.0, 0.4475347661188369], "std": [0.0, 0.5073077756737833], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_acc_mag_action": {"mean": [0.0, 0.3577749683944374], "std": [0.0, 0.6873883625663368], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [-0.3103325664997101, 0.46757280826568604, 0.22824347019195557, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3044227957725525, -0.48026806116104126, 0.20145978033542633, 1.1772109270095825, -2.140007972717285, 0.9436119794845581], "std": [1.546430394228082e-05, 8.041331966524012e-06, 1.2158936442574486e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.028538238257169724, 0.03743569552898407, 0.02120184898376465, 0.17670166492462158, 0.4243977963924408, 0.2642115652561188], "min": [-0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3374229967594147, -0.5277799963951111, 0.17225100100040436, 0.9571970105171204, -2.5104994773864746, 0.4134180545806885], "max": [-0.3102790117263794, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24936099350452423, -0.41415899991989136, 0.25636300444602966, 1.5909645557403564, -1.121137022972107, 1.3596234321594238], "count": [791]}, "eef_sim_pose_action": {"mean": [-0.3103325366973877, 0.46757274866104126, 0.22824351489543915, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.30442291498184204, -0.48026779294013977, 0.2014596164226532, 1.1772112846374512, -2.140007734298706, 0.9436139464378357], "std": [1.546433850307949e-05, 8.0415311458637e-06, 1.215897918882547e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.028538228943943977, 0.037435706704854965, 0.02120184525847435, 0.17670147120952606, 0.42439743876457214, 0.26421162486076355], "min": [-0.31038400530815125, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3374229967594147, -0.5277799963951111, 0.17225100100040436, 0.9571970105171204, -2.5104994773864746, 0.4134180545806885], "max": [-0.3102790117263794, 0.46759799122810364, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.24936099350452423, -0.41415899991989136, 0.25636300444602966, 1.5909645557403564, -1.121137022972107, 1.3596234321594238], "count": [791]}, "gripper_mode_state": {"mean": [0.0, 0.5170670037926675], "std": [0.0, 0.49970863248651404], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_state": {"mean": [2.0, 1.8912768647281921], "std": [0.0, 0.4125861368390719], "min": [2, 0], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.0, 0.5170670037926675], "std": [0.0, 0.49970863248651404], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_action": {"mean": [2.0, 1.8912768647281921], "std": [0.0, 0.4125861368390719], "min": [2, 0], "max": [2, 2], "count": [791]}}} +{"episode_index": 396, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.42106005752995646]], [[0.3987657313793573]], [[0.40215851942628905]]], "std": [[[0.18966710188089292]], [[0.18517335680989594]], [[0.1873443839124828]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3998549510371278]], [[0.39399494768972404]], [[0.3884156354960966]]], "std": [[[0.23422000344714847]], [[0.22559071070794243]], [[0.2247034575090628]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5151342550040849]], [[0.48606658354892884]], [[0.4908129950186093]]], "std": [[[0.20008848807915303]], [[0.19718612046542397]], [[0.20933010684912065]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45137721978258893]], [[0.42828714483478575]], [[0.4379257670660857]]], "std": [[[0.27358528661798]], [[0.2601313077741125]], [[0.2632369661312893]]], "count": [144]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14505431056022644, 0.28216737508773804, -0.6829996705055237, -1.4371216297149658, 0.2442588210105896, -0.17847736179828644, -0.02834414690732956, -0.35179001092910767, -0.5083569884300232, 0.15259000658988953, 0.9189967513084412, -2.561429262161255, 0.35523349046707153, 1001.0, 188.0, 0.00017858845239970833, -0.22347241640090942, -0.8361114263534546, 1.9089012145996094, -1.0682227611541748, -0.0001414375874446705], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4121595025062561, 0.7176967859268188, -0.2442762851715088, -0.9637882709503174, 1.2568988800048828, 0.21205750107765198, 0.9411339163780212, -0.2646780014038086, -0.42177700996398926, 0.2282789945602417, 1.618349313735962, -1.1176466941833496, 1.3583194017410278, 1001.0, 1003.0, 0.00018046832701656967, -0.22346115112304688, -0.8361034989356995, 1.9089257717132568, -1.0680222511291504, -0.00012245267862454057], "mean": [-0.19951632618904114, 0.6046732068061829, 0.4513901174068451, -1.4119491577148438, -0.25389641523361206, -0.12054841220378876, 0.02827552706003189, -0.3103327751159668, 0.467572957277298, 0.22824396193027496, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.3177463412284851, 0.4697345197200775, -0.42721158266067505, -1.2038321495056152, 0.9804598689079285, 0.04407118633389473, 0.5171321630477905, -0.317152202129364, -0.47783422470092773, 0.18347486853599548, 1.2444369792938232, -2.130432605743408, 1.0147496461868286, 1001.0, 585.4542846679688, 0.00018017453840002418, -0.22346530854701996, -0.8361056447029114, 1.9089316129684448, -1.0680763721466064, -0.00013022279017604887], "std": [2.6147290554945357e-05, 1.6495878298883326e-05, 2.1887137336307205e-05, 2.4618051611469127e-05, 2.338835838600062e-05, 1.8402040950604714e-05, 1.9482018615235575e-05, 1.4533566172758583e-05, 8.013036676857155e-06, 1.2455432624847163e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.062176961451768875, 0.15135446190834045, 0.1157398596405983, 0.13777050375938416, 0.2940862476825714, 0.12602750957012177, 0.2839738130569458, 0.027470575645565987, 0.028212087228894234, 0.021601751446723938, 0.2157798707485199, 0.4300384521484375, 0.3256513774394989, 0.0, 397.20318603515625, 6.826423373240686e-07, 1.4853029597361456e-06, 1.6526781791981193e-06, 1.2963646440766752e-05, 5.880860044271685e-05, 3.5855423448083457e-06], "count": [755]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038200855255127, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.14505431056022644, 0.28216737508773804, -0.6829996705055237, -1.4371216297149658, 0.2442588210105896, -0.17847736179828644, -0.02834414690732956, -0.35179001092910767, -0.5083569884300232, 0.15259000658988953, 0.9189967513084412, -2.561429262161255, 0.35523349046707153, 1001.0, 188.0, 0.00017858845239970833, -0.22347241640090942, -0.8361114263534546, 1.9089012145996094, -1.0682227611541748, -0.0001414375874446705], "max": [-0.19945622980594635, 0.6047216653823853, 0.45146432518959045, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102940022945404, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4121595025062561, 0.7176967859268188, -0.2442762851715088, -0.9637882709503174, 1.2568988800048828, 0.21205750107765198, 0.9411339163780212, -0.2646780014038086, -0.42177700996398926, 0.2282789945602417, 1.618349313735962, -1.1176466941833496, 1.3583194017410278, 1001.0, 1003.0, 0.00018046832701656967, -0.22346115112304688, -0.8361034989356995, 1.9089257717132568, -1.0680222511291504, -0.00012245267862454057], "mean": [-0.19951637089252472, 0.6046732664108276, 0.4513901174068451, -1.4119491577148438, -0.25389647483825684, -0.12054841220378876, 0.02827552706003189, -0.3103328049182892, 0.4675728976726532, 0.22824396193027496, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.3178701400756836, 0.46950671076774597, -0.4271745979785919, -1.203490138053894, 0.9809263944625854, 0.044012174010276794, 0.5173990726470947, -0.31720638275146484, -0.4778701961040497, 0.18344980478286743, 1.2441208362579346, -2.1310102939605713, 1.0151046514511108, 1001.0, 585.4530029296875, 0.0001801745529519394, -0.22346530854701996, -0.8361056447029114, 1.9089316129684448, -1.068076491355896, -0.00013020644837524742], "std": [2.6147417884203605e-05, 1.659127519815229e-05, 2.185953053412959e-05, 2.4618051611469127e-05, 2.3351580239250325e-05, 1.8402040950604714e-05, 1.9482018615235575e-05, 1.4566825484507717e-05, 8.016433639568277e-06, 1.246120245923521e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.06203426420688629, 0.15128087997436523, 0.11573649197816849, 0.13757359981536865, 0.2932116985321045, 0.12611505389213562, 0.28355517983436584, 0.027497325092554092, 0.028216257691383362, 0.021560732275247574, 0.21547263860702515, 0.42897313833236694, 0.3255045413970947, 0.0, 397.2021179199219, 6.826401204307331e-07, 1.4853029597361456e-06, 1.6526781791981193e-06, 1.296267055295175e-05, 5.886760845896788e-05, 3.5841339922626503e-06], "count": [755]}, "timestamp": {"min": [0.0], "max": [25.133333333333333], "mean": [12.566666666666665], "std": [7.264984514780469], "count": [755]}, "frame_index": {"min": [0], "max": [754], "mean": [377.0], "std": [217.94953544341405], "count": [755]}, "episode_index": {"min": [400], "max": [400], "mean": [400.0], "std": [0.0], "count": [755]}, "index": {"min": [326374], "max": [327128], "mean": [326751.0], "std": [217.94953544341405], "count": [755]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [755]}, "gripper_open_scale_state": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.5843960235450442], "std": [0.0, 0.39609318640833574], "count": [755]}, "gripper_open_scale_action": {"min": [1.0, 0.18799999356269836], "max": [1.0, 1.0], "mean": [1.0, 0.5843960235450442], "std": [0.0, 0.39609318640833574], "count": [755]}, "eef_direction_state": {"mean": [6.0, 4.63841059602649], "std": [0.0, 1.8974664504935588], "min": [6, 0], "max": [6, 6], "count": [755]}, "eef_velocity_state": {"mean": [0.0, 0.42251655629139073], "std": [0.0, 0.4966339925675346], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_acc_mag_state": {"mean": [0.0, 0.27947019867549666], "std": [0.0, 0.6197967922484067], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_direction_action": {"mean": [6.0, 4.63841059602649], "std": [0.0, 1.8974664504935588], "min": [6, 0], "max": [6, 6], "count": [755]}, "eef_velocity_action": {"mean": [0.0, 0.42251655629139073], "std": [0.0, 0.4966339925675346], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_acc_mag_action": {"mean": [0.0, 0.27947019867549666], "std": [0.0, 0.6197967922484067], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_sim_pose_state": {"mean": [-0.31033289432525635, 0.4675728678703308, 0.2282439023256302, -1.573227047920227, -1.1211369037628174, -0.7462755441665649, -0.3171520233154297, -0.47783389687538147, 0.18347491323947906, 1.2444359064102173, -2.130431652069092, 1.0147477388381958], "std": [1.4533081412082538e-05, 8.012544640223496e-06, 1.2455274372769054e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.027470584958791733, 0.028212087228894234, 0.021601751446723938, 0.21578003466129303, 0.43003830313682556, 0.3256514370441437], "min": [-0.31038200855255127, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35179001092910767, -0.5083569884300232, 0.15259000658988953, 0.9189967513084412, -2.561429262161255, 0.35523349046707153], "max": [-0.3102940022945404, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2646780014038086, -0.42177700996398926, 0.2282789945602417, 1.618349313735962, -1.1176466941833496, 1.3583194017410278], "count": [755]}, "eef_sim_pose_action": {"mean": [-0.3103327751159668, 0.467572957277298, 0.22824396193027496, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, -0.317152202129364, -0.47783422470092773, 0.18347486853599548, 1.2444369792938232, -2.130432605743408, 1.0147496461868286], "std": [1.4533566172758583e-05, 8.013036676857155e-06, 1.2455432624847163e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.027470575645565987, 0.028212087228894234, 0.021601751446723938, 0.2157798707485199, 0.4300384521484375, 0.3256513774394989], "min": [-0.31038200855255127, 0.4675469994544983, 0.22820700705051422, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35179001092910767, -0.5083569884300232, 0.15259000658988953, 0.9189967513084412, -2.561429262161255, 0.35523349046707153], "max": [-0.3102940022945404, 0.46759599447250366, 0.2282859981060028, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2646780014038086, -0.42177700996398926, 0.2282789945602417, 1.618349313735962, -1.1176466941833496, 1.3583194017410278], "count": [755]}, "gripper_mode_state": {"mean": [0.0, 0.5033112582781457], "std": [0.0, 0.4999890354483923], "min": [0, 0], "max": [0, 1], "count": [755]}, "gripper_activity_state": {"mean": [2.0, 1.8874172185430464], "std": [0.0, 0.4172290548449781], "min": [2, 0], "max": [2, 2], "count": [755]}, "gripper_mode_action": {"mean": [0.0, 0.5033112582781457], "std": [0.0, 0.4999890354483923], "min": [0, 0], "max": [0, 1], "count": [755]}, "gripper_activity_action": {"mean": [2.0, 1.8874172185430464], "std": [0.0, 0.4172290548449781], "min": [2, 0], "max": [2, 2], "count": [755]}}} +{"episode_index": 397, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.996078431372549]]], "mean": [[[0.420991359589813]], [[0.3983548047667343]], [[0.40173992421681315]]], "std": [[[0.18937441905131877]], [[0.18513711928769286]], [[0.1872121955981219]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39932572684246115]], [[0.39328767325895875]], [[0.38776769072571554]]], "std": [[[0.23366329803074198]], [[0.22489073437313314]], [[0.2235924502607944]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5153150721208024]], [[0.48621963460671624]], [[0.4910725631057021]]], "std": [[[0.19986479208755212]], [[0.19719445371924896]], [[0.20939615246436782]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4706474236533694]], [[0.4454489886184359]], [[0.45457298146270003]]], "std": [[[0.27039093050974916]], [[0.25921779864090344]], [[0.26346613394589324]]], "count": [145]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029792770743370056, 0.25214770436286926, -0.4753054976463318, -1.6091935634613037, 0.2502802312374115, -0.15950563549995422, -0.028379054740071297, -0.3502250015735626, -0.515084981918335, 0.1574620008468628, 0.845739483833313, -2.4680233001708984, 0.6437640190124512, 1001.0, 174.0, 0.00017858845239970833, -0.22347241640090942, -0.8361130356788635, 1.9089059829711914, -1.068217158317566, -0.00012340191460680217], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39844122529029846, 0.8387179970741272, -0.2154608964920044, -1.031402349472046, 1.3250365257263184, 0.15076152980327606, 0.6670124530792236, -0.23700299859046936, -0.4024380147457123, 0.2577419877052307, 1.6170085668563843, -1.119681477546692, 1.4647058248519897, 1001.0, 1003.0, 0.00018046832701656967, -0.22346115112304688, -0.8361043334007263, 1.9089257717132568, -1.068041205406189, 4.55637855338864e-05], "mean": [-0.1995166689157486, 0.6046722531318665, 0.4513910412788391, -1.4119476079940796, -0.25389978289604187, -0.12054666131734848, 0.02827651984989643, -0.3103332817554474, 0.4675728380680084, 0.2282429337501526, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.2406396120786667, 0.4868078827857971, -0.36185213923454285, -1.2737696170806885, 0.9550812244415283, 0.004021703731268644, 0.4124235510826111, -0.3116871118545532, -0.47180160880088806, 0.19576439261436462, 1.2377046346664429, -2.0032904148101807, 1.1022659540176392, 1001.0, 607.3798828125, 0.00017964650760404766, -0.2234652042388916, -0.8361106514930725, 1.9089269638061523, -1.0681288242340088, -2.7782245524576865e-05], "std": [2.5238650778192095e-05, 1.6679918189765885e-05, 2.2798494683229364e-05, 2.520014277251903e-05, 2.2744359739590436e-05, 1.758250618877355e-05, 1.9894256183761172e-05, 1.5023573723738082e-05, 8.082233762252145e-06, 1.1858938705699984e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.10714373737573624, 0.19353611767292023, 0.07844133675098419, 0.203876331448555, 0.3135423958301544, 0.10972297936677933, 0.2296711802482605, 0.03846335783600807, 0.03605405241250992, 0.030133794993162155, 0.26809123158454895, 0.4075689911842346, 0.26151350140571594, 0.0, 403.1087646484375, 9.325299288320821e-07, 1.612949745322112e-06, 3.7471361338248244e-06, 1.1413857464503963e-05, 5.986447649775073e-05, 6.562827184097841e-05], "count": [766]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.02822197414934635, -0.31037700176239014, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.029792770743370056, 0.25214770436286926, -0.4753054976463318, -1.6091935634613037, 0.2502802312374115, -0.15950563549995422, -0.028379054740071297, -0.3502250015735626, -0.515084981918335, 0.1574620008468628, 0.845739483833313, -2.4680233001708984, 0.6437640190124512, 1001.0, 174.0, 0.00017858845239970833, -0.22347241640090942, -0.8361130356788635, 1.9089059829711914, -1.068217158317566, -0.00012340191460680217], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12048007547855377, 0.02834414690732956, -0.3102799952030182, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.39844122529029846, 0.8387179970741272, -0.2154608964920044, -1.031402349472046, 1.3250365257263184, 0.15076152980327606, 0.6670124530792236, -0.23700299859046936, -0.4024380147457123, 0.2577419877052307, 1.6170085668563843, -1.119681477546692, 1.4647058248519897, 1001.0, 1003.0, 0.00018046832701656967, -0.22346115112304688, -0.8361043334007263, 1.9089257717132568, -1.068041205406189, 4.55637855338864e-05], "mean": [-0.1995166689157486, 0.6046722531318665, 0.4513910412788391, -1.4119476079940796, -0.2538997232913971, -0.12054668366909027, 0.02827651984989643, -0.3103332817554474, 0.4675728380680084, 0.2282429337501526, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, 0.24075530469417572, 0.48659548163414, -0.3618723750114441, -1.273482322692871, 0.9556075930595398, 0.003975290339440107, 0.41260403394699097, -0.3117382824420929, -0.47183263301849365, 0.19572502374649048, 1.2373420000076294, -2.003880500793457, 1.1026530265808105, 1001.0, 607.3772583007812, 0.0001796440628822893, -0.2234652042388916, -0.8361106514930725, 1.9089269638061523, -1.0681285858154297, -2.757654328888748e-05], "std": [2.5238648959202692e-05, 1.6687859897501767e-05, 2.2798494683229364e-05, 2.520014277251903e-05, 2.279355794598814e-05, 1.7575004676473327e-05, 1.9894256183761172e-05, 1.5022631487227045e-05, 8.082233762252145e-06, 1.1867801731568761e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.10714699327945709, 0.19349588453769684, 0.07846634835004807, 0.2038363665342331, 0.3127020597457886, 0.10978305339813232, 0.22937902808189392, 0.03848760575056076, 0.03606062009930611, 0.030111027881503105, 0.26782479882240295, 0.4066178500652313, 0.2612055540084839, 0.0, 403.10552978515625, 9.328328474111913e-07, 1.612949745322112e-06, 3.750105634026113e-06, 1.1405467375880107e-05, 5.990249337628484e-05, 6.557515007443726e-05], "count": [766]}, "timestamp": {"min": [0.0], "max": [25.5], "mean": [12.75], "std": [7.370832155643395], "count": [766]}, "frame_index": {"min": [0], "max": [765], "mean": [382.5], "std": [221.12496466930187], "count": [766]}, "episode_index": {"min": [401], "max": [401], "mean": [401.0], "std": [0.0], "count": [766]}, "index": {"min": [327129], "max": [327894], "mean": [327511.5], "std": [221.12496466930187], "count": [766]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [766]}, "gripper_open_scale_state": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6068041755309616], "std": [0.0, 0.40254480974813367], "count": [766]}, "gripper_open_scale_action": {"min": [1.0, 0.17399999499320984], "max": [1.0, 1.0], "mean": [1.0, 0.6068041755309616], "std": [0.0, 0.40254480974813367], "count": [766]}, "eef_direction_state": {"mean": [6.0, 4.64621409921671], "std": [0.0, 2.032736011651534], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_state": {"mean": [0.0, 0.41906005221932113], "std": [0.0, 0.5603077800675019], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_state": {"mean": [0.0, 0.32114882506527415], "std": [0.0, 0.6553628825904084], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_direction_action": {"mean": [6.0, 4.64621409921671], "std": [0.0, 2.032736011651534], "min": [6, 0], "max": [6, 6], "count": [766]}, "eef_velocity_action": {"mean": [0.0, 0.41906005221932113], "std": [0.0, 0.5603077800675019], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_acc_mag_action": {"mean": [0.0, 0.32114882506527415], "std": [0.0, 0.6553628825904084], "min": [0, 0], "max": [0, 2], "count": [766]}, "eef_sim_pose_state": {"mean": [-0.3103332817554474, 0.4675728678703308, 0.2282429337501526, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.3116869330406189, -0.47180166840553284, 0.19576427340507507, 1.2377032041549683, -2.0032882690429688, 1.102264642715454], "std": [1.5023580999695696e-05, 8.082184649538249e-06, 1.1858940524689388e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.03846336156129837, 0.03605404868721962, 0.0301338080316782, 0.2680909335613251, 0.40756887197494507, 0.26151344180107117], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3502250015735626, -0.515084981918335, 0.1574620008468628, 0.845739483833313, -2.4680233001708984, 0.6437640190124512], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23700299859046936, -0.4024380147457123, 0.2577419877052307, 1.6170085668563843, -1.119681477546692, 1.4647058248519897], "count": [766]}, "eef_sim_pose_action": {"mean": [-0.3103332817554474, 0.4675728380680084, 0.2282429337501526, -1.5732388496398926, -1.121140956878662, -0.7462766766548157, -0.3116871118545532, -0.47180160880088806, 0.19576439261436462, 1.2377046346664429, -2.0032904148101807, 1.1022659540176392], "std": [1.5023573723738082e-05, 8.082233762252145e-06, 1.1858938705699984e-05, 1.1920928955078125e-05, 3.933906555175781e-06, 1.0728836059570312e-06, 0.03846335783600807, 0.03605405241250992, 0.030133794993162155, 0.26809123158454895, 0.4075689911842346, 0.26151350140571594], "min": [-0.31037700176239014, 0.46755099296569824, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3502250015735626, -0.515084981918335, 0.1574620008468628, 0.845739483833313, -2.4680233001708984, 0.6437640190124512], "max": [-0.3102799952030182, 0.46759799122810364, 0.2282779961824417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.23700299859046936, -0.4024380147457123, 0.2577419877052307, 1.6170085668563843, -1.119681477546692, 1.4647058248519897], "count": [766]}, "gripper_mode_state": {"mean": [0.0, 0.46866840731070497], "std": [0.0, 0.4990173657294456], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_state": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.4144389474283868], "min": [2, 0], "max": [2, 2], "count": [766]}, "gripper_mode_action": {"mean": [0.0, 0.46866840731070497], "std": [0.0, 0.4990173657294456], "min": [0, 0], "max": [0, 1], "count": [766]}, "gripper_activity_action": {"mean": [2.0, 1.8890339425587468], "std": [0.0, 0.41443894742838666], "min": [2, 0], "max": [2, 2], "count": [766]}}} +{"episode_index": 398, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4149699926299191]], [[0.39606134449700625]], [[0.3987853992412816]]], "std": [[[0.1909286292362116]], [[0.18728647836880083]], [[0.18886082466152063]]], "count": [143]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39648114344805524]], [[0.39097931806755337]], [[0.3852199754901961]]], "std": [[[0.2327708185737467]], [[0.2246632049838063]], [[0.22264058772423947]]], "count": [143]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5129557238105033]], [[0.48444058943507473]], [[0.48920538815759407]]], "std": [[[0.19943066808198842]], [[0.19727028963752918]], [[0.20946697007352605]]], "count": [143]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45343157251245486]], [[0.432266708373326]], [[0.4413550736436766]]], "std": [[[0.27282746549551956]], [[0.26294993598225525]], [[0.2664040999173831]]], "count": [143]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1129053458571434, 0.2807885706424713, -0.6401343941688538, -1.466233730316162, 0.2537708580493927, -0.15458381175994873, -0.02834414690732956, -0.35396599769592285, -0.5155370235443115, 0.06024400144815445, 0.851391077041626, -2.5242059230804443, 0.6187880039215088, 1001.0, 173.0, 0.00017858845239970833, -0.22347618639469147, -0.8361106514930725, 1.9089107513427734, -1.0681039094924927, 1.4238683434086852e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5464451313018799, 0.6047565937042236, -0.21310469508171082, -0.9336638450622559, 1.3369570970535278, 0.20039871335029602, 0.713036835193634, -0.2706040143966675, -0.45152100920677185, 0.2287839949131012, 1.5759432315826416, -1.121137022972107, 1.4094452857971191, 1001.0, 1002.0, 0.00018046832701656967, -0.22345739603042603, -0.8360987901687622, 1.9089305400848389, -1.0679762363433838, 4.081755832885392e-05], "mean": [-0.1995149403810501, 0.6046746373176575, 0.45139187574386597, -1.411949872970581, -0.2539032995700836, -0.12054761499166489, 0.02827243134379387, -0.310332715511322, 0.4675723612308502, 0.2282431423664093, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.36189860105514526, 0.41292935609817505, -0.45211225748062134, -1.166953206062317, 1.003930926322937, 0.07192889600992203, 0.41616132855415344, -0.3158586621284485, -0.49621960520744324, 0.16354794800281525, 1.1656627655029297, -2.11958909034729, 1.0719318389892578, 1001.0, 597.537353515625, 0.0001796162105165422, -0.22346535325050354, -0.836103618144989, 1.9089319705963135, -1.0680238008499146, 3.243250466766767e-05], "std": [2.6378560505690984e-05, 1.82237690751208e-05, 2.292011777171865e-05, 2.4779297746135853e-05, 2.0966735974070616e-05, 1.738230639602989e-05, 1.845569750003051e-05, 1.4610543075832538e-05, 8.086690286290832e-06, 1.260399312741356e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.10411698371171951, 0.09276296198368073, 0.10569308698177338, 0.13131365180015564, 0.3198118209838867, 0.1294228732585907, 0.24264003336429596, 0.026829669252038002, 0.015767402946949005, 0.04523979127407074, 0.2638653516769409, 0.43661946058273315, 0.25293880701065063, 0.0, 402.7598876953125, 9.358327588415705e-07, 1.6288817050735815e-06, 2.7659236820909427e-06, 1.1102652933914214e-05, 3.35245713358745e-05, 4.435346909303917e-06], "count": [750]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02822197414934635, -0.3103789985179901, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.1129053458571434, 0.2807885706424713, -0.6401343941688538, -1.466233730316162, 0.2537708580493927, -0.15458381175994873, -0.02834414690732956, -0.35396599769592285, -0.5155370235443115, 0.06024400144815445, 0.851391077041626, -2.5242059230804443, 0.6187880039215088, 1001.0, 173.0, 0.00017858845239970833, -0.22347618639469147, -0.8361106514930725, 1.9089107513427734, -1.0681039094924927, 1.4238683434086852e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.31029000878334045, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.5464451313018799, 0.6047565937042236, -0.21310469508171082, -0.9336638450622559, 1.3369570970535278, 0.20039871335029602, 0.713036835193634, -0.2706040143966675, -0.45152100920677185, 0.2287839949131012, 1.5759432315826416, -1.121137022972107, 1.4094452857971191, 1001.0, 1002.0, 0.00018046832701656967, -0.22345739603042603, -0.8360987901687622, 1.9089305400848389, -1.0679762363433838, 4.081755832885392e-05], "mean": [-0.1995149552822113, 0.6046746969223022, 0.4513918161392212, -1.411949872970581, -0.253903329372406, -0.12054764479398727, 0.02827243134379387, -0.310332715511322, 0.4675723612308502, 0.2282431572675705, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, 0.3620727062225342, 0.41274312138557434, -0.4522230327129364, -1.1666200160980225, 1.0045017004013062, 0.07188349217176437, 0.4163071811199188, -0.3159163296222687, -0.49625879526138306, 0.16350756585597992, 1.1652833223342896, -2.120173215866089, 1.072277545928955, 1001.0, 597.537353515625, 0.0001796162105165422, -0.22346535325050354, -0.836103618144989, 1.908932089805603, -1.0680238008499146, 3.243250466766767e-05], "std": [2.6428737328387797e-05, 1.8228780390927568e-05, 2.2938489564694464e-05, 2.47913776547648e-05, 2.090485031658318e-05, 1.7443333490518853e-05, 1.845569750003051e-05, 1.4668456060462631e-05, 8.099810656858608e-06, 1.2596044143720064e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.10395421087741852, 0.09251771122217178, 0.10573585331439972, 0.13100820779800415, 0.31885480880737305, 0.12949629127979279, 0.24240513145923615, 0.02686416730284691, 0.0157326553016901, 0.045195501297712326, 0.26348522305488586, 0.43557611107826233, 0.2526707649230957, 0.0, 402.7598876953125, 9.358327588415705e-07, 1.6288817050735815e-06, 2.762306621661992e-06, 1.1200832886970602e-05, 3.34581927745603e-05, 4.435346909303917e-06], "count": [750]}, "timestamp": {"min": [0.0], "max": [24.966666666666665], "mean": [12.483333333333333], "std": [7.21687194986448], "count": [750]}, "frame_index": {"min": [0], "max": [749], "mean": [374.5], "std": [216.5061584959344], "count": [750]}, "episode_index": {"min": [402], "max": [402], "mean": [402.0], "std": [0.0], "count": [750]}, "index": {"min": [327895], "max": [328644], "mean": [328269.5], "std": [216.5061584959344], "count": [750]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [750]}, "gripper_open_scale_state": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.597534664372603], "std": [0.0, 0.4027572768974591], "count": [750]}, "gripper_open_scale_action": {"min": [1.0, 0.17299999296665192], "max": [1.0, 1.0], "mean": [1.0, 0.597534664372603], "std": [0.0, 0.4027572768974591], "count": [750]}, "eef_direction_state": {"mean": [6.0, 4.584], "std": [0.0, 1.9933917494227416], "min": [6, 0], "max": [6, 6], "count": [750]}, "eef_velocity_state": {"mean": [0.0, 0.44666666666666666], "std": [0.0, 0.499822190606044], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_acc_mag_state": {"mean": [0.0, 0.3413333333333333], "std": [0.0, 0.6719312134106832], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_direction_action": {"mean": [6.0, 4.584], "std": [0.0, 1.9933917494227416], "min": [6, 0], "max": [6, 6], "count": [750]}, "eef_velocity_action": {"mean": [0.0, 0.44666666666666666], "std": [0.0, 0.499822190606044], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_acc_mag_action": {"mean": [0.0, 0.3413333333333333], "std": [0.0, 0.6719312134106832], "min": [0, 0], "max": [0, 2], "count": [750]}, "eef_sim_pose_state": {"mean": [-0.31033262610435486, 0.46757251024246216, 0.2282431572675705, -1.5732269287109375, -1.1211369037628174, -0.7462755441665649, -0.3158586323261261, -0.49621930718421936, 0.16354797780513763, 1.1656653881072998, -2.119586944580078, 1.0719332695007324], "std": [1.461029751226306e-05, 8.085296030913014e-06, 1.2603960385604296e-05, 0.0, 1.1920928955078125e-07, 5.960464477539063e-08, 0.0268296729773283, 0.01576741226017475, 0.045239776372909546, 0.26386529207229614, 0.43661922216415405, 0.2529389262199402], "min": [-0.3103789985179901, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35396599769592285, -0.5155370235443115, 0.06024400144815445, 0.851391077041626, -2.5242059230804443, 0.6187880039215088], "max": [-0.31029000878334045, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2706040143966675, -0.45152100920677185, 0.2287839949131012, 1.5759432315826416, -1.121137022972107, 1.4094452857971191], "count": [750]}, "eef_sim_pose_action": {"mean": [-0.310332715511322, 0.4675723612308502, 0.2282431423664093, -1.573238730430603, -1.1211405992507935, -0.7462766766548157, -0.3158586621284485, -0.49621960520744324, 0.16354794800281525, 1.1656627655029297, -2.11958909034729, 1.0719318389892578], "std": [1.4610543075832538e-05, 8.086690286290832e-06, 1.260399312741356e-05, 1.1801719665527344e-05, 3.5762786865234375e-06, 1.0728836059570312e-06, 0.026829669252038002, 0.015767402946949005, 0.04523979127407074, 0.2638653516769409, 0.43661946058273315, 0.25293880701065063], "min": [-0.3103789985179901, 0.4675469994544983, 0.22821000218391418, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.35396599769592285, -0.5155370235443115, 0.06024400144815445, 0.851391077041626, -2.5242059230804443, 0.6187880039215088], "max": [-0.31029000878334045, 0.467602014541626, 0.2282799929380417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2706040143966675, -0.45152100920677185, 0.2287839949131012, 1.5759432315826416, -1.121137022972107, 1.4094452857971191], "count": [750]}, "gripper_mode_state": {"mean": [0.0, 0.48], "std": [0.0, 0.49959983987187107], "min": [0, 0], "max": [0, 1], "count": [750]}, "gripper_activity_state": {"mean": [2.0, 1.8826666666666667], "std": [0.0, 0.4253228838841828], "min": [2, 0], "max": [2, 2], "count": [750]}, "gripper_mode_action": {"mean": [0.0, 0.48], "std": [0.0, 0.4995998398718711], "min": [0, 0], "max": [0, 1], "count": [750]}, "gripper_activity_action": {"mean": [2.0, 1.8826666666666667], "std": [0.0, 0.4253228838841829], "min": [2, 0], "max": [2, 2], "count": [750]}}} +{"episode_index": 399, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[0.9686274509803922]]], "mean": [[[0.4167282079498466]], [[0.39617304977546575]], [[0.39906556094660084]]], "std": [[[0.18937766936738265]], [[0.1861336765244735]], [[0.18754260611720208]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3950708936352319]], [[0.3894861041638878]], [[0.3836214860944378]]], "std": [[[0.2320639357050868]], [[0.22418318222528824]], [[0.22246059763880968]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5138528953247965]], [[0.4851940748521631]], [[0.489916002512116]]], "std": [[[0.1997847017744757]], [[0.1974310944943448]], [[0.20959165260540366]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4602547227224223]], [[0.4367563817193544]], [[0.44569876144902404]]], "std": [[[0.26591526140703403]], [[0.2566071629369194]], [[0.26032025295915834]]], "count": [147]}, "observation.state": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07904595881700516, 0.26572638750076294, -0.6424906253814697, -1.4996916055679321, 0.2537883222103119, -0.21757273375988007, -0.02834414690732956, -0.3607789874076843, -0.5148699879646301, 0.08400999754667282, 0.8930677771568298, -2.5893893241882324, 0.5766192078590393, 1001.0, 178.0, 0.00017858845239970833, -0.223470538854599, -0.8361138105392456, 1.9089075326919556, -1.068177580833435, 2.1832647689734586e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48254865407943726, 0.6047391295433044, -0.19322539865970612, -1.0606889724731445, 1.2988216876983643, 0.12463396042585373, 0.9271188974380493, -0.2862139940261841, -0.4429430067539215, 0.2282949984073639, 1.634352445602417, -1.121137022972107, 1.4923406839370728, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361027240753174, 1.9089281558990479, -1.068002462387085, 3.607133112382144e-05], "mean": [-0.19951853156089783, 0.6046740412712097, 0.4513896405696869, -1.4119523763656616, -0.25391194224357605, -0.12054747343063354, 0.028270522132515907, -0.3103313148021698, 0.46757322549819946, 0.22824330627918243, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.3098246157169342, 0.372519314289093, -0.39232274889945984, -1.164891004562378, 0.9558240175247192, -0.00929421279579401, 0.468589186668396, -0.3241044580936432, -0.48651427030563354, 0.16557514667510986, 1.2233705520629883, -2.1013472080230713, 1.1416234970092773, 1001.0, 597.041259765625, 0.00017891119932755828, -0.223465234041214, -0.8361062407493591, 1.9089287519454956, -1.0680737495422363, 3.11110561597161e-05], "std": [2.6914298359770328e-05, 1.559183328936342e-05, 2.2969839847064577e-05, 2.4436492822133005e-05, 2.269070319016464e-05, 1.7516518710181117e-05, 2.0179326384095475e-05, 1.41516020448762e-05, 7.947968697408214e-06, 1.1866053682751954e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08758141100406647, 0.0850195437669754, 0.110139861702919, 0.10102962702512741, 0.28474903106689453, 0.12352794408798218, 0.25297337770462036, 0.023912277072668076, 0.015259666368365288, 0.036851782351732254, 0.24831242859363556, 0.41615450382232666, 0.2688447833061218, 0.0, 401.11456298828125, 7.084330491125002e-07, 1.5895399201326654e-06, 2.0411480363691226e-06, 1.0046437637356576e-05, 4.761524542118423e-05, 2.0798936475330265e-06], "count": [776]}, "action": {"min": [-0.1995958536863327, 0.6046169400215149, 0.4513246715068817, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.028204521164298058, -0.31037500500679016, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.07904595881700516, 0.26572638750076294, -0.6424906253814697, -1.4996916055679321, 0.2537883222103119, -0.21757273375988007, -0.02834414690732956, -0.3607789874076843, -0.5148699879646301, 0.08400999754667282, 0.8930677771568298, -2.5893893241882324, 0.5766192078590393, 1001.0, 178.0, 0.00017858845239970833, -0.223470538854599, -0.8361138105392456, 1.9089075326919556, -1.068177580833435, 2.1832647689734586e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45146432518959045, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.02834414690732956, -0.3102869987487793, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.48254865407943726, 0.6047391295433044, -0.19322539865970612, -1.0606889724731445, 1.2988216876983643, 0.12463396042585373, 0.9271188974380493, -0.2862139940261841, -0.4429430067539215, 0.2282949984073639, 1.634352445602417, -1.121137022972107, 1.4923406839370728, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361027240753174, 1.9089281558990479, -1.068002462387085, 3.607133112382144e-05], "mean": [-0.19951853156089783, 0.6046740412712097, 0.4513896405696869, -1.4119523763656616, -0.2539118826389313, -0.12054745852947235, 0.028270522132515907, -0.3103313148021698, 0.46757322549819946, 0.22824332118034363, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.30991071462631226, 0.37223049998283386, -0.39225152134895325, -1.1645272970199585, 0.956376850605011, -0.00941377691924572, 0.46894705295562744, -0.324168860912323, -0.4865383803844452, 0.16553018987178802, 1.2230361700057983, -2.1020567417144775, 1.1420996189117432, 1001.0, 597.041259765625, 0.0001789087546057999, -0.223465234041214, -0.8361062407493591, 1.9089287519454956, -1.0680737495422363, 3.110860779997893e-05], "std": [2.6914298359770328e-05, 1.557242103444878e-05, 2.2969839847064577e-05, 2.4436492822133005e-05, 2.2659269234281965e-05, 1.7516660591354594e-05, 2.0179326384095475e-05, 1.4155720236885827e-05, 7.947430276544765e-06, 1.1853298019559588e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.08750627934932709, 0.08461305499076843, 0.11011942476034164, 0.10065121203660965, 0.28380581736564636, 0.12368050217628479, 0.2524671256542206, 0.02394310012459755, 0.015244724228978157, 0.03679678589105606, 0.2480188012123108, 0.4149559736251831, 0.26847249269485474, 0.0, 401.11456298828125, 7.063109137561696e-07, 1.5895399201326654e-06, 2.0411480363691226e-06, 1.0042973372037522e-05, 4.760696901939809e-05, 2.0807578948733862e-06], "count": [776]}, "timestamp": {"min": [0.0], "max": [25.833333333333332], "mean": [12.916666666666664], "std": [7.467057281449263], "count": [776]}, "frame_index": {"min": [0], "max": [775], "mean": [387.5], "std": [224.01171844347786], "count": [776]}, "episode_index": {"min": [403], "max": [403], "mean": [403.0], "std": [0.0], "count": [776]}, "index": {"min": [328645], "max": [329420], "mean": [329032.5], "std": [224.01171844347786], "count": [776]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [776]}, "gripper_open_scale_state": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5970386612737916], "std": [0.0, 0.40111204919645166], "count": [776]}, "gripper_open_scale_action": {"min": [1.0, 0.17800000309944153], "max": [1.0, 1.0], "mean": [1.0, 0.5970386612737916], "std": [0.0, 0.40111204919645166], "count": [776]}, "eef_direction_state": {"mean": [6.0, 4.833762886597938], "std": [0.0, 1.832395836187762], "min": [6, 0], "max": [6, 6], "count": [776]}, "eef_velocity_state": {"mean": [0.0, 0.3853092783505155], "std": [0.0, 0.4866683042561128], "min": [0, 0], "max": [0, 1], "count": [776]}, "eef_acc_mag_state": {"mean": [0.0, 0.2654639175257732], "std": [0.0, 0.6042316764297823], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_direction_action": {"mean": [6.0, 4.833762886597938], "std": [0.0, 1.832395836187762], "min": [6, 0], "max": [6, 6], "count": [776]}, "eef_velocity_action": {"mean": [0.0, 0.3853092783505155], "std": [0.0, 0.4866683042561128], "min": [0, 0], "max": [0, 1], "count": [776]}, "eef_acc_mag_action": {"mean": [0.0, 0.2654639175257732], "std": [0.0, 0.6042316764297823], "min": [0, 0], "max": [0, 2], "count": [776]}, "eef_sim_pose_state": {"mean": [-0.31033140420913696, 0.4675731956958771, 0.22824332118034363, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.32410427927970886, -0.4865139126777649, 0.16557513177394867, 1.223370909690857, -2.101348400115967, 1.141623616218567], "std": [1.415138194715837e-05, 7.947901394800283e-06, 1.1866043678310234e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.023912275210022926, 0.015259644947946072, 0.036851782351732254, 0.24831250309944153, 0.4161541759967804, 0.2688450515270233], "min": [-0.31037500500679016, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3607789874076843, -0.5148699879646301, 0.08400999754667282, 0.8930677771568298, -2.5893893241882324, 0.5766192078590393], "max": [-0.3102869987487793, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2862139940261841, -0.4429430067539215, 0.2282949984073639, 1.634352445602417, -1.121137022972107, 1.4923406839370728], "count": [776]}, "eef_sim_pose_action": {"mean": [-0.3103313148021698, 0.46757322549819946, 0.22824330627918243, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.3241044580936432, -0.48651427030563354, 0.16557514667510986, 1.2233705520629883, -2.1013472080230713, 1.1416234970092773], "std": [1.41516020448762e-05, 7.947968697408214e-06, 1.1866053682751954e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.023912277072668076, 0.015259666368365288, 0.036851782351732254, 0.24831242859363556, 0.41615450382232666, 0.2688447833061218], "min": [-0.31037500500679016, 0.46755000948905945, 0.22821100056171417, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3607789874076843, -0.5148699879646301, 0.08400999754667282, 0.8930677771568298, -2.5893893241882324, 0.5766192078590393], "max": [-0.3102869987487793, 0.4676010012626648, 0.22828499972820282, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2862139940261841, -0.4429430067539215, 0.2282949984073639, 1.634352445602417, -1.121137022972107, 1.4923406839370728], "count": [776]}, "gripper_mode_state": {"mean": [0.0, 0.48195876288659795], "std": [0.0, 0.4996744077531069], "min": [0, 0], "max": [0, 1], "count": [776]}, "gripper_activity_state": {"mean": [2.0, 1.8904639175257731], "std": [0.0, 0.41195009110817804], "min": [2, 0], "max": [2, 2], "count": [776]}, "gripper_mode_action": {"mean": [0.0, 0.48195876288659795], "std": [0.0, 0.49967440775310695], "min": [0, 0], "max": [0, 1], "count": [776]}, "gripper_activity_action": {"mean": [2.0, 1.8904639175257731], "std": [0.0, 0.41195009110817804], "min": [2, 0], "max": [2, 2], "count": [776]}}} +{"episode_index": 400, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.996078431372549]]], "mean": [[[0.4163209930947265]], [[0.3969608598576417]], [[0.4000154025651356]]], "std": [[[0.18872235677342603]], [[0.18558079964233715]], [[0.18732567545879533]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39909032394350435]], [[0.3939104412883875]], [[0.3881028124720208]]], "std": [[[0.23519888627384863]], [[0.22683499296398157]], [[0.22492068343579685]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5128225151647418]], [[0.4844224975378279]], [[0.4890109846449996]]], "std": [[[0.19928357217136275]], [[0.19738963249435704]], [[0.20961244578814414]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.442758610607485]], [[0.4177676982608112]], [[0.4270837516227952]]], "std": [[[0.2750628965711946]], [[0.26169397545440193]], [[0.2633897292052813]]], "count": [146]}, "observation.state": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038698554039, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13170254230499268, 0.28150415420532227, -0.7249399423599243, -1.4204362630844116, 0.25274112820625305, -0.14768975973129272, -0.028379054740071297, -0.34944799542427063, -0.513034999370575, 0.07365699857473373, 0.9662426710128784, -2.624138593673706, 0.286210298538208, 1001.0, 185.0, 0.00017858845239970833, -0.22347241640090942, -0.8361090421676636, 1.9089099168777466, -1.0680943727493286, 1.13909463834716e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102729916572571, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.542134165763855, 0.6047391295433044, -0.23514820635318756, -0.9622523784637451, 1.2087451219558716, 0.18065902590751648, 1.046097993850708, -0.2733739912509918, -0.4438759982585907, 0.2284429967403412, 1.8100202083587646, -1.1202106475830078, 1.361043095588684, 1001.0, 1003.0, 0.00018046832701656967, -0.22346115112304688, -0.8361019492149353, 1.9089289903640747, -1.067995309829712, 3.512208422762342e-05], "mean": [-0.19952017068862915, 0.6046628952026367, 0.4513903856277466, -1.4119524955749512, -0.2539113461971283, -0.12054790556430817, 0.02826918289065361, -0.31033095717430115, 0.46757373213768005, 0.22823788225650787, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.36039939522743225, 0.43832236528396606, -0.45945626497268677, -1.1658743619918823, 0.9538620114326477, 0.04711382836103439, 0.5708531737327576, -0.31568917632102966, -0.4831911027431488, 0.1661316305398941, 1.314141035079956, -2.1623613834381104, 0.9382117986679077, 1001.0, 589.4093017578125, 0.00017953127098735422, -0.22346538305282593, -0.8361044526100159, 1.9089314937591553, -1.0680344104766846, 2.925946500909049e-05], "std": [2.5378405553055927e-05, 1.6682442947058007e-05, 2.2967165932641365e-05, 2.479265458532609e-05, 2.16842472582357e-05, 1.800588688638527e-05, 1.93925661733374e-05, 1.4753313735127449e-05, 7.78196317696711e-06, 1.1659069059533067e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10751882195472717, 0.09014817327260971, 0.13457125425338745, 0.11447998136281967, 0.2545444965362549, 0.09408152848482132, 0.3095124065876007, 0.024314407259225845, 0.020976196974515915, 0.04227561503648758, 0.28570759296417236, 0.40325719118118286, 0.3441125452518463, 0.0, 398.44927978515625, 9.399333293913514e-07, 1.7021077383105876e-06, 1.979143689823104e-06, 1.1589051609917078e-05, 2.3127249733079225e-05, 3.9712831494398415e-06], "count": [772]}, "action": {"min": [-0.1996307522058487, 0.6045994758605957, 0.4513246715068817, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.31038698554039, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.13170254230499268, 0.28150415420532227, -0.7249399423599243, -1.4204362630844116, 0.25274112820625305, -0.14768975973129272, -0.028379054740071297, -0.34944799542427063, -0.513034999370575, 0.07365699857473373, 0.9662426710128784, -2.624138593673706, 0.286210298538208, 1001.0, 185.0, 0.00017858845239970833, -0.22347241640090942, -0.8361090421676636, 1.9089099168777466, -1.0680943727493286, 1.13909463834716e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.4118491411209106, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.3102729916572571, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.542134165763855, 0.6047391295433044, -0.23514820635318756, -0.9622523784637451, 1.2087451219558716, 0.18065902590751648, 1.046097993850708, -0.2733739912509918, -0.4438759982585907, 0.2284429967403412, 1.8100202083587646, -1.1202106475830078, 1.361043095588684, 1001.0, 1003.0, 0.00018046832701656967, -0.22346115112304688, -0.8361019492149353, 1.9089289903640747, -1.067995309829712, 3.512208422762342e-05], "mean": [-0.19952018558979034, 0.6046628952026367, 0.45139044523239136, -1.4119524955749512, -0.2539113461971283, -0.12054790556430817, 0.02826918289065361, -0.31033098697662354, 0.46757370233535767, 0.22823786735534668, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, 0.36049091815948486, 0.4381914734840393, -0.4594484567642212, -1.165619134902954, 0.9544336795806885, 0.04715171828866005, 0.5711961388587952, -0.31573912501335144, -0.48321011662483215, 0.16611452400684357, 1.313807487487793, -2.1630635261535645, 0.9384658336639404, 1001.0, 589.4119262695312, 0.00017953127098735422, -0.22346538305282593, -0.8361044526100159, 1.9089314937591553, -1.0680344104766846, 2.9257005735416897e-05], "std": [2.537558066251222e-05, 1.667933065618854e-05, 2.2979073037276976e-05, 2.4783321350696497e-05, 2.1684245439246297e-05, 1.800588688638527e-05, 1.93925661733374e-05, 1.472412986913696e-05, 7.77452441980131e-06, 1.163034812634578e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.10741166025400162, 0.08998024463653564, 0.13457205891609192, 0.11415036767721176, 0.253467321395874, 0.09401992708444595, 0.3089950978755951, 0.02434341050684452, 0.020968616008758545, 0.042253248393535614, 0.28555622696876526, 0.4019170105457306, 0.34404247999191284, 0.0, 398.4532470703125, 9.399333293913514e-07, 1.7021077383105876e-06, 1.9750470983126434e-06, 1.1582523256947752e-05, 2.3103924831957556e-05, 3.97116446038126e-06], "count": [772]}, "timestamp": {"min": [0.0], "max": [25.7], "mean": [12.849999999999998], "std": [7.428567231378546], "count": [772]}, "frame_index": {"min": [0], "max": [771], "mean": [385.5], "std": [222.85701694135636], "count": [772]}, "episode_index": {"min": [404], "max": [404], "mean": [404.0], "std": [0.0], "count": [772]}, "index": {"min": [329421], "max": [330192], "mean": [329806.5], "std": [222.85701694135636], "count": [772]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [772]}, "gripper_open_scale_state": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.588897669543102], "std": [0.0, 0.39792012088899653], "count": [772]}, "gripper_open_scale_action": {"min": [1.0, 0.1850000023841858], "max": [1.0, 1.0], "mean": [1.0, 0.588897669543102], "std": [0.0, 0.39792012088899653], "count": [772]}, "eef_direction_state": {"mean": [6.0, 4.72020725388601], "std": [0.0, 1.7652242173040582], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.0, 0.45595854922279794], "std": [0.0, 0.49805657370768824], "min": [0, 0], "max": [0, 1], "count": [772]}, "eef_acc_mag_state": {"mean": [0.0, 0.32124352331606215], "std": [0.0, 0.662007081479913], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_direction_action": {"mean": [6.0, 4.72020725388601], "std": [0.0, 1.7652242173040582], "min": [6, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.0, 0.45595854922279794], "std": [0.0, 0.49805657370768824], "min": [0, 0], "max": [0, 1], "count": [772]}, "eef_acc_mag_action": {"mean": [0.0, 0.32124352331606215], "std": [0.0, 0.662007081479913], "min": [0, 0], "max": [0, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [-0.3103308081626892, 0.4675736427307129, 0.228238046169281, -1.573227047920227, -1.1211369037628174, -0.7462756037712097, -0.31568917632102966, -0.4831911325454712, 0.16613160073757172, 1.314140796661377, -2.1623594760894775, 0.9382137656211853], "std": [1.4752623428648803e-05, 7.781569365761243e-06, 1.1658145012916066e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 0.0, 0.024314409121870995, 0.020976198837161064, 0.042275603860616684, 0.28570759296417236, 0.4032575488090515, 0.3441120684146881], "min": [-0.31038698554039, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34944799542427063, -0.513034999370575, 0.07365699857473373, 0.9662426710128784, -2.624138593673706, 0.286210298538208], "max": [-0.3102729916572571, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2733739912509918, -0.4438759982585907, 0.2284429967403412, 1.8100202083587646, -1.1202106475830078, 1.361043095588684], "count": [772]}, "eef_sim_pose_action": {"mean": [-0.31033095717430115, 0.46757373213768005, 0.22823788225650787, -1.5732388496398926, -1.1211410760879517, -0.7462766766548157, -0.31568917632102966, -0.4831911027431488, 0.1661316305398941, 1.314141035079956, -2.1623613834381104, 0.9382117986679077], "std": [1.4753313735127449e-05, 7.78196317696711e-06, 1.1659069059533067e-05, 1.1920928955078125e-05, 4.0531158447265625e-06, 1.0728836059570312e-06, 0.024314407259225845, 0.020976196974515915, 0.04227561503648758, 0.28570759296417236, 0.40325719118118286, 0.3441125452518463], "min": [-0.31038698554039, 0.46754398941993713, 0.22820599377155304, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.34944799542427063, -0.513034999370575, 0.07365699857473373, 0.9662426710128784, -2.624138593673706, 0.286210298538208], "max": [-0.3102729916572571, 0.4676060080528259, 0.22827200591564178, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2733739912509918, -0.4438759982585907, 0.2284429967403412, 1.8100202083587646, -1.1202106475830078, 1.361043095588684], "count": [772]}, "gripper_mode_state": {"mean": [0.0, 0.4961139896373057], "std": [0.0, 0.4999848986954132], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_state": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.4129402842792458], "min": [2, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.0, 0.4961139896373057], "std": [0.0, 0.4999848986954132], "min": [0, 0], "max": [0, 1], "count": [772]}, "gripper_activity_action": {"mean": [2.0, 1.8898963730569949], "std": [0.0, 0.41294028427924573], "min": [2, 0], "max": [2, 2], "count": [772]}}} +{"episode_index": 401, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.42147791101899373]], [[0.39987278616703953]], [[0.4027619204281265]]], "std": [[[0.18950076737161856]], [[0.18497189218471724]], [[0.18723828114564622]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39537939476685524]], [[0.3899542401412467]], [[0.3842748291990174]]], "std": [[[0.2336242473285226]], [[0.2243970615502453]], [[0.2223313823411381]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5156458045466509]], [[0.486189756327587]], [[0.4906176840702724]]], "std": [[[0.20027214700703672]], [[0.19712309419141796]], [[0.20921377300002594]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4483036337018029]], [[0.42983333607492213]], [[0.43970576720621135]]], "std": [[[0.28542018841354133]], [[0.2715883130024431]], [[0.27282422009932994]]], "count": [149]}, "observation.state": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03621558099985123, 0.29337239265441895, -0.603115975856781, -1.5202691555023193, 0.25324729084968567, -0.182631254196167, -0.02834414690732956, -0.3577539920806885, -0.49980399012565613, 0.16164299845695496, 0.9591711163520813, -2.5883140563964844, 0.2843467891216278, 1001.0, 179.0, 0.00017858845239970833, -0.22347430884838104, -0.8361130356788635, 1.9089075326919556, -1.0682004690170288, 2.088340261252597e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31028100848197937, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3547556400299072, 0.8918807506561279, -0.2151292860507965, -0.9932145476341248, 1.2538620233535767, 0.15214034914970398, 1.007822871208191, -0.2669219970703125, -0.3927389979362488, 0.24839599430561066, 1.6090842485427856, -1.1206401586532593, 1.3516077995300293, 1001.0, 1003.0, 0.00018046832701656967, -0.2234630286693573, -0.8361058831214905, 1.9089226722717285, -1.068053960800171, 3.4172840969404206e-05], "mean": [-0.1995198130607605, 0.6046615839004517, 0.4513898193836212, -1.4119541645050049, -0.25390884280204773, -0.12054341286420822, 0.028271745890378952, -0.31033188104629517, 0.46757352352142334, 0.22823777794837952, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.26019152998924255, 0.5419233441352844, -0.42282184958457947, -1.2540029287338257, 1.006922721862793, 0.042105674743652344, 0.6224117875099182, -0.31647875905036926, -0.4540019929409027, 0.19641663134098053, 1.3086284399032593, -2.1875622272491455, 0.94069904088974, 1001.0, 554.5107421875, 0.0001789192610885948, -0.2234654277563095, -0.8361154198646545, 1.908931851387024, -1.068145513534546, 2.8386179110384546e-05], "std": [2.5726638341438957e-05, 1.729270297801122e-05, 2.2478436221717857e-05, 2.461839176248759e-05, 2.3111315385904163e-05, 1.641058588575106e-05, 1.818935379560571e-05, 1.4459395060839597e-05, 7.885577360866591e-06, 1.1756645108107477e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.07790710777044296, 0.18915724754333496, 0.09058351814746857, 0.15627361834049225, 0.2734389305114746, 0.08216767758131027, 0.31502270698547363, 0.02920900471508503, 0.03435467556118965, 0.02521251142024994, 0.2266465574502945, 0.40566346049308777, 0.3402668535709381, 0.0, 399.5523986816406, 7.154602599257487e-07, 1.6848927089085919e-06, 7.14481893737684e-06, 1.5497795175178908e-05, 2.8729420591844246e-05, 1.7669350427240715e-06], "count": [791]}, "action": {"min": [-0.1995784044265747, 0.6045994758605957, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12060225009918213, 0.028204521164298058, -0.3103730082511902, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.03621558099985123, 0.29337239265441895, -0.603115975856781, -1.5202691555023193, 0.25324729084968567, -0.182631254196167, -0.02834414690732956, -0.3577539920806885, -0.49980399012565613, 0.16164299845695496, 0.9591711163520813, -2.5883140563964844, 0.2843467891216278, 1001.0, 179.0, 0.00017858845239970833, -0.22347430884838104, -0.8361130356788635, 1.9089075326919556, -1.0682004690170288, 2.088340261252597e-05], "max": [-0.19945622980594635, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.31028100848197937, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.3547556400299072, 0.8918807506561279, -0.2151292860507965, -0.9932145476341248, 1.2538620233535767, 0.15214034914970398, 1.007822871208191, -0.2669219970703125, -0.3927389979362488, 0.24839599430561066, 1.6090842485427856, -1.1206401586532593, 1.3516077995300293, 1001.0, 1003.0, 0.00018046832701656967, -0.2234630286693573, -0.8361058831214905, 1.9089226722717285, -1.068053960800171, 3.4172840969404206e-05], "mean": [-0.19951988756656647, 0.6046615839004517, 0.4513899087905884, -1.4119541645050049, -0.2539088726043701, -0.12054339796304703, 0.028271768242120743, -0.3103318512439728, 0.46757352352142334, 0.22823776304721832, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, 0.2601422071456909, 0.5418235659599304, -0.4227796494960785, -1.2539092302322388, 1.007393479347229, 0.04217419773340225, 0.6226296424865723, -0.3165361285209656, -0.4539845883846283, 0.19639693200588226, 1.3082793951034546, -2.188164472579956, 0.9409029483795166, 1001.0, 554.5082397460938, 0.0001789192610885948, -0.2234654277563095, -0.8361154198646545, 1.908931851387024, -1.068145751953125, 2.838737600541208e-05], "std": [2.567408409959171e-05, 1.7361968275508843e-05, 2.2488822651212104e-05, 2.461839176248759e-05, 2.3104539650375955e-05, 1.6410798707511276e-05, 1.818195596570149e-05, 1.4450321032200009e-05, 7.873027243476827e-06, 1.178925685962895e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.07795790582895279, 0.18914496898651123, 0.09057788550853729, 0.15620100498199463, 0.272461861371994, 0.08205447345972061, 0.3146323561668396, 0.02924143336713314, 0.03435129672288895, 0.02519376389682293, 0.22645100951194763, 0.40443217754364014, 0.3401987552642822, 0.0, 399.54937744140625, 7.154602599257487e-07, 1.6848927089085919e-06, 7.1419772211811505e-06, 1.5500132576562464e-05, 2.8569735150085762e-05, 1.767318735801382e-06], "count": [791]}, "timestamp": {"min": [0.0], "max": [26.333333333333332], "mean": [13.166666666666668], "std": [7.611394966320781], "count": [791]}, "frame_index": {"min": [0], "max": [790], "mean": [395.0], "std": [228.34184898962346], "count": [791]}, "episode_index": {"min": [405], "max": [405], "mean": [405.0], "std": [0.0], "count": [791]}, "index": {"min": [330193], "max": [330983], "mean": [330588.0], "std": [228.34184898962346], "count": [791]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [791]}, "gripper_open_scale_state": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5540151704766808], "std": [0.0, 0.39899661439736245], "count": [791]}, "gripper_open_scale_action": {"min": [1.0, 0.17900000512599945], "max": [1.0, 1.0], "mean": [1.0, 0.5540151704766808], "std": [0.0, 0.39899661439736245], "count": [791]}, "eef_direction_state": {"mean": [6.0, 4.404551201011378], "std": [0.0, 2.004591321495584], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.0, 0.46523388116308473], "std": [0.0, 0.49878985252410735], "min": [0, 0], "max": [0, 1], "count": [791]}, "eef_acc_mag_state": {"mean": [0.0, 0.3780025284450063], "std": [0.0, 0.6930914676630598], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_direction_action": {"mean": [6.0, 4.404551201011378], "std": [0.0, 2.004591321495584], "min": [6, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.0, 0.46523388116308473], "std": [0.0, 0.49878985252410735], "min": [0, 0], "max": [0, 1], "count": [791]}, "eef_acc_mag_action": {"mean": [0.0, 0.3780025284450063], "std": [0.0, 0.6930914676630598], "min": [0, 0], "max": [0, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [-0.31033164262771606, 0.4675735831260681, 0.22823776304721832, -1.5732269287109375, -1.1211369037628174, -0.7462756037712097, -0.31647875905036926, -0.454001784324646, 0.19641676545143127, 1.3086286783218384, -2.1875650882720947, 0.940699577331543], "std": [1.4457419638347346e-05, 7.885519153205678e-06, 1.1756632375181653e-05, 0.0, 1.1920928955078125e-07, 0.0, 0.02920900285243988, 0.034354664385318756, 0.025212513282895088, 0.22664648294448853, 0.40566352009773254, 0.3402669429779053], "min": [-0.3103730082511902, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3577539920806885, -0.49980399012565613, 0.16164299845695496, 0.9591711163520813, -2.5883140563964844, 0.2843467891216278], "max": [-0.31028100848197937, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2669219970703125, -0.3927389979362488, 0.24839599430561066, 1.6090842485427856, -1.1206401586532593, 1.3516077995300293], "count": [791]}, "eef_sim_pose_action": {"mean": [-0.31033188104629517, 0.46757352352142334, 0.22823777794837952, -1.5732389688491821, -1.1211413145065308, -0.7462766766548157, -0.31647875905036926, -0.4540019929409027, 0.19641663134098053, 1.3086284399032593, -2.1875622272491455, 0.94069904088974], "std": [1.4459395060839597e-05, 7.885577360866591e-06, 1.1756645108107477e-05, 1.2040138244628906e-05, 4.291534423828125e-06, 1.0728836059570312e-06, 0.02920900471508503, 0.03435467556118965, 0.02521251142024994, 0.2266465574502945, 0.40566346049308777, 0.3402668535709381], "min": [-0.3103730082511902, 0.4675469994544983, 0.22820499539375305, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3577539920806885, -0.49980399012565613, 0.16164299845695496, 0.9591711163520813, -2.5883140563964844, 0.2843467891216278], "max": [-0.31028100848197937, 0.4675999879837036, 0.22827599942684174, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2669219970703125, -0.3927389979362488, 0.24839599430561066, 1.6090842485427856, -1.1206401586532593, 1.3516077995300293], "count": [791]}, "gripper_mode_state": {"mean": [0.0, 0.5360303413400759], "std": [0.0, 0.49870012482745857], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_state": {"mean": [2.0, 1.8925410872313526], "std": [0.0, 0.4082988550219326], "min": [2, 0], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.0, 0.5360303413400759], "std": [0.0, 0.49870012482745857], "min": [0, 0], "max": [0, 1], "count": [791]}, "gripper_activity_action": {"mean": [2.0, 1.8925410872313526], "std": [0.0, 0.4082988550219326], "min": [2, 0], "max": [2, 2], "count": [791]}}} +{"episode_index": 402, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9686274509803922]], [[0.9725490196078431]]], "mean": [[[0.4234427579770334]], [[0.40064859777823164]], [[0.40400082692220407]]], "std": [[[0.18981765955583121]], [[0.1851230819395689]], [[0.18746846590435992]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3971537947644336]], [[0.3903982800585512]], [[0.3851743940631808]]], "std": [[[0.23196149215300937]], [[0.2225824223757422]], [[0.22140060012356794]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5164285059799383]], [[0.48699570794753083]], [[0.4918894704293754]]], "std": [[[0.20022395663706805]], [[0.19722795608357543]], [[0.20940576713368045]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682039973107298]], [[0.4490801575549201]], [[0.45668843613834426]]], "std": [[[0.265868260105175]], [[0.25621837996873476]], [[0.25960306223136564]]], "count": [144]}, "observation.state": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.01607448235154152, 0.2843490242958069, -0.45139452815055847, -1.5807098150253296, 0.2537883222103119, -0.21062633395195007, -0.02834414690732956, -0.3602530062198639, -0.4911249876022339, 0.15671800076961517, 0.9224709868431091, -2.439549446105957, 0.7191250324249268, 1001.0, 181.0, 0.00017858845239970833, -0.22347241640090942, -0.8361193537712097, 1.9089012145996094, -1.0684326887130737, 2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102720081806183, 0.4676089882850647, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28394758701324463, 0.9094212651252747, -0.21062633395195007, -1.161097764968872, 1.352874517440796, 0.12130037695169449, 0.7103490233421326, -0.2558490037918091, -0.3884130120277405, 0.27916398644447327, 1.5851452350616455, -1.121137022972107, 1.476836919784546, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361090421676636, 1.9089226722717285, -1.0675746202468872, 4.4614538637688383e-05], "mean": [-0.19951887428760529, 0.604669451713562, 0.4513915181159973, -1.4119528532028198, -0.25391194224357605, -0.12054109573364258, 0.028271537274122238, -0.3103315830230713, 0.4675735533237457, 0.2282404601573944, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.16021588444709778, 0.4974997043609619, -0.34279316663742065, -1.3273284435272217, 0.9235846996307373, -0.04452890157699585, 0.3456571698188782, -0.3214343190193176, -0.45409271121025085, 0.2057773619890213, 1.2186787128448486, -1.9288431406021118, 1.1469120979309082, 1001.0, 654.9616088867188, 0.0001799998717615381, -0.22346532344818115, -0.8361165523529053, 1.908920407295227, -1.068128228187561, 2.9704489861615002e-05], "std": [2.6276871722075157e-05, 1.6349502402590588e-05, 2.2448790332418866e-05, 2.4442510039079934e-05, 2.2463293134933338e-05, 1.5334329873439856e-05, 1.9806393538601696e-05, 1.4866770470689517e-05, 8.007648830243852e-06, 1.2050180885125883e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.08229860663414001, 0.1911485493183136, 0.05922841653227806, 0.13827922940254211, 0.37163737416267395, 0.11689896881580353, 0.26539942622184753, 0.033439263701438904, 0.030150754377245903, 0.03491805121302605, 0.20451879501342773, 0.4553147554397583, 0.25420427322387695, 0.0, 394.3810119628906, 8.129307502713345e-07, 1.5114815141714644e-06, 4.427852672961308e-06, 9.036571100295987e-06, 0.00020663977193180472, 2.1795362954435404e-06], "count": [755]}, "action": {"min": [-0.1996307522058487, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.25396284461021423, -0.12058479338884354, 0.028204521164298058, -0.31038299202919006, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.01607448235154152, 0.2843490242958069, -0.45139452815055847, -1.5807098150253296, 0.2537883222103119, -0.21062633395195007, -0.02834414690732956, -0.3602530062198639, -0.4911249876022339, 0.15671800076961517, 0.9224709868431091, -2.439549446105957, 0.7191250324249268, 1001.0, 181.0, 0.00017858845239970833, -0.22347241640090942, -0.8361193537712097, 1.9089012145996094, -1.0684326887130737, 2.27818927669432e-05], "max": [-0.19943878054618835, 0.6047216653823853, 0.45144686102867126, -1.411884069442749, -0.25384068489074707, -0.12051498889923096, 0.028326693922281265, -0.3102720081806183, 0.4676089882850647, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.28394758701324463, 0.9094212651252747, -0.21062633395195007, -1.161097764968872, 1.352874517440796, 0.12130037695169449, 0.7103490233421326, -0.2558490037918091, -0.3884130120277405, 0.27916398644447327, 1.5851452350616455, -1.121137022972107, 1.476836919784546, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361090421676636, 1.9089226722717285, -1.0675746202468872, 4.4614538637688383e-05], "mean": [-0.1995188593864441, 0.604669451713562, 0.45139142870903015, -1.4119527339935303, -0.2539118826389313, -0.12054108083248138, 0.02827155962586403, -0.3103315830230713, 0.4675736427307129, 0.228240504860878, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, 0.16016073524951935, 0.4972939193248749, -0.3427092432975769, -1.3271530866622925, 0.923944354057312, -0.04464804381132126, 0.34573203325271606, -0.32149797677993774, -0.45408377051353455, 0.2057604193687439, 1.2183371782302856, -1.929248332977295, 1.1473255157470703, 1001.0, 654.9616088867188, 0.0001799998717615381, -0.22346532344818115, -0.8361165523529053, 1.908920407295227, -1.068127989768982, 2.9709517548326403e-05], "std": [2.6277148208464496e-05, 1.6336975022568367e-05, 2.2359010472428054e-05, 2.4490382202202454e-05, 2.2441121473093517e-05, 1.5334540876210667e-05, 1.9819879526039585e-05, 1.484317454014672e-05, 7.99000645201886e-06, 1.2032590348098893e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.08228621631860733, 0.19111700356006622, 0.059119246900081635, 0.13825567066669464, 0.3711206912994385, 0.11702189594507217, 0.26530131697654724, 0.03346364572644234, 0.030147742480039597, 0.03491025045514107, 0.2041417360305786, 0.4547310173511505, 0.25380656123161316, 0.0, 394.3810119628906, 8.129307502713345e-07, 1.5106178352652933e-06, 4.421761786943534e-06, 9.037322342919651e-06, 0.0002066777233267203, 2.181075615226291e-06], "count": [755]}, "timestamp": {"min": [0.0], "max": [25.133333333333333], "mean": [12.566666666666665], "std": [7.264984514780469], "count": [755]}, "frame_index": {"min": [0], "max": [754], "mean": [377.0], "std": [217.94953544341405], "count": [755]}, "episode_index": {"min": [406], "max": [406], "mean": [406.0], "std": [0.0], "count": [755]}, "index": {"min": [330984], "max": [331738], "mean": [331361.0], "std": [217.94953544341405], "count": [755]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [755]}, "gripper_open_scale_state": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.654958938091796], "std": [0.0, 0.39437999846803706], "count": [755]}, "gripper_open_scale_action": {"min": [1.0, 0.1809999942779541], "max": [1.0, 1.0], "mean": [1.0, 0.654958938091796], "std": [0.0, 0.394379998468037], "count": [755]}, "eef_direction_state": {"mean": [6.0, 4.8185430463576155], "std": [0.0, 1.8182811173349875], "min": [6, 0], "max": [6, 6], "count": [755]}, "eef_velocity_state": {"mean": [0.0, 0.4384105960264901], "std": [0.0, 0.5729973391004527], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_acc_mag_state": {"mean": [0.0, 0.3615894039735099], "std": [0.0, 0.681142488536028], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_direction_action": {"mean": [6.0, 4.8185430463576155], "std": [0.0, 1.8182811173349875], "min": [6, 0], "max": [6, 6], "count": [755]}, "eef_velocity_action": {"mean": [0.0, 0.4384105960264901], "std": [0.0, 0.5729973391004527], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_acc_mag_action": {"mean": [0.0, 0.3615894039735099], "std": [0.0, 0.681142488536028], "min": [0, 0], "max": [0, 2], "count": [755]}, "eef_sim_pose_state": {"mean": [-0.3103315234184265, 0.46757352352142334, 0.22824032604694366, -1.573227047920227, -1.1211369037628174, -0.7462755441665649, -0.3214343786239624, -0.45409274101257324, 0.20577724277973175, 1.2186791896820068, -1.9288487434387207, 1.1469097137451172], "std": [1.486667497374583e-05, 8.007541509869043e-06, 1.2049462384311482e-05, 1.1920928955078125e-07, 1.1920928955078125e-07, 5.960464477539063e-08, 0.033439263701438904, 0.030150745064020157, 0.034918054938316345, 0.20451870560646057, 0.4553143084049225, 0.2542044222354889], "min": [-0.31038299202919006, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3602530062198639, -0.4911249876022339, 0.15671800076961517, 0.9224709868431091, -2.439549446105957, 0.7191250324249268], "max": [-0.3102720081806183, 0.4676089882850647, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2558490037918091, -0.3884130120277405, 0.27916398644447327, 1.5851452350616455, -1.121137022972107, 1.476836919784546], "count": [755]}, "eef_sim_pose_action": {"mean": [-0.3103315830230713, 0.4675735533237457, 0.2282404601573944, -1.5732388496398926, -1.121140718460083, -0.7462766766548157, -0.3214343190193176, -0.45409271121025085, 0.2057773619890213, 1.2186787128448486, -1.9288431406021118, 1.1469120979309082], "std": [1.4866770470689517e-05, 8.007648830243852e-06, 1.2050180885125883e-05, 1.1920928955078125e-05, 3.6954879760742188e-06, 1.0728836059570312e-06, 0.033439263701438904, 0.030150754377245903, 0.03491805121302605, 0.20451879501342773, 0.4553147554397583, 0.25420427322387695], "min": [-0.31038299202919006, 0.4675459861755371, 0.2282020002603531, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3602530062198639, -0.4911249876022339, 0.15671800076961517, 0.9224709868431091, -2.439549446105957, 0.7191250324249268], "max": [-0.3102720081806183, 0.4676089882850647, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.2558490037918091, -0.3884130120277405, 0.27916398644447327, 1.5851452350616455, -1.121137022972107, 1.476836919784546], "count": [755]}, "gripper_mode_state": {"mean": [0.0, 0.41456953642384103], "std": [0.0, 0.4926475777806724], "min": [0, 0], "max": [0, 1], "count": [755]}, "gripper_activity_state": {"mean": [2.0, 1.8834437086092715], "std": [0.0, 0.42401900238190454], "min": [2, 0], "max": [2, 2], "count": [755]}, "gripper_mode_action": {"mean": [0.0, 0.41456953642384103], "std": [0.0, 0.4926475777806724], "min": [0, 0], "max": [0, 1], "count": [755]}, "gripper_activity_action": {"mean": [2.0, 1.8834437086092715], "std": [0.0, 0.4240190023819045], "min": [2, 0], "max": [2, 2], "count": [755]}}} +{"episode_index": 403, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.984313725490196]]], "mean": [[[0.4202073398803966]], [[0.3978263569316616]], [[0.4017882917055711]]], "std": [[[0.1888325036868953]], [[0.18505023692112266]], [[0.18737738731354867]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3938937658396692]], [[0.3878893613000756]], [[0.3821790771864301]]], "std": [[[0.2316967983942916]], [[0.22269854902297323]], [[0.22031840489219714]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5151885004001601]], [[0.4859348155929038]], [[0.49057758103241295]]], "std": [[[0.1999165911620658]], [[0.19703151965118548]], [[0.20909782458399453]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46060526154906406]], [[0.44016547591258726]], [[0.4511346844293273]]], "std": [[[0.2816987854706763]], [[0.2695809697321917]], [[0.2724099590869747]]], "count": [147]}, "observation.state": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31038698554039, 0.46755099296569824, 0.22821399569511414, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04913102090358734, 0.2761808931827545, -0.4936663806438446, -1.529746174812317, 0.25384068489074707, -0.1256113499403, -0.028326693922281265, -0.3491649925708771, -0.5191259980201721, 0.15593600273132324, 0.9515290856361389, -2.4642717838287354, 0.38480278849601746, 1001.0, 177.0, 0.00017858845239970833, -0.22347241640090942, -0.8361178040504456, 1.9089003801345825, -1.068267822265625, 2.5629629817558452e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.46759700775146484, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4830722212791443, 0.9695478081703186, -0.22851596772670746, -0.8940448760986328, 1.231923222541809, 0.1658935546875, 0.857864260673523, -0.25355398654937744, -0.38969799876213074, 0.270891010761261, 1.5732269287109375, -1.121137022972107, 1.3951185941696167, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361003398895264, 1.9089281558990479, -1.0680127143859863, 3.98683114326559e-05], "mean": [-0.19952145218849182, 0.6046772599220276, 0.45139050483703613, -1.4119560718536377, -0.253910630941391, -0.12053994089365005, 0.028274215757846832, -0.31032997369766235, 0.4675743579864502, 0.22824493050575256, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2967861592769623, 0.512961208820343, -0.4153871238231659, -1.2074915170669556, 0.9205466508865356, 0.03656817600131035, 0.5115128755569458, -0.31684327125549316, -0.4744115471839905, 0.19734665751457214, 1.2903964519500732, -2.0491058826446533, 0.9574707746505737, 1001.0, 603.4454345703125, 0.0001794695417629555, -0.22346527874469757, -0.8361133933067322, 1.9089242219924927, -1.0681252479553223, 3.184074375894852e-05], "std": [2.6553094357950613e-05, 1.6626572687528096e-05, 2.2549793357029557e-05, 2.4458424377371557e-05, 2.3092246919986792e-05, 1.5977859220583923e-05, 1.9384875486139208e-05, 1.4815987924521323e-05, 7.871335583331529e-06, 1.1958597497141454e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.1150088980793953, 0.21457156538963318, 0.0667729452252388, 0.2101859152317047, 0.33279240131378174, 0.10871727764606476, 0.2974913716316223, 0.032402388751506805, 0.04205974191427231, 0.03176460415124893, 0.1970646232366562, 0.4516593813896179, 0.2748313844203949, 0.0, 401.6618957519531, 9.380776759826404e-07, 1.508386162640818e-06, 6.198297342052683e-06, 8.977851393865421e-06, 9.315367788076401e-05, 1.5426197705892264e-06], "count": [779]}, "action": {"min": [-0.1995784044265747, 0.6046169400215149, 0.4513421654701233, -1.412023663520813, -0.2539803087711334, -0.12060225009918213, 0.02816961333155632, -0.31038698554039, 0.46755099296569824, 0.22821399569511414, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.04913102090358734, 0.2761808931827545, -0.4936663806438446, -1.529746174812317, 0.25384068489074707, -0.1256113499403, -0.028326693922281265, -0.3491649925708771, -0.5191259980201721, 0.15593600273132324, 0.9515290856361389, -2.4642717838287354, 0.38480278849601746, 1001.0, 177.0, 0.00017858845239970833, -0.22347241640090942, -0.8361178040504456, 1.9089003801345825, -1.068267822265625, 2.5629629817558452e-05], "max": [-0.19945622980594635, 0.6047391295433044, 0.45144686102867126, -1.411901593208313, -0.25384068489074707, -0.12048007547855377, 0.028326693922281265, -0.31028398871421814, 0.46759700775146484, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, 0.4830722212791443, 0.9695478081703186, -0.22851596772670746, -0.8940448760986328, 1.231923222541809, 0.1658935546875, 0.857864260673523, -0.25355398654937744, -0.38969799876213074, 0.270891010761261, 1.5732269287109375, -1.121137022972107, 1.3951185941696167, 1001.0, 1002.0, 0.00018046832701656967, -0.22345927357673645, -0.8361003398895264, 1.9089281558990479, -1.0680127143859863, 3.98683114326559e-05], "mean": [-0.19952145218849182, 0.6046772599220276, 0.45139047503471375, -1.4119560718536377, -0.253910630941391, -0.12053997069597244, 0.02827419340610504, -0.31033000349998474, 0.4675743579864502, 0.22824494540691376, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, 0.2969667911529541, 0.51272052526474, -0.41541919112205505, -1.2071495056152344, 0.9208244681358337, 0.03656395897269249, 0.5116868019104004, -0.3168926239013672, -0.47446000576019287, 0.19729864597320557, 1.290163278579712, -2.0495338439941406, 0.9576513767242432, 1001.0, 603.4454345703125, 0.0001794671406969428, -0.22346527874469757, -0.8361133337020874, 1.9089242219924927, -1.0681253671646118, 3.183830631314777e-05], "std": [2.6553094357950613e-05, 1.6626572687528096e-05, 2.253750790259801e-05, 2.4452338038827293e-05, 2.3092246919986792e-05, 1.5979027011781e-05, 1.9374609109945595e-05, 1.4815384020039346e-05, 7.871334673836827e-06, 1.196044195239665e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.11496631801128387, 0.21457380056381226, 0.06679623574018478, 0.21006962656974792, 0.3323250114917755, 0.1087234616279602, 0.2972154915332794, 0.03242172300815582, 0.0420735701918602, 0.03174613416194916, 0.19683726131916046, 0.45093628764152527, 0.27473902702331543, 0.0, 401.6618957519531, 9.379215271110297e-07, 1.5092953162820777e-06, 6.170593223941978e-06, 8.972607247414999e-06, 9.316289651906118e-05, 1.5419337842104142e-06], "count": [779]}, "timestamp": {"min": [0.0], "max": [25.933333333333334], "mean": [12.966666666666667], "std": [7.495924818785798], "count": [779]}, "frame_index": {"min": [0], "max": [778], "mean": [389.0], "std": [224.8777445635739], "count": [779]}, "episode_index": {"min": [407], "max": [407], "mean": [407.0], "std": [0.0], "count": [779]}, "index": {"min": [331739], "max": [332517], "mean": [332128.0], "std": [224.8777445635739], "count": [779]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [779]}, "gripper_open_scale_state": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6034403087736248], "std": [0.0, 0.40165642221838077], "count": [779]}, "gripper_open_scale_action": {"min": [1.0, 0.1770000010728836], "max": [1.0, 1.0], "mean": [1.0, 0.6034403087736248], "std": [0.0, 0.40165642221838077], "count": [779]}, "eef_direction_state": {"mean": [6.0, 4.537869062901155], "std": [0.0, 1.8971070681544515], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_state": {"mean": [0.0, 0.4685494223363286], "std": [0.0, 0.524103808528957], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_state": {"mean": [0.0, 0.32734274711168165], "std": [0.0, 0.6621313850736188], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_direction_action": {"mean": [6.0, 4.537869062901155], "std": [0.0, 1.8971070681544515], "min": [6, 0], "max": [6, 6], "count": [779]}, "eef_velocity_action": {"mean": [0.0, 0.4685494223363286], "std": [0.0, 0.524103808528957], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_acc_mag_action": {"mean": [0.0, 0.32734274711168165], "std": [0.0, 0.6621313850736188], "min": [0, 0], "max": [0, 2], "count": [779]}, "eef_sim_pose_state": {"mean": [-0.3103298544883728, 0.4675741195678711, 0.22824493050575256, -1.573226809501648, -1.1211367845535278, -0.7462756037712097, -0.31684353947639465, -0.47441092133522034, 0.19734661281108856, 1.2904003858566284, -2.049100399017334, 0.9574722647666931], "std": [1.4815603208262473e-05, 7.867298336350359e-06, 1.1958597497141454e-05, 1.1920928955078125e-07, 2.384185791015625e-07, 0.0, 0.03240238502621651, 0.04205973446369171, 0.03176460042595863, 0.1970645785331726, 0.45165932178497314, 0.2748315632343292], "min": [-0.31038698554039, 0.46755099296569824, 0.22821399569511414, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3491649925708771, -0.5191259980201721, 0.15593600273132324, 0.9515290856361389, -2.4642717838287354, 0.38480278849601746], "max": [-0.31028398871421814, 0.46759700775146484, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25355398654937744, -0.38969799876213074, 0.270891010761261, 1.5732269287109375, -1.121137022972107, 1.3951185941696167], "count": [779]}, "eef_sim_pose_action": {"mean": [-0.31032997369766235, 0.4675743579864502, 0.22824493050575256, -1.5732388496398926, -1.1211411952972412, -0.7462766766548157, -0.31684327125549316, -0.4744115471839905, 0.19734665751457214, 1.2903964519500732, -2.0491058826446533, 0.9574707746505737], "std": [1.4815987924521323e-05, 7.871335583331529e-06, 1.1958597497141454e-05, 1.1920928955078125e-05, 4.172325134277344e-06, 1.0728836059570312e-06, 0.032402388751506805, 0.04205974191427231, 0.03176460415124893, 0.1970646232366562, 0.4516593813896179, 0.2748313844203949], "min": [-0.31038698554039, 0.46755099296569824, 0.22821399569511414, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.3491649925708771, -0.5191259980201721, 0.15593600273132324, 0.9515290856361389, -2.4642717838287354, 0.38480278849601746], "max": [-0.31028398871421814, 0.46759700775146484, 0.22827500104904175, -1.5732269287109375, -1.121137022972107, -0.7462756037712097, -0.25355398654937744, -0.38969799876213074, 0.270891010761261, 1.5732269287109375, -1.121137022972107, 1.3951185941696167], "count": [779]}, "gripper_mode_state": {"mean": [0.0, 0.472400513478819], "std": [0.0, 0.499237687222998], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_state": {"mean": [2.0, 1.8883183568677793], "std": [0.0, 0.41672926759987144], "min": [2, 0], "max": [2, 2], "count": [779]}, "gripper_mode_action": {"mean": [0.0, 0.472400513478819], "std": [0.0, 0.499237687222998], "min": [0, 0], "max": [0, 1], "count": [779]}, "gripper_activity_action": {"mean": [2.0, 1.8883183568677793], "std": [0.0, 0.41672926759987144], "min": [2, 0], "max": [2, 2], "count": [779]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..585a38021bea833920894c9e37d87f175888701a --- /dev/null +++ b/meta/info.json @@ -0,0 +1,389 @@ +{ + "codebase_version": "v2.1", + "robot_type": "AI2_Alphabot_2", + "total_episodes": 404, + "total_frames": 328988, + "total_tasks": 1, + "total_videos": 1616, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:403" + }, + "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": "av1", + "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": "av1", + "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": "av1", + "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": "av1", + "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..999cb11699aae54d19da771a00864ebd61be185b --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Pick up the brush from the inkstone, write on the paper, then place the brush back to its original position."} 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..625a11e2a345fa8661b4566c9cbfd418de96615d --- /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:0082ceb6162b4b8612d70578511f1d580f0bd47c191612cff6ec218a5d75cd11 +size 13685946 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..575e35c1c4a4e33b3f517f5d6ca6606143ba7071 --- /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:9a292251433c1b20fee0536c7e2a85642cec35f811efda073d7a587298f2a572 +size 10380702 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..0929ea55b8178af12de026a55b08d72144290bb2 --- /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:f28f45fdf2d1ca57ea7d986c99dd08e1c10a201b3f0b8ad5ed3447dc5dc594fc +size 8415115 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..5b7e7135869367914537eb733840e348bf136040 --- /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:5902e9583e17007238132136acc47a0f4392a7440c58e235a81a1d32004ceb8e +size 8016927 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..1cdebef2a86871e152103e726beaed95d35b8ee6 --- /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:ed37c40df620bca12b6cb48f3c54fe49220d53d7832030daab786ccb94a39f9e +size 8289007 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..aa82fe25e2a688cd13b1332ab5ad4a7f2fa23fc7 --- /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:ee73e3387f0cd7831a86d4e7300e8024a51b582f173fcbe53d0726656916de0e +size 8704128 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..f7913f79c913bfcaad4f427646229ecafba067e9 --- /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:cc4709b00ae8ba08c53a9bcd260abf5c9f93a4cf514bc962f8d0f0b8fd9295db +size 8365802 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..6d30e1e6efef218662ed2082b951d1a1a661fe78 --- /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:bc97e2ce13e4e0142e2bbde7f522ba7e8f86087f0e4b5a59bbab687fa51f3cb0 +size 9207115 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..1f93aacf18f5224c7addbb3da5558aacc81d5541 --- /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:d32909356f94a8aebf74daa34e7b3ce8ec4b9816704ac3b63a10b5cc4a2a523d +size 7967994 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..b7271932e9df537302b85018d8ff065a3eeee2a0 --- /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:41103151b066c66ab40fe32391d6e80d25aec7a221df47294618e9e55683b159 +size 7970120 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..097814a5f432f211bcdcfa1f9448e25c27a9057a --- /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:90ddc96055de2dc4338f60adf67875a68e7457a04f36e22c15b8d8cdf3086aa1 +size 8298501 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..b7846c0808d5b1c561fb1aa54d7710cb4f08e90d --- /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:451ce2e320aeeab60a0bf48e89ba8bb576ecdbfcd7fe0dd9aab67a94f51f7c65 +size 8278335 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..4b35c98e10552288b5b9c954fd7c0585c06bcfc1 --- /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:2d4cbbcc1d3ee2a210650e030cb7940c0687f6f420788171d6521860499d187b +size 7480977 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..27e9d36d6e57e5b1221917b6561844d3d5ab3774 --- /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:e363bd1963612fe0e8fa50b531be34e9be7525840fa759c8883eebb42725bcd5 +size 7612859 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..b733411c0ad6c309f0d0bd54664f30d5ee722842 --- /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:773e174b9a9b90472859ff6902e2ff405b73b08ee2989febaa24d2ecb076057e +size 7739339 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..e04346038bc504a63152c968cfa7f21e7391546b --- /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:55ff50cace4c24a8752df1b8a10be150b026b05611187746f16e0c47ab049c2a +size 7688484 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..b3d77e801d7aae80be91fa4f2aff0e1adb4fffdb --- /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:7352e4696760434620c76fb009ce9bf05ff850b530f882c2181479152b9a829d +size 7635811 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..8fb5c8027f21c01b52f6418b7503247606ef5bee --- /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:f0a97503bf7827a935eed2c783ff2d2739133a6624bad5fb5613c3f0306210a8 +size 7677383 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..af5734ee0716dd1b468e078dc9499b557a82b0e2 --- /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:035deca3417de118dd4a72e931ba89bd2b1b1b240640672d3f1333f4e0cae32a +size 7777337 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..cd201971ce3f0f1146af607c7b9bd7efeb579ed3 --- /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:88a3ccb64c9ef786ce68a85ee57a9db071f194f8d97ad9a6803e7772b40934ae +size 7705207 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..414b26272bae64854d6acb3066a346f073c446f1 --- /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:d2f7108c50c171a12fe4f9144791e27292114bc2c9aed937c9d7e16f775e0a83 +size 7259123 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..01fff3368371ed0aa14bb0fc1d7267803b3cf779 --- /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:f04ca91e00a4ee6062dc19f7f97ba1891d66e68b0010e5fffdce2f641679b1b4 +size 7403965 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..fd71b8907e0f97e9ee86931058e00d67b3ac5cd3 --- /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:1a1a6d7d82a883df985426e724a9d5395f6f29cabbec3f6df31ba279507e7fa3 +size 7654122 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..1de110c45487d6fdcaf15ed4860218086cd23d0d --- /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:ca143a6bd8320fc6bafb7f1bea4754a12c0ee8e5cbc22483ceaf35e277c69654 +size 7504643 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..0002087767e223ad06fd9c206309cec8b5a75dea --- /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:93236a2718a9a01c4c3a8f745751ead28a595be5399d288c01ee6fea4bae66d2 +size 7575434 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..310a6d2e25679dd96eca53477a7c268e58b9c38b --- /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:cee7ce41bb448ec3e6734dbd41b79a2c71495cedf73266e80c5f9fafd800b688 +size 8100297 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..3108ea3b76d356bf16376f35822f4a3fbafd560a --- /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:e411e317a755b2e701ac2c267790716cadbc144ec248c4f2581270cc379ea628 +size 8591921 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..f1122e0ab327ead8fa45451baa52f061bf244371 --- /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:5a7a27509547fb524773dc1f47047fc4e2c53b2ef8b42d5843ba64ef53186ec9 +size 8225969 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..705c2e83c9f4f86d99042889aff59f579d2ca257 --- /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:acf6f6eb906e6c6791e2b31836546b32269a9649a378924acae0145ed56938b1 +size 8034770 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..15d64f77ba2d06422d9a638f9795b339f8db56fd --- /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:619d1104beeb43801b817f5859b75d1172cb8422754b2bcead51f766dfaf3bb3 +size 7781991 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..4ed25b5245ec6b474fbb21fb9a67d3d20e2e0eb1 --- /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:5de1ee2bf3f7a47ddce30604050f7768487fff3bd3fd93d17fdad63cce81eff0 +size 7738570 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..54bfe2575a7da736d070192ca0f09a80ca1f31c9 --- /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:dc2231a54704cfbe0e229ba6da6b34c5ab41006953dee65ed26998ca143e01a5 +size 8033185 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..ef1a12c6a3fcfabc1fea9f91b265f721e7b620d7 --- /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:1a662fd65d0608f9dfc5e9ce1d0124235fff0dfef4299fd8c0fff10d208cdf3f +size 7903796 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..ce1b01407f207a06b691e768a1ad33e3d4a586a1 --- /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:ad88a3982015ead68a95d49130a958ea0cbbc15702872b16f17cce3370a74177 +size 8180815 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..987a8ebdfa8b7f66023d0f74dfb4e994eb4ac0ee --- /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:233aa4c82cccb3a0b7caa27a7d8992cd95e7c2aace81b78be70533e37aa24ba3 +size 8590059 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..623b85267df4be7d445ab3d75b58dad3646adb21 --- /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:79c1d33af524d17be72b38ed0bcd9d24c860c1a572b4eccdee58182c9a0336ba +size 7915320 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..7912f5e95abc4ee08b1a3feea13fd1ddb210c971 --- /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:2884b7bb8254d9544119c7ab053c89aa5a701634358bb7a571d3fda70aa8c266 +size 7613261 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..32f767bc36f2db6e365acb592e502164cea13d0c --- /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:057f2ff5bbdcbb995c8c748692f73974c9ca6cab6a3bcb33645e33e8dac45373 +size 7599717 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..c4edc26e420e948ffb539f060c371be7d74eeaad --- /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:1aec94820fd4aeb3f46f917b7c46254d9ff25c3b98d75ca819c520c88aa3268c +size 7566477 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..ad3c5c61345a28dea96a0a87b34ba1b8520833ea --- /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:81a33f6af9876dff8f5d468c706657988f3083648c9bedea8394e46ce4394692 +size 11040415 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..c1712335b844bc6392437049eddfa2bb43cd0b83 --- /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:9e58505fdcce17f037b30cd35afaebf607079bce95931989c756736f198332d7 +size 8868409 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..006a4a63f48a9e13a0cae1347632f19eb49b2358 --- /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:3b17c6bf94e30a568dccee549bfa21f044722c22976819d6bd1303a0530307fa +size 13321409 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..d39791c8ba55aca3a5461bb9c5df41cc5aa2c987 --- /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:e9580ddca265a8b840a3d18d4459474358a99d931a071cf07ed7d1eb5e15b9ad +size 13264176 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..38ec300be8d2841cb2eef370a28ca3e9b9b9e008 --- /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:fd88c34039a7d1fdc5a84866b4268897bacfc21e88f23430d7e7230d2b61f4a2 +size 7438126 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..dd3d79630fe401fd0cf7c68173c47c75d4659b24 --- /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:145e735e938125bafc561020b954ea19be8c30931a307e28f1b15d9c8443f063 +size 7517392 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..325df149522056baa0c44dcccc3a403488ee7982 --- /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:1d33cb981ac33e2f59e69acf9e6f1fce4e47383841cb65636fa800369b1c63e7 +size 11461698 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..90d0750c6b0d0e252ce2ecedd160fe88532b0a61 --- /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:ca4c5487b9bbbb911760a11ee0191256b287e9e635395fdb7604b622e27b03df +size 18333022 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..62746832025149f98e7fdcfdcf6487f4fc0680ee --- /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:662a02d22770c820112cef7e08a16b7b4de9656627b7e90b0b4cda3c9c54467f +size 19624492 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..415e9f1393d40971d590dc583731a8af47585aee --- /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:a0f868392b491cfed5377fcfa9ef6d6d661ab7e3e6f57ed8477ebbca005b03ec +size 19273514 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..11baea50f691ba71222c7f31fdd29bce670fd7ea --- /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:f44b4dd7cd874ca28a865660a4e56775ce5fc384b8184466a5ddb655ab8aad5a +size 16481241 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..da94796cbc736c73cae71a5b50d3b683b5494e04 --- /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:9cde140c69957209b969b6a76226704fde7fd206c31feae8b121334df2d3295f +size 12999413 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..65815f3978e6be2a835d5b86b401a7fc8308ffe9 --- /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:3485c480ae572720f2afdd34efed92f04e4f0c14f6b6f4193a53e83fcbd0fd4e +size 8024862 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..7fb4fc755dc52da96940230ca1ad4ee7f3db75a3 --- /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:ad4b5cfeebda1011cae5dcc7f3d4b92fe7d1b0bfb9661bdd024bc7b7c9e0714e +size 7818360 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..679e8890d8052ad81e4a72dcd70bef91d932947a --- /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:99bc23ba694fd73e2fa0ad72de446b33e7795684ff54ec790803ec64d2d2bff5 +size 7621643 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..c39b60a56bc2d0f09b19047020ed344d3ebb2758 --- /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:e9ab184838a760b27b34889d19c9d94a9cf0beaeeabff82fe8c4cd5311a1d006 +size 7685802 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..c6c0cbc27eff9a82fb0640267e0cc404ffd78bb9 --- /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:d9132f46f0b65216ae854b3cdcbf0318705ff03b2b237d5bfb02354a4e0fec92 +size 7798057 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..6cea243f8543e139ff6f14fcffda93d84d364509 --- /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:56931eec10f65c97b8adb01874cb7c50e2d78281d56e7cf015f15de3da0800fd +size 7690648 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..6eabf00baf588fbbd21fbbd3a002c11b0b3235dd --- /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:8c89adbd3b7f5b832e9a97adb61f24a6e6ba6dc80190f65397b3fabefa38fed9 +size 7948209 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..430b1b603ce02f97bdbc6ddd891354b4f6d1fec7 --- /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:13373c762540585a6e13107833cd63bb5e1a62e8866710e71a75bab0bbbbd658 +size 8291998 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..2a2f339c62e6a3eabdeeaa2e083e565761542fb9 --- /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:731f9f7abfa204d9c4c514d7a29ca47497e94944b393d19f91680d86b0d50031 +size 14593028 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..9fd9a414fc2231a7415f39549b60e09021db864c --- /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:ed93efc1ad37ff76d51c4e7721680ff853a39ed6511b26d5a1f8b6b30b8dfbe5 +size 18108199 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..da0066330f207c2d2b844ff9bfb515775e2a2f4c --- /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:ca7c029d83a14068720eafa988c950b331d9a5620cb228d017ab935cd3c71987 +size 9699562 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..7532e042450c897b03253089f78477129fd15ad3 --- /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:a318290e4cc3146cfdc1db83b694ec349b786e73a3fd16516e3832473a361f49 +size 11882439 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..1ef4a3172707851899dd5d0651ea8bc2f189c554 --- /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:10183fe9e9e6bffe4c41be69b3e60af42e265ee774bb7530cfc3f38bf4a30b61 +size 15043232 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..be0f1836d3b70e896b7dcd90cfb284b646bf04cd --- /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:a20e5e8d97164ba3959f831690ab66b874ebca0f17f1d400253eac846ea58b8b +size 7776814 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..76a1528d4b7988099fae29ed726ad6d89212ee10 --- /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:e28e23d82b9f2f6e4590a16b549404d724a52a9c55106cf4fca61efa075e95a1 +size 8198634 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..04c154488e849437f48c372844defe2428ecf339 --- /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:19cb3debc9f47d4d9e03f36d9cd99dac93d60990bb9874019110ac30d41ecd03 +size 8421225 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..218dc77e9675c706274654ab1872361a865842f0 --- /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:b07bfefc216ef274a6f6df6f0906a89847e67b4105a13ca009b1aa197897cf23 +size 8399485 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..4809ea0f6972a015c47b4726b0ce59ddc1c82692 --- /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:7f49a2314d17726e8c1957153c1421458f9a5e2b28952d31a4a755cef50b8c3a +size 6988741 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..d1e4407a56808df79aa3d35d13479f430fd6b733 --- /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:57670b652f6d7b280a8a3c96c13daa400553dc0f4338f5a843b8b131e1b35171 +size 8685541 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..63ef02711540a830ebca3a8125d2d479ea84c1e1 --- /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:1c66f5b101a615c972538a6056ca10fd61deab384852ae64a14a4124cf50f96c +size 7492763 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..ad4fd6ca52ee2b13db1ef93e9f98a3033e0949c4 --- /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:f7f4d807275e7c300f52ace8e65834af0073d99a9b9e0171a3d42bed6246d873 +size 7831427 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..4ae1ee678b56713c0c4fabd6d5818cc89d934780 --- /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:b26098df95c910f317ad7337c1bf63846975ee4b70c2ade91c85ad6c443280c8 +size 13858890 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..5bbd63d0c34cde80a505fafd796891955271d7a9 --- /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:3cbf4d56cf0299a0e89791fcb0ffe732c3e931a973b9291e231e8c1cf3cdbdc0 +size 20748275 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..933c7888df616aa7d04f9233827a060c9f664ad4 --- /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:6353d42a47166903e230e02fcf0a26d2e44c6453ab773a172f9280421101fbdb +size 18997529 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..9019b1524974ba04e23c9f97e22b8d3ab21be4cc --- /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:044cfe5fcd628c4b85ffbedaada2a6967707e6dec195331344523dd58c0849db +size 14600751 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..9d1d8098dc0bd2e3f1791ee13187ab3cf5e88a58 --- /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:0a4aa31abd9309dad9893fb7bfe305006c748c73d0915380ddf52ab89664cdb4 +size 15487241 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..fb12d90ef18716ed453c40fd4439164ea26da58d --- /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:8d7536448c01be42b384f0990f9424f9cf8f6115d251349bb8a77e3cc44238f1 +size 15131676 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..ed4027cc5cde7c0426af7c335a4ded61c34abbdb --- /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:d2bdd86211a5c2e6eb1168192bb0795282632ac3b1b8441cfd266e9ce0e1010a +size 11364737 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..621369b89490e5caf1ab63d31ea82cddd40b8feb --- /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:345bf27254abef396dd9c6cd8a2a8326b8f03e59a5181a5a7159086f3f0e0bb4 +size 13723344 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..c7704b162588831178d06610271930ccd63cd49b --- /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:5a90c8cd7675d1e447207324f640501b792aa5d8c1168f864bc96c8b69682568 +size 12766924 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..a86fa9f6613064387b6ab50347ad60220f657e5b --- /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:62ecafd3f599cba45db9ccbce442651971bf7607a79a29b3ce7890e039971104 +size 8928950 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..34b623827c475ef9267c0e9784ab1b2d27743eb2 --- /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:f2678fd319db2ac982ee9dc8dfe2a2a058000daf63ec0ffa9d41badce020ba9e +size 9597556 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..bd496a7f5bead6c3de08abcf491da08215a1edd8 --- /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:94437a322a23df8c2778e7743ef4a2cd4adcd7ac6c4853e72d7fe590c860ad00 +size 9192092 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..e5b03a1a0937dec1a03864191d9d53b68a16eb8f --- /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:86a5171c1c3584d1ddef0eddf395c49dd6ec4cbe9de8b04bebab6659c3c4b4cd +size 8435626 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..57e74fd1fe70e717496e0d5c9f3aa6e871957bad --- /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:5a7de53b25e2d499e62108827c54a5283e9abbfb5b57c363f4aaccf5adce493b +size 6942678 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..238cdb288feb4efbe103517a7da630ba191f7726 --- /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:a42cfbe829ea1cdf9dccbaf7d5911e1afd754efd09f87e8962032f307118e99c +size 8994807 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..2512b0b174e779065474a73dc8a9404db1fa21c7 --- /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:4aeea6529342ca2c54f57b231142f4e1951a060caa2411ad08ca5f49a218c577 +size 6402252 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..9a1e524c0414d2c00044e12ea82b3131cde924f8 --- /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:3bd8bfa63bc9b876f2a21044a43194a72c950e5222350f6dfcf720a84a56441f +size 8214775 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..1a2dd96e885d9888d7c9a5e2b2ba57f3cdfba497 --- /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:aeed6a2ab240edf8cd55d6cf8b23984744fa82af297277623bae6edbd8218afc +size 6621494 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..f4e7dd7703401312fd0ff36a79bcafed62144e97 --- /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:13e3552a7f23d8d775571e05233b0ff7757f6f883cc9675727d7720c1009940c +size 7693385 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..081c6535b2f1eea7e71c85a157c7969e4c48b193 --- /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:f481b8c3bc3168bd17c4ad6487e12a1d5770e325f9d1e01245fc5e8f889870a8 +size 8148135 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..e419050546c3663a124bbe83300c1176556a1523 --- /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:dc4ecf20915e3390deb3cfb34294acd284ab9e968279432f138f6ac965d0a65e +size 7896849 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..7ea8d31735bd3233fec949cdc8300c1ec6ac7456 --- /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:febd1d8fdd5f17c187d01d70313df26ad7972deb29fbfa62e6c4d4b6c5fd55a8 +size 8040267 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..cef5e9b95be3c8b99b6004d086bd44fe6d386e87 --- /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:7202a398bb93b94c1c95ef75d54d5af515fd0e092c700c8296baa0edb18e2df7 +size 8433701 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..f748e64349dae49fc8caf0966185f44104430286 --- /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:70a9647b42a5ea5dc9b5807c5dfd31aadd74fe4e2eb91a647c044dfc22e1f510 +size 8169543 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..8b3b84e3de4ff558c09af3bb13af3b7f5a5c4131 --- /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:151ab08ad6bf185157593f38cb62ea1570921b26719a0de8a19395ec766b30e1 +size 12229485 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..ae2ed7d20af85ca65d4b32f94b9d4c47fcda62f2 --- /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:3007c62037a1565895a7058a00687cd509c65a9f6f7fe35240fac5cdddc88edf +size 8024416 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..e2a0821d409687b4e19209e4a68bf2abd10fda83 --- /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:0a2b9aaf0136276ce565981370179181bc60fde7e3bc516b9ac9563bfaec75ab +size 9590341 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..1d37caf4db2f8d6ce4768970cea5e63c75b9c065 --- /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:4fbf9e94b8074c434d56cb690ec50a9113331fcc63c6cf9144b571230e968142 +size 8235131 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..3a949bd76ce2ab1c4602177ee2e8af0cc1911879 --- /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:947796d20192f848e8ba11f9ae0a42b4fa5f0c54956e950b72ceb3f162fba05d +size 6805490 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..c893c8f43aeec959b4e9f62b2c53b32e32df082b --- /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:38cdb5a6b275a7aa3604e03c79e14e7ce8be922039f266271049d3bb8189d114 +size 6705448 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..d65e0644085a149c43c561fef45b0933c7b4a9a4 --- /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:04dcb6026381bdb7096adcc41b699494a6f6be7aa6c7a4716e2ef57aa9e2f7f0 +size 9090467 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..abcbc7d1f62766eca804a117b4530bf6beac37a6 --- /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:148bb4a628263482554157a81842b5d21ef3aec92b5e696494c8fe98197203c3 +size 7801884 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..f98eac7562060e8b5fb982f4fe721f568d02b497 --- /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:31b0d624a1a95e1bb76f5ac07d197cf47728e6821fda8da411b2fcb755068340 +size 8229642 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..711fd0d88b2e31984e9a9dcae9d7db160b55c241 --- /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:dca46e6fe469ee27d9cc45bff061c94a655cbb11d8899a155b7636a2ee2ee236 +size 8442940 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..6f6e2aaee28a735491172cb5307a3b3537e89a5a --- /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:8ede1c70c14d693a52bd07661e5d53b101a0981e0805e2086681b24e0015dc86 +size 8629864 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..f71a58bed304b629110f70a0d053a67c95158d14 --- /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:7f79312e56338d2c76b56145c035cddef163ed1b1b60e89c01f4604f60fe1d75 +size 8837732 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..cf28ba39a7f2b861de3b194001c3c43737b3c783 --- /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:e9d77d4c72160b411967f1f044337ca0402cc8bb822c0da7edbec79ade7dff19 +size 8164163 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..f3349b7dc3d34b53a9d3b981fa134d7c8d6139d8 --- /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:c1be87ef35d311308eb279eb6227c92cf7417f0b583ea4d37c38b9363f886e1f +size 7879342 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..9196a7eb3df4779c08997f6b1909e0a9152137d6 --- /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:b4aa1093f7023856bf08c9c5d714b989089a04ea82da0f96205a3cfc8c50b7a0 +size 8250799 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..fb302719a1465ffaf677012ff8296fc92c35c3a9 --- /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:0c466d7de628527fd986926930fa15d5f2e7a86b95f356659d9018ae2f552959 +size 7865951 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..966eeaf39513774f05e86be5e69b67ec43ae679c --- /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:80470e96826de63c252931945bff9f6f7ca168ab17c0255a7523d7e6d1f9ebcd +size 7457037 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..c64c5c8473e034835cbba22aa387dc7bc29e830c --- /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:2d03dcb8c5704724b9ae6909e44da7587b3425c4484b425d84848704cb12ea15 +size 7597899 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..33b81c7c25e33bde334c7ca1ac52543cc4c3b4a3 --- /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:94a10c98589c010dbfd78adcf6cb4cf53b97c8ddb5a89b186bf065de753d1297 +size 7772144 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..01cb7deedd4454fa01c339e2c1adf232f4039998 --- /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:a0dadd7da2bcf3b2ff8e4809ca8d143463c99e00ae4d3b40df9d7db1d9436854 +size 7666145 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..d574627fb24897327864cbfbe9906eb6325ee935 --- /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:a87ed94daa48b356a6a59c06d8a14c64ccb6855a44e744e95a34926487bd3010 +size 7965172 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..f8a25c6ee49da7a66690e554d5c5ca863e9a79e1 --- /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:8737a339934b269bbb5dd41ac1688901d4e71e33491e1e082f9944780c36d45b +size 7733198 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..43608e269952422e927ab4eb835e8f99b9cb5ca5 --- /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:ffefcae91c5fcd6570f3f4c3804652ec32649dc10ffebbe8613b20df972fa702 +size 7856939 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..ef67242146585b26e51fbd39f1a5ae228ae96281 --- /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:d5f617b8abaf53fcd9165aa6fc8358677bfed3eb1a615a7799ae0ba2cc75eab9 +size 7997700 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..91182a63a1f024f1996d5152142164a89b152d4b --- /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:12d2e191996349dcf152415d0cd3a21a40bdd34440ec8dfbd9a718acf1f84c3c +size 8452225 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..e0f5a3157f67c1a5b0787bfb2b04bc79ee3ba4e4 --- /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:6d3f51a6fcebe6dfe64a6ebe90f8ce1e5fbe4fa023d6bd273caf6c8bf7913894 +size 8026969 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..26c8e0c62c8fb530d7c8f5ea056a969284fbc7c0 --- /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:cfcbd3109475ef3243840ebea71d43e6c65a8936ed53c1378c4a87514c0f9350 +size 7808601 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..3538003f27a97ff54d4c9779ed41c9e95b5a18aa --- /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:fb809647fbca7e4d7de74124346216f0015d861b3fa50ca98c39905cb8434287 +size 7561923 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..e51dc908a93e01fba91c7b7f7360e165a6c79719 --- /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:7ea4331569a640db15ea94c80f5f0c8e005964fb10d15f4909b8c2ae3ea63d59 +size 7487525 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..b2e5ce217770fb1cde7df4082244ac4538781f56 --- /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:a54c897a8b61840350826aed5197a31cc9adc3dcd65fd86a24fe12e2e9b6e5fc +size 7145772 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..1ec982b12e951dc978673abe2d5c438ea1b71fe5 --- /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:4fc3e89627936b21347766b427b5d9eb4921f4cc437f5823ac7868a41d129ee6 +size 7376949 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..fe7178dfc458e5020c375ea14c74b277ef08783b --- /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:f6b90a63db79a2a4de4bd5502ed060eb23317b9231e9310cf30caa25bc8171fc +size 7607350 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..0dcf808c3732928044f06a4ed503eec17a8684b3 --- /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:06bc7bce51f3194f4a77bdd438e73d8b8785ae0b807767222f4530d64bc50677 +size 7889556 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..f484db61e682b7c528ed1ec182ced2a6c2cde00b --- /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:c0f6bf8bf1dadb4ef16dee64ff4074b8bcedd181c3c3ce26bd14a5c7f17751ad +size 7873278 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..9bf6dff55304bc00b472c0e3cf47129040862ec7 --- /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:30973f3a9c075411bd42fecd4a7605cc36c31688aa08ffe7beab214e40ced164 +size 8892587 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..47a3496cc575ac78ac6c5949b31b872fdfd133a4 --- /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:d61e53a6659f28c87d61083ecf9f0137671cf8817b471a2bfde2ca965cc818cd +size 8002235 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..2fd89d7a7a1c4a4245358b711a33bb9a9c038689 --- /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:eee1d05c09ee8915d0b414027db3c697a6dae02d7c4f44cb3b339d9b89ce1053 +size 8292133 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..e298e33b12ef714878c8041998082685656cc4db --- /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:145a10ef852c11ee9154ca7c41248bb5a54c1f08df8016f5835e7c8cdef2ca0a +size 8311010 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..a2fadb81711e8639e427b98e4e1fc5f95bd0d75a --- /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:8ae283192c0b26765ca780b708502eff55328f933c9fc9eef50bf34ab3ac303a +size 7934815 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..4aa231c07f897f477ce26d3fb83728495f8f0b64 --- /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:bd2233950764658fb02d9016238b81ec26d319d3d1b7b57ae5168d11ca7570f2 +size 7609904 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..4a834144fcf4cb12f17c1afbdde1b00710546056 --- /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:a985dd9718dd866932a731403c5d9bc5d8e3b91c022265b55660ef45516a05a9 +size 7206640 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..9cfead72f155a8b4d40bfb6d517f970e9baa47b4 --- /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:a35468a72d5759f6c6f938b1ab7fabf433c82f98b88038f84111fecc56f1a269 +size 8040489 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..0c62fa99fedbbc0ffc433fc11211adfb91a7ac2c --- /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:d83d92528e101f1397fa4eb81f2811d4a13d749297d926e2c3bb48c7943a030f +size 7901796 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..a4c180d181696ef4429c2d58127892ebf3ccf6b4 --- /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:3fdb6a30af3480836efd0a76b8e6d188cc4db1981b90687f9b7962578baf1cef +size 8070514 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..6ffa8801c919d479b6abc1a4378b2ed891b08d73 --- /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:fec7571b01e2d85c84f4dc32964fecd0a77c34ae6840c7fd2be129cafb04d25a +size 7618862 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..1c2ac7d7442ad2b8f2d4097b855f5151c939496b --- /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:09249d48d6e13a0191cd2b9d220035ef464dd4f94522a1468893044d24ca6e3b +size 8066841 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..01d065722d47dded56198c7007eda92fa13d0b8e --- /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:350aee7c4b06c3db92666fa5a45cefb3e24e245aa2023a86a583e38696bd7340 +size 8263183 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..768ac77b0c3daf05432160f5eb40f833ff37bdd8 --- /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:6988d48bb8d9d23e533614d214d3498992f0458b531f7c04218cdf774a59372b +size 8267113 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..e94c507b83dbd56d5a9a00a1eb4ddcdb0e836f5a --- /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:ad174d810b7de79928ae0f3157f402ae8fc4fef1feb140e9df5814177038c1ef +size 9130395 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..e2b47dcca764b5444ba5bfbed2b7f74f34019590 --- /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:f5a5e9d0c76471bd57b6adf82135e01412d3bf6de6f98248c5a6016e799e3cb5 +size 8152913 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..754fd29f16970e90e105d0b884006d702dd13cfb --- /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:1e16ca5d004b80d2101ae8abbf92b7a7d557800a22f5f686a61499e40cd35aed +size 7447070 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..4c45e44975ca850ceda55180b371330394ae59da --- /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:c6068372acac9eaf25c4c010bfc3dd1d8f4232ad105b2a7ed0ec18e5cc8f4a0e +size 7380515 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..a96bd861e51312732ac0849e23cacb344b9148ca --- /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:767921de7244643797574815960add9a71378284ac5ee88055e010c325e0dfb8 +size 7613849 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..eb50cb84e626cde3209bfd3d29185466386a3ca1 --- /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:7a6844130406f4da45fcb70ceae5f453e0f7d6a4456122cfa0eb0df517f90890 +size 7517367 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..d976588a614686637d087308f7533b7a71eea65c --- /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:1ba67ea1f813648e49c3acd0b3afbac4c148221f2d776e7faefecb0630db4be5 +size 7729343 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..1fad347180ca756ac0e5fdc5861b20db41358b81 --- /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:a66af72e0de04a156024250cf0155f9ddbecbb246f2ec212396e01f60bee9f7d +size 7660964 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..25a0a0247ee7f01e5403f3188c677bfb4c752263 --- /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:4e90d8e8f510755950010e9af94ebdc257a9137211dacde765b7b94308b74320 +size 7849723 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..bd136779839f3a46c8996c233405da1932953844 --- /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:76371cf384f4dfd9923bbaef5e9339953e04025898df6281b6d9501bf39d3a41 +size 7508127 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..af405130a3a60967614b058ab4d28a6cd11d1b78 --- /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:6a4ae6008be397579ac85006992fa429b7c11ffaa884f80f28b0089b20c13810 +size 7563618 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..d6ffe99760c22bf6b55a182007fbdb035ecdc08d --- /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:3af4d7e815f736e13efca1fd39ec368c979e7f43d5d6ac92ad379feba4a3be98 +size 7421439 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..7acae41b029c3697c200741bcc1f421634a45089 --- /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:c03d7e41d47b744de5956c29a6f867dee1c2b86046d70327eb33a4fcf029a900 +size 7515643 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..50fb3ae519d46948cdf2a37740d0695ac6e10d92 --- /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:7a2a9b807452ef85cbfb98c71f795d173ad7831b7c084bd49c0e1b4d51861541 +size 7614867 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..da3b83c66ce958350ef692540221f5684cbdbe12 --- /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:732422d4a6798431a2c2f15edd316284aa00f67759bba69a3084513c0d8240a2 +size 7478673 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..d738bab1bd4142bb07a7163e758b77326d56c0ec --- /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:6e1fbf929f18de42552c52ccd4481ea7454529a76eaa06c25ba990a0e46b3ac1 +size 8737485 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..4fe63f8220de8b511dd11628ffb2b8792e36b87b --- /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:585776b159b82f6a676f5de4b2db51c2d8a369e2985b1a2615fd7da8087cc19e +size 22216085 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..01f63366a0c974538006a97f343af68eb2851ba2 --- /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:d480806cf044cee4bd6e17b9837ad5e81c14d047c0fda89f07726c4ff5b5989e +size 20948050 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..df23d738810d4d5a285ff38c0859173e52031636 --- /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:fcb153dd24f50b6d8326ee4b9b85059a1c2314420eda2db053e699b3e8f86859 +size 22972619 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..4468d297e9337ce48eaeca5b73f6a563b618d84b --- /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:f7c5bb32fc7eff1a0ab4a4c8c714480370ae9e771ce683304e34b01fb6053a09 +size 27031646 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..b029c65ef2ccb5147d5bb53f07713b55d432b0f8 --- /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:1f1f07ee7cb257cf6215b55e456374a9774023860d5ea95dbb474ae120946623 +size 21454864 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..afed2f61ea1dc7692c6aba5ae5c275c724e7ae5d --- /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:98e63b5135d62caea310a9460d2b1ab563e39c792723b3da9d09c3c3b12fb26a +size 17329150 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..6fcc0373876bedd422c06edc5155c4b0b773d9e6 --- /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:e0b244d9d3554c083cc75c3bbf9e0a0a023cf7c51963f54074eede563d94cdd1 +size 20110351 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..85ff9e5512aa3498f2625796795c761427eef36f --- /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:e44361f4d5f4b11eababdd56b32f74f59e6cf1d3db5b26b9c166bc9ce7dec85a +size 18632539 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..08f45524039c2bc2d7b1124195520970e5bd0a26 --- /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:731c47cdb4d0f96843af10ab7765d50d09bd9cf3381853820a6f48d3d35a1d19 +size 18020532 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..f66121c4c618190711f47ad366295493583f6558 --- /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:19400ec0a7fed86cf74f80e8b897c4bb6c64597247b565ec822a26c47eba6feb +size 15022573 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..4c500c2b05ff8a9c82b20b0f6daea430a1100781 --- /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:97aecfd04859049114cd11cbe37d00806493cfd25917ed9377e8165b47cd5fd1 +size 17318565 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..6249f1d973c8390fc13f8b96b77ba7889edb1452 --- /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:934f8c70e62c863cffff588433ebc55021272732a0f01ec1384937e5bac4e8c0 +size 19691738 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..83090f558ee4a760353df049f7f2b5aa09e0d4ff --- /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:27c8ecb8bc27eaeff81c216f96300748c0f98aed4e57dccc74b920582e2e2a4c +size 18928197 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..4dae2445ee5935d4e4f38dd95ef786efeb34cda3 --- /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:e6662a698954ba6bca7404a04c5bbf49159112fa86fad282282a02f38f832432 +size 22226834 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..e3c570ca385c64b3b6d6655a63c7bb7c20e6c772 --- /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:9976df883e8a602d8ce1d7e86f5c2c085eb4e222436e0fcaff822278017e3d37 +size 20652603 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..81f0e0a6c0910163f9b2779d207826966a3aa13e --- /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:0f76b37a670154bb938e7892fe9c5531818ad36286c903ad925771ffe0fd625f +size 23265115 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..e4af3bfdc6a99f595ec617e308db78e6381b55ca --- /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:2a59014fd74f34d51e1a55bc5bf82e03a79a1ee4b379475650b90c96b3648e37 +size 19240848 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..a010db796b78f1326eef3920bf4661c85bc64a1b --- /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:a23933d68da0e24653edaf267369d16225e66002c34c5ae8d4730c3578e9450a +size 18841778 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..df18052308950e504f51c2344051ac8f27f82b51 --- /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:e508706816b7a762c925e42eaa87ffdbc5f5cb5768ea60f5eff785f5d613fc5a +size 20450638 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..06f38495229c4c86002a1df3272e30ccad08fb67 --- /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:2462e1d26ef9418d0661cbdf48b5de809514c0bf40eb7dfa20d6cc57371a1fd6 +size 17219268 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..f7fcd47cdb71b9efd67fc62fc3999ae8cf95ff9e --- /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:84549e00559c49e5c73a4086abd08edc14b2af7b3ae74dea5ab4369d8603e98b +size 19626754 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..ad803ad1c2e87e38d04f7ce6eea3c7404877fcdd --- /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:cf8d48adee065cba3891b64f2adc79881b3d93fab18befbe2a97c6361a1bbc5a +size 21375228 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..cbad37793272acbcb1bf8d5d7b8b9c2e83933067 --- /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:4164554c8eddc2d447afc3780d47126a9ef28207f91031fc4a393415723c633c +size 21540146 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..0b6d0fdac7866085007362df8579e169580fe788 --- /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:82fafc7a11b628e195bd1e98befa27c7b316103be15f6cd9937f61ed5f62fb2f +size 19574877 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..f3b9297615c43795cdd1d1ce9f275d9d32484088 --- /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:95aab3e187dedde9343d78492d7393251d513dcc84ed580b86b786a2b855dabd +size 19451200 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..fb97ec44b8dbd5eddaa78598813d639e0830a864 --- /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:65f2d0b828a3251140970654ec3cf969951a3609d6f2712d179aa85077d3cc1d +size 19041228 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..1e800222e3c0e403f4aedcd896041f782dc61f9b --- /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:86e238f24a88b4b40165ac544f3b91ea567db3c17ad8574fa824af9a01378c37 +size 18318045 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..fc8acc57b2c75fb694abeb4e774662805c5688ef --- /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:5fc60bc4980bca8116f8a53e3a94e63463f5a1e490e83bf64b6946df8cb07b29 +size 21342520 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..3434a895f88995f54f3dd7d5f241b827a8072808 --- /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:c6701460e08f4b7855985425e2543461206fc1a5a4fa623049d8c8c8b27dd7b5 +size 19660888 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..f01a6afad7ee84bddd2d15ae06885729a15f8bbd --- /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:900e0adb2e86d5580188ad2b7818b58d8f66ca809292bb9794f5bb2bfc8ea384 +size 19453604 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..5b392904647cc62b9a955c5cd26ea136937de1f5 --- /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:d53e39bb494dd1fb29a9bc29239797ad907c7a4edc464dc7a3e699944d3e5a70 +size 22000661 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..b9bfd034ac31e6f3da48d0d83687d307eb8b1bf3 --- /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:c13bc3902a3202885b2c628b09deeaec21a946ce77d4083708b6c47263dc0663 +size 22875738 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..bbc6d041dfa125ee619f325746965f9da5419646 --- /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:754e3534bc102e45eb88745f17ffa4d91413ceaaa7b865397e35122a0fea57a0 +size 21646504 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..4f8281c75d733b33afee91529a7d63c98ffd6ef3 --- /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:9d651c4bc8e9acca8ba22663a1b14c90474a1bb080344354b0aa90b999e05492 +size 22332263 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..b3b94e1e414644537b8ba645ed953d75e832211a --- /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:23ba6a7e70d7563dc50b218ab97f376bedd32db1594f409df0a23aef2d6f8012 +size 20397062 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..929f06c317ada1b636d1a03daba91d0ac5cbe34d --- /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:407080ab4701528cc8cfa5ee5fc541c115e5ed4e55f9f09d99989e352a43b37d +size 17576447 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..b2bc484db099bbf9063cbddb4e6c91218667bc7e --- /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:151aa88f16a3d4652b82c2f0ead482ab6f25b7b49ce0f1cdc8236e769eb1eab7 +size 17521061 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..7744e93cb54137aa4c1ac10bd673a71031baad2a --- /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:25851ba98b8bcc0e88159837f8f83c7c35fe8503399107f3e044d95a30351338 +size 20813749 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..3e9de802e710f5848f71bd2afd5a6f4f6d96399e --- /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:5443ac6b1d8790e96508cccede535589cb6fa39267d2a4eba99ab4023f09a1c4 +size 17639433 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..5a7ddff84303eb5152e066f3225b19331527f768 --- /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:10c9450689c43129857df3aead79ee4d1b423d7f9c078e49f7232958b022dd4b +size 20914484 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..a7d17eecf1d167c5c10cbd5f2a500e427f587c1b --- /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:a814633dde3af142cccdc864b59768f5ffa592decb4426fd77aa9f25ba0d6302 +size 18336569 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..774df3e670f4917bc67d6388412abf9f689f28f8 --- /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:d8eab68fcb8df12ce650cbc4544b4eec4f9f81f015a89a5e670148d9909c27c5 +size 19025891 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..737e79e7723cc7d4fa900903c698600f10a41397 --- /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:098896daeccf0e4c558bf802fad5fc093d1d8aa3ac533cb1ec053beb61e58f7b +size 18827063 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..798a41795918472dfd2d090b709e4bc98d1fcba5 --- /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:e1fc4fafaef058eb67dd373448a0e41635cee43732148ecb548e18fe06de5f3e +size 18778568 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..2d04072b45856436db21c3dacd227d2f053e930e --- /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:d653ae7365c91ba99fd836beb2cc224d038eea7fce5ede13d92d2235794c04d0 +size 20127563 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..658f15acd273b3cf2a3a060f1e32cc69913443a3 --- /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:2162aec502fac8af172e7a70c834c096c6ca35e09d4c2828353ad0634fddd9d8 +size 20623425 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..7a1bb8c4037e13ca3016170d68a7f33b45269908 --- /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:01e82e46895ba85a2bcf669e2efa2c03c03fade9ec1b8c03c23f3af25640448d +size 18053021 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..f53ef92fda62571a0eeed6e4c1201d2c8a3e687a --- /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:33eb0009d2301a398e95380c87fcff44c72e0f20dbe18884120df281aff0d899 +size 17173348 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..0b6f429178e3c0d926903d9f3e7fd2c260214f14 --- /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:114a81aaa5ac81b9e683262ff7b374213817b405722c5f63951212b0f30ee9f8 +size 17147712 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..17b695ae9167979bcb327e1eb111ea25f3f2b686 --- /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:78e075c4f9ae85c06c3781486ce357543346fbd99614d87380c00b0668fdcb4e +size 18259327 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..7b703390fcd36df7150ed4ef3abcd8e626a3d6df --- /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:9bb26980be1e288c988d4023100b53f7131f0666e51309fdbdc5ec5b001d0ac8 +size 17834437 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..109d739c25a12e1a572cea0e3326fa7ae276f337 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286201838e80a617051b0631de1ad1db44f28dd183dfc2fd1d234563b4236bcf +size 18399551 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..283644c52dd901cac57aec598a88643b9e04cada --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477f16ee4d3a47b00305f1b11c3539776f8d4f4bed2239a1ffd106430be1b3d8 +size 22447014 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49adba61250571de615a1594cfe0dd60eb82f685 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f1b60c0ad5aaaffc14fc7cff26861f7238ef8b5862888da9b2c4531526c626 +size 20652797 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcb350496f11e65ddaecc5e744d1d9e7dcd241d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537a3f3380cf28aaceff5a5f90c3a0d489704bc31af3d0efa22e150c8332b57a +size 19348343 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0042a9b770e3bc3734237e0d8ed1e7faae962297 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0670ecaee704e3bff646637e86cc186a22bffd9e7a79ae7155528bd68def63 +size 21994998 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..451734477e15cfc9152b6677c864355e7cba8bab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac39380af0c847129c93671b3d1a7b9b497324a8cbdc79be8541fc949a102c13 +size 22142323 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..142a09779e18a1e370f650a38c81b8f5a434adad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9779b61306786a5ea65be8edbcb4809d504f7599ccd8e357fcd2e68fceb5662f +size 19600859 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bae791436e90355bcb4bc48a753e4d1e7e9ea7f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f51a07402d7002049226e8c33be727c85d5de8c20572c490f3b1f3f5bcff52 +size 23760304 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b70251bdf4c5f36b40d6725e296037d5be030b79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c66cab37169159990faab0f8bcdd56142d2f62102bffe3b84207209ff5c92b +size 19967195 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c0d46ea0926ebc9980c5e140a6726255c822959 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8581a1397ddbc94f7b8771c99086ffea6163defc1f907d3ddfc286343e8f51 +size 21096366 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62aaa2ca72d5750439f1533408d136a5be0fb4fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af39f430bb6c4d1f096f2db65760df17b23232886380e478f4cb1370ba529ca7 +size 19847314 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e235a7ee92336d680bf2924b993b380a75fcabc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8b81e51df3699a46754156ba7c9985e34b6666dc84111688e00fdf3b19f25e +size 22318961 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08f2c423d3dafc07b9fe70cb60b2d51f3d2ca4f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcf2d7a6ca047a0b07469aace367495b98ba46406df9a2e196392aa23e01c22d +size 21003457 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..276f20cd1f746e0920e87fa41e74de8f969da334 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd3c96a66a356abad672a09a85897b8d627620265bd402d58717198d3f1bac8 +size 22885069 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eadd17ac9c7a8bada27e95e935d6bcc7c6402b38 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7b68f28d2c63fa0f5779daef32071562120477078dfd6bee3637b56bb9f0e5 +size 22663265 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9717a5366876c978264b2cf788493fa70e5a4b4b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63fff27a036ebf75315f7027a4b0773af26ce6a75620e98aa37650c37fda6546 +size 26234464 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acbc1b31a35c00994f3aac69c4a915e62e0654b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbfb818924627ae62afdee44718b1691efb14780b7a7d3c41cc7e990abde634 +size 23657726 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c4bbd24cf1c81e18a6481d8bb04e2b0bbe4480a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44754a938719158f3770f812e4781116a486e8398d8c51924328789f1de60d43 +size 22503069 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8737613d8fbb4d3a7a25bc730443d1c09231d9a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a9570b725abf3bff4c8c09bd2637ff542bcf2aef35716e70923813587604e3 +size 21680785 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e0709714b0d5ef292f495272d611e58baa514562 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0530f65105ae460f473123d8900e1bcaf0ff5a17955267ee108aa7e3ed0e59a0 +size 19240503 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b58599665b4120a3cf5f2d88e092adadce997eb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49f248a2a87ec24f991421da489b8a18b24b7be00ab98dc4bc57a542c1b86bc +size 17600930 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6fa1c781bb6d96b66debd5d2458ea2dfcbc42f95 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090dbd5be71ef4f85930752e54d4f631796575fc285a758f67b0166aced43ae2 +size 20101932 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d2d022139dc49d1701f333806b0be7441a64057 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baddd342aeb2e4be945c7eb495d0b028202fff1c355d2165b8101d4c90e0e537 +size 21768062 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f13ec1305f263a709c0842b4059ea3e2820d04d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f18f8393d3616bbc44e3cd1a194f766a73d40db944ce73186cedca5ea4c697 +size 19829405 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b1691708025adaafd4c754915f2a4961ee5becb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0699c2f8f1ba0123e762eccf298c755477ef4ee3c4a7ba5e9e3aaeeeea64d564 +size 20231715 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec69dc70032c24160a67474f5a84541a7b01ea7d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3216167c3810d9207229f986b6e6a5e4f8ac159849f56781238f0be1428942b9 +size 19639704 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ab292bccf9b0fb4bbe85294ceac028c9c756d33 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780ad8e814ebe27f02306c7778b2d69f15865d3fb6b3aef26f32774aac4e2403 +size 21040934 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34c4e5db05d8035cec6c619d21cfc020ba7f5322 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ba64ec45d40a2525cee28e1304b6bb3e3c77a1892827c73dfd9e2cdc4e054f +size 22545157 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..237a0b3dde03ccf7fcbb9207041d58d05c9f7604 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e9506a362000ac6563d77cbfb7fdb14facd7ca661714696be7709c072a280f +size 20480809 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2422a4ebdb355fb76ec141c778fb28753ae05127 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5652bf1f59714dc3cbae1fb2ecee4b13d88e5422efdd11258ab7c0daedd973b +size 20156957 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ba81484d29477396643e2649f9b0b199eb341ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de0443de4b4aad7099102707a5c9f2520310cf7ad2bbc1eff8d7aa05a0084e1 +size 19489443 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cf74b42a94f963858e53203a60c4a4e3580c761 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f1c8849b55d2505a91c625b3c17b2d1c5988e6465b884e91a5908f8f6ebdaf +size 19819187 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e25d63b47c9d78138c8056bd25c245e93445f9a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8048572d8b585b4e0e0ac0857618830c6d5aefbd96a40a95fb026ed54429f62 +size 22467274 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d5fb83a46903d9321fc426322716de60f8ca9b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b030359377b6a3080d68c7b8e6bb1f4812b2f6cc6e5fd1adbda40cc6e5b9444 +size 19319879 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..844c149bfef8370c942609f02cb5d65fffd09fb2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffd20943c33f8871ba0abd304303fd25e3742e5e53e2eb11f8da5aacebc94d7 +size 21621575 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37d5e37762ab14e98ee7b4819089b71dceb6a284 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93f0ba179dd04165f5c2dbf519a704ac48fd7b646b9aaba7a5a244bfca9d47e +size 21271047 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..23fd2422988c9263689b9789a694395ea05c651c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1dfcd668a79ece64620fd9226877ff5b8187cdbfbb66b9a85f70e32d98aba64 +size 21352292 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b350ce8dc971547998d2752bf3ecf903ec796074 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6315bf27cad18ffae02ef57517d13e657fe2f3a86c337477142b15607f0bea +size 23286166 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..901dd9b8e1b2f6afa3c7d022ddc9c5e61070cfe5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b298f414bad0de6bb5fd8e9f56032c1abaefcc55ba0771608c9ca3051cc3106 +size 20637824 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d5ae8c0c6adc056fd86415937ce3e17b2c091e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf00989c61e7a0893066ac8bf2daa179dcc5fb2c84a378e9e4bc219ede3b8904 +size 24669551 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..132bf1c93fc746104bdd22b4f012bbc1195b2aef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a61925b15363663194c35a669472cc30ba169618de90a6588fe9919a8d8fbf +size 23090619 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e47503a0b07c909f3f03e2648c5a35b220fbf5c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74315e780f4f85024936bbfcea2b7f4f4225155a12cf35e5ce36515968da93f3 +size 23398086 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..039ba5dae21d64534e34cc19ac2e2c986f1d5ea5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a746b67633ae3109a7876e3c27facaf5d796767c173bd209b25e8dbb0e5fc8 +size 21962040 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae82a83ba0d80083af11983b590a1c8491d7b697 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56bf8bd260a63d0fa6d1cd2ececfe5cefceaf0750e8579efd00b1b835089e2d +size 22445867 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9aeb7a144491b67f5d9ce0c990160561b76b2b10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774e7cb90845762c8cb65e693476af0aeaf8f05579b4f18a56ac1d4fb5ab8eea +size 19481254 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95fb517f8e2316f731a304324898f170c5776b96 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af37c63c5f416d0277016ccaabe2bde43ebcf2cb94bf463cca6a4833525392c +size 21056246 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1953b30b8c843d9a358df39d56e6b5eaf052aac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1895d6caaa6da6288b711d211f200deb493be0dc1688ff59a44d351fe5168d6a +size 20841832 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..583bc35530fee39ed930b9ef73d0771c6424e9df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77aacceb82faf46d8251835a1d98f09a8deba7375d11dc6fa43626c70c673c26 +size 23288398 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..48c20bcf27681e11d10405ee66a720bd0ae1bf2c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b9ecb7d3853ae517bd405e6f1c0d96cce6742700aff656e9a98dea8723ee88 +size 24697890 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8af9f174d4949aa8468645410c17853a06fad99 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66a0d12a9f87e16b29f77d1179f31138c16242555fb2f53c440a32a5ffd5a62 +size 24622775 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..847fcacf1c416a4a632e56dfd2b015c02bc4412f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2f028ad6e31b06193edc325bf16cbd8d5806f944017640e222c18e23a1fec3 +size 23223179 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2b699f95396eb7537e761100275806ffcda4f892 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eee3affdd0d28043504eceb2023da4ec791fa67eb92daa440518f214875f3ec +size 22495771 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..89eb75d80c38497bde9961386b45ab91f282c5dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1667ee77a4785800fd7d6eb5b6d13e22580ca2e168a3c996f4d62b216d807a2a +size 24949630 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8632f057cffaa83bbb93300a22a9cdd711d75645 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253bc9f26ce2ca4d903279b085a717788fbc38e569fcb72740e92f96d212c760 +size 24527927 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..409e9574fa66135b6e970d1a17772daa0f9b44c8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5730d5fee1dc24385af0c02018841cf332a7f05333b72ce8296be2ce5987cfc8 +size 23146772 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ef3e85bf4e4ee6c93cf87a94506aed489f0d90b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534d3e8dd8066c112dc77ee572cb79f846dc819b487fe3095e2c4e133dd6b54c +size 24462234 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..060ec636d0b40719b12b644633a09ae1d318c415 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04cb5caf20aecb0ddef68029dcd300a0d4e13207d15002be7128c5d71ae8166d +size 20164685 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..beb590fff2d24494c829e5f96a7558256f3942f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6d98a439f36fe622586a10af3dbe6b029a205cc2c1a7cf91c73b64ddce2966 +size 20764261 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5ac3cec8c914cd8d5931b06624dcb3b1ebd1adb9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5c564073782503e2c36404c610a8937627c0291d2fd72b25c855ea19c429e1 +size 17156138 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94a8a25b0f6872761d0bb2923ab883cf1b49a718 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115d274fc0be4d1730fc9294e3958604b13373460d86dfc7096477857cc1db48 +size 18425970 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..22db3f2bd4612d0d107352a740ef100331e7b927 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1027d126119778191cdf546f98091d35a2e3aefb9e2604fe5e1e797c888fa2 +size 20618718 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ec81bab92cc583c9885dd3c95b5a763e01f6c52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e063540889bc60269f2db5b75d55f2655c124f1a2e97560e62eba22f231944f2 +size 16810815 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c7666b24323f6c8422a3f8b5760de077b88d117 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d34d6a1716c65a8623e4bd83db10d544f9a25231a1006a17137edef4e9d080 +size 17157089 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..430ab991c77c65e690acda1758977a04756f3534 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17202e9a698c722effd29dc88cb6203b0e22795097897f3df9547909ae1301f0 +size 18347397 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97dc19fae67fae59455b8a3417a9f9b0b7577d3b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc73de676492c78a759caf9f7498c2cb5f5fc6bf7d200aa196c736b52c7d7f7 +size 20895364 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ce502288596b91722508a31d7696a9845d5e40cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547162923ac2dd4fcf960bbff37755c9fb0283ee1c28e7dc432401c02e67cf28 +size 18291088 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..667cd6a6b559922db51fe8df73c112b904f64ab2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7079c2a8c8745775ff9cd0e7d335ad4718d50eab42866706c98008bfeb0a3090 +size 19164484 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1551905c52335c92fe2353bfcf20e76149e93f37 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f744838ab0f245250d5aeafb5213d1499cd6448bda1f8fe0d37cc22e018b8a5 +size 19951836 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53fd5acf3cff2c3c1a9368a82db30bae0c1e37b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e95b78a5efef02f4a82abe6e42059d7a30115e2a303f685e88fbe414f6e0ed9 +size 18739530 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ebd116098c60cf84101b12849e368ee602ae883 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f167da4eead14f382efc37c36d03ea3e5e0f134787617eea5e201dd98d26cb7 +size 19915096 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b222515535549ac5b73e8105328b44c0689ba350 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f3d07fc98315f31b2a039b8bde4c735113f4f20bacef881cc804f33f90b77c +size 16975981 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94cfd2548959aee2edaf09e7bd675f077d466707 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16989002dd74ae273f026814f1c522757268cc6df7b3f32d35a3de807916d92c +size 17047752 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c953c6fd5ce33b3ad67bff5e5c334a7a3cb31d1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057eae5f8cf780b0f255216fc55ebf3eecb3b7386763825ff9452efeab2bbec1 +size 17239817 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dff99e3ef1dc48ff305febb3a444d4d883f2210 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a1aaad24379525de8f9133511b32490fd6bbd04b59e7cbc1670af2ad22b382 +size 19214146 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45eec55e7507733d6d5600d9a1ea896cb16dbc08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cdfdf8500126d4a2697bf185449cec1474b7294d2278ca277135ea0206be8d +size 16883438 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..006d6580e433f2247c7e4ca0e3cd44f0d6a66a8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1da55cf3094789deb37cc96bbc743e4c4cf9f937e2b18f49ae761c9a268425d +size 18262321 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c962c48f3537540b2ce3ca0e89235365a3f420b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7794ec61241f5d39aa68162bc40bd0fe4b2fa3f6a1416431e6d2f4f24a6d0da5 +size 16623454 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..95407e44b12d32f319e2eb17e49220f07054fbb1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0333e736128d2e2e162630307d6915ed9b894ce0a8e40edbef85b905cc0188 +size 17418534 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c48db007fd06362f380e6a1c8bfd41e2c7fed532 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab497a14428914863e76df7ab479aa3c50e53c2df43547022466b282657e258 +size 17256283 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f686e943d248e18bd30bdf24e79b599afd93d49f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566831f22b3469e4963d11dabfe958ca9ef4a966a32ddb1d8a434dd5c2ac2ac8 +size 17115881 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1780ce96506b9f59e48c62434f7b80f046d13926 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0b49489d649d3b146ccd00f6669e2d9209d4d7c77011ee866a8b50b02cdb4e +size 17665779 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bad1e6e9e866ffff777581d1f4eb542b6559a78 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ab442fb976f19e408e94b962203d00dd4dba77e943d97f1fc8c81c2ad98832 +size 19066271 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..033107a49a76748556ec174c1f92933bceffa4e2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f31e951da0807d502376f8dca76b24968742c1c7c8d55d2f943173ce0763c54 +size 17165907 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41c1e444032ad2dad2d845332fb3efc88b54593a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace9f2a69a31cc59c88c26082f3328ab597a59d4d8370826db2f75b28f848653 +size 18000721 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..182ef66141e152259141829a32f6c00d073631bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122661cc4c8f610e3590aadb5adadb0b8bb7f8898f75a4edc3d5799cb1f79a84 +size 16426608 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47c5820d44a0525a2465cb1d469a877ca571fc0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5e47588f623ffd93f50072ba2d23cc01082797d4f1e94bf2eff4a16059aa81 +size 16877623 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9626cd94d37d01d39517a98861969b957850d57 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def45eaf8580f0d18da820b95fc20328fefc08ad00a5898727c8c28586877766 +size 16517628 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1d5f89415799eeb6b4300cc03d8433132d58631e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6afcb30d7e1f5e486c46911d9ce1fff7f836c58d5bb88de0604e76686c50d41b +size 18288335 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6df6898189b0750fb63db4894a2f3422c60f0c3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43050f7a11be6cfa8920c6081178f89eda4e5f083de50967967cacd8a2ffd95e +size 16840176 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bcd6583d5333562f73d408db761ca85c5a58ea24 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17319373a6750c6570703a539d0607147dec226818a4654c8d08e3b8b4117489 +size 17001044 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..317c2322a4b7e6ba084017878051215d82fc3d61 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00763def61f5f9188d6bc57d5c660f79420985281cb8830c6caf7ea620f3e3b7 +size 16962647 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..841db59a1476a9d0791030725250b6cfff5ae5c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42c04def6ed25d17fee021f42bf264217a483dc61a3b5b607ba441051505681 +size 16826361 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea9827765101ba450091a44633ccd680cf71b37c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7076fb7dc81b97cf376b126cd69c297e5d6bcd3608006efaa582f70e0564972 +size 16640550 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc94130ffdabfde88e53102091989302fb7aa608 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1312b3fea19942ea39afecd4c8d198d887f246aa9387cf9ad4e27fd6ce6c0500 +size 16589956 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37c861689bb1875f84b7b90f381f40332bdfc94e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8104125bbe03614055a6d1ada8d861174a1c2eb3047e49eee36992fe76538a46 +size 16631970 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68f134226e1f4319e657ef91e8aba2dda9e825ce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb887547d7150ea074c8cf3c2aba9e610dbd05d2cdc5b95bb4042932ad8098c +size 16771034 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..62267802bf6d7110fdb7ec0cccb53e0b4880ba31 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb0687b9a2321bf972724b8f0856ad3d91839b17c3ee4fc92cb2a9f0a15e9d8 +size 16978029 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c958cac5528d45fe3d1e7342840eeb71bce014e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb921885424c14432c24ab24f054918018dabd7f6a75fac2bf0767dbc675edb8 +size 19019510 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca3989eeabba38773ddf9dc626c6e306fd1a8030 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6875edd343e5ccdc19628a95dce550c5ec6887a0f28e3a8278d269356c960e +size 18099251 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a591a2253b468ab1a7e146225801c314f3f82aec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50c327ae47b35e4c952baa2dbe992d7711e20581662f3eaf2b07015f3df505b +size 21527106 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4f9e6ccfac01878f1122b23fad559067e4b9d880 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab9868823d700f641f3f2cdb2ad12a885a87a59a455219c70ffd29184d6d35b +size 20940403 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..efaf4c9569c66c2a6b3327c825165358f382cc1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cc03c003365295ef4d50abe5490f644ad0986a3334a2dc87c5cc66d195defb +size 17180865 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff2bd0fb4d538f2d0b6a20506effb3ef852e64ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b4da35c44cc14d382e5aeff44b38800c1e4b59aa09fef948f30ece690e8fa7 +size 16939632 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffb5391162fe6284f5ef671eff420760b89b973d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57c664530cb251afc010855ddb3b4cd4257a112af2a2afacbef9dd60d15c446 +size 14827584 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..abc3fb0bea1759f03ff1ec543d4a35c966dd96bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5041f66d756257f8a99ef8f2099e56e1be8c2df630390d60b8eeb8c9b70261 +size 16567039 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4a039e0ab6f9498ce21ea17bcce9e62e3dcbc0a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5017233664867eba127b4176bebba3db939a4757ecc7ddf06626bdc741957773 +size 16415172 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..167a0a302b67841e54703872587052c84f8960b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ba20b97784cad31cae405cdc634ca897c8e6d9d9e760baab15aa3ea7504cd0 +size 16868156 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..edd3d0fad58e9089c555d8bd06956ffc16fb4bfa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa153b01221d4b5428ee53677a077122899d465d8aa8e729d79e1c72cc5c96b +size 16396192 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9e121e3c8ba6d39428d6156caec8de2dbb1f37e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53dc12e56af018e3e7036e6047ba3962c8f013e7ce5dd2e7cb7f9c56de1200a +size 16854822 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b9350f2d9c6221998ffa71be2e4e53c723f7d2ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e54ce454ac2288957bf4e5b66f54bb5d2e9bc393700d1f9815849b190400f96 +size 19402915 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc69f195d12be66422f82bdbb137650b250467fc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80322cbd664ffea0f336ed4d0d017e5a2dfe796c7dd7723b98d557418e1c8d99 +size 16733685 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aeb5e8736cc50286c20a59cf95e4c5fa508d38a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7d8f5feb1407abde6a44a5a6b3a750d9c9f4fd297abb7774d5df1f28c61996 +size 17088038 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e008fea7f6f06d7c105bc9cba0dc3cd698fab5ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e43785c8366bcdcbd8eee882b3becc8e28de41b07991ff339eb753cb8546ac +size 21765417 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dffffabfe6de6f5f38dba9e21077825f462576d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd131afdc9241edb81fd18d9a035371f803f7b60e0a04b1df9938f2998bee152 +size 23458891 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfecac5e12022616bc022c941d88173932121706 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769e22dd31232fff7b61ee15f85988d5edf298ab985efb927c11a998502cc55b +size 21613971 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..188c3184f911df192530e5c15661804e313ac6cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737ee8a3104e23d0752424d8f3e2ba6e2e37ddad3f33de94d703a1c461067aa5 +size 18542052 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c7e2a6bce31146a7b34560668ab3f9aa06f7fc34 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37051b8c6125b66654ea7711f37a70a124acca92e75f92490f0a0e8e4d02fb88 +size 16469390 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dae2994d743d4a8233991129618a7ab2e08de298 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36d14002b1c089257fdaac329f34ce642573f86fc4e4ae4ac5d34046d36e297 +size 18380645 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..28d2aea4c1b9dd3beae895f9c1c6d7f023ddddac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2673cdcae104a0235d21f28372b6c960cd66485789c66488aeb78a846cbcc6 +size 25086731 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..049dc9fc562671ba84859b43828a29633beccc35 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac5285f8f056b4ef15ab338b693c905058a9f5452133a1287a8b60a56901bb4 +size 19934858 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4c52db9adfd7934f1290cf105365aad93f8eb6fd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f61fc6a5cc821e6c893c692632ea500bb1bd14f9358a336e6fd5c3e3517e44 +size 21129939 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..30a3b431cf8de9623408f1c631cd345f9727f006 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39955aefeea23cbedc652a27a7bf5fd4121ff0c19f96b48e0200192a9a6378a1 +size 20669020 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ad16693b79de3b9967e162658413e1d4300ab914 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8d4c53202de0b0c271fca2bc8c563374618d5d17dc8d42882c5d40d17437ff +size 20926402 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fffae1ff17a2a96df7961c26e7d8ad59bd094975 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f5bad3552fc59c8f3d0383840a4e472e8a69374dbde8eae5af40e98b429e8b +size 19843436 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f4dfec6a32274c92d8dc80321a9267f17c90aa0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5286450fc14634c5184a58267bf226da73cd2dea61923471965932b45f9adc52 +size 20838900 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b13e9f84fa640ebaa2299a1ab0a4e8bb046a3ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee45845a45d5e09b95099843633b454521c6309673998d1688fdc958186a21b +size 21474108 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c09390dd9b373c908b52fb8633093860ead876c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164c7008563dbef974590bbcd49ec00f972ebd90b810fb86e35bc38785989917 +size 20139380 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e8fbf03d219b3091709991998f762b7cc504da8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f0f78fe9a42819b120781cbedfc8b951ce262cccf4952d0f91f66e39600ba3 +size 20672640 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b434d8c21c16cd0d95da5cb5b594f2851b837ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2979b2835d8c4d9e4f886fe97ea2a0681e1932b12fc038275de88c4a69303a70 +size 20037686 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02b1be2a59c5563739464dfbca01ff1fbcfbcbbe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76161bae3200f74d41552dddec2987508bf7969ef10cf9631104c717ffb10c49 +size 20940001 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ef30b5050555d2c6545fa1e3ad5df588aca39dfa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704f166b94a2f6ec9969c36eb7b2c55ae94071d8f629208a66c5557dc7833742 +size 21079706 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5e2367e0bdd2fe94609ef7c251d5c63de6122f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca50c3ccc050369b56da448eba8f1938bebf1e50eccd6f3486503fa8c22a0892 +size 21791627 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0941c3e2909c2dc522a0f06cdec634a162b99841 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a632f2c70c9f1f264762fb4730005fb43d91ccf03b913176304366c1ef4d6ef6 +size 13858637 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7dafe8263b09e1e4ec6c208f1b8dd1a85b9fe50 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020f30df9f98c4a32bd546ff41f2dadb726aba80284734312aab29f0dcb7843b +size 8616167 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bd2551c2c7bce2f36960a5c48185404efd9d9964 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815b64ed04764dfd223294a3c3e5bd6e7f5676cc60c0c38be7e0d3aa306a826d +size 8698966 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2cbadb6b4c4de460fd38107277dfb04bfafe35f0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fe2598a5672b6bfc662e003a1dd51a8372232a8d4c645a67b6015280193672 +size 8865286 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40797b88dd4440a80022cb11a160128443fdb8ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023e61c89cb0784c84978889ca6998fd3f548835097da05d2c0c9b2e6b98e317 +size 8668497 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06e5ff371751923e5845bd0940e618126186364d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03d480e31842a7c82728c43228f3960d5469fd241b3ffe00a9469005b0e2386 +size 8399733 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b5530e06d006292f67112719f2424566d49d48d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609550c18e6c04c6ec9440a4d65f851f05c4831fbdee024eb2e1d9aff5864f79 +size 17788885 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aca59035ddae4427eb05891b02afe6972a314a3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f9d45564521c098a664faf571b6d62c5bc6ae8b23298f61b98b3765a4a7e64 +size 17152258 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9029b711ddbbe519e898745039fb658decfedc86 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86add024e1ebc42918d79706966e7f82e2fb5f32b938d6ee71516cf5c62c9fce +size 17013045 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..467c29ea2bb2d845abd7717bb0f2f91620a6d151 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a81beac1cf56c1400f796c247186902779efca3f9a1f09d6e4ba2deddd4856e +size 17122369 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16b99006b395c8392c485eb298b093a38dd790af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a87862df056a4a8ad1062c5f8d5d5cbb2c189bf0cd26c12d7d0043c54ac9483 +size 17397813 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..18a529abd3760cedffdb34a09571c062c61a2752 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03db962a9f6244b362febc5742603a0dba551e89ff123b8b8cc825c60d60093 +size 17590352 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54ccd32671070da8434e8d7c9543fd2b99e71a58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82bed2fdd4e60eaf5b551109d876d0b05fe70eff00bdbc9badafcfa7e43aefc +size 17765984 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94129993a87cfcc6a93e37fe1ea77a09a1aa24b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc034b114fbe4db99ac3c60a446d5c11cd2c326f3dcfbf057f4af61cefdbba07 +size 17471004 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc247c099cc62900fa6471749f41448745da2efe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab00e835bff55c8ac47f4153bbd549aed625a496193c1c906e7377c00754b08 +size 17795571 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e9d8ff0abbae2c5bdd2e3f3da34bf49cb77ca1f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498ce27f6b5fa7f54a11a6e0da82f7461fe1717499ee616da15cd1b368d83388 +size 17511252 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12b7521addab5c285fff8e7fd8b1bcd45514f425 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df640692ab99ac5314a1d0d56501bff72c663ff707a4899e0666134228142944 +size 18181382 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38156d4890c8e876a05abcb912e80727dec56329 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee9ca7214979715fcb17ef3adc9a849dd4a1a347e4d8d129d6134e9c0a4ac8a +size 17401305 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..212406c4e6c322aeceb70b318381da181883b481 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588022e336748cc8aeab1b82ec66f3a2429149d6fed2529725368cab4b3260ea +size 17583312 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7659d24dddfeebd4ded621fde642c7fb712b442d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978078e8a1c29b3cb8926ca4f1b951e6dac1efa81f94ea6d82e8264ec99ac58e +size 18155605 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9afd83cf9edae683d8a7c5d7a225c909be9b0ee2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f1764f45b1e677499bcf1f01fce6b17b48962b81fccae02a8e2c77346ecf50 +size 12711044 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e30c0a7a6b2939f36154a5b36f38a1d21cb6360e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbe27ee00f26ae653953f6849e867f83f7046b7455d875dfef51e4d992cb619 +size 17783776 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a14573eae6ece0ff1c78a03cb8d9718e470dc30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daff2ddb840272760c230ecac9b8e328d105dd0e710dd2820a66e3088caec74f +size 17290741 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf44c2f4e3680c78bde9fc480276f46494ea7b0d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1562d32a249a3e897bcf366387c371660fff1274beeec40836ddc54ed7d34b +size 17291308 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2a7f53f2a98de50222de3b428786bf2fa3b8dc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3f6e04462d434046c7f832a800028c38af28534717d021089f258609475a80 +size 19911002 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..749d47c45f31a6c2a1ba4eef89209e936591c761 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a22aa0acc7c88a16c0f1edeb95257dcd2145395cff3802efdd2c2a68ef322a3 +size 17403220 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbd55c6f989f18c17fa276cdf155d15abe981113 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a17f710c0a387420db8e22f3e0533489090144c65ec3a045d7d1c66355c25b +size 20524075 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8e87ca60f45edbbfcad88c741476b2c31974f4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d6551c471e90393d2e811f00e38318819fe55943b0c6efbe7dd09fd564c052 +size 17643156 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c0aa1b07ab100dde9919a6a8773d88b423641b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9806eb1153ff362d133df09d541ae01315f037ba2f7c676fb3dc6988266f3713 +size 13034740 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1e0dbfe8ce13a69fa999740fdd3645996e1fb5e8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dccb5bc7f94d72725821b017c86512d59156603f06a52041492b22392d98122 +size 15199912 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0bbb72447442ee04b14669b775a7e74f23a9169d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643a13bff0a467f2a22e709f0258f9e1e95466760315bab16f04c0bd47514fcb +size 18218943 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..013c431a9fd100cc250e8e59b92631a4da3920ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21545507416631deac77fb0de073d99e6d10b5652a04e6b52356692a377db435 +size 19581800 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..59c3e5222a97faa80a80f7da31c5da3bdb92ee8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da6f20b20e990362a0c275e1f32134bccc19f960ffd0f94b800186bd333592c +size 13356346 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38f0a0d0ca7bbe4f578f7a33e91379a6fec09227 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ed51a0f4c09bf3aba6d0073cc26b62a87de1f4fc38c683208e08fc51304a55 +size 20714630 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74ac387247d9fd5bd311c61eeb5413fcb999e5b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b251f5e9ab3219e4646c8ae486f9272595689564f0777e055cf0ead6aca8f1 +size 20537272 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79989425bc69998126fba43a931b98dcaa59c974 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d714742215632b3f41c6944d8612e01ba9dd1a53abdb29448374be2d68a7adfc +size 20568212 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d25a7bbfba8ed705d6e2ded49bdeddf7be03cbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7bb6cc0fda704aa555aff95c7c2d86253caa4cc153bbec782fdb3157f1f7d4 +size 20730234 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47d6d9dcf402397073bfa48404e0704aef661a1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1ddf38a1d6e9d8f8b861479e6021bcc8b9e9ec42636d582349d8163a197110 +size 19778283 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a55789ea42880caf6c1089e6663e89045d0db79b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6057ca7e58431f57f16ada33c70e72644ed8558ee0f84926856a76001a138d70 +size 20411772 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eeaefb2a12dc6cc85730601d59e3e7d7dea45264 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6efd20b2c0e358e52b614c0ae09dc27b4fe93d3dcfd9b8b5dcdc3a5bfa784ccf +size 20655721 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..179b71300f61d4fe15890185e776ebea8acaf59b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031a6c71ba957133ac20b5d9cedf66206f024fb482f7894a272617c73f323723 +size 19835472 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f9d322a9de28a76b5cb353e678f39d505425e29 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150b5d2933b7e17ecc7e57bb7c8408cb612606ffc2c9ef6d8a8504c59b1936d3 +size 19876507 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..11995e86a86ea53e2aaf4e1155764e73614a2970 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5e6fe9f69094967890136c67a92c831e089209a05263062e19a758261763e1 +size 20071997 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55dfb4733baa028bc8ceb96648bd692c78ca6c63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a104c3cb5ef5dd8923df0e7a351ec1e508e76243652d34a2f21892c6458d5a +size 15145961 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3cf423cc99dbfaf59fae0d034fa353447806c69a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bab054703377a72aedcd333013379f459323af22d7cb64025f08b289380fed +size 8601427 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf52de6104c47748a7124e3eb583651f1e1a2ad0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba976e0261fbaa439790a470cd37d12f045023a2395df65b1ea4c4c57351265f +size 9112103 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..31d4f472eef43d9e945a08dac2d5c97d9ab1ad08 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97487ca5aa8f8476ca85c7cb709aa6ee48b527888c64396c15c9a02ce3dce533 +size 9119655 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96300ea74206e10254c4bf30931e8496cd1de6ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4135f60c2c30c15e2d0d9d0dd12510a1352f195786fea9acc6783a1ed6429b +size 9068245 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..555469211ba61ad130b441fbaeff6c98a2b8c3f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4577fd5f3f96f67defd86c40bc2237e78156717425e1dc14c44b223efe402715 +size 9019841 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec506d776fd790cf64d0d409ae01ca46c1a3b79d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3505d1f336ed7574b7158fdbb296aad7a1eafbc3698e20f476d97a07452fa7 +size 8812360 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d372dbfaaa5de803379a6f21c5fb0b1af5e9ad2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfe5fc4342aae73f00d7dbaf3528a24367f842306e31fe1e099d5b6801f7f91 +size 9259524 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40b5db14b2d1b7f317da297bfd6074ce5d9771eb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a24e9c99e14c0c7e77996715f93a9cfacde358f290b770d4ea95b7c73246ac +size 8791424 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..698de77f47ce455373d4499e021a061e2dc53ff3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b357e0b558a49c9de7caced0c31eac2df4679dfa14542726ed01a0025dede9e +size 8920313 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4a3367e47ed3c6c7b0355f6248393e93273361b4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834ce513c8f5ed715a53cbf825eb05581b69557bb60497a594482f7b5534a281 +size 8633901 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cd95310e7e8e53b577609525bf5d5a72f8a8675 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8456b514c7b5713a1cdb9b5a3fbe8bbb2c00e4a8a12208a7da1eb9c7c5558c52 +size 8631582 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d352a53b78032ed39d3a9216131d3eaa61b284bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3964aaf5de34db770ab67295c2d89f72a6fb4b7d8c7b8dcf94bcacd1eca4d08 +size 8610978 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..12717f618066a2c703457df20ba8603bd7a9bd84 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbe8bf17e39366414061aded585c18148f648196c39ec9d1861244a659dcb9c +size 8968380 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d016de62b0022db720c6679a8acb2c8ba04098ca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c947cdcff6fd329e54f9f61ea39d601974c8727c21ae0bb08d53e26a8eecf19 +size 8826280 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..38c616fd905bc0ca7d12b123b959978c62ac9053 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7596741c6d4a89bfe3e9a60b2a6b23e05c2921e8d1a0ad957eb6149dc7967b0f +size 8926937 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ab6fcc5c9f72c0d9b0d0f3da1c092c2970bf4d48 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa597249aa262ca311fa0eb3b4278ede7d156dfb24e477b7cd5061f23775856 +size 8469963 diff --git a/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6baabb33ad32daa42100f204efbf994eb1fe0cb5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_chest_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b948920a644ada70ae3d5da60b1254e45ebc14ac719a97554e772a9f21a60aa2 +size 8998308 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..05aba4fb88d639277c8c54dd434b74d6aba1189f --- /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:b99752e82f79b7cf8584cc8f4e698c8a532d8457752485be5f2e9b4e42601d57 +size 9983846 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..27436eddd18f4b1523414bf01c54f456a5957dd3 --- /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:22408b13a3c6a7ff791d4481dba5cde3430fd2c7dd48094d5023fee364c919ff +size 8608475 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..d5842e46668b5ecb8444786697da426c5cf2c3c7 --- /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:240dab179c93a4a796c97990a932ef28284b9f3a048954b7711cc03755b1e086 +size 8518968 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..172b3a0eb3f311942ae94766a8ea8ed398db97d4 --- /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:b4fa2115eea8d7c5238c6a54b4eef60bb3649ed0ac0ae994929dad06bf4614ea +size 7961000 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..369425441dd10a0bc2513e5fe3f1402220283c21 --- /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:00a76f5bb12a89a2e042ee86aef9d8e61a60895d86fc561ffc0614e1d2ab5116 +size 8707194 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..c2e076bfe8f066fe1e48a173af72adfc8333df59 --- /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:2ffe05e7a31c36802cd076dedb52f99ef6c8f4cf6c807b326eb480598e3722e8 +size 9384316 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..146ccbb4237bc73779bb2c7ec191fbf03c3736d8 --- /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:ba24bd11fa6094f150df6b7e20e6589086397c2c69a71f136be9ef90401c644f +size 9066142 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..125eb72350331b4b5dc974fbf3121edc96868340 --- /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:1b60a156e060ab8debf0964c9fae69064ddb3a1ad76e2c1f9144c6a2d4be35bc +size 10280014 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..a0a850819a65fc6111ee31985940aea03225bd02 --- /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:11e5526c37c929719b86cb1dd6ece2515302879a7f0071ffa7acf08bdf2a191e +size 8827478 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..1ff66bca4c186ba2bdd76d28030769d53733a44d --- /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:18e59cd582de681e73fcd06e34868f16766cba102f2cceb2029cc91043c69f94 +size 8897736 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..1121b06dfa841e5718909596baf8382986fdc514 --- /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:a173427f655670e09403a859397bb60294eda10958b75b48e7cffe8dd08869d3 +size 8860455 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..725072e454dd08dd41c83ece4d445308291c8aa2 --- /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:c965d31f58332ac6fd1ca8f8649375094aa2223b1a711c178507096194f2ab89 +size 8720172 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..e6aaa280ba7cf1e924637387cbfca38b1654b139 --- /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:2e013d0220e8976f1a1d836c7cd068ff5fbcf2cc68126f8b65842d485b4de9af +size 8560997 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..e72e0cfc0fed468035ca409b25d5a91405234df1 --- /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:9ca3684805179c6b1b9b98f220f0ec300ecb0edf92370f440b0df5885dac8cc3 +size 8704668 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..cb8783d5e3f415d1a8cce52feaddf172b339dfd1 --- /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:0f808b0181cf80d3b7807ea03b70e98035fd6b7b2929ed421068ca4140e7e36e +size 8837258 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..2642a34df4cd2fb144ea82969ab818f089a2f955 --- /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:6985adcc600ee87f2071858d51cb2e275d9abfd82b96845e27fb8c6243609368 +size 8954039 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..4da41900d36e508c783d17b94f34edce3a2e619c --- /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:d3135a105f66d98a62231bfbd36b251f7a0aae0362507d9f7679cacd6f91addd +size 9275062 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..a71cd97020b0e35aaa3716b009293b4cafddc257 --- /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:b2dc9b0c88948ec84d0306f1d46ac12d5ce0ab72cfccbc0999069f78a017974f +size 8959448 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..3641dd06e2a5832c63a01320c48307fd13a13f9e --- /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:f6f508c4765d5b3dad44e584664188cedfb641b644bb12d365031878f600d727 +size 9294698 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..9d50fb71be18de30999899a9e38f35b8030954d6 --- /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:89b7592e591f9a0a030ac24e617da81c9efd1ac899657511fe32edfb9574742e +size 8979704 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..6444534c6c5a95e47bbdf4c4dad9441d7e21cd44 --- /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:43e14c6ef0c0a0b509481a4bfeb06fa20d6e53551b02836317a46f67a86adb2a +size 8885670 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..d9243883718d029aa2116b2e0788c88a46da1650 --- /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:e6bdd94b4bccd0c82330d4f51c79965e31a034633cc4e446b3f0fb8710fb409e +size 8751661 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..67f4c4d75509c4f2ff3ba7c8a2ee4ebfcf569916 --- /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:7297daa8ddfd4e03e2905e482a712bbf3dff70fea242bf028f8627c3de7fb45c +size 8956346 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..b0f62de002726e50a4bb8f318ff9480ae238206c --- /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:bbb512f4597433e6143ba060d5745791fb23e47041fa343de6d2fd7e6a56068c +size 9019157 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..bf2c26ff984d59bca47f2f199829bef793b0e611 --- /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:1a4f132e01679e4cf48ebaace5e35e89577a11bf782f12823898f89f9bfdb10c +size 9007611 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..7adc03058b9c9d2460cf6a8b4941f7bc8e009cfb --- /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:58a0466496c057236dd33c58fe84d7a3766d086b7f3441551e4d7838944699c4 +size 9213370 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..8aafa4a2a79b9068d72a243718c80f0efd5f3f51 --- /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:a3a3a8f2cdfaac117332564a25711c37693def7761a13ff36aa0158b9a7d0d44 +size 9646630 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..2f47d8275fa2a90adf544762221c8b435f42fb28 --- /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:fe919ff1ef99dd3fcf4cc16d012c4854c3c5a6ae0b1a300b467bd3147c08a9c7 +size 9209134 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..50774d660b9bc140a5f03cfd5c98c60d95318f26 --- /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:c69ff703fcef32b9fc5074c854dd87d14334d2264f14de48c1e013c9c6e32525 +size 9348797 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..4610f43be1578bfa7de79853699713c0a334b8f0 --- /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:2a51ed88b473336fd4ee7d71f5d14cb48b94fd8184d64307418170129151560d +size 8787721 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..dd09d8746ac961a9c664a0a07a03a8830b8ad0cd --- /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:a5e73e35afec3353b6db803feac778d5ca05aa23847e8dfdae8a3e31b1c75feb +size 8828352 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..34fede3834761c8d36aae57c570ec7ddc77b9fff --- /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:ccf29d8e56006ee3da2f0263ba6efc89a55471403ba0038185e3ab4648b6eff2 +size 9102671 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..1e7be111893c6fffcdef00bad28c7217342b17d0 --- /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:0cb2c2398ddb7284adf70ef5ad4bed210c5e967a3e5dc04ad1ce7d9a5218fb37 +size 9181817 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..244bcd43d46c95ac69f367a3be4715fca4d237d3 --- /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:dd7c22c6a1004df3788205f3b07c1b67c03d4bb0a72920a4fc993d46d3ca2b9c +size 9601932 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..5cb30247232affd0285c0baa00235cf1e5920196 --- /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:322b6eb048236e4bdca94e4be15be5b447d8ac5555cf39b469d998f5b88c82cc +size 9856944 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..6b129c9b330357cb9ffce1984c1c0ad23283744f --- /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:9568459ba34fe23a24168d998286dd090fd75c5ee8f58686d175e23fec4f1a5f +size 9178097 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..6462ced9f1a80a1fbf199b536411882bff72fc36 --- /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:b90d6e38b6d6ecf3b4b4b766d9ffbc49403bf4944e1c64a0d97ba2382240f8ba +size 9283788 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..47a1e41a7c0f94bf8be14140e2ab072d80273ef9 --- /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:93afcd2686ff1313f745d3e18af873eeea84011c86c85470ba2239e386eb006c +size 9216798 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..137f0ffb659eadd8151ef7d6feb5854957c2025d --- /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:a33e1c4b595f172ca86a45fc7b472b2676dad9dc71f3334c2197f27a2ff26266 +size 9392524 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..48bca02ee2992aeeb1da5ceda6c34d61651450a8 --- /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:3795e2043cd77f74f044d0c429be941b29bc7e35ff4b3637d730886c953b2814 +size 9358527 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..dcfb5a894d254d55ecdfd132186eb4be3a10fa99 --- /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:2149f7afab5b5f583cc2c35656f7fe8b2b75917cb11316728393b450d34dd39c +size 9619053 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..3234bf597e300b53e86457bb1eae43152573c20a --- /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:62ac55be275037d30567ccfe6f5df8a822f427e0316124335a29f208999b51a0 +size 10103961 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..3d4a1b80c3db78ce4e47c14eba66f602cbdb478c --- /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:3895a4df1f2d3acbe95c600b5f2e06be768ec1a7976be71a582b0068f34507dc +size 9207697 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..6791421b074909bfc77979254d6f58ec122d7dcb --- /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:9ce326b87aa9856dc6b263e8358f90f705c9fafa22f43476907f11886540facf +size 8744187 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..ad8abfe4abf27f2827d1ebf3962f26ba9b773173 --- /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:9bf4224eca4469b72d4d1a80e43240cededcb35bdfd65abbf4a99ecbcba76f82 +size 8860837 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..876aaf05e7dd8ec30605130a994e82c011134081 --- /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:20503afeb73ce36e3ac6f0c4ee1364e5f27c49245b992c24d49c7c45531bc239 +size 8871739 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..5831faa66aa0b8beebce9f3c04b0c87a1f370ae1 --- /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:77d6ee555bb61d7c8f14e9e1bb666419a7db5d3ae771b0bf0ad1624eb57a123a +size 8979074 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..6e83bebd87aa813e7de4b07d214cf3b59d591995 --- /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:c8193f3ddf519d769e278f34dbc48000c79338e7b06a98925cf61df5ea76828c +size 9625128 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..29de2fa78fccbd6e6b29e4efbe1fa4db97ae1750 --- /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:52544ec93efe8d58983537d361416af7a3f81b56a4c0590f91396b35b343ca0f +size 9242119 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..b391b930ec113d7bc32ea1e514e87542eb44c6b6 --- /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:df9b83b67dab2cd32085e4393604d41d58d981c093ad05b3afe8d4b144ef7432 +size 8014300 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..b6181edffd9b4e60eb0ea185539be744828a1440 --- /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:0d7939baff115cf815896ac071c4893db30943397bfeea844bc654738a366cc0 +size 9094242 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..e82e1b86bf292a5e7611df5992072b38ee607723 --- /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:95b8acddcc491e652004d73a7b419519ee1f22ff68a11d37d72a8c0792b835be +size 8851444 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..7fb903a5fa765a0ecbcb37b488f06654385e6401 --- /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:32acd0c8bd64604db108f2d7b33839fd192673627a61880809f29586161e4bf8 +size 8624313 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..b7b7c6f9dcee368f4d44f7b1160f3bf1798d34d6 --- /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:2bcf9f2b4fc6defb779c0d92b56099dabe0d0b9e4611194c008673873f2d898c +size 8391821 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..76ec2ee0e57878527a9637aad92eb4346a103290 --- /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:a3e0aef999ba3130bd8b5ae08b592a698b25f2ae955a1daef132651c769fd997 +size 8467279 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..9f1e9e0077c8e6cc1589ae5d067dbe547ff090a1 --- /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:ffda21c0c74180bc833901bb55047008099cd3c3e5ed7ca737911cd0ef0a2eda +size 8632878 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..53c34da8f24eb40e3fd7c1ee1e3cfee8c4c8f523 --- /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:d9eaab615a4df2a6f49bd2ec5e6610766b0c4059b6dfef7b4922c685c30fbf80 +size 8488238 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..0bd54110f01f1f6edbc8ae29dada85c965bc1d4d --- /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:87e7c21555809cde6715b71d22addfc83bff3010db10083a26a718becefeec5d +size 8726809 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..b36b085599a243ccb1a001a094804a0c6935b7e2 --- /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:763df13b87981b0452221481d87186873dd6fc01097a5274cf9bbb3d7d8d0973 +size 9444501 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..0ae5a8c1b6a2d7495eb3f09a9a83b5c25183e697 --- /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:7cf6e5c96598e7b2865d8218557910d79636fdba0347b9414120b8bbde51f71f +size 9076660 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..de4e096420ba3c06fb98b72d4f7799b76c4d0aca --- /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:c21c335645881c9d83f836ad50b74cc34673fcfd6a2a3726ef968be5c7156876 +size 8899962 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..75c7588cf101815757bca44eb876b165a2b904fe --- /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:88aca0638143199e6de731c4c40991e1a2ae8e924ac6326c32ad38b620d3af10 +size 8548279 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..f863e61dc9f651f26535f724f7f13a582a9274d2 --- /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:22f23a65a13c6bc614759bcd4393143c94d0fb6e7f5b7c8be5d94c78514cd390 +size 8506166 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..eae9835a8c0b77245b2a19a365e4a40efabc3e68 --- /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:9c28045849b93fe62606c7071749d8f65da3b6e521b9e0371a94d05764ff8827 +size 8457953 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..7a2602a59cd57142c10ffabe04fc13ae7dda5595 --- /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:a81d1036fa0b20b5e6ee1f6fe2a1170747c53891352fdddd096121c083093d23 +size 8180127 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..e4835c45743f752ef1914e6ea23988ba47bd6012 --- /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:431a20960b07ca37926dedfbf88ba9ba3b6fec6795f4b776bd10a1d39988f5e6 +size 8531073 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..d7eafdc7393092d91fbe7f12c371d96d004115c8 --- /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:6560a81fe918942cf97166b2a9862a24c2e977cdb99e0321742e5d0e96788c75 +size 8942398 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..7e384fecbd9727d8a4a4b2b0ed2e2c04bc576413 --- /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:622ef86e8bb1e149a5fbcda6ead17b9a905cf58231bdb289cf8b5737284c17f0 +size 8787455 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..79a0d9120822334623fef77e15d64481bb878d13 --- /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:cb67391efe97b5395c7e3bc87c35e3a751e4551bb1c8a7aba9dd436dbc9e4e33 +size 7014480 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..73170154a158b6b8471c8aecea3ebba43a0f215f --- /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:14ef2112e18d914ce68ffde9f84d14d650de90e99a59cf3fed41d17d8b59601a +size 9035937 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..df1aa6c2fdf45295795f68e85dd7ab1799110cbc --- /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:610f19259cae4dfdaf22c3ee7c03cc7b001b71c3c3ec16d0e7c5bb82ae1e92ee +size 7805005 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..717a4b6334c1478fcee0fbc371c1371b6e8dc6bb --- /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:7203d3f4a796a72df818813197039c38ee45df0ae02e9842427df3a2e3e7b573 +size 8006884 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..e57472aeada8e5ef3200c1bc8630f97b45b3d3b1 --- /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:57a447f1863ca4dcb077c874027b444157ebec0d576393c13fcdb887abefa2e6 +size 8867316 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..e65890c0608906c86599fdfc259871222386d827 --- /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:42259d4a878a90e2ef8e065c3fa233cff65a5d64c15fbd36e9ec91be96edff01 +size 11152179 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..73477e12b3f935b5be353ca30cbfb5b1e156a554 --- /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:e19cb2d6e87ae1ccb583cf4497be97a29cafc3fc4c44e28c29062ae33293064d +size 10389927 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..4259220304b45868fb5c797c07a4570f93a72b71 --- /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:91d919b9a31faea453b56e3af0242e74b09c164aca323b45959a769b227b66e3 +size 8225409 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..2ebe65504ecf87709948e5514e8df3151d0cc7c3 --- /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:1910bbd06002fdd09c19aa58d0cd30d67b2975326030d288062157f821f603f4 +size 8568178 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..190d7f7f2570de0c3c4f23a4b45951e5ec33bae0 --- /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:a967add8d72101502a42f5ec46714f3da09238d83ad1787c0d700816cb940ebe +size 8451082 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..84861c51d57d9c976f027de07627a6eec3d98879 --- /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:ac9c86f1af3bb49cc98796b0598e313f557af33d915d59e59022a41b3a8fd7d1 +size 9024927 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..1629ade805a8c35402509fbf80a12cf307d0811b --- /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:748c5b1234d57f30c6153b138810a37b69cd12ac94c1914fca1e6cca84155b86 +size 9120701 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..1988c244b48d6bc586ea42b4e8e73db7a0bb266f --- /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:a351c54a85536b6f40d72924cef2637846d8ed2466b068924b59f8bfd120e153 +size 9429129 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..e55d1cd4297ea80d1d3df45d1b61d15a56fe7b12 --- /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:b5040418c97a2173dc30abb8e463cde6fd8f8f556d1fe606040872dc7c6e2d83 +size 9526947 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..5c7f8288bfd97d89c0b187523731bae833442ed5 --- /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:7fcb1bda28a97155ab92b7234b7a657be4e73c1b05cb31d12026ed31ca938267 +size 10272702 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..4e4d5aa22a8fa78471e2bb0b3c4cd75f111d9e10 --- /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:112046dcaa1c6488422f2febfba15758cb4611e3d92eed3ad75dc49dc75e7712 +size 10046376 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..057c273c76cfff16c173ee10d4fed783316e8503 --- /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:80f78fa6f226f31d279c2fbe130e773e528ac500a63e5a89b3d79efcbffc2b9e +size 9377264 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..ec54b0d555703d0152e21bf094e7f604aa4f584f --- /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:bd49798f6aaa62b3f642aabe19779e1482b1e3dc507017d6429fa7faeb45a36a +size 7805799 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..74be8034e095cf958daaeeafc59163a39188e405 --- /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:66433fbc68eb80285fe9d8bbd61d9d1b7eee2a6946903a226ef8c5ceb9c02a78 +size 9883594 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..5503a5a4ab67db60bff1c13c4f48e400b300b37f --- /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:d8d38455a7af790c1ea8dea6659428484923bfe65eca72a17261c9ab75004b8a +size 7166466 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..d2a1a20ae2c8d8788779ba78457654efda97ac11 --- /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:08f1f680374bd101ebf67277cb1209fafdacd25b2b76f167e6736b4e8780554e +size 9488279 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..e05b8630f75cb25379df0403a07eeb8e5d550001 --- /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:492dcb7cf028c8c52c5754a682822222941fba8a62b879ee5b761fbbdd71cab6 +size 7315329 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..c6954d4070cd66d8532ad310c1b022a0b73160a9 --- /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:7965a916b4472ce84055aa8b4788d632a6c187d48d64b8745b89239efca2f8eb +size 8722465 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..b45b486bbdbf7db1072fa4199d1515acec18c167 --- /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:bfe1075d822f3bcfb28bd0887936cd49dbfbee834eb574ece898da6552486fc5 +size 9274998 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..8371b5012e99c28ae3285b051826d5fb126cd1fe --- /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:09f1614795cf4eff1b40f043e240b940bacd6c2c2d437a6ef124155a2381bd97 +size 9025147 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..35ea68eeddaf77903a385cc9e52a0ac274256c5e --- /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:fa2d12c8f3b0d1b9156a725610525db085d06ac1b7231b2f1bd92719ef1b3d46 +size 9113115 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..ce0b9fa4ed9dda358fe4e83c2aaf8f2c05e2b2e7 --- /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:d6de9205b15b019e828273cbee7a50b43c32c43de3eb58e685a995e9236cb80e +size 9361782 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..f4a1d4fa2767fe7be3ad6eb997a74d38d317937c --- /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:da72cf03e4b126ba8942a2f5f1304a723488561cbc03dcc4e4c4b540fb6672cb +size 8749351 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..ac1fe14b6f3da1762a510c4f7354529f245655af --- /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:6302af2860e60428278135fbb5f28c27f632bfb5efe427cb2f876c757ec417cf +size 8382316 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..77663f973f361c02392b1ee7ce7a1bdb51da04ed --- /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:875c887ce381ef140182460bb2d1d7fa4cede9e0489cc6ba4fd8ef909e67f0e5 +size 8588416 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..8046cedcd227a9fee4df6909ce0aebfb0695db73 --- /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:46de9ff7f5a5e641e31647559335ffb87fcf05b8c06d9b9b242f367533ada3c4 +size 10148150 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..163fd7d65be08259efce4011095edeb7f9e56a19 --- /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:fde7f2a5dea0c2abe9ee190532b8f8091377310f32407df6959efed7d7967660 +size 8912888 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..6cb5ca41f461e32a8748e02157a47c6d879cb641 --- /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:d11145392045b5839885b40c47e722fe38c2b7f6ece91e0d1c8a9703e3b7841e +size 7433534 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..1d35b9f65546164b9e79065af17f1049b46d066c --- /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:84d925bacc76d46bd3f58bf830ece65e933d6d8839c672cd0ee7b869aab61555 +size 7422873 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..04181052b2339045c014b5ee16b41cd2bc37c0dd --- /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:fbbbe9fa6b113c1c8aa3c9ef0752c9a60f2e61d7dbf5024e5e7d8301177b45b4 +size 9682816 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..fb45d7cdd0e8b18d9afd2c2ed3349c8f207bddc6 --- /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:7fdeb40a7112856ce2ec8d9c9a7e5dd0e1667eba3c4d5f5bf1a7062c76b9adb7 +size 8653832 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..79632c16d20cf9157d562a9ac0f8423dd2350f8b --- /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:6ac02b08226d3e43375fc3d731c23d48e6fd475d12f80ff4e02d22c3be9a01ad +size 9244853 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..32ff1d2b12fcb08554a0cc38eed6379437c1984a --- /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:3e2d0885b14cb8d34eb1112b499d4f68ed31d45e00b52c7230954a1143f4ea63 +size 9366182 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..d92aa2fe0da6fdc84a1b62157a36dafc36c6b868 --- /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:75aa8d35b001fff29eb61c89ec7ea57a6c8343343f3a53e317ccc98414a33b1e +size 9631133 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..a79e83c8ea33c7a55084aad8a9b6aed44536c4d7 --- /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:ff33dacf9a70160fc0e7522a44c4a65f7cb4a8528c372e69e52963fdc3bb662c +size 9843988 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..86e1222cc1d2fce400c3ce05339b586d8a561f2c --- /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:9995ba845690c84ee03945b2c79caf13a83f963c0c4c7776c149d1d7ab13039a +size 8921143 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..080f586539b1f1aecfebe932ef55864386a5522f --- /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:17b8ad5483e47d1d3807aacf2a1a46a87660104280df58a63694dd949749bd98 +size 8651133 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..be7c44d197353d977f2474591882d61129b59ff8 --- /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:2d9c1655f2b73ef823b7046676ce7718aa87ef64a979ca2d339c2d0660809226 +size 9094773 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..34cb985318313373f71e8f842a3b0dba7355d450 --- /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:9e9338535d98b9114115b9d97a8ed5827e0ef0c6763388de7d9a752d1b913402 +size 8363274 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..195c8bc60590714de9e79ff88d1ac7c97ca0cb81 --- /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:cf4ead083a6a4d96bb8aef4a8b79b9dc2ca575e7cef6bd9c64185f05d40362a5 +size 8265542 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..77cb41749655f5543cd322aad2e95e71fd053c25 --- /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:95362d1d257ce778f33e703789eb278b9a013f380dbffd0fddd4974e0316ddad +size 8475830 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..a16e118ede8b8dd37cb738b4b62b52fb1f01a4af --- /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:806af09b3bf06d8947a23814bc9def91445956280e25b1dcaec067f991989330 +size 8622066 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..32334c7a22e67f2c700834e8b0193a5813034829 --- /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:2dc13700f604ffa347fd673e383d3307aa34f7d5142d5f2faf980f94d796561d +size 8685872 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..a94e767aa2590c33828afef0ae4a0249212faf89 --- /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:d93c55661bc09ae6e122edf09c63dfb88bc96c84e57c515cd2f6aa4ab9b0d9c8 +size 8788761 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..6d4121b497225effe35efbd247562d6b761752ad --- /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:75a03ba64d6ae4a1e4d5d83a800b6405f448ae9842ddb66323b66300240f4b5a +size 8532799 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..44e845f5c3a8f75cff48dac5c5c3d7a7d8b1c6e4 --- /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:c328f864adea8ed7fb2d2db1190fca75270fee70c8a6c1740a4ad51e514a3f45 +size 8783137 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..bb9cf5a4f352f80ea3d6ca9c512c7e2bd7efc917 --- /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:c69d9951043aed75a24f93585476a45b66d5babb81dc8232d8c5739c88ae3af6 +size 8681250 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..6637af0692e23844f998e3dac2f584797363a46d --- /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:7a3cd134196bdd39e925247e0ee86daebca2341948267c42331df264bdc00675 +size 9177612 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..6eb46ca2786dc2cb0872bd0e7b8a89d8a168221b --- /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:6c625b58604ca8111c90cf41647ab3e13c94354b35967e3ea3057b5d2760110c +size 8888201 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..46220fdcd9ccb90af0258f28525add3c1e08dfea --- /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:fd471ba6c8a5ecb1cd68685bfe8cf35b51ee65c773aff0970341f03670b9906a +size 8763903 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..60ac7ff89ec4bfcf47219ac6a8e4ce6690178298 --- /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:8cef9502ea0615fc4fa81bac5f3a97e562f9c76a02241d5374956c255978f911 +size 8004685 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..ebbd2bb48a7d4f8af0a94c5cbbfa4733dc57f08e --- /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:7909d9a5718828636ac633d5fe7394673cb32802d3af98184137fbfc765ea053 +size 8265859 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..9238d189472b2a6eb2f284e2cc65aa9e3c2ebd54 --- /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:b1d22aafdff1aaa63b85fdff7d65a5c8de385c1261a167d935cd6a0ed3854e5d +size 7993666 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..8573addf3249e53e40661bc3b9acbf441a0c5d05 --- /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:0223ba6de7ae7b1d1094888d2bf36ec8ecf83d5304e58bf159e036ec685a3a03 +size 8218985 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..13b626fd7e70e877c3486bbf81aacacc90472bec --- /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:f76ca54bd0425a37747c54c7f184f300576170fa6476822ee5d04afc17219fbf +size 8221485 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..95afd74c71dc5c519bbd438e8d0a33cce5b9493f --- /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:196b0a2b0288ec9658e665b41b9b862fd8e214c5c1ca10ffddd54dbec7fec8a0 +size 8235748 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..74166b29411511157d435f8d510b9a06de9d0d41 --- /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:a95de20a974c3cb7cbeef985b0d4c0efa8cefcf08cfb9bbd7fa2b119bf1bc9b5 +size 8305306 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..5c1001cb93a4f58e56f6e2267cc32c4b660a39be --- /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:7476625264c148de34cd1d7c28346fe6b378cc5696192ad6c57cedb1d5444edc +size 9437666 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..7a91a8cacc724132a28ad2688eb859dd19f32670 --- /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:c58879ec779eb588d7f8849ef5664098b2d12b6e3512348b1543c426a1fbac2e +size 8276331 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..8dc5ca40f36f93f86589928629736265f78e279d --- /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:2f6607702a2c80aa7f5e92f39ff9620b1e8df09c761b126f73f0096418d18323 +size 8719949 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..5c0c9de86d301002831835eadab28c0646a04ba2 --- /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:f9f81051290c6f7ca75ab07d4a319becee4cfdbf37ac5de590de159eb802bd14 +size 8561992 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..b2b2350529d8eb9c6d4b70a3f3636debb05e63da --- /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:20794a389d86de658c270fd3997f874301972df75c87d8710f1eff114806aedd +size 8463291 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..5a687798b560d622d2dbc427de67d46310524f52 --- /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:f8dc63ac242e4132e714088a4a8382540020afec64642fc94c666bf71310a07c +size 8562431 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..989d4b645acc303412ed7d4e94863167fd01120c --- /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:37075ba914e1b88cf9121820c23ab410365ba8a5ba18f789f08d04c1811fbec0 +size 8121996 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..ab96500fa4c5cb555d7f7c4778c550ef3527ed2d --- /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:02061af11f53ee4353bc66956cd84de78ef3051709dc7cce58dccc1d02cf8fdd +size 9240305 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..1f049b5b660de7e36c6896cf7ce397f04f37d25c --- /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:701439fa9e0e27d6d645d6ba4054b0b265c36ce1b12dcadbfc9a4455a91c8ff2 +size 8982482 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..70087509543e4a4cee9e8ed416e5eeee5dc10f87 --- /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:6fdd6cfb0df52ee88dac7d320b36e94a2d18201c7679da1e938abcdc21546b90 +size 9090406 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..de41baec23921e141ba197394ef2204204937f72 --- /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:2d6a3922ced28e4d50984bbbc528ecb3b80a2c65b082381f6ba6fd236bf39a49 +size 8506078 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..d0951077e350b9dcff86fc38f51f8cfe430a6c32 --- /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:459519e7dc3c67e3b9727f945839114486d04a0862928b8fb7e4cf50420bb87a +size 9177142 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..28bb9903bb1f65490c717ef1aa6c02b6c6b959cc --- /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:1b28ab7b52614fcb2bfb076985098bf2ee7dd4f7c1f1a41fca3f601e6d898b98 +size 9225211 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..f605059c68828d630311d7ade6bc608ad81bb47a --- /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:04e5cb9a5d1516c9a5040bfc5ae7026f848be81a2462b2dbc354eb88c4940622 +size 9274939 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..9abfcdbc735ff827a803634059f55d3860780a47 --- /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:f3382b81191ab3f46e0cbcc16555333640428c599067c553d8a223df92e999a5 +size 9894418 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..864a2169be70c1c49abf3309211a507d0af3d0a5 --- /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:34718332a09be12cb75e773af509d9df13861cd0f56051dd87e2dd296a18ada5 +size 9002521 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..a946fb623978e9d88b1d74127d3100e31687a15c --- /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:b98d97a15a760169771cb8ac2af795015eaa3ca20c6dabd98663d933ff1b9dfd +size 8847938 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..efcf19f9defad45638538588512cada3973622e1 --- /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:50208895a44269ba5a992404f9f3d75dbe871c697c9b4910a82f84a495705bf0 +size 8884165 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..d5b63b16e1745f735f061b936cb24d4dc3e25164 --- /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:53ebef4856e45be781b340069cd6268cf044b67a0088613dcb4f4832c90a1630 +size 9143739 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..2502538a861dcb5c2d292ee6d69a8fbb1a6e178b --- /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:9130807a57bffdd8c48b780dc08bd77175732c879a78dd18f12898f4220ecefc +size 9076600 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..d8b3de276cddb04ea1e1267a892f711846765d45 --- /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:9669b8d05bcdcea73ce7b22da324ec16859d7002a439f4a62db0a382df312f40 +size 8984481 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..c056702e38e849f43141177a3c4e6a8468fa4a19 --- /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:0ec12ef4e1cb7f1db463686219ee2e341a686ac676aee765682cd0d503d0303d +size 9083108 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..53f2c659f2070aafa45b5232734c20e41c8ff45e --- /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:9c0aab6950fbf936459840b281ececb435ca888523e60e87d39c6f111f1ab013 +size 9329445 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..0055c8c398dfa103edcefb5ac409384bd415493b --- /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:bfbfe361dbc7c712d6ec4fb9a0871234e69258782a21ab02b81760262c044710 +size 8852297 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..0399dc52a4aa0978225cc6879f983ac346eb587d --- /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:fdb16f7dc1d5b1f4dfc2959d920587ee7254c2b23f2641473a1d6c1b39b27d48 +size 8728863 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..6fd75eca11d6669dbdd4a07115a3c8216426617b --- /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:defa60efba45bf0b1230094a75ecbe1241ce8f5c1a8a785ae5f74c5bfd2a71ff +size 8923618 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..bcb3046166a0ce9209e4acd01c60b654486c2a92 --- /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:5068a00560c7d906ed628d4902b368ec2a9ec56d84e3b00d15606b4ff77fb0a3 +size 8999775 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..3c9c065287129513a14671171579a05680edbb4a --- /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:9934eb36f38e08578193be33d91a5d99f5bb1e56c364730f430ea587d2309a13 +size 9182318 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..160382e452373422e9f00e1985c30f31252c293d --- /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:bee95dacd1d97c641bf2a83d71b8f60d103161bf9c04949b43c07e937b1f28bd +size 8998405 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..a2d5a5a6856d59fe40dfc5745f40e37c8a103b47 --- /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:ad8495af48552753e3e1d997804632b5f28b5132a0f6b4dafe0a2ba8746471c0 +size 10497441 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..6d00a5bfe91c398f2b9b9f47830cc096fbda797c --- /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:37844a649bd44f2010eac33d0b44c674938e6df3e0acdcfd82b705bd35f3031a +size 18253649 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..1f00b21792e3e58bea8728c1a8f666c6adf2b43f --- /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:af1138819532d62b91afbd5708ae8de7a7a23fadedca4b6194217930ef8c4f78 +size 18724254 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..e105f137d6f3f9d05f9b18d7ae52406f0dc39f31 --- /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:b60bf4c94a7c3bae6b43874eccb0a842ddf24e6c6de7448d8eec9fb425b643b2 +size 20533365 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..0742ab820b17e13dedc4b3b280bb33f516b6e5ee --- /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:715c37dcf00b1136d5fc75f82e7a0b260788ce24e548142a915e0185f6b4f361 +size 25337171 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..3c947de77caabee690389f6dc1cc78b406bf1f10 --- /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:8632bcf06c15fa6c09b5792fa54605f2821afe44cf83c0400eb1006226ebc26f +size 20143057 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..142ca18034a5aa7a800480c050c05d507e4d1e3d --- /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:603880634ee4275dac6a2f55d6d3d784689eb0a4979ac6c3f8ed1065c0d28a8a +size 16371253 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..1081e532a391bc02c8b2882e0e5a0f0820b6003c --- /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:e6caf00940af2076657a139a55b2eb1e3860b37f7f1be6f0964efeb7de244480 +size 19448171 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..69d4e0ed5b87575ad7b2fc79a859e3c7ae78fac9 --- /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:99857d41acc70295e46bd67ae860e336bf328341ee0457a859a1cf5dfdc460bd +size 18141934 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..ff3c1614bd5c88a7b2d7fddd22991527161f2bac --- /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:98b3114b3f35fdfd229aa081b26385cd49c20315854ad02ba7bd68b448423196 +size 16852012 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..28f287911d6f561d65852d1df6c8f026f59855de --- /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:ccfdbd76ec4c5037bdc21b9488972ca58b2b2b4a97f6daaf094135eccec7caa1 +size 16503463 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..27b23dc4b866b0a7afe41fc6c1aae17469a9a0db --- /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:5f052321a548a8b5d2319a0696e0666f4c51238e4c4a1777a9273e005fbb0e6b +size 19451516 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..2d64ee496c40ff20b83f6450e9d9f848b682d526 --- /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:62a37c79a30c2f3623da7a81a73a33684486b03f22b868fa55b2f47c2404277e +size 20677564 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..5042029a9f7c117350a514ca304619ceb82e9651 --- /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:9979266c4de5ac0f0a6412ecf85a410115a006f3c89f61b1350e03417cf87083 +size 17434398 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..6c0b3f95e8978add874fdfc242512a5ce46c4e68 --- /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:75a770c63ded9f36dfaef5f03ea3f81eff29f19f5d266fda3a628481eadb4a7c +size 20245732 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..599bba5de938460c685149eff2e08e61417cb10b --- /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:ce4c783f92db2970512497071f12198b1b7475e74a76002525b36f5cc393d112 +size 18650670 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..f3b32da995fee6c580c51d08f5895f263abafe88 --- /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:ac0057c333f53fd50100a1458da695d2d9ae024499d647ba1f6ab71a2d7c3da6 +size 21245976 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..57d14921feec4775da218992685c2f82777fe345 --- /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:007be12f00a41d7738cf53292db65c0f9c32afbe10a91d3319d9143ebc42a676 +size 15629321 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..939aee6bcde1ea5b25f866dbdfbdff6105ebdf2f --- /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:906a9611f4310c85cc1881165b87198d068dd3a086e86b426ba3456efe1f5ee6 +size 15296926 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..020877d8611c30708b9e263284a998011bf44fba --- /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:dece5e29b8551108cce4a3e68c416fcc3a4857ccfebb095158f58501f37c13d9 +size 16484374 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..4ea1638faf5c3044c0e06c3620fd1315ea4f247d --- /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:d12cd9817ba2f023680757a6c5923ed563094b64a97871776ce885a7d1671fae +size 13816548 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..509cf39f3f04a5ad9abe65a5d43d66b86b2f99aa --- /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:416f6dfd6b7baa91d1609d01dd1570e88fea3159ef137643d5ed259390a91507 +size 15964463 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..30fb012a29e66393f94dd577ee7b7bdebf07d7e3 --- /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:abfc05bea6ba11a281f5be39584c30601ef1e6af9b23348a7829a4af0957eba8 +size 17797671 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..eb9783814af464e4b813bb6c39c2646705d3d2f1 --- /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:e5fed162c81b9698a267f8bdad2417697e36b288dad7bbd23d65cf20707065da +size 17917170 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..79d997534ee932c215be4d980e18edb277893b69 --- /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:298499e0bf983bf83ccd5faabd3e2ba861cfb4cccfcd11d4180467afd1418da9 +size 15303509 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..5ee8bcb0288ca257b5781d712c61b0b6b98ad140 --- /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:7f19e2e581a6286a5f051132bbf54d9e8c4ac637e27b0a334daba3179baee27b +size 15543689 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..1d1401982d7c9034ea2f12749a65980344cd006a --- /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:689fd0eb9e4160c1fbd7c8ed6d6c73e6c57450aace38ca884ce486d0d5ec8e9c +size 15095225 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..421f8caea54a937771488509e36aff8ddc743e7d --- /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:c4a406149c966f2885aaf1566290a4ae41f25dd8f33dfb5f6f3df71ec304b798 +size 14766102 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..57445668a9bf022cd6ad4e6649dc7032d3540615 --- /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:d1640ac0c41c2cb87d55e1ee5e221a6c4b5f80be208d4e09ebfe44fcdb7dcb9e +size 17363798 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..217a9d59524592a35ee9fb9f04b699089a00bc6d --- /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:adf392e6a5a60b699f898e6a7e64ee417de98eca9f600b95468d45c82f7dc036 +size 16173438 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..5a44e2a050c490bf10fe61a094a1ab5b3befe6ef --- /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:47a1b25666a2e54c4c59bbdb88c7d07b7d876e5552a12753a1091c96480b0bfd +size 17555473 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..92b4bfe5b80d591cf2d4c4fa0cffb0b50e8cb723 --- /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:b781b6b9e2046cac26bef181f1f5763bcd243ec9278095f56819a8b0faff6005 +size 17607074 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..5c75251990e40efe7ee6daadd6a9dd7b958f66ba --- /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:cc0b631a14f95839ec04c4dd6e7ff65e83ab29c801959c2a9c5b0c0a8682f03c +size 18477102 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..4828a88ef89dfe0a8292508ebe2c490823f7aa87 --- /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:12e29446ef0729671c612b29dd335fe64f833d154ff84817ebdada6cb0ff18b0 +size 17420194 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..46146a3fb62509d7e855489dd3f79ecda2a39204 --- /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:8d95801c4009eacb3db3232732aac6526a2d8f0521585be3eef748a7b0473e8f +size 19106172 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..f0bf325e9511d67cff57e0dd9aa82a0f5826cfee --- /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:57f3194d27a8170a3ad5bbbf88d6def13aa3c25c0d6bffcb1924af2302c7c63f +size 19299351 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..b979313763fcfe8013d08a465c6343ba8ea853c0 --- /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:594e697a71db2782a82290f8dbc003f9b89ed4c2083f8dd9918366bdf6bb9c9a +size 16806450 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..aa135239497e6b1b8a259a37a89c67a21db05b6e --- /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:1b1a7c62ded66b82b53038af33c88a5f138bf7b324f32b3b3758a41510696607 +size 16891673 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..dfab86366e0b62ffde42ffcb3be92efcf2589d9c --- /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:d2e075bfe6982bd5db651109d998e9dd88956edda1e7585fa655fe0c33330ce3 +size 19946880 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..6e940b61f92d38e89efd942bb7febe28e2fe8423 --- /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:918e3c046a9fa2545afba16a618d8dea66ca577fbeaf68c32a5bf3f0bf6c5094 +size 16967911 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..c90bf03f0a82f496a290bfcb8ff80a21e914b2f7 --- /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:7f03c1c2a4a6018c6415f8aed329bf392ac707e4c44fb1ea545aced703b2ecd4 +size 19930727 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..799ef9bce709784edf495c034ca58cd10b1a51ad --- /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:be718fea6e826c66bc81ef66c095b4abc8ca0eaca1bfc98f8e839617d9e629b6 +size 17789045 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..b34fed4a37831f09f26dc6d5f99ac861378bf6fd --- /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:980540fc5a007cf720d31ca5db8470468eb11be12798661d6f930f300504e2ea +size 18097556 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..0cab4fe60863f0086347687316fa3a5cad3ed854 --- /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:c73ab5433d371a84f667ad9f87997eb99c6a4e6cfd7a47636bdfdc469a912197 +size 17639434 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..065250a09a95769a5795e82fda557a336bcdc0a3 --- /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:82382bdac59258b392a982fec7e6c58914a456c537ad14358642f1c4b072f9b2 +size 17788811 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..ca397b91ffcc566f348f4bdc38fc5bd90318cf78 --- /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:213979ba52389d8ccc3a3aa58bca61461211e196fe1f8e1fd23e0a3d8b4e76f6 +size 19591664 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..43b4b85e9af02e4851102e96def743811e308c77 --- /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:22c68c0d43f6b207d4303b3c6f9b30d1992a264935db60996387b73cf19a3772 +size 19630346 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..46e48e40e8052e357404308084a1f32189fdf59c --- /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:be53eea907af9ab573414067128de12e352f8f9e52362803ed1fbc03ba82712b +size 17091766 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..86df18ba0959b9d5b1cc7ee3b627e57d3a5d6a2a --- /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:11be70006ba7f5d8d74e312acf61677a520ab5aefe22514516e4a7cfa5fde2c3 +size 18758073 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..a42d171550f81e29f23e90c9e025d130a22c2860 --- /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:caf0feb93b4a7a49d81fd92d51834c673b3d0744a4386c5d8c901e6bf44ff2b2 +size 18496407 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..0df6f2cf99d02db8ec033191dfbcc931009c4777 --- /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:f5108701f9bec623bf85e8ee6b667d2edc1403efeec03433aeae525e982e4692 +size 20072027 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..3d348376490197d50456d206814c573605688d82 --- /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:830cd4a32829d7020fd1dda45b20e65ce1a24180a52be6be91ea60ed95023a4a +size 19681810 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7cc2d7943719414419a05f47cad2e1f3d6914260 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f159e28583ca5a7c37e83ad40a3e86b2e3cd44c309210a43873d8efe991e274 +size 18722469 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24ad7d9106af5d362ca763442fff33fdcd1f126d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37772dc9a15bdbda49b82dd2d592e297b41308359bfd89e04b219f10ae267eb +size 21020123 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..663d1674ae68dfe1beb535f6fc9e06d05455739e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1e3225ac6235d329997a9dbfb38b30f8a2110dbc284e77196c8f645cb3004f +size 18992549 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43d4c02415d47b53ffec8e40a4a2f5783792d9d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a431a126e9ce0b456de5a0a46eab7b7a510eaa8b445dd6ef997d00cdc7958c +size 18088920 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..618304e2116d8e71fa938a39b2954cd1fba82515 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da603df2cb94a3fb20b4a6f5181210dab8e70867bedb4113b30fc340941cbd0 +size 20443739 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2af2a9c2aafeb013091b3d41cf099eb1e22a31cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc4208970760b86a1cc552b9c5f63871a6e5754bfc09a1cb1d308c7270e3568 +size 20538867 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d0ed7ac1f4c91c47c2fe232848540e132d4b16da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92280ae6716c1215dd8eaf63ac2f81cecf9f3b14d92d2c6da3e579dfd8efafd +size 18375847 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a645674eaa10f1a257d8921d5cfdfbd57b086550 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fcb1097268eef977b493a83f1b4487de2954367c12bf71e406e28b506893b2 +size 22119225 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0dd7995bb48b832daea79a15c9ee17adc44037c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f419c4f17b2911a777522510228d5f39cadd65f588de08662ae98140ca174b +size 18267038 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..847dcf8fd8e1de0f4332072b3f0caa8e41df7e62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc23c03e57f7eef7d105603ff8db02e3fb2b5a8891be43452c0ce58296c3c67 +size 19459045 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc810c54b3f84b035eb62fbfd7b734e027b9f7b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9d9806f1b76cedb3547345e2be5be143966e6efcf9cd9a2793008393a6d8a5 +size 18244391 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d490b89ea89090c3e9af5dbfd1c2e670bbf109e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072c55f73a2589ae9522004753e03c3dff18fa38a2a2df383f360718b8d25037 +size 20600704 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4352d357e6b6ed55562bb9db1333fb01c1225dc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0910bde57495c44caaf52f7918a73257a917e62dc277b679b69e9fb80318339 +size 16096893 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1aca6d076b0235a889a596f83b171a37d8720710 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42057cce59e45877c81a91bdb4bc9eaaa070dfd600bb80c8544ebf2a98117473 +size 16899023 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ec0afe97d6c1a180abf6edf54a5453ff6edd746 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb8ce654e1c51f804e14d4d95e365d9ebf65288ca69198f6f5907551ba1296b +size 19631640 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de87329523742076e78eac393596689065f1d743 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42e3e59a8703a13de5c70dc0a67b38a82dd898d6bf94aaa1df842de2cb5169e +size 22638467 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..810e3131c4d1de376e106b4f348b7ede24465dce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8db6ede1814f68da424e19edfeaf25475bfdd4c06b55749dba67435e620ff1 +size 20350844 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dec828e5d06ccb2e1eb3e0b645db89d2540156c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa82e9e5692b615b14986731ecaeff955bfa3259dcce24d47d5f98ec4cc76bb +size 17180897 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10261878372bf816fe60b4802f74d39d24374934 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3640108679b7b7959501cea1ac1e794e062fde843979f8de01db44c367408c +size 10017114 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fb3780ef1b5620adaf3d302432954d208f2c5a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004b474288b019e7f4ad728f3b302383ef5172cd47b0ba258c6123b26321d0d4 +size 9089366 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..882d1bafbcfee7110bf5bb1708d89dd9ab29efa9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2489aa05782f73128d157f1051d818a68ad18b966036d399955ce130128667c8 +size 8928081 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b682030abb04227c3da3de5d6c98c65bcc37eccf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be7de581f2d3675f9cff3bf789639aa23b97750d0acfaf337b6ddb514598fd5 +size 10509646 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bb0f0582979a35f563e588d884f07d4368ebba0b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba35003244badeccceeee20c05ec85d81533a3bae96efea5ac7fdf391d2b6a67 +size 11284023 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8bdee2e4647ea94bf341b5a2faa2812bf1efa0df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9957188ff551b6ac4a1d1eac6d6dec8acf5c6ecab3eb28d9725ba81c8872055 +size 10190532 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdbcb761131e77ef1dc112f3523ab1772fd5d885 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84aa29ca88936823163d159f43735ad43b0b20c6bf749de8f82fc193d628453d +size 10362119 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dede176a7352bc66ac0535f72ef450939b62860e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9b89f8c619f8456cfbcd1c6dbfc99939b2fddf1d2b436c6fbd535dcd35479c +size 10231579 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63c2fdcce8f493708ff7d8cae0853c0c81946498 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f5ca41a4b18a33d34e536d1013def9b3e7a0748dbb2f28d64610b39c5355f7 +size 10865254 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03ac8fab8e35d5851a6bb8c80dfb85fc272e386e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15df6a6f7458d2137532c59791b99430942ccdf37a660ce49721381eb94f7259 +size 11639400 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c4176af632579640864d5a9f9f40c9a709e524ea --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa371743d43c2a0a418abcc537b76091ff58ef91374d043bfd1704db160b493 +size 10616614 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..745ee808150b079a39566bdeb16eed6d9c50b1f8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66172ae8e599329f2ea97958b051c65960b691422960656488de86f8e911bf1 +size 10846504 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2bc1dcfc409168510f94f7914551eb74b13e4c62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1b300a236dee99fa47a63eaa1421666f1f5d3f77041795472a6e490c9da716 +size 10143906 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..205dd5ca7a713b9495d55b142c950f912c0810c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba531595edf9287ebce993a4d67289b5bc8d0fa20de731140cba29145be79dc2 +size 10474278 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..80d1743fce19d5fb720dd8f24de9b2bafb5b319f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4501eb1c0ef5bdd4daa0a443ca8ceda598961f137436fac4a40646f2cabcd684 +size 11780001 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..813ee59f7a69fe105d6f38a6bafde8befa02db30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c0b4e3969ed4d2ee828ea8f3dd00db3f98b5bbb6aa4d1690892973fd6d45e8d +size 10175219 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..395d13776676cc450ea03d09f2bc15c2f46c2465 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff43e417a17fbbe7c1df3837a36f7d94529695c246c5779adaff86fe5efeadf4 +size 11595741 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4087634428f08a43438e9f472c86e9882a0e74e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623f2bea3b8ad266f4721b575de31789f4d4dcb185d2b61e93eb97ba7e31c6f5 +size 11162586 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..08affafbe04c7fc27ecffdf7defab2f12f8a3ec1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4595012ec42696aa567fa58f52876e4e5aa98aa8cb7999541362a95a2e6506 +size 11302191 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9874ef255a3db8dc27343b0ba499e4c9193225a2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f24dfbdd63c92ccb95c4f4d22f730889be354ffd99466776bb58eba0165dcb +size 12367306 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdd777f08ba15a7b925e0a54c61a84af2e912172 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b31c8e040f638bd0572afed406426e1d1181834a006d9706e8707e3e6723ec +size 10357546 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba4adecb480c336b0496e61183b8f5d79697a656 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f46d6d4bf87e8b3fedcda16586905d79f9a7d2e9d8a6143b27b12cb1f553ff +size 11460817 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0fe641e26dd316618c66703d4108fb9834e01131 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7901ba8ae8ae77ab14288e2d2469688efc8bd47e576e3368234a9911368e6d8 +size 10739432 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..192000fd11842debc1af781037876afc96555166 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b2134752469a45e92b10c52d85beb20ce936e7ddbb354e2bf9222c8274e1c3 +size 11002356 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aa26abc36ef3900677d38e55fac44d7e0aa7ac28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee689600d942513996e71570c6f2bc2eab66fd2143e1d141ef9f7ee6b0ecdce5 +size 10541475 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3c4b1ce97b3ebe4e5a567cfc969c05cabd63b6dd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ade31f0ff236264c19dd2d8c99540b0f018e88f6422130e01de305c3e131d4 +size 10778901 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a17e04e2301175b003825001384c0d29aa3abfc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32a30feb97b87dfc2eb1898706cab880bca8fffcf92b1d92b0495a67cf968e8 +size 9493528 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7d016ab5c1d4f6c96c4fd5bf859c01d0bee7ee68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec6c43814a1df38eb9b8d91260abfff55cadc7f85e10d872ccafb7e2ed8a76a +size 10276428 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e36d04de693b91d72b55fd5fe12cd581fdc9d0da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c751eb10e443d6de0de0f3f08ca8b39d5d900d99089d2bdea9ced11052e9dee +size 10427851 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aab19970e311d1df077b7ca00006c47f24c665d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6530d2fbe18e6c10175cd513b8ad2b30fc1863f21743f5057df0620bbfa0d408 +size 10282991 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f9e9ec77a672de4041493a9a6ccd6184c596e1de --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07071e44f85b06ac823293b3a69306f98452f3e24431c84676145ddf578271c +size 11077282 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0925f292f1253de0a46c165d07d13561a8ce503a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5defe83ace9ab2fee5c705289dee5448ed6494d099c64ead22fad2040e04b5b4 +size 11049667 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2eb0a3bdb4b750ea7694bf67f8335dc46533582d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf6dc783a9cf553879bff4752fcb0a9bce2967bec1fc40a3979fabf905500f9 +size 10544307 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cf771132fe985adc4a4a91b0121983b9cc41de10 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54a64773e07910f47174ff51141d90c49458e374b24233f24039adca54aab37 +size 10182242 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..55a1dedff05d7a03ba3481d66e741cfb9dfb182f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462b5f7c1f0043263411a12c441daa3c42a2f3a22f4534579a784e64de895965 +size 11341010 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4ca9f3b4169562cb57c484986bc03df945476c1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54828140942741f3379d20148a7d342c016c0b706b180cbdc932eab4c3e4acd3 +size 11226060 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..930cf5dd98fb4ca8ae791d1d7af4a305e4edf2d7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b75cd9f538c1abbecdb42a2dd4468861fbd789ba17312441b76a7a99208dca1 +size 10577882 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..01d6442ac59d6771565ce2763e001d10223225c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7185c5afd5dc3fd4f5da82df9e723e3644319f972ded03fe5e5ba833f26b87 +size 11200537 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49be062923238624341ec0a22e198106f9012a53 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333bdc48c06148db7a0683282e05ceda1b8a9aebb9c0f712366fcfe17b54e462 +size 10232871 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c673c59690d781eef455df05c13fab2e94ec4b1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8c7fc5d57a5a6e8ff70b11029afd2ac9aeefc14d9cb09a474698235bbf08c4 +size 10562028 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f3d337e529b4026b3958b2668b6a721181d62b36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed9df935b2b80857912e66f55f7d67dc558ef02e77a04386210266ea3f3f0fd +size 10350973 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3b21db95b76baec8507d2e2a1815c307835a24f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11a820dd50e904892ab1c63204043a0cd8aace69b943488d2fd13cc13ec6239 +size 16847883 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..27a3c2bda5d0bdab959c6bcc10e214baba881270 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c1dcc477f1480aa4f72bc26ed23b355184fdefdda83c149f4a70d15ffb4ee7 +size 13051927 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2ee71fb9044337c1ed8d952ba6ad9c24e6df4c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a389da64a75ef7c8c550ab0dacc15b35524df1cfcdd43e651740b229cb9c979 +size 10622019 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b21d5d90903027237a5e7e1d172d6c8fcf74a49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bbf839cf3d4d88216380306e68bccad086b8d3772e50b05983b40076de9532b +size 10878793 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00829512fe4acc57e12d743d3ba58b7c29897b3f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a06ff413480d77cca5fb3aa1e539e1da0525504712d2103a7cc8084cac3355 +size 14639409 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..012852a35357bef745bdd3b85d38e2c3e1fe4b9e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc97118ecd0645057f67ef794a83188123480c7c20373fd9d1d77568832210df +size 11908938 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63bef3c752506e80c4b78dfa637ac6988f76f280 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6478277749ba55e27d9dbd255de60161f043c19a392a382d6cc62241e97415 +size 10401536 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..011e7c0a13c38e83d4f02df6db0facb5fc903e3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635daf77242175ce84a55b538abc39d9e2d5cf0d091f3ff3e05e5cd4f01deb02 +size 14536961 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2e0549f6df76e46b9bc220a3ee45ffea5a9496f2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0822e436ea573d531675eedb3e010124a642b0c8c273e6a85235faaa0bbcde51 +size 11199632 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d499e0c0f58a6b1a5d74f3abb4755295cdd10f49 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bc6cf013ce481269cd91c5510cdc34f7c9bdfa14db25f158ee0c5bb9c4b4b1 +size 15612878 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69b8a8184ebf2ce6a1914c8ebac117e29d98e7d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:863ed1fc29e10b3762b80d8dfd8e4a24151b7a4200d85708d766e30e542ea999 +size 10262354 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da06ed14e76cc26107d1ae34969b6a7f768439b2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e3fa6780dc5fed4c9ddda615e23efff70af3dce10ada43351e264cb71604ca +size 10160267 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78be959ffde40e9f84986f6118fa9fe4b715f2c6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b7ed08f0e85c20e5b505e433ae6e7e8d29935d2658a3cc1a7c9897bb53a699 +size 10125526 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6e0af5acdd7cc47554cb753bc6a55e046f115548 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbccbfa9797b81ca7084173996b7f9d93d6001695e6cff7b8e3902a0be80d16 +size 10354161 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f6d84924f5d0eb23ecc093e7214926d38c6a9821 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a3e38df57a9be3eedc54e994f5286e86799a277814b1b3ccad64a8025492f7 +size 11917125 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1994add806508b2dc4bd366783479f8bd3fbb65 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d588fb3d5637be536b35b08d496deb65196a9651018e84ff434b108e9957e7a +size 11215108 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4ffe8b23344aa9fe2df110ce283f3ddc8c814c46 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bfa52db728038772d75ee0cde61163b4f4c82155fe4eb22be9b9a03b35a29e +size 11087842 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b844f4a578d3dbd274b7ac3adeb7f5ba040d4f4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6916fca34fc07131b83084937f25d73b991b72d4563a75d39f41fd622f3eee78 +size 9959155 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..265ee89d8c005ada7b714beae2de7c7906384364 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019b521d333c002269ae8c4490ed227a38f22c725a946e7d9d2460551550f32d +size 10493575 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..410b6628248ebc4744df95d949856f129434825d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06422933ed4b2a91e0c845f6a75befa3eaeeeb5fe6488889da41ddb0dcc61b1e +size 10581825 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d1519fd9e2f0b7d56e821896b46a1bdd86d7455f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c24a52186136a7353600210f05dc06ccd48ed6dcab7e853e73c0a224e4ba9d7 +size 10213557 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b06e477c4c861f55184b0595bcfd8e887e21d198 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d36dd8450b2fea28d64c6139f353ee81727f16480a1c4982c261b7b72d38ee +size 10587101 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d619c22dc55755a84809f4bbd834e65fa1d4f8a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95d365d80a088695dda10e8a8dff481d1d44cb1fce06474e30461c0f8ccc8a4 +size 11420189 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..560bd2153ead76bb2ba6d8483c3cc0f69677d19f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e49ad6e6012832536d16a90520613cde17d5368e32fcc5f8a47c1583de0094 +size 10386138 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc032fc23c5ee1f28df1a3eee4ab2a8b057f0392 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd87c2fbe9531fd8274b517c97454a3c6158add9b59b921e4b10525f263eaa0 +size 10885644 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5781e3204e79432742573a441844d6a36c477be6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781b62e52fc1b4bd47820106aa80f3a53f02a88897d20e9a40312ecfa52fba94 +size 9924151 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fcffd8074690203e069727c52852e1ab380d4282 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e63bf166d09232146a652d03ef91ecabe3d53769c7981eea8f16934315d3ab5 +size 10220048 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c43307f8e94f819e3ff31a2adcaf9820e4a9154c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e89d28bfd9e74b5b89a2e75257c83be34c1cc523a0470b08157a14c59746c29 +size 9996283 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1206d03e9530b6c1c654d6ab0ae6e80668d8107a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb89a1f9b699d36e2192f3fa6596731ee4042a44efb5d8500309e90fa88a3ee +size 11296420 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43f6768cbcd92349753c42613364c801248bb914 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4170be604050ab2792736df4df49d421620bdc976c805b27dd6eda0b743ed2 +size 10372858 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..066a287e6f4a0e98b58de1523b5a42ae331cc531 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e90295282016a77b1a71b73f4c371088fd05b12ac0a3d6870d37cc241e0a59 +size 10597258 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..643cf7d36d7e7731a7caebfa666d48bdd55f73bd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74efad58df2ba2a558c56a8d90f19c0c24c5362141461527c701cc02ff8c666c +size 10603807 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..667cd94871b2be66237eb2bfa3429c452a1ffde3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e1dbcd8a3acaef9b7357a2a294784ea79165541e8dfae91e206213d28da21d +size 10642387 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4f7e86949e7dc6f91d9e13e06f3bec3c58ed741 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc1bee3414fb758804672b8fb791848531d1f599f2e3fe78c17ed93eb1ac6a1 +size 10410646 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dbf03339c6919600edbb0d70b9bba914e91f8ba --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe140e6c32d985fe1588e8174bcb7d1b1a70d667ce5a4d90797f83a674be0867 +size 10318440 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c64d8101c6efe2163e77bda785838dc8523f37b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09b5b343eef95688e20a729ffb81376e5c781203f6d5f1346bd0f9ac2819e93 +size 10591854 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..244334e5683e846b874bb30bcdde6ff6c01d602c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c2300f884c2c7fea7e56fbd1f26153b3f0afdea91c685c459668a9fc663958 +size 10500440 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..034aa3bcd3d61ba546ca9c7c468fa28cf639e442 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016ce895f5fad785bccff7afc027fdf40fbff12522ccb51b15f99b54487081d8 +size 10537770 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e67a705b185aa0731765374043ffaee24ce41a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacae1de5665b30dfc8176c58a811ec0f9982efedd37d717a5fcf4a8cd8213a2 +size 11919287 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e75a38240b97792710d2dc53c73652beb839dd77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9506c2092abcf874a79c6e6f0bd1ecda046d2204287ecaf1831dd746e671c69 +size 11270896 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b7b136015f0a0f7de186151baa4a2fc5951e56b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05069d90d3b27ba186e7430021d1734dd52b44e616a5df77b703f26fddd4f435 +size 13419836 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d8217d31db9928ae6258cccfc79f4231041474a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7bd85ecafb6d65895bd26a2d1424967f15d76c681fbf02899c5f9958bf2c1a +size 13193615 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..514677619965a86555b7b48e1a5e42b94106e114 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2793a8745a7dda4f0cb87ba9c08b266073eadf2fcc90838bd2956a733d2ba45 +size 10861586 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34ab970f9355dddc6bd1cc17be6df3e18c75aab7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224ef945a5c14cc832cc0c80f937c3f8a3393116744c3164987908fa9b8fbeb0 +size 10805273 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60ed3d14aa2722e384580a620f42e7b10feab276 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05757dd4feed4d6ec50ceeea5be986e2f59448a44abb8ad0ebb4c49db82749a +size 9355469 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68faea39f4556166c23b14eb958d0708f5472d9b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:502988919656f19b300cd2e6cb197c65cbc089402d154409d63d8f16405faae1 +size 10589769 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4028827b11bd854c3239547865be05b13d57c169 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291fb803bb5d292158c7771e58225e500f0301dfc43de658b0ad62fd70cc561f +size 10394715 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39a62ddb235e71cab34b24fe0e993d3a12813956 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e28458f1de40ae9f17fa835cc45d1ffd2b290f6c07766643db959cf4072f196 +size 10836813 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b35767adcf3e3aef3be5c958a02755c20797cfde --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca6a75031aaf6556d0ea20874e0848fc80e3d43b43590fd0fd93182e46303b1 +size 10605587 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..593244a8ceafc59f73d37f8261f3668e9e4f1b61 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cacafc309be2caa0ccebdb371ef053b8b31fed534f7dfec6d3dc382ae27ba07 +size 10817339 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3170f849e73efb2e43cab35816ca34e42f0ae5cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c244fc40014b19fb3b5f71be002efd611f4c582988c03b46acc2193a418cf358 +size 12473994 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6b2d19ef0f745d9ca920238d7f14cba702fea8f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfabeaaf4de3d97543b0c4704ff196f2cfd07b253fe5f3d6de56fdd13f6d015 +size 10617448 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dd372bb1cbcab5cef3e8097124ada307b1b7fef5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924233c0c7164f27d2b5ff34fe629376c3bc0561d7f2db9a4868fe498b29340e +size 11021031 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..58d2f171386eb68e0ffaac9d47b58b249835e73e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334d50d64cd4b66cca2bbb67fa7606a53f6fd353c4343874a523be0b96689cf2 +size 13246062 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a649ab4d9e909f989a50baeeb0fd61b4e5ddab0a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5227bb76d2e8e7133d5038aa57d4cbeafbfb9dc87e4dd422264910acce8feb75 +size 12443184 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7bb3a5272dd505215dc242f755e035248885ee0e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8577adad6af9b44fe556ac7a47743530496bb3aa79107f1a611f14362a6c81 +size 13030152 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1bff37865105894079da9c267dc5e58e692597cc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a026d83cbb6f0fdfe3947a0e11e868fc38768155050788b91ff046317aa895b4 +size 13562070 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b63c14a26634908933d388fb2a771eb6674b16b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fec435bec03f9521fc092e5dcc93910780966279983e6f71744ae867be12f0 +size 15124767 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c27e10af22f1dea37f5dadc03a247a1cbc0480e5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf6bc3d288c52d3ac1c749aa5ce02eb140f4feaa0a4ea159de44da1a5e6bd09 +size 13861039 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33749944f6e923bb4965eec6eb5f50fe58ccb625 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7277ab5bbcf4496cf4d239e4688b968ac77e3ed7729526a77fb8bb88b0efbe +size 12291261 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e1e19251243d59cffd51c9fafe556d951dab337 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5facbb51bee0e904d5567d12738444d3a2906bfb66b1c4e52ea19d7d82b5dd77 +size 9699889 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eec202edf10ede96382df3b2344a01fc8bc61ebb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f938fa95d4296538f34a8367a8f0ecd6d4bea789127b8626ec6232e1a302a778 +size 10375645 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1546f5cdc60c632e0138cf2ea6633fc148b15c74 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939970acd26c8ab123e4d627f36b5b5afbb2198917391c3ada37fb14a3b56611 +size 10681992 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..69e1bba6e443625401de13ec561781a68ecff0a4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08c568ea87c146085228034a8cf05f9500ef9a337b9087496fb58a927ddfd7a +size 10903476 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63afab342a86446af7b50aca968e7f267a3fded0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aaec8b9f19cff75c85c03b45f808e7b4893ab83072be1be2b10b4e2b8fd8d06 +size 10206740 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33a2c90a3a849faf4443b8a3b65b620c60fe6124 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc3ff391f1c7976b5763128014c88faa68cbc9c14e4b952f791fd9ef5e16902 +size 10866991 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78e75d81075a7a58d84c4f0ce94666a4fabd3995 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76eb2dd82141312adec05966021af75c0eba7398fe3f4e91241f6511d909055a +size 11239352 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5242b1770b187618b43218e5e0890e65b95325b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a904eb60171ceb3bb6520f8800d91e4eb042ca6fd836e0df0381bc303a86915e +size 10919553 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4d4e198136f6886c1cdf0827827d71cbd451e41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11da5ff23bfaaf1af1d64aafae360c3119e267be266e8bba3817575eeb78f224 +size 11051515 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fec3114a7e0eaa01d1598510e2bdd8da7cf4e87f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f64288ed80a345b62527a2c21e3cfca693bbb34686ee945024dd430b7c3ed57 +size 10750763 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5692b32baa14368b36f601a92608db79a278e4af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae23aa0bf1336b6dfe4a9a0a1558c68d7c0c14a6dfcbe33a94bc00de6aaf247e +size 11525056 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..73e05394cbe9bb0994a0044cf6fc9d1d15ebd16f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b521290b710e89e383d11fbb41e03c713626e180cdbc0be74a001fc6b9dba5 +size 11461986 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..894c2b150ef557e4559ef66d1b47660470a106d1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f202c668b80ed71decb9d9b0109bb3bf829e9863de0b00333172da9d499e01 +size 11878802 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe6b37acc3de1084ff66617ec5c4aa824ce94af0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7e6a5484a7c7bac017289bca9c49f348e133a97cbe76f954e3efb5dc8416a3 +size 11523277 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9cfcf1aa38d844029559be4d39a8570f9878e173 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8311cfd5ab91f76da74ff89b3de98e308979f75aba42d1481b67f507033e756b +size 11197720 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c9abe72c84d85d4df5615d2e47783aa722d87d5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba94b55d28a076fe235aab4a0dc69ac2affe1e06145719ae03eb83348373f6b +size 11100019 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ed2f9f3c6cdcaf0feb2a0775ed4f78d429d7067 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3859c95edee4ed83b7accbf896bda19dacd00cf27114752047b60dcd784e1f63 +size 11240671 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..94d65d24b1650a008045dde3f8d713c815d5bb63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1befeb4b53da2c6e6c80580be1aafa6a7f04af01a250f9716b70a77b7bc4b1fd +size 10994335 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6907472f0c959739a6a9fa6d2cac599b0cb4c23c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f87afd8bb1bca88ca54d1038be4fdfc82a218401798244a84a6d3c19b3124c +size 11125107 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..362319f12d03675029eb04641d817b4849110520 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bc54b0a00d1205ccd572c6e05f18672148a9d04d8443daab47d4f6aa233af6 +size 9743706 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5078a3d27136bd6c10a8320ce0d8f08bc0a1d639 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd631e5236b6234aff8afb3e20e5f245590815055060831d18635cdbec702249 +size 9473478 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3720c9c03837d70b62f40e84a38a16636ff3008b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604ed7956eab90b58afa879f0037f9b39b88b791b159ffad627f1fcbb9b66f76 +size 9681003 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a17feaa83daf361deb35bb552670f631aab24d6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4673b433d170e5f26bd6c22496c0218157d17148534ec0c3703279c736a52d72 +size 9819168 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..030358396c60e1639bef8ddcbba2dd6b5efd86f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1615c7886b82d23b8458d1e07297f0a88ba5f1c1011c9afaf3d29ffac8e862ee +size 10103260 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3584fcb94b5c172bf298ed4ad164b767793de54f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e150b9589a5650b60ea2cf36114ca2f551a67db5d495980c2f1a19cb77907f +size 10168103 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..60ebf3e11c60c8b9610e5c6f6108eb59d73cc625 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1382cacb677632cc3591f1b0c1d976127047cdae96d8f88b39a0e3c9d047409 +size 10099466 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb1dfea5140f4f65df5f8dc87ee1250bf65cd954 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73aa467bc8e085a832b5d5c21759465e75f0a4afc7f312eabe7dd765e7bae721 +size 10008588 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05ceb39740aec3aa857888db28aaff6be1becb85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6227415fcde3ea80da505a603b5265f6a5fb95950a3297fbcf8fd87d3c3fcaca +size 10206183 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39a5d6e6d2a4ac6769a97deb6493af483b5a7ae4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bee318e22c1060997aab9856a16c97a5a9881134eac9b6977e9b8485f81563d +size 10085187 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4386689a35c9c10052687f37a15818ebfb80cc5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4185f43ac5ecc17d87df6fe3dd98f956f9773fa12bc587e98fd627746293fd83 +size 10677927 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d974b78552fbf91310a6acd44bbe5eeebc7ce126 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058e8234181998936c255606b43a176f100b203a89610239d25db0ee2c21ee1e +size 10101467 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a63d053641ba6d19afa8c0ec99ab5311a88d6a1a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f767c880cc47261873efc06acb9b33ce780aece94503371c78f972a947d27879 +size 10819647 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb1b87d23e51e8bc308ac26d5926925efa32631e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c34d6c112e495545ed43bf46a1c3d0948c3dd08e647dd8ff47400878ec5422 +size 11300229 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb52f05f9734cb8995733677f47e97d79e454ab3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c948d26cfeb258371ca687591c6a6687b0a6d52a23633ebf6d190b5b0ff7bd +size 11169968 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9f6c8e543de77a86092bf72d3e225c8014b51e2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a97aea983d1e15141c3693b48a595969221a4fad7202d167cbc7b772c6a0b86 +size 10581758 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..07f0c36faafd603026a99abc178838171573ae60 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b1616c6f397f7aa5fdace74a1534a72ac2201e504b2622b4ef5dd2ff07bb37 +size 10462182 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0869777da9ceb4e48933f6c94bee93b1a6600966 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce7ed796d601ba4f70e6cd3d757ad314a8e19b9e6e240848dbcba27ec9b5fa8 +size 10519679 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b59e9a2f6c7b25637389426ff26c48ef3021207f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485d0b01af231d881736cfd07ab4e7b1cfdae4766a2b9e1c04bb7342e5dc967e +size 12322347 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4049a48d1d0f1b493e336c5692627b3b56783e97 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefdc9c7a394ac06f29d5f740aa82f52839c58a9b7ed21af417e698f75a0d0b2 +size 10820130 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b142cf35788806304a4b5278d511f3a7bbb61375 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e707cc427400829a2cb0394969541e2697230df3506d4d3e51d9fdf1eb7416a1 +size 13085803 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5f051b1f7031f20d84d4308e84a2a90d30d34b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa328d522908643c826cec197afae8f8ebcd65eb3ca138879065133955d4c7e +size 11323143 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..192021a3d57db906ef431f4d4567ea2d0c44553a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ec205e32d4a5032ed6972e3f18287a9954f6feeeb9e9831d4019e68bce9cd6 +size 11488340 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..14a8beed167ea090a6d530ff67ebe57cafdd6533 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5938795bb0a9f3489e8f039da2f1d0bea5c854675a54f8ffe83f0999241ba01 +size 11788823 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3cd16e6c0be99457497cfef783bc723a115860e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427548f315bcf34d99c43d553150f079c61f0a97e09113a8f4f81f0de3b6c508 +size 11668416 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4513cc39c4955687323004fe3fa5c1d9617aff0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ef4e167537bf23e041295abbb5431a49ba39b0c3091d3395cbc65ac4b644af +size 12509174 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..537b100dd8223bbc27f7b6ede8c4fa2c204b2637 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9b43ee1cd4c5aeba0bdce332f60800b14406dee915174edd7848f781bc19d0 +size 11569130 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deaea547c7fc1187c90185a4f6636ddd9d9b2d24 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf88419b87a9e7f321944d6b9914342eed080fa7a140f5fafd7b0890692f844 +size 9396293 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b5b9233d112f96c653a795a8aaa1719b310e2df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f05a349a99f6693cc7ab0611272ac4156e6613c3fe6d2d1e57a6cedea790a7 +size 9388471 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd78caea4143f753722a3b908f13c82dd778f9b8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff132f0f23aff70aae4e7bd092b7d4268bb1ab74d0762d33e1c5ecd97427e978 +size 9395324 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc693bd25f68ddb702d340002300e6690f944f2b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13df3487448db798a6a0b3446198d23d3220f083d7077e26296a9decd292965c +size 9667701 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cb739fbf157b38d32e349a549259afbf5681ae2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f43f70b7a37e06f9e420dfa3b8dca85a9468452e63818b023882d4c93280d0 +size 9251098 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99caf5acb308d5e8aee7897c901884f0a9369d1f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c117d111fe3c57760b0d8147ca6e8d48dab2a47ec88fa14f336332daaf33eb68 +size 9731677 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ac559bb23bc06395287215b3f80002acbf2686d8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8004c08749679a074f31d8a2728f77ec4fdd88015f005f3a1d5984743220077c +size 9779468 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da3c6bb03995283f2fb2989e3b214ea20caf9308 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622921b1636986af27a4ac95ad72cd8ca4789ea152bd3a0b0d8181c867563b56 +size 9567683 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cc22215e9d44dfdc6feef1c5c5e782680cce7050 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48141f2191bf35ffceb82d60bb4cd1761b5a8091758e65aab618bbc197da0cf7 +size 9511569 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..350c9622dd560d81bb79c7f8d3deb1975b32e447 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c125623e269c48b9c927ff54ad2d3b2f0122f47d0d4ded7cbb7bf1b575ee1a +size 9612742 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35170267ec57797435d57a9ad01129082d44367e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e213b851d90b62f3f4cda0fddc5312a694213d69bc96902e2f5fd1d3277c4664 +size 9916941 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..09040a96a70fc70feba0d12c9f5cea2d04fa1f62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a21552dc5b958eadfc33efeaea3319fee18bf07d461e7fabcb0dac4eeadcd72 +size 9511624 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c55ebb99bc7f1196945685de0db3acd0c0a887a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c2d5877190caf654bac64fa5b70279063b55a4590b516be1e12645acd63c0b +size 10234388 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e2faa37049862fbc08c647ee9f1bae2e9c809cce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647a73c660ec8f1191f24c739920b516b0c13a0c1fb4013ee9e8ce8ac8c7820b +size 10007521 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbebcbd0436ec6e62702aeb6f8fb53e8a80ebebd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf009ec7ae9df83fe8dc525699e3fe046a0ee79b3aa040ca2c7e5499c48ca99 +size 10179449 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..45b2a404f0ec970736fc6c19d8e476b109c55344 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bef256892a9478815db3bc9c0a6d21a60ab1cd480b663629e6e63e8d923dba +size 10154725 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91d11297af61acd33ddb4a0005e77e9ab1ec6771 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fa93df9f5666845408e6493bc2de4006a23d8ad46990745d5ca72ea2a7b8b0 +size 9743485 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a578cc2a0953da818dd6aaf1c6a7b939f130fce6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9da083276888af067f3d803b2f2a182ec2f12a693afd7a5252d138a0785615 +size 10245128 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a48800f83a5ec5802c94ccf1ab9f6034a9b7de5b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38d11cbe3d34a386832b0345a992132e3f8fcb45ec756001a1aa4541b1c0ee8 +size 10026544 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ed75d51a2bfdd3ba82d1b5aa19778f39b6d54e6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9080b710e543739617a42fe3ba4b39925036d191e1b65870d6d1686772c80ae3 +size 10336192 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..002d29676da1d105492348abd2e8977672ed846e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05780f4064b3fef14e8cc3b8540a97007abc5f7a6699f2e6504a5cfdf7fc7fb +size 9699948 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a8cf67de567c505149f1ea503a2ad5da5e645776 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86964d57c59e0d6fbec18a1f58f143ff91e6592610df09cd4b771004ddba844e +size 9763925 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3952f353eb17ec6d7d691af133b42b17d5200c98 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de561eebaaf6f9f99954f2dc1abb1955c8a3996a8cb30b586360354751430b6a +size 9828564 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd44e0910174d28e570e961b70ba0fbf7a151953 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59f961a4171ffdc0a90376f1e8461b9582213480b74244bd93ae0cff9ae2304 +size 10288182 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03915d25e8b8d815194bad6dce312a3406ba978e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6a17d0d39b32827b6e0547cdfb73add5d1ee09c2571cd155470fe4b0abdd17 +size 10281694 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d114b6cd1fab2e9d05e98e1acf7418996c60242 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e519015f5b3effeed63f12ee731690e420f9c914d2264cc149e00df77d125a5 +size 10117906 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f37f28f093a9a7eab5ce7ac5319a2640cb7e4db3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfea3c1d613ddc131e24fd00db3f3da7c28b059161c1f1709eba834a5bfa3dd +size 9862617 diff --git a/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61c0135024c19bc2dbd00351535eb189e5c06576 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_front_head_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543af69b906f00f83bc5adac94dabd2203ebd7f836b2004066f94227754b97e0 +size 10222080 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..f2213abb0f6ddfed6529a53149e3e0cbe3caca35 --- /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:83754f81459077f1e4ee0539d45a8ae4ad772361f7667ce7ee676f409849a15b +size 14936131 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..8fc4c56224c66a2689c25d39244a0f7b119b1528 --- /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:511dfc84219d4c518d3f87faf2106a98cb8a4d8a0530c012504c357952269bda +size 14595661 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..84e71ffc636768e92b6d3aed9abe26ad8f633b02 --- /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:35a293a3cb1c90698705e149c58616cf6b8d80cd71a35e8549b3d6da31837a9e +size 14499212 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..aa338c8d40ab6d3cca7b062addc7594b1acabc8d --- /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:d2635aa5bfe923f88bdc9f620007578cb7420a38c8071d63ad89245774a8f13a +size 14216457 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..61b912b864337a78bed5c0fca19f51e36dc68de5 --- /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:f4775ee208618e65b6dfa09faa892d5dbd4e9ca3d579ab56ee331e070f1ed911 +size 15410809 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..f6e7a1482e49d6824c601fa28541044b931ece5d --- /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:bfae9fe603ba10bc624c31c332a331b8217ce5d6c0c8f18274f3ab41d5c65b78 +size 16862160 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..f941e7e483ca3e322b856977288172cc91e10a1b --- /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:a651672a6e366c85be4a9db014fd619ce20f6b71f20b26e6865ae5917df0c51d +size 16158794 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..2d95141709da9f934ff9ff91b87907e76a80fc52 --- /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:c25765c2cd036a1f43ac71f238e4a0ef5443a627f7ca1aa4c0bbfebafbb9302b +size 17569817 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..ab098d8fb52c55e0654b9561a57f92d56c776a6d --- /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:dfbe88db02dcc8f28c305fe1d1f063d6e9f8ca89e0257d52bc1d5c29daff816c +size 15242033 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..998fb5700736daa6c0b3221f83aafd3508884184 --- /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:83d1eae3cf0f7ae44fc1611f521451470ba43de6da412f1b061379545a87eb48 +size 15452323 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..b162638c852da605d29c9b668d738ef45bd33547 --- /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:4004eeb66cadc9136a00f875d3586218331c53cff1072129f8ddc17e6092cdd1 +size 15053226 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..5d9f63d3fff7d5594ff1c6bc1bcf3cd4a0801868 --- /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:e725a9ca44acfacff0456d2c5c4028d6fdfb2d5a44d48c88c512a7e18f3118fe +size 16035871 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..6a43a7ed7a9169cef4fadbc6e580d7171dd9b81e --- /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:db222219ceb6211fa34dc63b79814c7a5c1b975c59e96af03f0817b6e0d5d9bb +size 15610043 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..ff44e4a0ab5f2e77283c1122a0ccd5b08e25af81 --- /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:bc1a6de72f708b730afa52bcb2747236529b0eedccf3c23d172783f2887428b2 +size 15806202 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..9700519041455af32dcf12b3a7c914f8cb1d9348 --- /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:7e7c18ca6a549aca139f9b70cee96fec4cd7ba4f6f6fd02bbaa6a8769c10275f +size 15846881 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..2816a0c346380a4ea839676638a91a241152ed1b --- /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:d6b44b6602cdabf3ef54687febcb365817a6cea6db86fc0b589162a6e8607927 +size 16392892 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..c9d7a23099770643128077d9b5067f22df7c1c87 --- /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:5eb5eb137a3364872fafaa02f00f6b830f1fa3a9bb66aee6a4a42eb55b047a7a +size 16122040 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..6b3fb7f4db3831c062ec245e13c27b4fe710d0b0 --- /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:8ffa8fe313fd66242b859cec97edf337ced813868bbb8d4b29614be9e67a62fe +size 15525695 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..658862bfcb595048c027bf056db6568ad8b5ac43 --- /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:d98b932fa015024195b596c5dcc99b230ac9d227c58f0c2f554c5ad836cc2d30 +size 15975549 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..a6f9d69503d220c26e2a955b4c944c5c7925da93 --- /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:372b0a4a5ed81c8ebcb1f256e68017478bebabf26bda442b247d2915ed392985 +size 15822316 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..384efc94b7527fc7996fe7cb046ee72289eeff21 --- /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:33b107a7fa6747bc1dcc8737011a7ad0bba2bc19a40b40570dbb670098af3535 +size 15112863 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..b73e4afd8c59a8e36cda29bce602aed5776f786c --- /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:e2ed8e4967226fc3d268029dbec56799313434cb7688d81e05e3f8f81fee5936 +size 15516659 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..b9963cc54083c3e03c0a92e13f6febdcfda99bbb --- /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:6c3a0830fe275b416d92951f0fa4948eb5f7f6ceb7913151d216d62b43b2f23b +size 15411584 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..1e7aed949ff2c20b48b9cbdc68456478d4f80eab --- /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:50764d83ac6f36ec951671bb90647700dcd4337e0bc294352761f37cf8bb2af2 +size 15590498 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..fbb98ada5e66ba513ce820d4249e857644d950ff --- /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:0e088538d62074e242869d11a0fb5ed2e31ed42a987bfef82bec276a601f4705 +size 15926829 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..d500164c8adf2e0ad4a85144b541bd3411ea8c97 --- /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:e1ea31f47bc1d840cd5795c912712485363aea3c9d3d0cbfd6846763d43643ab +size 16116662 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..4eb5caac5c50733ae377f64ad363a5cec12ba996 --- /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:7faf5964fccd79b4d7f19b6a462afd2acc56e9cbad427548ca3d9b265a529a5e +size 17008246 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..67ef02a887f37262806289829c37c64549f16f8e --- /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:cfe9036f43437268f8d95bbb413ef14ff00a02c7c98d659acca598f278113078 +size 16455676 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..1c4bf24aff9d3140234d951c57a47444b87b5187 --- /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:6c35258962a9cce86ab3dad55ffe276d7064884da1268a29240a07b4e9951402 +size 15927555 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..f3b8e5f347de1f72ee64a421b14bd0247a306a6f --- /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:8a9c20cd0c7caf528a31ef149e5f87665e17985a17c93624794ed6e9924e9192 +size 15390682 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..4d759934eb43070cbff4526002a7275f438d34f1 --- /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:04e23afd5cac0216698b48d006a3a44be1caf418b5d18a753c74258ebde74859 +size 15518128 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..e6a594494cfbd05e0b5824be92af7b27dd9d21e6 --- /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:f13f8de42cc8654cfe34be77a3b49c6a1dec56b6ebc062cb4227b4b1e4013162 +size 16032654 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..d368553fb3c22e5bc537c47c0d49ae60098257cc --- /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:387f9a3e9b027a0ccf2f4d38076c36845e5d2dd2f835eb06153e0250df31b3f1 +size 15578752 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..28cf0d8533304fd539643dc3af65c5a1a75c7abb --- /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:9fc09378c9318aa69439fe16e9389dc0fe5fb1cb7c94841dd35113a756009750 +size 16319005 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..eec8cc5d9044e570d97291fcf6b9bf35939b681b --- /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:456fcd0235c7f57a5101b693a312828b336da89bf6c52105706432a8dff24e36 +size 16899193 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..39e9b9d8ef9b3ad8680ee013475597d30b5c9f8c --- /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:02cea15f21c6ef3b51230a9222679897ce208a7588afe20956d125e9e5eea912 +size 15487556 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..4014c15fdd1a1d6a92bfb7c6a4d903de11bf8966 --- /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:09f89bdf97c1ed9049f3645a02bd510ca24cbff475cbc180262a0608a477f9b1 +size 15871030 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..3b516b01294b75f22e03a71577a8947d42094fd4 --- /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:d4daccf4eda1b8b84c6159a8adc9ec6aa71e42d2697297050572821d4534d423 +size 15806007 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..dad70179f480e75a9c58a1caedf7146f76b122cf --- /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:00f78e0e74cee67314c6266cb3ca7144a29a39e0e314107e0efa5ea453d77394 +size 15613113 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..b068046a9dd8b1dcc3259b939d3d4524373406bc --- /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:11a38ac3b2f588743cedc74db932e7c770a7244a74e32d463d13eb1d768f8afa +size 15993143 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..c861b457bb5bcdd41507865d452d3d954f332052 --- /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:eddf217aab9a95f587b6af1d1a99d43819117653c98326c2e0d5bc44825f0d88 +size 18373512 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..b2ec556741e2470df2285035e1466b66e052d09d --- /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:bb6431ad92d14bfb8ea654e006af279ddc9b5f35852b2ce3f1c6508f9cb132fd +size 18717300 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..9d9302386cdde15e71b2b4169307d8f868793667 --- /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:626e63139bf8f0ea214301d8b07af1f819e56abf60995aff9b90fdb529865b46 +size 16885533 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..27b4489c9ba1255e1a11d9b628add1042cd2002e --- /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:f1451d62c706b98a9ad1185f23949dc435396c6fe0c0cc58d827b39f49bcd6ea +size 16027701 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..fc131421676b2cb7cba017d69a1095925bd53510 --- /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:68229b1db8a41ef8972b3de465677d7987bf77ff5ac9f826c2ae459c2bb2b428 +size 16206312 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..733f0d98cbf30b43df794edd3e942c4c65408b10 --- /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:1da022a04d49ed02a946234a4ddfeac515abb4653fe4002b52cbf23bb9836c41 +size 16023591 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..86a241dbcdfb0a3e0c33462b18adfacc4dd5c698 --- /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:0346d17219d977a3e2d39aa9288c24ff9af8b64d91d63fbdad2daaa1a1987d3c +size 16305728 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..fdee3b45700804133851b1c39e1c06f90d09fd64 --- /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:16a84c913b5247d2e6f6df75b0bde23f072e7b32704c08718341c6c89be9f6a4 +size 17365779 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..372fff28a87c5209c9647050cd205dc0665deeb3 --- /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:bad460ced86322ae7f21b4dc3aa720aa5a16a7695caaeb832ad31e044ef83c06 +size 16821590 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..b7aac2075161f1a01ce41d7afbf7e10292e08d01 --- /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:1a5b02c53c7fb1b2104e712b10198dec6ff7a19334246e600053cc3a0b661cb8 +size 14287446 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..de22282945e94688c06c2f7e22b49a830e5ca255 --- /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:90ae11abc05ff84a982d78ed917ebecad16e8e07437dcde5fb2e8093d0dbbccc +size 16101216 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..8fecfb49411b9e47c2edf44d48fd0c95ce6277ba --- /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:05cd23d22a9e5b667d887be57658354a7bcdb1e44521568a9ce4a78d802dfc16 +size 16077224 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..9efb8c1008949a2d9bcce634beb3df517151b37e --- /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:5037c40205b3b60d7fd121d4b2c7e9ee0edbee0bb3515b335bc06e3bd7c0a076 +size 15491429 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..66e5e3e495d3ffdc999bafe4e121fdee58d88599 --- /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:4937321b6206e9be5860d2e56b8a3c789547de2a9f21df4641b550922bd32ef5 +size 15482808 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..4cf2109f52aad5bac5aece3c22c45f04d1e48c7b --- /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:719c70e1972ec977238e390206a3fd38860834a27559ca5d3e8a74af5c58956d +size 15714636 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..47569a5b1efe66fa0ecb3f43955878d7e04e167e --- /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:d01e3439dc2f21b10a620b404e9032542bf1b61541a34b2c6d94cd8980fb1e58 +size 15907953 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..e32836d9d3c3dc4205ae4f143f343a520ab32527 --- /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:32566ffe26d203df454c518702f38b6a3e0190bfd90088f04b2b0e187ca9154d +size 15578177 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..e666fabd62470efd3a52c382176b4f4ff51c1c66 --- /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:fea865bc54ae744f48d1625be54e4eadcede277ed050140c951ff4d47b0263ca +size 15985149 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..ffa917006ddc9f30230b6e7667a8fd52d27b4559 --- /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:bcf9b21dcaf5d0bb0ef04b194d738eeb5f70d688ae9a9472605ce218ea6f2628 +size 16634701 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..f775299ab2bdc142529b624997fa254cbfc9719b --- /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:99549b00122773ffb95e52dbe73000dd3fe1afc80a27439012cdd87a66e344c1 +size 16196945 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..6a7ac3df2fb2a314343b0070cadae4c52da12b00 --- /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:f2ad18f085c042be990230e9b9610c0bc2b4723bcba554ce271307353b788a40 +size 15897345 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..533cfb185113afeb400da5d792c1bc4443212a65 --- /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:0a31752e2a54ac13c4e9921d89d1d6bd5df57fc2ec706b44a8e03aff34915b27 +size 16846377 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..a3d0b3c79b8614f0a153fcefa0ba62a53e9fe80b --- /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:647e60588ab676d7a4dd541cac94639934a78f0d884a78f64378b8bd596cde26 +size 15776597 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..7db1f35c504f32e4e98790b59afdf2a12d4f7ca2 --- /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:5d47c2dcd208539166f384d34b94714dd3b46d3aebc0bb0ba93cba005eb0ac70 +size 15212739 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..3cf3fa449114eec8436b0820eff8f42a817363ea --- /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:48a23db14af3e49fe59e7fbcd9a1e41e8fe22a00bb90b47b54d175939b67b012 +size 14901386 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..7e0bcdc38de75597284beaec0ddb98e767745bd3 --- /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:34787ce52b382c90ec58639566f0e68d88e86e4267c15400d3bdfdc3024f67f5 +size 14964366 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..3312a60e4919aafa2962b4613ef1b33a09e27ce7 --- /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:1a4f4bb4d0881743a307c402355d1633164b143ce9a1f59a6340defc3a07d7a2 +size 15368326 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..dfdc51ed909261310d424906a32d0241fbbf64c8 --- /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:6f6e9b7482c0e4aeba08064afd20578eb134282f58608d6798b3152368175ad7 +size 15638462 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..0ba4d7d322d99f88db0131dd5e3db1444941139d --- /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:51fdd2e38d4f98d66bccb1cab3f7aa745c70b9b99767b1a9a79b6359fdb894ef +size 12508373 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..5927b3dd7f6d6f29b201a58a0da66ac5a58ccbab --- /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:49c55a74c341c1fdf126989dc21d21e2e6e259577c875f24a8167cb8c34a3829 +size 15739843 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..5b5e024aab07dc11322fa9eb459e77ada0c7138d --- /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:eb39bfb2c3040fa9c77ea7d1bd25fd61618cb33475fbfe846c455ca1064c3f3b +size 13868448 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..c7077d749ff027637d4cf77303fb1b5dac1e873a --- /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:bcafefd5ec69bc161bb0ab3b94564eb9dcde39a036138569e60b64d71ff36364 +size 14594621 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..179cffd171812f8046672e44b3b3e218be406902 --- /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:e2b88556c595edd01738b70db1842b9a6ecb2704295290bc802eef3b01c7857d +size 15600852 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..32ac9e0cd68e6f97b9ae0bcf7f70b5648e6da1a6 --- /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:a128c7ad9dd1b2a9be148bb9b573ef071ad0a932ca69ef2e70691b01230e6575 +size 19510890 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..373ed9e6740ad9f1c0a4b18fcd8387c86bed439b --- /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:4c8e625f4913b1992746fb0172335fb6cc5ad7ffbd88f5467e3ed25dc97a5279 +size 18097779 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..a1276026539fca0bbd919d966a9223e66355c52b --- /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:e8c13790acdc97cf7737f92b0dbc159843eefe36472b64f1f717281e015d6183 +size 14644489 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..3e1b07a54397658bfcb69b3ff53ede60e9fdd4e3 --- /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:0c33276a6214a3e11609a9693c993d779a06af759c73c8ee4cc265755ee5c54f +size 14604387 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..04c2243cc3eb99edea0b682c5b39223c8987b23d --- /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:d6b0f0234d11b4778a51f0c1a300255d1e51adc117d753356720e03ed56de779 +size 14602589 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..b98d57d33b5c06d2a86e3056d03d9979f0cc68c9 --- /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:759549787ac3729bea0c8af2b9e60599dcd9b2c95c19b3851a125fb1eb89216f +size 15358884 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..59bba66d7128ff04fb18f6641b014bfe6f655df7 --- /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:84717da8f91214cee82dbad830f4221f9e70a9465af529a6d15c6d04ce803149 +size 15612435 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..35d0a09fb423662ff7eaa4fb37b8ff36c96e0316 --- /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:d7a9f19bda19ff1578bbc4535d262ba65ac1071e5509f71f314c04b1761736db +size 16220533 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..3c7f4f9ff42d1f091cf0b65d4414d28043449e39 --- /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:c2c90e703f82a6d343dde4426e6334e55d9f0d31b7a0aa81a017e8ef034773b4 +size 16411329 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..5135303929a93028638c0836b86b7b7fe05bc79c --- /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:46257ee72a42793313c222ccc176d46dedd78b36b8607887bdb1154989162112 +size 17550360 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..34540bd53ab8e1a4fcbcce4faae6f652c9a323b7 --- /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:6863610f03d0f88d746de16d2f69981890080d6cebab018b14e81d66b8b38b83 +size 17216411 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..778e413ac99e84fe667c8183c8dbe16e632bd5d8 --- /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:27a1c2d37d029f14f494a28e209943ade7dc2e88fa2552863ac21c002861818f +size 16196639 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..a1cc166d1ae62845d1c10f6af2fe7b1b2a671c0d --- /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:0270f8c63f0f12210c7caec5e5cb643e4bd198a49e9e6167816a4f76730a46c6 +size 13788970 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..5e20643cf9504ef4fd23a8e138df869edb55a75e --- /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:b9f5be17e55b937a76c757bfc9ab500e48be301266cf9d4b7b84fde3a60d85f1 +size 17245338 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..83b03fddd8c98b9b8a336778bb631a6d50c6b6c8 --- /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:02d05d61724ad86c7b60e63123e7868049d226fad9ac56452ab659aaad053d1f +size 12623292 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..d0df8d39c674f6f3420b76af15d58d06050608bc --- /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:9649829fab9bcf5f337b08a641738c18a52b4f458306e051702c1dedf21f32bf +size 16229964 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..fd7953ed38f65ff838373fae3982c107a8d6a830 --- /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:e73e0325adfac116a890f306e043010f8f3b9322593100a0b4f33023e04f6d6e +size 13363943 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..69cea4826e6303e0941cfee27daf025f19e8bfd8 --- /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:32de8a82c7bb2adb8ff40fd1381e89dea1623f52dd7bd232291ddbcbd540995c +size 15369367 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..5526067d7866ee31d671e570968db2fb80a45eb9 --- /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:814233985b5fbd028e356fa1aa0fd76974d2263bba46fb1a513bbbcc78059a5b +size 16047638 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..1290525ffd61292d6dc5ad4ac4b8739a8a453947 --- /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:75a38370646734c025c2025463ffb488e0f951a90252a6ac5edfafdace3825ed +size 15876773 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..fc2856ddd0b8278770a025e0bbbda78c16cbfe75 --- /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:e2fe06abcd63a3b65be99223051942027e9ff757e093103283c3a607f1232561 +size 16007609 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..0a5e0c5cad691d6ac4860ebb29b5f1be9a17ae4a --- /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:e2aaa56e687cfede75360b1c92447fdcbcc7e811b821af43ed811d6210ab2079 +size 16289050 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..912c8c54c63a133079c28e2a973aad7a973ecf42 --- /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:8011f67cdeaa1498e7ff3dd6103ebb255785bbf7f27567062606135d87a9aa1a +size 15370552 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..c0efce6a694a353661f5f58122d94d70ef7ae0c8 --- /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:b36a1db022a3b70159b859784b6d74124eacc7a4b1a19d00d1416f992159178e +size 14930217 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..affc36544cb2247ece21581b05d287ce57cc862e --- /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:882cee218bf929d1328870e6ae54de13beb30c92b707376dd0ec14b3ecdbb0db +size 15139355 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..38505b776e82d3536ce0bcfecb70617ee528fc6a --- /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:653a2ae3f04d9dc6bd4ac60b4b85915e0d10d17a9a5cf56353d182dcae2b67d3 +size 17331846 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..87a92839be70f585acb760a36bffd1b4f11e6d45 --- /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:c4b53d4b07406bc4f766646f73ccc2acd5d1b36bfde3136cc8145d7328a15897 +size 15451671 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..58a4c04b6a629c303000063313d74d497cd62ce0 --- /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:532c9bee56638f8b59d7eab750049e4e8cf9ecb7c20c7b6886627b506a6ec966 +size 12847199 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..ee207905e6d940b6b901bf1ea100f94ae98855c3 --- /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:7e00158efb3063c181bb596204c556f891086cb070ca74e0d5ef220d9928bc47 +size 12620855 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..d8628372d20b9f128c90cc55a8e0e69f3606273b --- /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:0a97dcb14ba1c88c967020f70d220db71a59c71999b3e3bc49b5d7c595ec77ac +size 16025684 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..09e41c35ab7b6d4cd41e3d9f7bbaee4a168c4a66 --- /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:0d203c72c3e15de0578de96cb8c844364369e420b4bdbceab80ef17d99a2dbe5 +size 14676848 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..501d18506e78c9238dc42d87331aab50e60fcae3 --- /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:392a0fc5292a143c4baa40e7734b57d349017a03749406e2caf73519689a5a9f +size 15611688 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..cb9985495685ce2e1c5b426254afa031e7d2d416 --- /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:8c663644be9738564db8db6bb52727fe3655ab779c3ef3d58bd46aafe829a0bf +size 15596532 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..09906580ccd8def776af3222c7ab71082db918a5 --- /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:ba50a8b1fa8cffad8e60ec3ae8843ae252142449ca9c0d70812b6b331945dc15 +size 16112432 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..547281e05c3297fac42de8f814a21001cc26f8c4 --- /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:85173368c46d7da682d9294fcfc5091e1464e0e3f33bc896468c82ab80a6068a +size 16584689 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..e7f1ea65e0e8e0669e9b6ba9fd00fb13fbbcd998 --- /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:497cb0257c6afae81da11e95d430054298b112f44dce7da23dc0438dcf1c4557 +size 15063348 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..99b765630f4e119a8a9ef32644b0aceb9b6eb7e5 --- /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:c219d54785962accbbc8bba754a63817d91631bb0d038f7c4b785bd1edad5035 +size 15057682 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..68e52e5e71a7278250a0d735d43c1fe54c5dedf8 --- /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:aa93cca0a5b42c558fea954449ec9adada8f26136485cf67bcf8265740b1d8f4 +size 15912032 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..13d3327ef9ba995827a8b433f0e0070b050c3fe2 --- /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:d0f95a2b3f32d31fd8b8d18dd06af82269ba6f0f127560a04b3aa15acce198cd +size 14600014 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..f335d4bb5a601c2579dbf9c027025442921d909c --- /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:843e19c495a5ea9c3a36f771efa7a96afca9ecaab95d705f011f7edf90bb2974 +size 14483261 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..373a1f79148a3c38e969ac463e718a4b16a397d6 --- /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:0d50ff0376f3ed660137eff41c94e3895b6ff7abb65e6cc1eb129a006031d3fc +size 14660554 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..06412c7ad2c32fcfe664427f1c16eb59d47f7701 --- /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:f13d9b6494941604f621a21fff88f5680a73d665e2651e9e94fa5f5ee643f965 +size 14740648 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..a2165dbc98253f20cd1d9998d67da224f73f6bc5 --- /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:335700b971047242b08a6bdce690b14f8a0a90f78bdc637804463c4d36164dd2 +size 14595138 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..869850c757ffed14d9c572f18da6704ca8744545 --- /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:5bc6f72d4269cab2d3bb9b6781c0804b11cd800b507f3148d2f1c02d32175e3f +size 14579404 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..6c29a8de7bc53fe52ad702fb3043697aad12a2a2 --- /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:57203dfdea9e7f190bde1388821ec01d8ee848dd419e25f8c5a318e7278e833b +size 14434808 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..bd8b39ed824522c08f66d87309e376b3ada8f125 --- /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:8edaa4bd1e608bb772baa05768ded8639534e8b3ccb4c01b7450f6b2e2ee237e +size 14896373 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..60a2e75b54fec71b76742104d5436b183b6810bf --- /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:93ec6ce4c1096b43e0ccba5e7b1ee8a9690fe0f6e588ed65be2dfe67ecf3cb80 +size 14573556 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..f9e57543deddbfec4c7c89ac49bd935eec956442 --- /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:1f681d4b16d1722fb44e60e28441367104c8893f3e289e20443270e07794dcac +size 15489967 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..124d3499e09e7c3a5bb78386dcf26a9d091d1d26 --- /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:20b07425c9eda769fdee6209ad85fc0cb884d3c6063f61cb75bdb8c80d591b8b +size 15432085 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..edd604cda168f1b3e8d3ab24bd3c80a580dd0908 --- /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:6d5c3d67280a047703a9168d7106cd8c38a3e3cab4898acc6d85f9f71a7b4d3d +size 14754271 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..a19a3c664eb449d3e16e31450764f5e9e45ecf81 --- /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:716424adaf173d67d599080ab3fedd562f5f3f2557157653067a1b8bca51f5ae +size 14854366 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..787a0184c25ec05d0f47c14058f43f117471d664 --- /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:871cc5f75587d2b4b8eb9cb4445393fde52d6b0c45ae2924f1d9c899620e02b6 +size 15130050 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..0ab37aa46de180f313213fd95ce52d4940f79a87 --- /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:35c35d2485ee6ea3282464aa0eabf4e4d77ecf1ec26c9b297bf2e0d2f422c576 +size 14264654 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..a1bdb75c4ec019a1badd8330a45fca7748945cf8 --- /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:ae28bad819473830c11e4ec71326ea145088546efad5de2714cc1fc764e86188 +size 14940991 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..636836bfe462cfe120ae701f329f2f8493d78ef9 --- /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:1b044ce1bc4d1dea6424881d17b7a72da2ad1e0a7e8e25be6266b4abf02223dd +size 14702141 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..a15dee34b7d6a10175ea4e169ae1ca852bbea09c --- /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:be94aadc450b4518f39775f90b13f3cf21d03650d5c1923dcfdec3ca37eff2d5 +size 14596258 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..95c4f66f8b9fa0e5e46cab12becedfb86e6f7cd6 --- /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:a20b0a24f4e2e34cfd6504c4ace00c93be5aa539efdef078b5339c5dc8c5db29 +size 14865607 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..a70f181776fbb3d2098dff3e55a3d360ccd95646 --- /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:89beb2ae7cfbfd084cd27b5cc82fa0b54bcdedb69815b34538348fe1a5a176d6 +size 16721380 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..e43a870df6d66a1a448554dee0a245addf0e2ff5 --- /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:40a435930e6c3fc9a01916919976b9a2a5e5fc3a9b0c1fe03a8d47a5153b118c +size 14777951 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..e591448c043bfc839df11f3cce46fbebafd912df --- /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:0c82f9661cc74d1b37b7bfd645ba46742caf303d8d9b25b701be91358a207c9e +size 15430273 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..4f1a2ab097faa3acc00d4a057c1ca95eec789841 --- /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:5d093d3fadf0855a7a53da8125db16b6e047ae2d897bcc11e9dde5b2baa7c04c +size 14656996 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..696ea4115c13934f9bd04a132afcc0724accac29 --- /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:acbcf4dff4251615856a432b9f59c52d88088b1af6e218b80b1d06b274582c59 +size 14348275 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..73237934fb909a82c88b68a4de663f1de7cda46b --- /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:c76c7c0572b179d97821c8dc73554f9a175eb00e87c36cb50274171f8810a375 +size 14889703 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..497eb3db056eb10c43431d8a06da175c96231278 --- /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:0e0673f2e050a929531b0af26d362bbf4a04b41db5efd33013a09f7201743582 +size 13794421 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..e4660a551b87858f5ef07af52858b5d469ccbf7f --- /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:2bde354fa93a9113b3766f2257d8243672ce40e103dbcf6b38aee3961ea71b86 +size 15486893 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..23cd48b9f758887542241f2d3e18855d6afaa9dd --- /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:afc5c267eaf1304ee67d5a0b30022737c0eba6a19a7f8da047fd9085f88254d0 +size 14979943 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..2c4bae8569df7c7eefa09f54213501065bce8444 --- /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:ed4075cab6d1616816e21eee68f83838d660ff40d27f3a82a6c348db82ff48f8 +size 15268929 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..a40ed6b114f515b6e5141dfe459442788be1af62 --- /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:14db5ac107ac4fa33719c0949e30d5b5bf44104cb07c22447a51ecf3f73cdefd +size 14381125 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..584724ff4e20672d4930082fb51622be22b53b46 --- /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:cc8f0d4423625d34802f0ffecce02326dd4a3cba24fb7349d3f632850fe77647 +size 15571356 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..0d0dedc98b49a6df7835ce08a8960f03ca80e37a --- /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:93e6dceff905e665ef2fd532fca8fccd4eeb8ec0d45b359dbdb5225f709345b5 +size 15614661 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..87c12041d068ce6136b040cbc48bb322ec071baa --- /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:385310c31672aab173c8f108b9628e6e661c9145c7ecd48d5e6e1903d44a7456 +size 15661402 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..10ae721ab0c6f7401970f1411dce796412a6b731 --- /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:c376adbb33f36fe11a67061741ebd24a93f6371ef98692ab893ad7c4e44d6ab0 +size 17361909 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..2565d0919bd76ed7f54f25cde733020d689a4b29 --- /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:0f75f9f89230e3c1e5d00bb9390ada9181c9f9c68fd63c84116990b88d39525f +size 15087835 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..a88fab44a281ee4d9e0a2024729e861b377d4c3e --- /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:7014e3919b755da870ba88ca4985bc17e1b7f37ab9f1a0d130e1443c8458ad37 +size 14776424 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..26ce0c8e4c35e2a6a0dd0e7d5571ea0117c564ec --- /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:0842d512c99ca0303ae25b140b42d8aa7c41a9a3b346024ab5d1a96d5e412782 +size 14796530 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..2678d21e87de43c5bbbe4c5b9da052b6a2176291 --- /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:66abe3da0e6ae487026c3a2d1c025b4d614ba26bd099372b5c91c9bb92525ccd +size 15178688 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..2d15f0b28771ddb758f9ee5fe6002523e86d4799 --- /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:dabbc542a2ef77e790287e1c905f48cb20b60e5e62e1ee63ba3b4491d83d28e2 +size 14756073 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..e35572492870fd888f41ceed6a3aa39d829886a4 --- /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:c563a7d805e10f3b5275126fe77f46990f1ace0f6ff7d1785d3966937057250b +size 14655327 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..9cce6c872826063214d43c7630d2eb5354274f74 --- /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:41fa64428af39c91eb12ed18aaefac9affb6f2d72c6abaf24f6a4f40bf94a002 +size 14660276 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..f08f644eed351d67e5e86ad21c0ac6f345e91c5c --- /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:78128e769d49f241ade8f52bbfafd76f14a86217b4c72eed09caa907e222cdb3 +size 14874903 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..622a2066b721f31298cfbffdd3e6e3b11ef7590d --- /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:2d6a892a7e0d21c7e659dffa4390d40e8b24c552132833c124f9e6200205bcb3 +size 14477128 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..b94b0f7f66a27bf43f08cc71e7c9653f0432af58 --- /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:9dfb4e5b450d348ddec6b175d46d78ef64103c5bff3da7633f5d246d27c26189 +size 14288542 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..06b197781f8c11c9cedbb2a37c621df575194085 --- /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:abc3b03678d63ce77f0e454fd64e14af3b7b10254eed7dd4db877e7437640b39 +size 14550182 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..9950593973e44f710db361f494d21ae7d66a1e94 --- /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:f8d9486c36a6fab27fe6928b25914f309f1a1e0befd66148b6f91f520c35c680 +size 14717655 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..48557189655575a43785a013ca1276221aa10227 --- /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:d873d937bd92e45c044626a0f80fa1f6dbfe7c0953ef151d590f05fc2c72e2f9 +size 14899365 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..4409aa674eb30baa1546969ecb8aff49c3fb3159 --- /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:f945fce47aba5ff7ebebecaa8e8936e4a923cbceeeaa98324a094d2b9186fa1b +size 14589382 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..e21054f14db51716c4739e35632b8059730b2e0b --- /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:de19b89f17f7849334fd1311b4743dcb3b2a00daeb1e4b0ee26d7e0251cc80fa +size 16774877 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..c7dcfac32b740ea63439faff4f8511d1d961a82b --- /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:53a96ca72506ecc67fd0d29f1d9aba39a2ad678012939fbd594982fc024635e2 +size 11699194 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..c99e23f102f8120f2856255216dc5467102de6a3 --- /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:ac374326c91a73591fafdc0bde864422f4bbbdd4677bbb5fd85f2fb88ad96245 +size 11431566 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..0958ad0fc1ce45e3e83818d88306d14ad471eb13 --- /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:3728632a0fc2b2622978db059a626ae7b7fa257eeaa09d656e228597f41b8880 +size 12664626 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..11b2c22749fb12592abd8d771ebda04f2186db1f --- /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:3fd440e6bed3494cee8ed88cc9afcb26645c8bddec5873525219fe7d6deb00d2 +size 14115095 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..abeb87cc745eb0b0c3e88ad734e84e8a9c9c1bf4 --- /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:91ec076d3b7211293650e8f7ca3dc1e2400eb14b3b4c8122339fdce4ec41bb69 +size 10810016 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..b652085289098f3ee552ffbebc42f16650e98bc9 --- /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:67c36d629344ab1843e06c40cc136d426dc846b78ab9eeb060e147d9edffe2fc +size 10687137 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..106888e9bc329f3899c5f0b3ba636cc1057a80b5 --- /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:3313516d14ce468e3b7ec90925276ce9b2e9429dbcdc1a76ae8ee23cef7d8994 +size 12577187 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..496f81f4f392486fbbacbf2be420b30f8a0775a8 --- /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:6da778440337412e93b2409f6e52385334de8cce74ef33f9e96fcd556c58e3e4 +size 11853333 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..44f28a8d1163a28fcdf41616bab36133306ee278 --- /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:327c252e50fad49a280641f066b58b4c7384928b11c653b7e6859bd3a4fe0d6c +size 9460813 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..eceb2bc016b8496629abef7d2efc3e920a942314 --- /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:48f0dd252383217709b822856650cb4052961f999f26fd5de81f99dbea1487c3 +size 9358683 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..d46b2adc650852a8d10ee4f478e9615f44f14ef4 --- /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:8f7072b276277fba4a2d1557b6a854c30e047f191117eea07ca18ce90f240df1 +size 10843620 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..65e756b4f778a91f90ceca714bbeb4101a5baec1 --- /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:863a362030731397cd54ea46360b9c6e9b44d9283b081c63e2d0958ecd67a813 +size 12139510 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..feb6b5f06659c9af7ee468233e7cc5437d316353 --- /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:57ac5a5e61258ae116510f859e8698ab6ba7aebf54d12ccddc30ef19122c1fc6 +size 9765970 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..35929a06a0b47d9667900df5ad40afb2609596e3 --- /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:e23a64796cc5e5b2ca8b34cfb0731bb50653cb8731e354f434ff83831d89a9b7 +size 11531561 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..8348fd6f6094f60de7ce0426b65094a8cc7cc892 --- /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:9663deb257fdaf24ba42a718ccb068f9c62ddfc0d51e6a517665c0ac2d526209 +size 10667363 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..d05aae0c718962147a7d2f8cc83ae18cb1628a90 --- /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:318caa84058fffc473c2ded5126e3b04a1f73c35077734b3ea53cf19e182a809 +size 12406756 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..b950437c4197b820c5ae3409f054a9871c8be9e6 --- /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:51217d09c2893e1547a271c69f60e6abede363e339fe4f73013234cd8e212eda +size 10610527 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..613ccd330fe0bd685378a858661695845bb3b5df --- /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:2becd4f556134aa868f69cebe3072f9179eb30e7e9bfb13ecc32f70097f1a33f +size 10225113 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..2b220ba034532f7ed58ce22faa4b988a5ec22bfa --- /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:eb50cd8ca11c1d5a0cc130aedc2033f36d3bec061a2fe126765de1ed047d559b +size 10845585 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..02ce987ca4f54c046f13abca6cd4f4c10aa4cfb1 --- /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:3eab10bb3809d3f4619fd233380f2679f0426c47ff1a6cdb3ffba5d2509f1cef +size 9192878 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..94fafcf64c37b3ea150ce58ff935a66f29a8db42 --- /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:80e339f5856c2a8e5eaaef74c60ae250732c4a93b579da381401009b4b726285 +size 10435906 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..4e4cbfc7d5891e7789c3439e98a51ae7dc2da1ca --- /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:a1fb63e40fb4f424a987942a072572eeed866721b7c4a451db595b76079e6cdc +size 12168617 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..6ff6d176124a4ffa87a762e254b52131d387d0a2 --- /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:35a1a4fc56e4d4af420ae6817eb3d36b43b71ca088633c4817b398a8a8d1bf83 +size 11323518 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..4f9f434fdedcb2aaa70d700baacc4b560d65bd3e --- /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:cbc575788867f553da693d4d9f7c37616458840f613961981db666b3b2b56176 +size 10038018 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..7016ca4b1aea37e53b5810a1981dfd3c2b7e0979 --- /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:77e83780b0a7b17c80157944ba421d9eec3917bab94d90ad20ffe2ff5b9a0083 +size 10102367 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..a7426e9b1864cbab24aa31b7fdf462fdef71ce64 --- /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:f218b4957b08ab7c7308c94ca6015b80b3c8cbfd2e0a8eb8e9858bd7ffcac1de +size 9813220 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..e79ea1e477b7e61142779d3abe3f090bd40fe425 --- /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:dd17c900af1e3dcd2c258ae67bac1e41e7d724a393a9a3d1eb08b8544500520c +size 9970241 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..258702b14472d5faa86eb3cc5e506f9e2ee4df7b --- /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:3e966461b4b3cb5058fb49da546007f0aaf6b9884457a6ac5099185cbd53b44d +size 11492238 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..335996b923c0365f66134f0fc1b282e16917ec39 --- /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:ac132feff3a416126934f1e395cc1f47b4017f5a466783edd49a4e6904288ec9 +size 10453386 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..6edaf702127ef9d89a3d4e7157e65ce5f838c370 --- /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:0a34552ff68e1d4bfeb91679db376647e5f144e2f69b307dd450acf252a97f57 +size 12313801 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..e3c1f3210b6f3e113116b87eae0916413c84243e --- /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:1c8c2ced019739e77144ba3ac6cf005db75f8b164a86102b09bac54ba4a53296 +size 12169831 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..3176084daa030cd3bd00c2d5a4cc41d55b5e10e9 --- /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:631c52b17879760e9caf37300eec054f5f70bb819fe2804ed0db1b6f74300b6e +size 12277977 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..490fb6d435646adc72a5d5081fbaa99da163c1c6 --- /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:352267d288f7695a0a71d3c85d2e46a6df79b12d0d20836cc2d691ca3cc22ce7 +size 11870698 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..d6caa3d0a4794051f2312ed1dcbd70cd50ce69b6 --- /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:486fc0e67716351bba1723cabcd80ebdc230c1dc7e335150b90e89bb56321a19 +size 12854236 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..f245737879527bf22707735b0a5f0a696b50ae80 --- /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:233f67accadbb80b7440abede0fa9f8c100789b30d5134b4631c887a771fc37c +size 12850693 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..65f0b681335e04c90e46df06e52af21649efceb3 --- /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:7323d53de587c34c5e21dc8549e457544acad87c2dd9d8c68d531ea34500c80f +size 11748761 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..320af8d6491aff03db82ab9987f50c820feb39b5 --- /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:93b9614ac48c894878e97ea6befb7340a4e0e4c4d2ce896fdc6641ba05424cb1 +size 12347243 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..127f7c24ea8285eac3e83d4dbad998651b845410 --- /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:88f098e05551ff2755093f821c60628e901f21dea5831b39e396fbb628166cb2 +size 14165043 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..5b5122e6e0263cd56a8bbcbbce2b46071a847bc7 --- /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:17f31d561d5140b93ce38a7bc6eb4bf2bf14e639fc265c7a198b9dffc7cb1c7e +size 12050765 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..6b3609e350751760d6f56b47bd477b0c53efaaa2 --- /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:42fb7e2204e1de783cdcd9992bed8030176b19c7eb31ce5161aee76b8b587d29 +size 14179224 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..4858f1c0b6ffae7d8e8e963e7e98960e2f1e7e8f --- /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:0ce0bfe4ca1e4c80953b794cc293b9b32d6a5dbcc67f0b18c701f69404a7b83f +size 12528218 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..eaf2bbaa401942ad276acfa420bde4d1f7e1f5fb --- /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:71712f6c3664ae2abe0377d1058c8ac9f09b887a7911e4ba1e89af359367debe +size 12912658 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..c634f3568fc015978116ecd8be417ec361e78d5c --- /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:4b945e772f3c4f553dffc9303709fc95b1c9bd429e5e5a90253ed5ec7e4cd5d9 +size 12797568 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..abb83f2937267bbc9a115bbc06362df07247af06 --- /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:7028daa1abf0e0bd314f2821b2163bf7a5ecb7bff75a453e10974df9057dbfc2 +size 12712761 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..893092cf6d76f4591b4491026a1d5e9ed2779f39 --- /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:e16a292facff639b014c7ae572eaed7b80f4f3e271ad11af2a6a24e8ea1d1275 +size 13775410 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..c4166c8eae58d6fdb3bfaf80d86dd81246efc7e8 --- /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:53f07363ee69be632c008a4db14bf0d25db2b392a820f84211e2891053c90112 +size 14103639 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..3bb3c8388e5cb662042574cb40ac0efac3e270c8 --- /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:e8a084aa9788a8907b0a4318f31dd86f778d29cb29bb78bc8fe63332e8b5c36c +size 12240574 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..a1f107110066e3cb6e54d49310f14329d0765d8d --- /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:08350fdcfcd944ed774f5d0e9e1f91251f21a4e94e208b98021199ab76bba697 +size 9950464 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..aea192da559d94e301c0001f2daff785b0e9502e --- /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:2d4d4488406f8d7f9d72d18dc51164cdbd68a8179f35145d5e15a82e121ccfab +size 9831791 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..8733939cc69c5211394ae2a132deab8710537139 --- /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:6bd82675f9f5e8ddde5359f5413755a7c0686868412a9607d50f0aaa0f132f10 +size 10668152 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..8434195eb2a85d881a0208c3c6520996b37092c1 --- /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:ce14a75304fdad7a4a81fb346d7ab04c665e24df426e0504708396e82b4625af +size 10595424 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e08fdf6649cdd3f5dc1982b5906683a70d845d41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0675115f398bd6eefbed31e1592635ee7c751baf7804062c7ebd052c98d8c37d +size 10043203 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dafb498e2ca6c0776c04e06223ca9a6efb4a2634 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7022575bd50a1405a3d2cc972e2d76949dd9cb4e03b2436484f795b46afef182 +size 11280943 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c69f274a1a77426da7fcfd5e65ccb2181b99a85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff782fe28c90ed173bcdd76cc3467a6ae032350d5a6ce5274ff8c791ab8ac186 +size 10644656 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a49ae9014573241a317f5a66419590f62812d59 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17346c06d75cd122fcb7831ed4e6438c7ac70837f743fb14196c71afc0bda9c1 +size 9830509 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3fbf5fc4875500706c14ffcc2acc9bbbb60714df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48496ef8c40b2cb2020cc486aac6080e66ea6e7b9ae52a3561ba9128c190dc3e +size 11039224 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee27d3dba48a8455c194fcbd20eec93dacf8ebf6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb77feeef65cd95af5a489f2b89ca0766dd3c635da7edba46f543415dbb530a +size 11100862 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1b0a74e1b379a5d8ba80a85fe3796d9196ce3c00 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee5a556ba0386bf084d044db48b359d9a9479a8c5b7ce484fbdf1f2063da8bb +size 11322528 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10d68cfcce0f42ccb1b4143df1c0d97dd81490f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d97679312dc30cbfc47ecabbd5ce95d85ebaa236954bff00e59c8f47e5a82c0 +size 13791033 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..05e4c1ae07da25c9dee1a7182230dfb3c69f4728 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1858729a0e2e771b059083530018461f1054b0bb2334f330b981cefa9cc030c +size 11357970 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..942af0a9fcd338d6799237213e7098b131de805c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a603dc533b34fdc3ba825b3ce6daf1d0ed9c67ca86488890cb22e7f275d8dcf +size 11984138 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a93888af164051671a1c64cb6bf1b1be6a94ad45 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8f4a8b1e189b3b506736742628ed122623f53ff43afe61713c367053a99491 +size 11002171 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aaba958256b9e0e734376bcd902b603531fc6bc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bef06b3443f46901c1024b680c01acf2d72e4594feb5c553e4df618000a37d +size 12663511 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f2f16c9e9f306eb6f0538c2ba745776b1d0618b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8349e5224847825a8175f49fbf5affb8369106850fcd5f694245963efe8038 +size 11468089 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f7120eff2cadbc308cc275bc18769efd7f48ac5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768e1a191a8c1a5b678b59daf0022195893cec27602afe50b0ebe27372c81962 +size 12235092 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d6d3cc77a7d5c943df7a273cfb5216fc8e1cbf7b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67ed4dec4f0525ac0ca6422399102a6162e3fe06d7ca46797e80e40a95af5c2 +size 12661813 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ebb1cd32fe123096007b85aaf172ee488fa7a198 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53530c1cfa2dbb3eb25b22f1f262e01532b3e7adaee6f946c6ccafa08e96e31 +size 14236190 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a80ca9affdeec1d7278b2ef89f2948f0d8bbcfe9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004bc7231de454fd370742d26576bb34faaa03da188d190c7237a5ae16d60eee +size 12809182 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb7c03a55c9863595fbd525da3135edd0b000a60 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0aa7952dd0a33e3f26590580b933f67cb71a01bfe7621ad5038fd10fb0d35ac +size 11449941 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..87dfbdca200c4b5d30640ac499e7116126516f1c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e925d2959fd8c3b50544d972028c84681b8e1bc6dcab44a3bd4d469609e9f84e +size 14060429 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da28a035d2f88969c89757e5c4f5e1297fbc08c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525630589c78fcc37cc1ae6cf06fdf3d678061710fbcff353b5a5cd9b22adc96 +size 12415903 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7b563e79d8d545fe36abb043b6a44597132652a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8321290510c51dc825491b05729ac93836647d58098c5e63af3c8e1be6196e20 +size 12144874 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42f10a63c755d491948a4391266f7c873cc7ddd4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0035ffd07678eb114ab814792b2056ee6721dbc0df5ebbcf7a3b2038fbede5 +size 14143822 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..99e8ebec7d47b1f8d33162b4cc746c21b3fa09f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b80f261f1af593bac81ae3ddf72d22db50125c199f8c159d5031844c7b2df2 +size 15038980 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9d86fe70c89cf0346c03a11cbd9b439468cb7d70 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e215426929ff59ef76e00b643f327c7c9795e99141dae46d95ce94030bcc05b5 +size 13466044 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06f475005b19bf3e992f0eadd51c23aa0e740848 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d1c39a7d19cbd3e4d620b8a8da935115fbd1f560096b69af6f2c108ffece7e +size 13791237 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..00320a9cabc9f8e44feb253b21b71dbcf020f177 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5307b6b2b47b28a02f3691891624ffde6cc046bd8325651563dcb3dae2e2fc64 +size 13404101 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..77cecca22dbbb141f985c01e95a2097e82f1c0fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b820f3a54e3d347f35ae8455a040729a8172a885637fd6e3ddacd55ee27aef +size 14377252 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8b6950e05e7ee63f1d3f257e125ed3d117a604a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2cb62d9d559c2853c115f849606da59a2da13fa0ff9b86c900ebfc4347027e4 +size 15568488 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..78fcb34038c1460d2a311e0499a3005c0c10bc24 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16687722ec3466ac43ab54b48e2a532209aad4aedc958b771f29938ac857e47b +size 13913187 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d7c138f66aedd943428a9e71b209109aaec71a3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8517a42ddacd1d4401a63dc4237d0f5cc0c20e550343252493a030e841884598 +size 13703719 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76aff73074f04c82d2646ceabe97b4b55bedc348 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6103718a7fa4ed905d27ee94261c972b5386dd3f321585a4163b87d822dfbe24 +size 13296010 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e8e2a3304b6a47ea22e8da099bb54625b221e74e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b607673dcf0285816e6176b711df13f9ba2741c46658f08d81eea625d3ffa68 +size 13494547 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d4b22347511615948f6d94ce278856b4ac3c8e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92b36dcb8390b22ff868b9c02686b58a14ba48af2cccf2fa696c2d3ec48b918 +size 15302568 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3a8a3b30a9dbc4234b9473d22a08755367baa92 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a191d544c0056f97eb351ee7b9767c3d7faaade6639ecf45189ec0ace5c344 +size 13413573 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c3d1cff739d8928110a2cd59d3c83f06a8ca9d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7608cd8257ebe79eda938c3ef8bb60823bf997dc338373fc4fddd8be96e6434 +size 14742061 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cb9f6412d805dbdd7ed9bfa76704c3de7e757853 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65831f87f1d7c394688161ae7796b782796b6c5eef9998cb6e40a2c3f5abd154 +size 14200172 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2810a53c3cfcfe41e0e997e3a88434def8a298bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d87ef9823be40b0be60eb2b1e7feaca774c70b98ca5d830dbc5fd8feb30078 +size 14805148 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c93830886a7801837fb2d806f56918914ceec841 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7279c0b1e4909f799af3252ede5986c084f8740af22ee33849796dcf3698f0eb +size 15918961 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e3fd458c4b2f07f596d99cc643b3b6cb29d72aeb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cf05d55a6fa5b3f9f252c0fa1d3b1f361c8285a3f68bfaff9ee8688451f72a +size 13435177 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b2acdce7317437eff2cf6e4f3d58a719de7cd96 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a328f37250d1e0c43b8440e7633bb19ebfaaaa3f42b3442ab15b16546e2ba4 +size 14763572 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06b740ea1e03e09c80ed7a24c29e9e5639a15e26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b998968ad1676ffc83e33a9a77067898bdba6bd52e8fabeb4cd8ab9bfd080eb +size 13805027 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64b6f42a0eb0e387146e42ad5d91b4dae3e9db0a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e019f6258fa4a1062d52622482e9137b9ca6478e38d1e52b3c204a31f32d40f2 +size 14163254 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ccd68af1a0acf1a3306ca6412273bca4ae8c5688 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db7d576aacf7662fc0cf8e918ee980d66b070bac6c953afb818666c37ba0629 +size 13231339 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..757651296c0d1c8f4433fee7217c292c66758fe5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82a5c90c1d71daf2e117db752dfb22a23b808cc88d89358506fe9176b262c89 +size 15530764 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c34f4e18bc5beb05fcd10ae3c1858481816b3d5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417fe45ff0693c435c8770175e751195bc3e820346464c81f85b0da6da779b87 +size 13581573 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..88904bdfdf44a55ac1700d6e6692932f06a59888 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09737b287da36d9137466a994ec06e71501cf58cf33438b9dad3b376b48d7c92 +size 14673543 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f638caa94402404858beb3ec3398a4202727c01 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d69a42fa9aafcdb7e59a4a7f6079f9d9c3e74ab5aebb98754c0c14249da4c2e +size 14048911 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3f3c0f6f773a38a11e05eb6ad364d816af7fa393 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ded6278fcc6bdd14f3f25621487148393f2efa5b296b4ac657b3aef24fee34 +size 13398343 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ffec73d83ae9a4f535a9532e2d38ad7d6aae2752 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71927863239682495320463dfebda7ae4e83d751077d1b25d06952967d139d8b +size 14310704 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8758c99624f010627188fd566e089d3eedb5a3ff --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f7673547d3ae8e040a90defb3f3d0bc3b7255dabef4c786175252740fb630c +size 14220615 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5fa36949de984e353671f049f8e250bc67741e12 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e5a81e257a12b5e6c6687e601a402241262fd7b5895274e72eb033b3043a71 +size 13403532 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4842e052099770cf0da704091e77968c19e9415 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f500e7641d7add8c79e61f03954958c83bcf7977a45727ff196e59e730baa05 +size 13088923 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..43864d43ce7f475c0277faa7a10c5fa933af58c3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac10f55eebaf9b78c1c4f1a5a2194dd8f0350862b439b103d04ad68c865bbae +size 14416017 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..233bbdad9b29844bf79e57dc66b06e0ee67f8512 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee123d3ddbea89469592fb29ce8713fa44dbe0c447d9732ac8ab8bb6c76d54f +size 14163213 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e907ae493ef2b1b34fc9fba7ce7c53a9ad2c519 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44053510e56c6021df35098fc2c233e29dda8651cf7414b681fe4771d4314e69 +size 13417338 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37165b5e15c79c6d73e127a55ed5852af69f11c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3592f23fff96b7521a310ac00d337202cc98fd91292107e90e6c085d34c3077e +size 14387936 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f72bd0d948a7a8f239e6a0502d45dddd20a5ae68 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1830cc9722e5e0e66364010dc7b8575f36b706a89e55fb660d9c6c42e514404 +size 12431148 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5389eb5ed3a94f433afdb7fb89d733197f9244b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ade617bfe1e3d494bbb6b62858a7d2de0111ef272fd7cd834eb30b47426ec2b +size 13826353 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3067d3e649cb2a6aa954c6f87b48a64017a405c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c630e23bacdf010eca4ab0ee9c2e15e4801257854ba87d7927a531fc69ebddf6 +size 13281649 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4e845d42f0b18614b3f886d814e412a8f6d18aab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2263410a366c0897f37c42d4d8b00acac2f27269a66169d53068c35f7935f9f8 +size 15252556 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8214e1b42779460e5be289a8feb2606b03e34af8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c242fd9c5fad38012e22a6346ac47b3de14da6c202b40f878a41c42dff2f3c5 +size 17827247 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc53a6519a1ff4033b5a99a635673127420ff7c4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a076f4c84abd0783e79266921562e2aa5f8ffbe987134988e12d66d9dee7b655 +size 14316250 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..68141974dee6fce2381dd762ce4be1fcea54dabd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5796e658a00358b68b1d89ddd9c35f13148c01b6d805ae62d5b58b822ce6607a +size 14086029 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9b3461f68e80ad6cfffe7f7d146167c4f9d8f301 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c12d2a71f58c01bfbc6e1d2156d2d6d247ef458ec4c1c365cfd36dc2a78972 +size 13174024 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec5086f12afaca54079c89e0caae196194901df6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d2a67651cb2edc63aae2e5b3ac638e9fde80345939bb080d6a4a41f6b2c424 +size 13062176 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5dcbdba207d1cdb05c49f8ec6c6086065abcf11 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81ea62e12941fa7ff24ab4ee020a1b2122ca119e1ad99273450c4e4e9712d1b +size 11653794 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..646b53d45e04105a39c15ed33d52e8b2cd354fe5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800817bd59deff13c26e9c59b9815d0d1aff44a6df0ee91110da860c1968aa7c +size 12147773 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a84e2dbfa16693ff5c5b6ce92510378a7adcc41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c61820785deeb8d3a2c836d29bd135706b451d2fb9e700c1981e8b49446992f +size 12127181 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c0cf3c3a8a8829185911fde3893affebcff10df7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85de4cda7dea15f704296a2b1bbf203cf2be8923e47031a72c9e45b097a2f7e9 +size 12674922 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a44b7edde26cfe1b5a248ebaee304e4c0342905 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861981e4e4170d98dc3d88b7cef4aa75c0ebdd822e636ad3bccdf92ec0e2a31f +size 12977652 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3865d5b7ac5daec27921310a360084ac02e72693 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02ff250c8fc330327706c9f2c8a3c80fb5ea815ecd8ad102faf6c3d03177706 +size 12735897 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e83b99eb1e29c4047a5eb0c538b0eaeeadef7c2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8b78961fa3f560f82dc5f1027a179b3cc33a8a2f98c1290dc5e2d0a8862e38 +size 12586373 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7c12a946961a83d567be3a0cb6b1a52328ee5c8c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbfa755de7b56a054f2d7b677a390a700f00d703d7cef600de4f33737eb8a8c +size 12697482 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8ec2e352e87400d71f5918fd8d3813c135e83dca --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97e9be66407f34be3443d5ae69db6e3fcd6215f100cac068adcdbab42b8c444 +size 14238041 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0290ec5e1d9e3192b468f7e190a73db8a1fa86bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bfb13af5216d9bbb221b2971d3e1750ff79e73d730396dcab6f66e54082b8ee +size 12434469 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..742b6305787b6549f857533047e0c8c480397bf8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be60210278c730ac0038601b671c4ec30021a8d3abf27e52b1d2817dc1464740 +size 13319170 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44e8237061d6c1ea13fe841b7f176719d3304e4e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae911934b9be7ebbb32bb0fec85c19c0c779d8ac0b4b1efb1d342c088cf3134 +size 12195648 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42644b29fce014d485cdf4b0eb4271bad8fbfd85 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b45e9b43bc0dcaae91140b1b64b94a731ddf7115c46f830f6369e64e2c25b12 +size 13270494 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c3e5fcba4a352225a3f849e8eb0aad7fe6c2267 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18e4d42fc1d51a721a4c8a83e84c0fc0c3daf243ec43facce31d1aa1e1a3fb9 +size 12834970 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2026ab24ae4700db35b99a7aee747af744cc2998 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13602816dd7241a980d741f5e40e24c1961e02a4d855ee6a275c0d60ce8c3260 +size 12677661 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b95f76e107db719b6e30509a9c8e3de16896dd1e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6872d648842f92542bad3f2d7e0a161aa0ff4396363a6d0afff5f9811d974b9a +size 13135100 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d5cc9d9af5ef1e5c6344c6ca9cb8aa1f4e675eb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675a1a7bf8cd1305614ea4d16b2c832dae977aee48234042275d7c6dc151ca2b +size 14425696 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..20268f4ee2fb402fd339d9b74c50988fcbe2ac1b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b24df1b55b84eb63cf347df85ad0289c8c3f4ad7e622bc94b817344b213e93a +size 12760500 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be86cf98e2be6914d0c8d76995cbf0e84099083f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6316471db5563998bd5ebc35c5773055a4781399d10b5e266f90bb0be337c61 +size 13311872 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e650522b8d08c1229f14b7a35803125da68ecbc2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f59dc8f5e22b2e2f33237f8cf0debc9b0adc48daef6188cf0d03e932e7ba91 +size 12096953 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d63f42c0fdbba7ac83e3303aa21de68682699fc7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c922a7f2cef7b070a55763727495666487a62b7da3d16bbea4979462dad594a5 +size 12499790 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7127148ca22fc4ab605ea163cb62e64ceed1548c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6194f9ae8b1db15e9fee13939bd9794980cd627d2a821e56be4472850cb3306f +size 12306393 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..da7816c3a3c55ffeb7abb6f4d74848852ac075e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e712aa9ad28e148a37f535e4a5bb93d11fe63d029ce9decc687b1d5d81ea5e6 +size 13518617 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4a7c83a4ac8e3dfb805019ea3c0e1e64e9a0485 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5432db52c16bde304cb7624c0ab7f42efb86026d936baab3f1b58626acb0bad2 +size 13175716 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a011378b664d5252e273ad557a359feb26a20ccb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d666fc2b8e1653afa420bae95c41c77d0c73eb574827c6cf6ebd91bc0a9dce2 +size 12665504 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..572d1a93f34a555bb26700b4554a9b2c2c9662b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cc91d313d92b8c7e051439ca3589de77db72017fda757c3b1dfd303c729fea +size 12587414 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..386f26c633ae34865665e3a020d7b7a160983c52 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cd331b986e6fa3d01ea7cb289f0d86890902fce9a608bb241dd6241cd2daee +size 12630339 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19aeb703e047695d91545ebcf751dd958fb6d772 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8629df2a11725a3cb9975cea23b1afcebaf97186fb9a2201cbb3c48dc9fc72a5 +size 12561206 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33701b71d3b4693055d65f6f7135595c299206bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97d5b18b9d0639bcaa6449ad3f2f49d3426f2736af64ce6ae592c2ccf599153 +size 12364876 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a69b58aaf329bae7375130c2a39a90049249ecaf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbfe1e33833bf499999a221e6d257ec9a92580de829249f5197753f8ca3236e +size 12441253 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..49903420104f1bd500d4872216b31bc3f18bcade --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992e935676e69c45be4abdb1adae9f5523edb7f24bed9016a822d314faa87269 +size 12481983 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e85c4ba1ca436d28a6529ebc6829ecfa64a6ba18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f1705d9f78494879b0e8ac4b77c1f817c95b6d61cf65998231f61a046cd7f4 +size 12626162 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f79858a6bbfe4388ec55f35ba4f48d5581c8f7e3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73c0601a4f2208e0cb0c9f1b695f85dae61751427eec0c37451eae626fb6406 +size 14207556 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c2b0e9de24381a84d7a082a3576863f6506c059 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4bf6a77f522ef61a214410827c3550bb592bafcea2f1ec955e4f142dad36b4 +size 13442395 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c6655a0a929637a8c46861900c18b39812991a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5ca9cb1096a29df21ec06600e8f6e7d8cecef831cf645ca32decdfe4574e48 +size 16311578 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..93f6e444da152040c1a8e4ea67bde2d36275e776 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b507395518a6bfd2898d8b8bb7dbb3b4251a5b6ac0ec0e4428b1a505ee9d543 +size 15493304 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5239107a1d68ac8c24624c9e556c3551c5f3966 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdc504ca28698c06bdb470cca50b41fbad78f0c695efb5418a5baf1fc410f63 +size 12247422 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b8ec0956ba8d7d45e7f26e6a2637a58ea563d79 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef485460daf54d890a37318683b478c816b1e223afcdee5c4f4bed8f7303dac3 +size 12054164 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca6eecc958e9574dfb2abaf0703aa339c2c03ef7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0daeeb860012f554c68703ced5aa0bb10dbfd096f388dd88672373cae61a67 +size 10545267 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7aaae8970850e94f7b92eb3b4db3b0b486b43bd3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257b245a31bea2116eb70a05b741fc2780a36d840c7bef7b406809041e7c66f5 +size 11960247 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daf1ec29cb9754d49d52e8e2a51382cb7f19c030 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8985c060cd5c7d90d11f84dff00e403f321efedf770b12932852082431f68c98 +size 11676201 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..76361adaaa5e3d13d3ef935f2668fa18370cc90e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e1400cf68fb4d7639d659a07bdb3ed6359c350d777925555629f171f59d6e0 +size 11958741 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df46225a391ac98fbfa801e947d6554b7e421f95 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c13717ee62ca228277ddcf9b1fe3c8cbe1281e7a9da1442a07d6479a90cc123 +size 11664676 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5a1900ab9a9fa65b7d9bd99db8a533d24794ac9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790f836bec879741256a89583321962f66c094624ffc69a2768ad8e8f3658522 +size 12424244 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..63456a5206298e28e9eafe11cae66759389dfa15 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962c4607e500c2f81bf798b3833d95d056ca4d4e273a7fb584e5ac4a2a1b072a +size 13802231 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5c126bbc217a8e26f7e4c453725185e969559053 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c52957112caaa90674e85a35b64f0e2bd874c592e09530d3978d70dedcf61e8 +size 11776806 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a82e4115310b6d7614e8770a228cdc9907815ed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed7404534e49f4490b5d85db3ae14fb20acac9afd72feb14acb0742cb8046c1 +size 12082968 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d83cfdebe8fc41b0c9ce9e2dab5ac7cf0474d522 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9f4b5aa318880e3b59e229d70945090ac48f9c24574a76c1f265a90be27f1d +size 14594296 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..620fd7e1a5e5ec0917ec6d71ff78227524a6fed1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e827b410f19aa178e99f7d7db482f5086eb1a4786fb89933a7877ee81062eef +size 14227997 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e5a1f09d1dd52f6fa42c5e02b78139cd1b2b92e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726967ac4cab28e8bd48b144ed0da3ce74da6d8425e9776b98bfaa233fe7b722 +size 12720953 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6aa480cb37f4d5e5aa688d16b85ff158a074a1d0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4c1a6cb4b770d8a02a0f1ad68704190f69019aa34b7f283a861c6c5377fe85 +size 11864999 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64d52a698e72ac0b6345680e1fe550850dfe5f2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d1495c6cb269053f88aac26577c0519b02abd66217062ed190d77fee93335e +size 11922131 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ee84b86cf2c753901d5728b2131ef230ebb3057a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831ec34e4e418cc73a96e315af1a9d88f1374acb659c0950cf1a14ba3d453a76 +size 13067977 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d287bb19da389cc115c4d79dcceb2bb01f445d58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbafecc8e9ac22ab8ef86bf69cc0294ed1b0e0ea583080e86598f6b02410e5ce +size 16857285 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7fa22c33b3969c095b5e269c3ffb4934835615e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fb0339fa1afee72691c241fb2001aea9108ca48b386b1b817c96ceb998c40f +size 13477257 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f98051f2aa29b2a3dd79679ddfd91a8a0eef2b03 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06f73e32e33cf386c67cc5f0a27ea50ce23f69b2bf93dbee9103ac167903c09 +size 14410082 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bbb49a48525d7d9cc9a2a30bf69ea3b9add5c9b6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72a57268952f0f9bb27b25939901d0ee791341c6ee2099e0b4421dd244ba4ce +size 14132093 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d7a3fb3db5174483ccf6a1ac8ecd4c43825613d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c4e581c8f49d9d88620804977804799b515dfddbd794ce25b6f37f140569c2 +size 13687005 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61ba4cfb9ce85fa58d0aa3fd3affccb44ec5fb19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbbecddaa8935c59eaef2b8d2e71bb46e8741bf2d7c9fa5a5caca8251b18f2a +size 13468215 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..35d667e11f9972136a660646fe8b96d29cd8ae8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ef7ca0aab31d51ac1aa5c5ced7c7457f673374b47739255f216d58d86b15f5 +size 14239332 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..acab66446e931bc2c0ae0f8b340d3034ad2dc854 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e150a2efd2ac807ef1a9463914caf7f6cff6123e03a6bfa95cd5fbadf73da7d +size 13900063 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..075cc861e32ceffb552091a28bdaded81955c73e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46d0c146fe8ba894684cff16ea65de53796b8cf26980fbcb02559b4f7aa6da7 +size 13287414 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..42b3a014d27257b8510b0aae05b8f33d33b7ec62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9d39e0bd5759e4cff47c411542c49486320d58780b14db29ed2c4358ef7b27 +size 14045449 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c13eb5b491d5bdb67edb91dd9d0b83fc512addad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6c0c9d98561efe2043b6cd56d25156fbfd1db19f0fd0232b51c368744db8d1 +size 13339892 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9189c09f7d0f00a72b9f7a012a5bb7ecbaa0ff63 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585e6817091d118121ffb5e512d6029a4488623529669be10dbe29f39fe642f1 +size 13917415 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51dc05ac387d54780bf3305bfa13bb15d12cf0be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c9ff901fafeefdab9c40c25bc9efe97cec74db2ea70d318c2c4f992319c5dd +size 13761030 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79a938492797e2b043c5f3a08b1c522100522c2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883460569c54b0b1349746f99cac806519f0ba257d6b9802d4f0a9e539579606 +size 14804333 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0b2497fb04ecd42e47b7c0e503428368100d866c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca45b68c116e2b691aac5a4b8dce77d1c73c1d48decac44eff05ce38f330984 +size 13324993 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..227e6574d37317e7d98840ca325dc217289fb1a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0052100addfd8f7629ff6115ba179088893edd65c8176048326a29557deb4dce +size 13413527 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ec13314dcc13141f44cda9174b99ac497ff7a8da --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b4c51cde0d40822f5394b984cc5402cd9ed88947b3033241429f89d3f73ccf +size 13863470 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fe58a460ca3525ecbf2c09df006b76d00f9ebb30 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc62e7c1117e4c3af13e573a1f7738c483c0d2b7a22501f33be194837a96963 +size 13230229 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..516e99729bcac827fb8c529f37cf969829b2816d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e1b2499d4f482bb57ba190ee5b08a2bed2bf907d8f9002f2bcf9584b3f9e1b +size 12929913 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..32059b5a1801efbfc3c3925d137f2af7776bd576 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5e9db45567ac96716bf07c95db47f831d4a422e5ceeae2da7ff91d814103620 +size 12849872 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d2f2fb63a4c76a02f7cc5edc8790d7f7b7d6d123 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1fb01f29dcfc7a109e5b6e8eb8ee4dd4158e0f775cb8be2ba2b804b39ad283 +size 14944733 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d9a81d54b67c55bc1dcb5593fe5554ee5ea27d41 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98322c242e96a18c26349d6ad3791e107f6f3f109f35af6783a6d3d71dc01dee +size 14406017 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5b34f6c868417cc9a66d6065b7253fb4dd7dea7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6817766158252f113035bbc6fc7137119410efb1a0b83ef0f231cfbc75409cb6 +size 14308568 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5edfb1ed0c1a3f21030eaaa4545641e8610da806 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d328ef7522324f1e0fbe1133d489f40bcc7f4e080c76a0ca40fb31eff52a6bc +size 14444155 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..192c0f992ecb0c3b04d7658aec288d06c6c1bdd5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d285722e8d982eb31318dcc76e1fa7a7f96d6d08c41e260b445e35662e5e1fd +size 14471013 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d73acdac4504c413d2b2e334ad747064d8e186f1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157a1a4611f22789c6b4333e69b9b54e0894e2be090c8b75176564a25bb0ed8d +size 14996565 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b86a28dd5fe8e5da16ad7850c11861f5e8240cc2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d151461452d2049459247648eb3649da01f246ed791a741dc353d4f687296c39 +size 14699274 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fbec40bb57faeb84a723860eaceb89835aeec8b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c655b63cfc0e0e540b70b93a5d63549ef907301e1992792afba7ad637ba7924b +size 14676732 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c9edfcf9784445230f81450269f09418973da2f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e83f0551a599c71fbe6095f1d9df4a4fa3f512d8079afbdb1b4a944058c5f5b +size 14841459 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..176d5b5a5abaef2cf18a77a4c41588fc45f7b880 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4833aa38c3b328d2f2eceb850be9f6ed413d740657e9541348a6497890648626 +size 14746132 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8b23c205f7dc069f8ff7313cd280230616abc55b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a88d1eebd6b8cf0111e464a1d6b0a441cc23ef8f6555d42e94ee3c1fbb2fe7d +size 15329572 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..137b75599d1eafa23cc1b1d32ba0c3911da3d93c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824f99c77e24d92e96e247a6b66b8eb0e4f01089b9d0103550c583bbf2079c66 +size 14664102 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86c2d173445d12a40e2d0e5f299d3af7c5c745fa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e461055e6360dd49206c9c71e0244ae5570ed611b2abefe45348590d9b39cab +size 14696134 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86327a02864c3dbc6eeffecba85c14dfb4d55db0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9090f2f06d533305b380a71734d6e5bb586bc763e9929dc546ec7786efa3c0c +size 14833921 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba66981a1751a4aeb4912d28dbdabcbb5cfa4dac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22758ef239f5e9ae785565200865d0d45c01668e62c2edbb052d2799753a1410 +size 14463808 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d165d5efd9a0b33c6639e648a091d90c63162f9d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a4c9636022e663554dc3ced00048350313d6cfb9a7b984cbd5031b0286eb81 +size 12562980 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f8fb68d8dc7d8fd558406a025d7b888e14ec85d4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62387ec4276d01ee2a3f43bc57bfee9dcbce45101dd7184e1d5aa6bcbd1f2443 +size 12241953 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ca33cc075ba9b943ff5ec825686779e0c464a3e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af0c96caea7251ca76e5b538fd61648e856a07b578182c6682a0687c21d6132 +size 12326156 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c8b045b31d7c89fcfa64dc6f42502d19a4894b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb8569de5f3ce30ce7058adf5896f170734e4904c956201381af2728ce24486 +size 14331259 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9034694d1a1ba0f0ef169a474dea7ccba9343f8b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9093d61000e52824e945359c104d846628b88d23a422b15b4c066b501683a14f +size 12275711 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dc1330df9b0b3e4ca84ebeb749a119e508b10307 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4fc280216a544186cb84c1dbed28b2757634c4bf346c797d8b7d16fc2154ec +size 14588834 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..aceae57148d467ab45d7a088e147c15dcb86f968 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d023f205bbbab2b79f228bc3aee715a4428c5d608775006f9c932d58ff9d6db8 +size 12524232 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..749ff9a061c6ac9a91a4eb3a19f029c5871e1a1c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:876c79e770142bd2d7435caa35d06b9d92d56daae24ac97915643657a2fb9d39 +size 12457967 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a40df5eaa051e5828bee3a7fe06cdc1d2194eba4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e1547cc2b3b20d1d9f3ce585b6404ba0157d933c8e48f8c5202ee5a044168e +size 12832985 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f14d313857f0bdf689653c27e52a31c86a18111 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebbdbfb12bf4086baa867616297823057052c1cbac4a30fcce04318d8b26987 +size 12891108 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..51d356de2b5cd894afbf2a5afd87bcd2a8fe6ac2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8dcbc774dacb7939bfa97a99a21b5ddfeac5a10031464b2a8e3cd5c762a5d3 +size 13756348 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06151e80f3ea6267444368ad25c10db264222474 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd54678aa0f737cbf998fd5e3ecc29b5ac034f223c08cf5dd9d4d79e79098afb +size 12624517 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..03d5892e9f9d21dc2b771175c9a09b5ccda7c719 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9adad78d0919cafe23ccfad95e73da929d96827b0f9c6006133bc8e1debe315 +size 12318292 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7f23d67963783569db4ec57c5841517fcae8ea2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d532ae31bfed96bea3cbb822a7463b138e67b2bf00021c05a30bce3ae24fac +size 12220260 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8c76c63c2e14e44130bd1c07c1e81950f4c0be90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7524c3f448a9142ebc383dbfb6dc44372f846909a94c99c3a35d4d799d1856d0 +size 12344459 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1288590ea419d0993bb9d1900402bd0e2790121 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb376600bb945f811a3993645293b12e44877c74c2660633e4719d4b6d1f059 +size 12586969 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..04c89c01db5b6445db392faccb884a7363b34bed --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c784fd385bfa25dd12c250427bdb8b3e16f82f818636915e208dc216672cb14 +size 11786293 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae765472626c87fa423957ce62d29c3312667431 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4633545a9b4848f75bce2f09dc6fef2a214673b52e912b909866b162e98c50f1 +size 12233374 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3ae0288ba111db6c6a3552791e4081b79202c750 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a6ae4de9bec51fce5b12cdd28e6dc0a39f78dfe37c9e3c25b0b4fab7e1ea1d +size 12243077 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7ef58f2486595b4085180a2c0210cab0f3570121 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7bf4ff7c4c69bcc8be2d9ce4ba68fefea0771121baf0b4e195f890b787e788 +size 12094812 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..39692a91c95dfd6615805fe6896bef876dd2518f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd67dd0be18fdc7b9eb2eb293e8f0d6d280fc8af0e2c52c13585fdabb702e65 +size 11998348 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f31bd8e9b7ae54912a4db958e11c3f8ef85ee4a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c447c01223eab335cc5758fd45d6048bd4869d6bcee57ea7eb768b87830bd2 +size 11869222 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dcb12af983b1f10850db85767c2f0183c02a23f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7addc0c1a6bb7fc6b5a823e02af03e3917c4cdff6d77dbf69b9822f4a58a9b +size 12116590 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ebd53d86124f27be274962cb3051ee4668ba7a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7ec903243c7f91c63b51bbd48a0e1c7f7939eebeb52f398d36d1799ce05955 +size 11537477 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0e24ef7bd6aa6b062d47a91c0d209c9d0f56ed7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a602dd8ee733e9ad51b3abc0f2b10afd9688173567badf23d7fbcb1edb3c773c +size 12083179 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10384998219400a69ee3e0dbbc1d16d75821233b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1134d90d99c0c3639f193df480e0fb4f41948803a5bb147d8e28c3fc1c8f307 +size 12695338 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7eb836ee25aec9e4fc2e9ec46abfb11e525e0364 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4555ce5db43479a15c86805f9d0bf53637e5623be2b3cabfcdc939eb4ebe3ec +size 12224080 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..334123d46bf324a7e52207a6307571a0065646fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ed03df9f0416e02a2be53f394af058468fa70558f83f608608f580b8db02d2 +size 12281870 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ded85fef559fcee7332224fe10928474b9195510 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a999fe78de8c914ca1a7ae66341016cb9f703bab1b434ff4d99f8e1cc840023f +size 11930127 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c77ad8ccc806f0070c18026a3b0fc19934e76947 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8074db689d1ee600185fd525e44eb2c1f9c780f8e2ab8e74205a05b904209e9d +size 12304372 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61c559274c080da115e1ceeb778148e722ff095d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afdc4383ee4bb3988fee7996e174cb60307d4488fec5c4663a23197edc747ac8 +size 12061345 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..afc16823ecc728f22fc7382e2c632149b02127a8 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f5e90647e991ab52b19e376a51655e92bcefc48209fdbacba9f18a90fc843d +size 12197533 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2a1c7e85b4aeb54566b6835456f16401790f52ad --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06059b0da6407b5bfb7c41c6144727b2549a501fd953448a99b8c1de010e2570 +size 11626237 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75e40eb205fec0bf28e09119679716db8f70c1b0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e29f559cc79424170da95dafca69f8ce5ddf114e6fbe695fe34c5d23b6fd1b +size 11796098 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..64c34851c3a30362ab95813ce69d4202e569b64e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dedaa5086be97d029b2dfcd4e77558360628227a17c849f6afac06abc22959d +size 11925313 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..449087f7cf24556797d7d2c2d2c969875fef964e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ba5182b990bc5c0a1deea7bed41ab37031f1600bb0010083a90c35b052b8d7 +size 11916600 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cd45120469a90ab5d65382d307bfddbc2914746 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e139d4843c27835d4093acbd09bdab8427acaa098397d0e40777a3ce5ef179 +size 11838137 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e5fac1c3156b4aea310c4c82387f2eb4f3824f17 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7957a4473e55693863458df87b0894f3a1ebe17864453588efbd93315fe86d8 +size 12186085 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..36d2e84d67f185a7daf6b4295fa1d3d2740259be --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca074dc59fce30124cd56f1c6dd52b0c5297d6a8d690a557685247760ff8044 +size 11826650 diff --git a/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d4c7f2053a37767ec82f80f6eabb70349640563 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_left_wrist_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3133a30c42ac8957654c1e7603481007e574a06b3cc4f0c4057e1e4d35368a97 +size 12004698 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..07d971deaf694c7b0c02c96ee1f38d0c17bddc77 --- /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:18c9a775f4fd5948d1b700e1ae8e250d0dbcaed3b608c106b9a846a10ed359c2 +size 19645360 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..a8af85ab7319a99d0bda2bb0e8b6aca0db7bab5f --- /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:468702ba120036f9e9be87aade77eeb5edd5436db7157403d4375477f6851e69 +size 18561555 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..03bc40f3bd4ded7c9925a55d55adea7e1965d977 --- /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:09101b2bca3983b15dd40b06c3ffb95a8fe373528c98f4344f02760a6b198ca5 +size 19263797 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..2edd1c6a0b57814f03a57d059c480c7c0bd101b2 --- /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:633bf8e842bcf9a1b3648034262a818dfd37b1c2e43d8b9cff30c34ed4d94556 +size 17761606 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..b6cfd8e561f5aafb786fbbd39b7d150314d0a3d3 --- /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:367e78c3e8da91a33e1a8a30ec91bca9bbaed8aa8dd6dbfbdcdca2ab7e7fba7f +size 17847268 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..6dc0a35f3978dff249e7370cc644448f40d6d9f3 --- /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:f10723c6615fe169a8b1a146f110df6e3e3c18b169048977bd0f9666dd285ebb +size 19824376 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..5bd00f69166a9bf7b081d626a74b70acf066a24a --- /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:83ae1f6e7177357d5bd91b0cfa3620e213c1b72742f89f95cd1901e30eb76174 +size 19701092 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..68b813d663867ab2e4ad8fce66a087cb6f251e0f --- /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:09c4bf6885d1d234185c4bbc03cb492c5ebcd3e6d6df402c94026db56faed00e +size 20577940 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..c4de3b3ad68027fe84cf7a88f009679cdeaaab9e --- /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:f7519fd06a807b14ccaf6defb0065c82d85de4124b50e8064e372c70c9678747 +size 18320154 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..b18022801c695624bd177b646a29d282e78d0a00 --- /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:d8514320b74a3f69bb05723a5bbd618987b763b7ac4486c5a3a3b566843f8dab +size 19132089 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..2a7a4045e9752705143272133c23c0cdc5491ed0 --- /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:f487cffd99f86953ec10878428c796b4cc4f6fa15180acf3b87e5bf32a243459 +size 17814577 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..1f31443fc0f92ef1f91493a8b82aec4f692569ef --- /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:da02641059964e4325fe990dc417d8f0eed67ba69d77deee5352de68f353fab4 +size 18487750 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..ce106c13fb99df0370e244c2cb01b0fb17827deb --- /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:4b48e5166e6db223644af8f716656d8e0dd4a4de16b001601ad33f664d8a35a3 +size 17954829 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..7335951ddebb39cc83e6bb14bf1c52ab888d1f4b --- /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:2080756f1386170217ccf5a4a5b24815bcc40e7e485ed0f0f2b4440da8c8ce62 +size 18158044 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..02660c3a0b390c07d3d794a19511ce6cd192b356 --- /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:1ea469ec0a0b289707302f79465fed605243fa05eac2c68302c826fe83e9d174 +size 18998008 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..c3143c5d776b859812a1063b0e33071f2a2db2aa --- /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:430bd0f00337f475e84fbe14facb5efbd68253c10c3b343a6261cf5bfbb623d6 +size 18039824 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..bf832854fb8b2407fd172d9669473787d392ec3b --- /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:b6cf11e18b48a7fc9f14181f12b07b260c5b083d145f536b920f081f69bf8ab9 +size 18142200 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..a1b31bfad867725c2b7cb4c82c9f3514d5acc490 --- /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:31d942021e88af7a8f2a2ea4ebc29ac0e8cdcfceff4f724d6dd268718f0350ed +size 18396757 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..23dbc46b9e83fa41a7b607895555b4957e6f5f33 --- /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:a79ec56d4e3b6370ba03939aad11aabdc154a350aac17fa55fb0107c2f4fa606 +size 18746295 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..f75a58c837f384efc0539cfb726a54badec49e38 --- /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:40ace81ca35e71d85a3b6aad7a75e08e259693dba9ba1b513a1cddb1556b33f7 +size 17787417 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..3bfdfdffca1536c3205fc7fed6737461115a8217 --- /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:81a34f93f6f3692295bbd30de8ee7ee0a61dda105a64b355c90064d456109431 +size 16936547 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..6ef8524a53cf1b1c49dc2ea94a8697788e86f9a8 --- /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:47fb4c2cdc227cafa9f63684162279b173f34f075f295480675923f478c66191 +size 16483281 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..4bf9d931b6feac10417245c84e257055b5f5ffdf --- /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:aba397cbba1096602d0c8327174fcb8550fbd0063abdac3d902d7ef44abe1b41 +size 18196101 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..053bfa45344df7c86720c5605d46ac5e67880f6d --- /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:0e2578fdc50a221d3a3c164e3d57422759a42d2ff5cc526c549cd5388d1f73c2 +size 18453445 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..413673e92af93f2716bf9558c110a29d2e72a046 --- /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:689364c2b2cf4ff908dee10f445250ec3d5e09ace60edf9b8a8145c419ae73d6 +size 16972396 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..c76d68f83b2a66e8da3fbefdf1aed0306f370bea --- /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:1146b7ebcba52bf2b477963a67727c4e505d8ce6bf2a471468558835f4725e1b +size 18844239 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..2d0a4a6cf635ae5117402376d69ad49ea0652f78 --- /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:24071ef1d14ced1bb61c9695648ce6aafd2d86b9c9cde558cc7498fff7080d7a +size 19633157 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..9f7676bb52af93f9405bbb1e3ba4d13245f096b1 --- /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:128e3022f523214ebd6e510de9183840d16adfd6f76431d4cf735b5635d2289d +size 18145348 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..8bdf044ec0b9bc65ae82ab024dad099dc6e00b15 --- /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:63b26aedfc7738fde93f9bdf3b79ec41bcfa1d9737849b03f2a40e32356a0034 +size 19696915 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..bce1a0e076282f184248b9022bee84ca12fc4cd6 --- /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:f4f9672e39d081716eaba24fce373babb09014602f2011cb7908b956d0606f85 +size 17908642 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..13870beff6e08481f6983f37b6fd2acbbce15a40 --- /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:b68afd71d849214cb9ed69a23c135d98da43198dab55fc6f00d881b474e8b63f +size 17623861 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..dda078eda2e5808dbb58d90b5de3eb39e22aa094 --- /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:612e41e9ac0e18d5e280658e199a42a6f1eb2397891cb40f44004c7f47346fa2 +size 17108446 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..ca83564ae4349e3da1da7458149fa76a29ca159f --- /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:5949f8d82abfea3d8ed6630aac6e57829d5d2a3a62f7b4c8c0a9276468721fa2 +size 19025447 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..60267acd65acd658093bd25013aadedfbd93b2c6 --- /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:3074e61690e448d24e94723be5adabe41507bb373d708f2abd89b9a8a38c062b +size 19166479 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..55c934dc4814c5eae8085da700b3e6c83e20f755 --- /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:e05552492a861e4e44b74e472cd62c7bc0a2c41d929e5439e1b75abe06ee2fb5 +size 19816966 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..4bf3abb0e847e789993c9d76cca0f4c0ce67f424 --- /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:a8bbd000585d9cb0f336b5ca9d5c1301e3693b429e04afa6264012fe6d520de4 +size 18283061 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..4f46882222c9015b4edf8ba81f27fce9b27645f4 --- /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:49743417dd8cc9ee7b3165af2085ef11854e2bc4054fe45ddda73852f9f82098 +size 19090367 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..f991000d449dbd30dba7a7af2278bd3a6e83d514 --- /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:aa935f56c41169844b3538eaf931139a04a88eb05a9c627f53c798d863e50b26 +size 18033101 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..af570d5b5e135478dec835b6604fd9936602d8ee --- /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:61c0ff9e58b3bbc95999348fb850b55785d420103827b5339fd31af7718cc2a8 +size 18892077 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..59be71070775f443048fdcc559be7ba210da7676 --- /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:cf10d19ec92191eaf0bead1fedcb7c7a29693a17ce13f3c20220febf6a555272 +size 17386140 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..707e92562b776a0f98f79159ad7d6cffe81a1c1e --- /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:3c93e15cd4a72a2a6dadb4d0adf5eff3a58efe12e93fff9a528e95b349afc656 +size 23286437 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..d7c98482ca215199e6b8e31630804d4bd30419f6 --- /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:00dd6d710d870f3dd165978f8b924b5ca1d0c92583047fc4fe290022a7e2edad +size 22447195 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..bd50978c8e8ebf8289e7bd0c6ca2dc3ef1248cff --- /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:b9b0b19a234266a7b4a2d371d33fdbfe3df301061e661b04b9a821b722ee3bea +size 21821309 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..3c300d4b0a418daf71cd99f0b22f21385bff1ff1 --- /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:4f952b58c34eb83b3c4980afadce42ee6050765d9570d6ba6ea3c47072fce9fb +size 19344727 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..3899abc0e81ac6eaa82965dc17e371fe284062d4 --- /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:ea63ef9306d4e00dabf89702d89b5b8515c0276716589023e19f2c4b59c6215c +size 18232205 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..afc390d55321763604c66d27a38c26293032d85a --- /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:b40f8df222d20564f9d90556e96a2acdb1809db7d478a36d0102cd5b6077a255 +size 19092782 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..be8fac7bd2a42bbe879c60969bfd394ce7e617f7 --- /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:af1c42a9e49d9cdf5f56085a62f3aca5169fcae1717f8c7047164232230dd5c7 +size 19589673 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..c8693f2575cb6e7bfe8f05d3c67e4f00287b3692 --- /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:86862e229c2a671f8d535d3f392c71789488eeea5ad90e2c31fc4659adde36e2 +size 21493366 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..200ae78e504fbd68858439dca7699eebee556256 --- /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:e22e72596abed3dfae6e6d373424491fbaae972d5e127515c96e10e4d06da417 +size 20128676 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..1ca25e28422f64de8b1e16de4445ff4fbf0df2a6 --- /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:f1e4c875417ced5340ce4f54d567195e0a1c5af37691ca7952dc7cb2af9ad71a +size 15903562 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..b6c5a2551178b735904e9089a896449b417d2147 --- /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:60e9dc4412a9c92847a60142d783a07e6ac0273c26c1cd57bb4dbd9a8e904d3f +size 18930177 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..7ec20204a891e5710e8c9b972a0bdba6e803b066 --- /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:3e9e75c2daf54f8dd7a2f866e9919fa84a8eefcc0443d382c1ed8415ac67bbdc +size 18649401 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..52e0f485b3d42132fdbd93c08b1998b06fb5d983 --- /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:c61fdc035c580e70eb3e3ad6667af25a5365f9e8bc26e028e8bdc28b46b95b90 +size 18340161 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..d03ac35c580e60d6b65627698f9929cb98854bf8 --- /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:3c4f5c659503a263dc818d8d30404e12c763f869b58ea4216af2da6e1a3a1936 +size 18287337 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..b956a49396f102f13bfb5541127fb7ddd9aabd3c --- /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:b56c28fd8bcdc58c4bdb15c647a5a85fc020ef643a95101037307141d35d7443 +size 19142890 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..f8c5c7396eb64d7cac8f01f1ae3432362a93ed2a --- /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:55d36194ffa60a98825f035c126516f04b268e1f1ad722ad0638fa1aacf97bd0 +size 19118381 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..1247309b803fe7561f53c4c942502f2c3a0c08f1 --- /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:e84ae35cf5feebee0dfc993dc477367051154da0304d2ba9a4550fd885698b7e +size 19293747 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..32e88f4f6cb764ccfb1b247d25dfd23aea73db0a --- /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:20b9c52bb4469392d142ae47ee5babeb3d58c6874aea62c5bf05442e4110a33d +size 19641990 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..7dba5d8961beae1a6c45a1a7bbd7e2445cf679fa --- /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:95112029d21ccddcfe9338a75bf024f1a72879c6f6d08b53c13a93a323ca4a7f +size 18729278 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..717425f7a5321a009303929253ec6baec1af6aa0 --- /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:96ff1cdb21909b1bf3c5d3217315eb58a4982322b5140a398ecf695b5fc9785a +size 20538917 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..1c0cfbb77afbf0eeb1eb392d02a7e290235c6fde --- /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:e769c1b91f946cdf9b12c05f918aa31ccd1098ffc35d3ea0f675518bb5509158 +size 18749711 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..05c5d315e104f400a8b3a3d21c3e237fdb1353e7 --- /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:6c252998d9f09578a66c81f5a44bbdde0aa95df56cfe4a2a9dd05cb556c1483f +size 17439558 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..61e48ce8d5af7ff84b7977bace7e776474d1ac30 --- /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:6a09ce55845bcf1c8c2a11084ec591b30de1d681e176e28072dc8c1d76180f1e +size 19771219 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..ef5f3f6fb47547d253054f63fd24e54857a82611 --- /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:74ce8253801373e9b236c2d864b69ed00b1b60122319f8327557ef16fe63c412 +size 17681956 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..b01a2bb851b49b899ca020620a61a37bd715a130 --- /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:dc19f252ab0a09d0304a1f3513350d9d51285d5ca9c454eb38eaedf1d2c44f17 +size 17813249 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..266cb2c6ea34bd62c7135fcd99d78abe24b7ce38 --- /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:400e12ffd79fab49fbf8ad25bd3338cbb806282183093b8034c54d1cae95b2a2 +size 18176265 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..1b7b3f84fd1717be7af566a81494a6a18a3d3610 --- /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:d2a83f55ae9e93caa5795e5a0ffaafeef75168e2a9d703344372b4e145b53cbf +size 18750625 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..44522328287badb08ed5247ae36fe409a47dd93a --- /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:2d3a806f5a238bd0469d249df50ed1cf20a2a7b6f107f7193fbfc9a6f4cce17d +size 20190448 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..6bcd19ee76d0cd1a6b92b3a4c0575d7d28b15c97 --- /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:8f42c4567abebe6cc27a7452ea055f7c98c48b23f8ea97720b1cfd02402b1bf0 +size 16407823 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..0555972cd5f2d5dce5dc382eb70736cbd8cddd82 --- /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:40ffe8e079471d2713d2ba105f8a083fd482eeab613a99f6dfc8c26afd445dd2 +size 19707679 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..0d1472d06897f93a18cfd9cfd2d80d08572d9873 --- /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:10972e92cfb8c0f0856bd53deb0c3aa97269255558e0c6b7f954452264993b18 +size 17524577 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..c611446297791a72d4207568530f6cd7e0e5d0c1 --- /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:4e014a8392100e10d458513150be5da009566c0774e8057776e3f89064bc38ff +size 17384292 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..fb782b288aa48f297da7c5280be741933cc321d4 --- /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:8f7f211cc95e426d9f5e30ef11a32681915aa9604705fdac90260202415e402d +size 17909853 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..cabd251d64fa267c4bdaa668b2e0181b49c61e30 --- /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:533c16b32125b28bf616d9d07fd59ea72ed91c0bb669b265e139dfb5f23c4edd +size 25116016 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..96f149a8197a3957d028721dc1100e6f0acbeb12 --- /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:719bc00ea35cd83abb72458d88279fb78bc299357243e9f383816941a6a6ea89 +size 21985520 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..a9a8615804112975365ca5cc72455b550b2ac075 --- /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:bb4eb00cd362a9e2db5c8f7f30468812e8ff3a9a9a72e03b425cb081ab257c71 +size 16752094 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..5f7621c7d5f95c92d975d3330427bf4579f51c87 --- /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:6ca640e3c91ce650ff895439452bd5f7b71b4ac9eb23d1cb1ca546c0bb250935 +size 17851483 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..a7f712442e21553c8d55631512834d824d16a9e8 --- /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:b6e8bcfa9abe630e95148111c28f203db819c7ea5d70de846ea07c0bec10e72a +size 18252211 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..e3f8aa201239f964b2523b1b4d42fa5224dd2212 --- /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:47e6442ab81ac0d61a9d66d79409639da491702cb28165d2c05d18c9add865c1 +size 19537201 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..b56eb51a1118c411e7da465f938c9e9b111bdf9e --- /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:dcff416a0cfd8aa620aa68d2dfbcd0d197604aa416b1aed7f2ce3c08893ba29a +size 19914902 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..626986ae545cecada6a5a65147148c19b05a7ddd --- /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:a5abdf78b35a125bb6e251325b0ade37009e369a6d711730f1e70b6a273f6b7f +size 19889338 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..5f544e71878dbd28fc729351033954bf28cf3b8a --- /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:b45f2534adb5e42408c58c3e1517646290ecf077d08bc4084ff92ccbc553bb21 +size 20681460 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..cbb011d345efba81fcd05e161eedcf3b206bdc54 --- /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:117af570289194a1a9c0de4434358b7a7192f88b82c615f75d54fab775f02c6d +size 23120267 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..e69bc453d782504818d936ef004c182282f5b997 --- /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:9a863f24a23bad5d48f1e79ea2770c5906d720f4dc1d87c85e327dc323868cbb +size 21963507 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..b80643078c3413b6d99bd86c36f5cd95a535b199 --- /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:3238e2ca11fe43bada94644c026faf688417b82a0f6b9ab0be5988f4937e0779 +size 18882511 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..ac607ce7a801a60bca279306bcfc4271abfeb673 --- /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:cc8d016218dbd9e54d1a4a1431a3f02537755ce2b5e6c6a9746a128680f1f97c +size 16572237 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..bf8159ca2c46627315521d86711eb2ee3d838e96 --- /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:88c2c6b371a3b0a2be5307eb75326b1df25b0c876c7d831e7d5b44b6fdff479b +size 21051627 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..f7075ef5a1dd6d350cc839e420bdd913b46cc8c8 --- /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:2380f342adace7ca3971252159442118b2c9a06941cd09cbfad83e673a320945 +size 15471375 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..47de5bb49ead8f12c9b3148f9c43ebf3487f7e5e --- /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:a6fb37aac5b66f213976b5b6286a4bfba44c4da178b8cde7f59d7a22ec04522f +size 19774218 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..2f45a1ec4cbd606d26a9423097804a878d07732d --- /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:99bd53f452fe25cd7bb5831951e27437fd9aea4f4fac3e92349dcef3cc9428e1 +size 15617512 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..445ecc89a9703189fa1108f27625bb189f2a6971 --- /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:9c630e40ec10ff79aeb5610ec73a98374562838780a33af9cfb0eba99e893944 +size 18936501 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..cefd3a59c4f1751dd66c437997499eef17bf313e --- /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:12f031b73029e59649b57625beea7906c8f43571e399b3eec061ef62a2283f8a +size 18076654 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..cc235fb91cc6580369606317c5c6872004774e7f --- /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:cdac2de56f301ec8b4315a462da60f08df4a9d57da31bc7aa9b64a18f8af954b +size 18921402 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..5df61334bbdcb684f9c9423eb1510e7b04627eb4 --- /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:4ba9ef3fde01e4f45f6ce8f186633673d632622bc0a896f097cab49d01d26253 +size 18399539 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..638c6a301559daa9d0066792f8723368020c53ff --- /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:068bb7f31809de09621fe75f042ad44585b1bad268aaae28ec7e28ad0ca4d107 +size 19565261 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..74a80fc8cbd967b5528d565597eacd02096f9988 --- /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:723c2f217d069b42faa3cc9c7dda13cac79350df0c814d2126578e455e60307d +size 18363510 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..cc6a4af046d7fee47be9b35b9ac35e5d88217b0f --- /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:a7af1c89ceb7fdce98c955386d6cd35f3a85157149dc6af95355a9bd4b8b755e +size 18124823 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..7861f0a263c92160084f6f19347a70908707e6e1 --- /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:ec8523b59c353350d4b368b148859cd9d7c432c1ea03bcbd62deeb81242e96ee +size 18709500 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..88e9e57b68e2734d6d90b2fd53133f102e71cfdc --- /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:95c1e84946cafa9e069976deb1671c5bc199f11c0bf0629a7010f6638285a416 +size 20153721 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..c601504c9b36400af376c4ce87340973e8250869 --- /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:d1c075a4e8acbe8ed22b154dfbf682f408f84926a123f004e1e1f8aaa85dfd76 +size 17657821 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..be9eff250a8f9b9fa453575e0f5c503c9e6a9337 --- /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:b597a777454fc50fc3d8e89cc9296486f00dd081e4ba6b4f2e14abad4ab0ecf0 +size 16172265 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..eb6866558f5c72fcff18b7478b9fcaf2864f040b --- /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:a747ae52f9d7c643d350a0a5fa00c473ef9f90da662dc2dd4d1bc72c64308dc5 +size 15100854 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..2e73522919e116938e0ba8bbd87803249666d78c --- /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:30b28ece0ae0e5a0b9c03466c49a9beac316340259e6d46830d5c75f4f895bda +size 18619830 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..879376898bf756e6015f431dfd082fcb987bc15b --- /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:ba6199a001efbd792299770962f24ee3ea0b674c8f1f542a5002b7cc449596ee +size 18069248 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..e643048be6f147c836d4b5bedc03fad899746064 --- /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:f50e8a78e29351c479e64d95053f137e62fcd1babaabe5b9ab64fcb443322353 +size 18761223 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..4abbfcb78ee595c76d63db10a2ff0d61d0e82519 --- /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:2d9dbe655483228a1c4e2f9b6b472dae48cf35e803ee24eed950e4d3b9ec9db9 +size 19041054 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..b03ea5e568c853589b93f8764b25bf0b43a1937a --- /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:b80c1ba34530c43e8b54a820023955ab9f4ee288428ae20e22d6374009df2885 +size 18598477 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..7af6c163121d7a64fabae846f3155d2fa654caa5 --- /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:34d38e0503955d84c891a8e5e0a7f041e3a648742be30c9c3b14d10d34090095 +size 20085039 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..610737642fa5af00410d08e06c0f4912fccbf2ff --- /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:ad96c459dc36b3df970b51aa6007da2677aa1c1b9a52a77de9fe885866d02499 +size 16528195 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..8e4b197eba12496cc618fca4eec34894d901c6cc --- /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:ba8e52d093530ebc6b4ad322e5243603a5a2a3a89e82802501a40b912ec6f76f +size 17325161 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..c017cbdffb6ac6d7d87cd2ac01c2fdc3806caa53 --- /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:6717fc80d64d0858ac1fb156d9908cbace96731fc68b6b44ed8901e557cb3a7e +size 18253789 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..2a2d099ddc8f09789cb885b85b4f0147d869d42a --- /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:38cd6892f94b5a91822211aaee336b6ee72981b6e24571abbdff2d7310e0c675 +size 16407348 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..95081772010aa4f649e5e827919ac441620e0c5c --- /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:434b64357235a3b487d72b3acc5453eb3f845c651b2a659c24e343a4fc936866 +size 15797530 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..0fbc41e17096f0886760f6917d8a66d3d8f05ff5 --- /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:6e8b8cf7c43504799f5811260ca9ae20bd5d4d44687e0fab11b3d62468840ddc +size 17052733 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..b08b6f7b0045d2910a0e330c4ed3e7d30b63d939 --- /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:3e13e354ef24eaa7e27e7c5599988032e32b534a63321af540d40a5fc1a48012 +size 17308487 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..68fbd4a2b522bd4720bbf7afef40a44cb1727601 --- /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:d11856e0344930777eaa15d598fa798d60b6cb14d8c7309cd0f0faa32b28a2ca +size 17831096 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..802bf959234103c277c09e038fd408be77b511de --- /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:54e999ed26ed563801ffff77fbfb8078fc8123c8d99782d8a40dcbdfcf5ef320 +size 17972664 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..72c4bdb53ad726cd6e9945015cd428fc95c598ca --- /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:da97a091b3f8eea7c9b4442019ab21b8d94d6c0a36949fbb1dd0f64ee52a7e67 +size 18067784 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..f4559957f53fd3a52dcf4a36947e3c107b3cfcd3 --- /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:80c948a1955a1960295f30b2a572150dc1da78fb95c8be5fbd007e740c68eed8 +size 18084181 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..a10643fec66f7dd010c29738fd0bcfd9db66fa78 --- /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:cdc2061ffce9a446fb81537159eb4d90cabdd755d1c5aecb3801714257e2db9f +size 17100939 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..cf9e2ce289340ee2920f27d110b3df33c2dc4862 --- /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:1c107197ba5355ca6cb8a23ae467eb4a2e4c814ccac80072a93be3d171342d9c +size 17867281 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..332e85601c8ea5d05da497d76f06af01184ba3b9 --- /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:03e5c9e2dbddfaa601293229a8de810f050c8920812a2109080e969408adfeb1 +size 16424048 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..8ed73d8e7677908826da6e22f35e530cb0fc6baf --- /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:3fbc5ca0a8d5ace02335d7214e1130e1f9f1b87d5b96c00382d24181504d9714 +size 18948920 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..4db10578594ae598aedb68006d3cba68a073d935 --- /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:78c4f0ce15c852771122e4913a24320edec55c193653984033b9ba0b2700c4d3 +size 16517589 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..fe1a96b38d76592f9faacea41b1b6513da8601c4 --- /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:0463b6002ef83253c63beb32fedcc89599bde616caae3b09a2ab24ea6bcf68b3 +size 18278783 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..83ce9b667edea7a9b819df54495429a51bcf2e9e --- /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:66e5c5293e469a6907794d62369295f9d5d2a50227982b1d1a4de122a1d27308 +size 16627145 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..fb9e710e76b231180aae999e3887d9dcfd67b748 --- /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:ae259f720bf8c3314280363e7ab0c78da1d34d86d48dfd7eaad0d815534de268 +size 17614854 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..7d6c62726cffad4289bbce6d9dd42d15d109b0bd --- /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:6bc3b491679fb6153ec8a549dfb5f5d45eb150a0ce65f2c3d83e42bb9de09025 +size 18869159 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..8d9bba8736a419c03566a195768f1358c678901e --- /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:94598692c343d73403017dc7c3423a6bde53ae4c476fcf141979378b72cea6e9 +size 18417312 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..caed8a0c74e2d4ca6c085138eabe51a48cfc228b --- /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:e48ace74bd82f8598fc4369d93ee30e1af5c9c87a97595db8d7f504913ea6c3c +size 17938962 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..f58d4ed360aaffde6a2a2fa7fb81b6a4b6b9f4aa --- /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:e6f558b50d15874fb078058701a0d3ee312af44ebf19d6fbc2a60229ed598283 +size 18845049 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..f4cce167f43d3a1b8e527902194e97c9181570e5 --- /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:a03c4b34ec691139071bb1894fcac1357f05276aea9cae774b25a3b7c6be63cd +size 17319708 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..65823810409236706c8a4ce62915677a1db229c2 --- /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:59c639adb8149ea098bcd3c37d71908192aab8d2146269b912744b34ac95a1ff +size 18150328 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..bf414a61c140e1193eb0b5b8fe2eceefe51adc91 --- /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:d518b44e99b5a7be9ab75ba25316ad52a300d02066840eeae964a3e4bbf40bac +size 18057474 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..a9e6b0d816a53089fb1e4608d5837311ea55e0d2 --- /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:e360c69785f0ac05e8b49e4df9b86eb5c4fc8746694375a9e8c84bc045675e07 +size 17206707 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..dbc9bb5524b8925c8704289a11b09ded59e9dfdc --- /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:b4396c2aa2b3328c58c1c81b9929b7a16e714ce6dd36b87af9e251082ee5c0bf +size 17988603 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..48e7d3775b7dba2d339440d5e0cd475faeb83133 --- /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:6215ebbcef789721adafc2c6138c9c6cd09e5c3c90b2302a34c043a579a1fc5d +size 16755580 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..2415e8b2f2f034f4ebbfdcf7d863557d8ba6cc6c --- /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:30bd1941227a0bc272cacddadac3c451c9a9f6fa2bb7982ffe40de833709e816 +size 17116539 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..63ade7df011466526791c94f3be30e08dc1951c8 --- /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:b4f0e51edd310bcab44db89b19a4222b2e02cf70250a2212800a71b407eaa68f +size 17393564 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..3916d54a5d075e3cbc5a698cdcb2ccdcffb0a3ea --- /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:cbc5c81fcbb9caf59c25f343830652f3bd36f5d75cee2dbe734e01dedd0c12ea +size 18809901 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..9d81b6ac3df7fa1b18ff4f405039b06c9adfbc6f --- /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:9e73f4372c555a1d2a526cd89024889a13bd8c9575629d09fc9e6c55e5468391 +size 15317602 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..34c29df7b4f59c86ad25cb491154123a531d4fb0 --- /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:1bfa645d8321d45b3263f940ec91b7d28416963d070bce7f04edf4baabd795aa +size 16780339 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..532ee41acf28c3a6fd99f2d2895976e2e5d5b83b --- /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:18b9a6241ac8f5f56c5f700d264af806345a49b8811b9187750f08c9a56f9c1a +size 18464883 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..684c1d410d7e48c6e1516d0171430a2044a18b46 --- /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:2acf3cd2ff902b38330fe0e6b25532f4977f2a19e7dd248ae023991d77047945 +size 19190928 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..da4d1201bcf36ef50bd1897339c6937f1ab054e5 --- /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:26043af495149b1bffeca18768c4e94f80e7ee385aea35a42bb619c95c22873f +size 19582258 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..e39248f2ce43d652cb7a65e5bdf1d2709e6f0d81 --- /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:bd8544dd490c107c600c079c013d296004d164bc5b862add76daa1fac23478b8 +size 16906593 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..708b14269f3030814556de1d75afeca4e41e9257 --- /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:cec9755159f5a581d0dea86727fe52362661940476dfb10db8458c3a229aa6ca +size 17530283 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..3fcced643a990fb43cddfe3ea94f87c51550c6c8 --- /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:bf0769de6f9cdf7909097c237685ecd9dcfeb08eb25e18a50e1bd64a2e456415 +size 17370078 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..9a8aaefad387779422daf3af01c23ebb56f7d6fb --- /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:ba8f006a1912d1f26bf1af74d589e013b0e8e3d759430b45b0e44ce8f79778b7 +size 18024404 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..ef292a458887c8dd6e5c9e5fdd9b0a5594843f3a --- /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:f40027a2c28f0983e7a54810574ecc108865e0162a82de753ca37c67a932e1ab +size 18051133 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..c0a132251bfea6ebc2d7799a4220e183b14177b9 --- /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:889d0ede46d52f8ad8a7579fe9bec3eddea1d70be91a9de855b2f92a29314bfc +size 18064140 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..0c734b036de3eefa86c8af4d8fc0e2789b95ce54 --- /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:207c1d64d407a8bd40db6e884e49c78ae96f9d66c4570d1e879cfd50e9e325fb +size 17671537 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..706a6096701a281e137e6d59eb13f11384c9695d --- /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:d232dba614c3e5464d066590eac9f1fc8de613422509b7ca0bfd50d65194fc4e +size 17094688 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..02adab2af572c9d07e7ff8178b3373e7cb213da2 --- /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:81f7ffaca63a34be8a93d2e16a319609c00f76f1b05d972f5b7076ec90f7e243 +size 17325334 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..05046952585fd6de2bc5340c6ac641b21b6c0f5d --- /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:6d24740d3a6fa80c37714516dc414c857bcfe3a76bfd67b3107d6f53a9010754 +size 17984919 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..9fbbd623ea71b99dec0e80eca07bf463a3b65f64 --- /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:e28cf7de745d0981dd0a4e59a99991ca200c59f00cfb3271a571a0dbdaee24a8 +size 16090615 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..92f5ea15595473718dbfae415695799e5bb3fedd --- /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:ea08fa96d6cd0bc7b6c2e619389df39a8b4ff3f45cacc1a0e0c4ba84b2d93183 +size 15819560 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..bf2e4af478b1dc4c42b28f07a0a467526426b841 --- /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:260ad536499494c0944bf68a5fc06f71c37758db4685b494d5828a9372e10218 +size 15588838 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..b57e4cc339179614687482067aa45a14b57020eb --- /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:738714bb896b249ce26785020297c34ab2afa2633ba0d17284eced194b04dc09 +size 15928686 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..0b9cafb5214509d5b33dc849fc3588ab4ee75c88 --- /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:96d1e74df18a4f40e568087543f4dac8084b8f66f51a5dcda7e539acebc4e5d5 +size 19650991 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..63151c2249393f8b7b9ae72a849184ec40ab9381 --- /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:7dac21597b3081139824b1ddd41d3f851a1a318cdaf953aee894d4fb3bd90cb4 +size 18192797 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..2c64173b15d884722e78a9bced73185f89fb4de6 --- /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:a75c3b2da70521e60523c6740574a7b4c6784818c27aa5bd4b21bc7ab1aa3f89 +size 18940367 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..c9f252ee902cb90c13649d4fa8693968c8a1a29d --- /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:621a94d014f049d277dce64d4a66c666825753e7a7b12aec60432ef0a0f92ed2 +size 20225340 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..f9624c3560dd30dc2d48397cba4499a57629c2d8 --- /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:60fe91520a8f96c07039ac6a91f2ad37771d9a0231b519dd4353304b38b84fdf +size 21645686 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..d6ef6bd40f3589aefa3c0d09ea99ea09b8465ece --- /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:d1f2deb0219fb514f718df28321ea89b8224551fd04640287356a54effab3426 +size 17462686 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..253f1107e90eccb1f474900697b5bb50785dca4a --- /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:40241a6fc83ddcbf5a9d36cce8bf1c34a587b6b0fe0d2a672dcee1f04fe40443 +size 16347271 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..40dc36efd2b8d2c9a76a327abfb6dbb17174ba23 --- /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:fbc074a2557b5e9996db3719bdf99581ff3f19de9f74187870c501c4bdce5feb +size 19115286 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..6e64656c7366bce714cbf72354126165728ff929 --- /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:3cb91cbdb5ce48650639bbff0b9be66d234bc10672915ad93363bc720154ae75 +size 19101350 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..25085ba72077039d4bc1343e457bee1bb9bc430b --- /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:c5715bebb20151f0611009cc25c34cafd958dd2d1217a0eb085d64430eb893cc +size 13672968 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..71c165b180a171dc6c8c464edbcf0ba172b2aa1d --- /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:f0f1009f2a3c9c8926bb75bb4168000b5e72d4baf497baeeb919c3eddc52b7a1 +size 13663126 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..4cbb49d8de56d69a211462d6fe996c6cc450e3b9 --- /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:f275c31d96ca919b3dd27cc2eb13be39f4c471be40073d65985dcc2584a8ef76 +size 16505902 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..973a33f19add5035443610de997131b8ca0a8132 --- /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:5f33bf245570e80c91cd6ed3ba761fa374a21262c06666298f7c0a735698e336 +size 17387702 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..7945fe474ef08bfb491074fe496da0e60abcdd94 --- /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:6cdf410331e5fe9c40d39b2f0dac9f11c6ab3b95becb6a418e27b738cb70ec01 +size 15276311 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..f24b509c7989e0385d1f06938113423bcbf5253c --- /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:f366f8171ab425d4e4e489e18ef1ca7028645f0cf5834fd7ac8d1ae349ecaac7 +size 17188789 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..63a6e0478617b61a7109c06284e9cc675509c32e --- /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:a9bf6beef41f55a17e7aff7a2fd210687d605e8d3bac8fa65e7793591a722625 +size 15992533 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..9f177f49a70628882cb08c5fe1f18338eedfb83a --- /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:8bfa2fb2d1e779ecb68aacfc05020c2c01e7b3023cdde5393a886f4ad7638d72 +size 19453851 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..1a7b456f8bdfff91b6e29a863e4a515beacfbc60 --- /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:8de3f0391a844adcdae70e4fee05a1139fa42d2a88bf3ef55747d841691e9057 +size 16671258 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..929750e3601fc02e77e57ae56adad8b9f35a3549 --- /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:29cb76a0ab4787697f554be5844afa67bfcb87b8fa4340201bd8de872c68fba7 +size 16347039 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..cda304ba8fe4ae9e540d9d892da3045391311f6e --- /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:48b20b343f7e83fdde82fef94480ab99fd5bcdfeb5d039bb04c4b994c338befd +size 17452065 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..81b80f3fe37d270d2fdc4ece5b7cb484a8742efd --- /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:16e5aa7dcf9727f651469ed6263db33ad15c9a0f091c3c70af1d0f759687c29a +size 14766245 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..a1658207b1570ee3dd34c93a32a0d21ca18f9ba9 --- /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:196e510ea7fb22d5b28fcdb2d288f2b03cd028634bf2657c9a2d84253ee1996c +size 17154142 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..1c0052ed252bd864a647a8260b1a1620d735ec1e --- /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:91064ed6f7fb0addfc4c3f90f2500460e661bc664914068b24ba76d7077dcd37 +size 17229661 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..d1fcf38f9dd09c40a3b57cb9753288bd5a861ed2 --- /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:4b0f24317a153b8d0d94a1cfe4fe5fdc227209c9b26f6d67102c39b50c58ccbf +size 18018094 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..7bdd9d9dba4b164295e347a3e3ed01f6f8d37eb4 --- /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:a1cb9ab6258bd0bb05b2732fbf1b6fb7bed37eb3d4a5b5753c578575dcb6b17e +size 15986142 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..711648b3f3312df0a121a5ce8941b5da8015e934 --- /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:f5112f14168e35d9cd649c3df3e07199b0830f5bcc0215202d01ef3f5d0c53b8 +size 15674306 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..32dc1d55fbd3f651cc492be6189efe2e10cfbb00 --- /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:3225eb23e8bb478a2ef83df8f0c4a7634cb1a2ffe9523197018aff0df93725e1 +size 15318412 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..010df09eb8744660933acea51873b8b70e4be655 --- /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:4935d4cf7ac0863754410adb73c8edeff0522e06541d8f180e93b7d55dfa2143 +size 15508437 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..a1f417d02fbab4cac2dcc8bf0de91760c10ad42e --- /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:98617c81f262b5553c54c24062bda831a0e686a5dfe3637a5e710f10ac3fd1ad +size 18016533 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..4968b4dbf17e2a6fe5cd497a1359c7d906614736 --- /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:c348d4593039b00203d6365cb76ee7d9d9e506ea87583792e93d2203c09d7c1f +size 16658135 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..c0c7aaaf32452d44e0c365ae02716677e6e711f6 --- /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:18caacb47c88a2ff9c714b7a5475acb7aaa8d9e0b29bfb69de9361dd28c7bf34 +size 16849787 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..5b9ad13e28c9f936cd064c3472f5723a85521608 --- /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:af7f8fb3a1201ea5dad76758fca0cc83e7f851dcc70d207a677b37b662473879 +size 15294061 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..84d8187f3416811df01c4628db951e7994db475d --- /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:8b7b5412d85f28ae9715028e52236731f22e5c1829b104ff409a5a922be280ba +size 16835457 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..d88f499f235c0ca42117f7fbde7b8d298551b5ef --- /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:1732ff35583fc9b56b193d246c75dfe3b0dadb0ee43078f3e71b4097f5c13007 +size 15675056 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..1db98530845d5729a008284f73ce03fd9da5b4b6 --- /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:05446843fff5fa92fb2d717b2f9565e17b74a65a8060b894e5de70be9a11c752 +size 17773489 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..ffd7dc697dde6ae2f9c6a62bc40c472f1eac36fb --- /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:b729bb20a4790ef6b679d47ddb6dfc8674aa5629e6ea871e7596713ef782050b +size 18470044 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..3edec68a7b8cbb1c84256eda99cf1fb950349d9e --- /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:ada2123ec5a71262b5b745a41d49a5c960f13bed3bce72fedb529b2ba44aee02 +size 15446405 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..b704c97881eab5baa7429eb689ecd92c58d44065 --- /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:94644b0ea565e55ecf32145c5105bc0520fbc526b1e41316d4f7fc0bb11e5ec5 +size 18152130 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..aa55ea170eaf9d2e63b50ed3ab5c3a34e8310eb0 --- /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:6f5ca2c873d56b0fef7eabccca8d5518a723f7e66510fa54ddd2d470b73fcb4b +size 21442818 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..a60f0310d328ebd6337c169810127e7a8e275d58 --- /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:40de68d0ff22bf12a4cab3e805d0517318de0e43ee5b1e13c490065b82a02f1e +size 16353532 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..a49eec706b8bc23bdbfa28da73c2f55c5aa7fdbd --- /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:d7344136a38a621b17c3e03938f23da48bde0ff4e8b212d5b349e406c8e39824 +size 20356244 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..68267b9b09c9d4b99eee32f825ff103f170847e2 --- /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:29113410ee9de62e433f3836eccaaa8accc720326d7bd8baabe9c26a4da6c306 +size 18486621 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..0eb73c2189b700c0780221e5a1f71eece3bffda5 --- /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:233cdc44fda68219e55c24a22e2f6eaff5fd6730c59273746445a02eb6ac80e8 +size 19146193 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..d02201a01b36386d00bacb9130d8d65782b84f81 --- /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:d093ff0285e967e1dea1ef91f7eb0db46e72b5749e82f927f2fce7ffb9a9db91 +size 17789435 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..6f01504bd8c2bed297b720732e0bb2671b1c3572 --- /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:0be9ef95f8fccfd93f7918a0b37e80593fd6867844981f7fb05db2ecc61c6d99 +size 18184080 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..fc87423a1600065141bb3ea9388ba59e9d5b58f1 --- /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:466032b93ad81104e1b5ecc1766e869ee13f1a16d07bf1122fad4fd1c2d89013 +size 20005380 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..7b4874d53dbe4f4e1d5039b540215cba264a6e9a --- /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:c0f67d3a3458256afcce5e0f72a7413208d60e516c50cf0987890c76ea1ada05 +size 20526265 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..dbf6a507fbaa09d5d8627490f7b937232b9c7182 --- /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:51fbc763ff664afbe7007a75fe1acd7205641b7c11f04cd8cd46a7597536f297 +size 18296729 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..fd048ff1d75d97fa17f2231a4d8292b15d528c86 --- /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:c1c546bec3322915963c0c88c9475d55d4ec58de6ffd7bf1f2838d5e19154f41 +size 15766603 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..6de29dc60b4120803174813a9d0fceabea261228 --- /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:786482dacd0ea4d0f80e1768fcc09874c1e02e92377d1b20ba8ea5b28c057d5a +size 16700646 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..a34bac91c01af40606fc103f5639ecf0f2285d63 --- /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:006aec2caec2e9d6f5dcd4c5a172a12a4b3370d63f891c2c4bbea2a0a2664832 +size 17286137 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..d8b3a2097de581010e59feee094ba7230bb60d27 --- /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:a42017bd16797e1aa15b191d48f9f4cdcc1f3379550485f584be951cce2bc01d +size 17644621 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000211.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000211.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..61dbd75764823639dab5b0d92c11700e87b04d13 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000211.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1de29e8554dfb9fe426b09e77c3873bf49b2769084cb4ff6c8a1677ef7014e6 +size 16018371 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000212.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000212.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9e91850721d59dc0f51873153fe5721c52eb4ce0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000212.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce463ced0f858ff484f3a5a1e6ebc29b2c7541bb341e6156fe7d009cf8f645b2 +size 18383533 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000213.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000213.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..74e78a8346903cd6c998f663bd9e85bd05107147 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000213.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb400546c40b4b0a167d1a03ac2e3442d286814c7b3cfaf518595abeb3bbd756 +size 18209949 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000214.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000214.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3e716d37fd411f3b881b83c3242b2c84adddebc9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000214.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80ad7581e2c73eec5dc400f0c1b41d394c2212b26376d02e6d61b099395f119 +size 16953651 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000215.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000215.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d4f8e8094ba0e981335697ae019f66b499ebc36f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000215.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e04c59468b40553e6ff7568f417799824aed5e160e4006ff01d0d58a1cd6802 +size 19430068 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000216.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000216.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9a0f2f551025ed59c2ba5201a2ddb9f5f198f10f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000216.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5238d20a1cf16431f20056b697cc285b13238ca034609ef88e164a89cfc13394 +size 19173133 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000217.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000217.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ff931431fd71ed2fac26b13955358d31c8105d4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000217.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29858d8e3a655da7379a6ca23636503c38634f26c32432f1c9f7cd5dea44867f +size 15674506 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000218.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000218.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ce1d495ee0200f780067a4bd108b86bb0311ba1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000218.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033b5d506620ae6b872c7cc65ca64abdc8a8fcd559e1bbd3c2dbdcb1c3ac2e2f +size 18095499 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000219.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000219.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6d6d1d68c2bacc209878dffac650089a6b2c38f7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000219.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf540ac962acb90c86a487a676ed64bd8d5edf54641e647dc3e0fdff5a405147 +size 15387228 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000220.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000220.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0a71a14a56bfa3be5a62a65a736f3bfe567065fb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000220.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c8bdfba20a002aa612e679f3410c7070df0c8ca8eec5a32f2fe955cd1226d2 +size 16989663 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000221.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000221.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f206f2bfa8efeae3f220cfc8a899c9c9a04c361a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000221.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531262f68e5e601a7e3e32d8dd905e64f5225f888e9ab24b328179d534e09c6d +size 15114686 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000222.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000222.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6f00bdede9419420319c0f20517fc48706105b2e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000222.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eb79ef1c7bc590fbf725e27a7185c7eb07cce94f68e9a2cece0727285f447d +size 17242122 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000223.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000223.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..bc3b88757e3777c63ffc9ef72afd4e7b638991cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000223.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac20ff6b1f682d46f535569388304f0ad9a4c631a439f3e3ce36efdd3d3dc1fa +size 17970993 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000224.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000224.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..616e302b07ac5fdb04225665660de0470d99df27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000224.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679107c573fe1bcd7f599c678f831e7e77cb9f1f15e60c6760ca929692936205 +size 17930682 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000225.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000225.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f30f3154f2706c3d33141e00d02a3caf3e2f10b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000225.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8ae96f2790d7c166d590f0701f284705c3dc7c20f4793bd4006730fbf9bf4f +size 18685824 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000226.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000226.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5dbf9064cd94885f2debd6a10eacda8405931262 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000226.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9598ad7d2dd1721a05d575d0a772e5796f4a5d87ce22c61beeb6718ac1ce7736 +size 20718617 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000227.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000227.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..deab52897304e8a5ff3f34729c685b1857c39311 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000227.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2daea621b8800fe2cde5463f0beb29c75180f6512a4cfa6914d9e0b1e5931de1 +size 18978720 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000228.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000228.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1469d41e8aa10046bd1a40a1eec93d9f692774d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000228.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51968ce0e64c36254b1f2000a42f97108bbbef816156c3f6f221bcc3bcf6277 +size 16807882 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000229.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000229.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f36b8c76ba1fb89b10397b2cd2a7c3c9010236b5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000229.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0054c2c9268a58cfb3c2c6fe9c3b95fd7a3be18161fb4f239d51660b062136 +size 20615483 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000230.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000230.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..daa03a2df310ba9a43c200be2e6e94e542b82654 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000230.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedccbdb1a9e30cec88a36e380d3105823029fcca5d7eaac822696a558208b3f +size 16856730 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000231.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000231.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d29713cf1d9047c6e31ccf2480a57db53086d2d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000231.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fb1288104e50a5be3f800121b1dbc02f5e9064154f076a9ea48046d6ff3d47 +size 16633005 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000232.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000232.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..40a69e34a8775ae425eaa7600f1b20d74ff394ec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000232.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b60331249a4b56baddc833e1fad165f86049d61020d480710427a29c70cd6ef +size 19520400 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000233.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000233.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0529d4631387560e47fdf1b77d4d525269468624 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000233.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee2d9d40860240bbf73dd9ba8cfef51aebaf22094ddb48125529c34fa8bd73d +size 21387101 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000234.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000234.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0978ca083e8961e7e0c2aebe580108a5feb71df4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000234.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a477a17085fce45b7325c47658335232e28e0422c2f24aab1db160738e22d5c +size 18452634 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000235.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000235.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea53a68c43734c38a68197d246e8844ef8bb8a5a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000235.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0ce5a25406c0b7d6522335c0b10c0dab934a09f2505098eeff1202cd1f8f75 +size 19136887 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000236.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000236.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea863deded1a946e8cdf0d946881cb176ecbc5e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000236.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df873ec76de264fbbc9be34974e5a822c754cd7765ab47251a8cc237dcee648b +size 20121733 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000237.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000237.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3abf2ece93cf2a4afa896e8d8701c270e67e81d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000237.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515abe64ba44f463d20c654cba5322b56074bbb107629bb5f1267fd8708f1abf +size 20331217 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000238.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000238.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5b3e0710cc73396746cb6f15f53ad224df8de63c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000238.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93867608f59e7412daf76a7c86a1dc857c24eb5bfbbe2e2ec2069d3268d5484f +size 21813689 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000239.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000239.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7afa5a0df7d0125ea0d679c070fbe4fb3b249323 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000239.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb162e838e5155b98b2774ff367f8442310e36f4562b6e945a0b65c31c07c274 +size 19723293 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000240.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000240.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e4e541600c4a04b7c816bc11bac05a84135c0aa1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000240.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9e4cd45be08886586c0a3576b23e753224f78c8e959177b3409280201c0401 +size 19636054 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000241.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000241.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae33c6357615aeb38b5e35688fb2217f6728fccb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000241.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aada9c4c139eabc0ee61a547d1f063e55af8848f036e7f1fc1514762dba48a +size 19495335 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000242.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000242.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f774052fee27436a989c6b5ffbde55ee4d6dccee --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000242.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75b1755bf0f82cd7e96104e3a7f7716330d7266c03f272af15d71c5050c4bed +size 20089243 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000243.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000243.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dfa4c05938183ff78770bf25c69292cfa35bca5c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000243.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cea96cebadb4db3953b2a3135fe58452c8b88e69f4893fdbe744b62020bccef +size 22832540 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000244.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000244.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a9021e4a4ab8187312db652a5a1c0058d28a6114 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000244.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afa07f6fef61a5fb643e9ca627e7a8e756745e1a83d035a5bb66256038b2c10 +size 18855366 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000245.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000245.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6cf5473e9157f1d846901c198b63d94e02ae8a26 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000245.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6187b70f7fef4970726ae990d73ab214f80d4b3a3e2cdd9e2b5bdefafb054976 +size 21486505 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000246.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000246.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fedf812a14a8e3038f00bb03d808b5696e490020 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000246.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27782f2ad4a26d24389a307d68e14bb675e1b37b26bb7e3bd55b5b941b865fc +size 21711024 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000247.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000247.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d14ff49eb20c20e088e0444dbd228a916ab7d8f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000247.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfc7e28c2c18ed528d84ae64da3635bb666638002bd217d2ac725f8d54fd25f +size 20033357 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000248.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000248.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a149bb4b51509ae7b8e819dc91797bdf4c04952 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000248.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0683ee7d98efd11e437160042a9a15b274969d0f02857619e4ae1708af78ee5b +size 23280005 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000249.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000249.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..47a305c8bf28d40fb49ce205c9facc79060e5871 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000249.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499a178aaf94a613069302b4fa3cfdd1c09bc25cf34cf7c091a306e4282ef595 +size 18602077 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000250.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000250.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..df54c3e66537a7537660f787721734516fc7e277 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000250.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5864e32cb6c32f15ea92eda86726842d8771e27a0fbf9c0c415fb2351943428 +size 20257483 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000251.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000251.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..515f2d4fac11e37025867ca18d0d7a7072f59b36 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000251.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a02d9adb218a82931c92c4355e76e05d95ecc9944a30cd7a3c316b2a59ae10a +size 20067605 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000252.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000252.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a7928f31baaa28a54800b3410953e3bf7f165da3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000252.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cda73d695fc3ffb1dcde99a1061e3a12ba5324e6fce47bb8d9b18d14c0fc07f +size 21186977 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000253.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000253.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a2ed38c1a9ce9c63eeaeb4a9b88fa87038805b87 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000253.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c3e6cab578a306093e5ab232179210a15aafe13452a4c0f401726a9551acc5 +size 18753388 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000254.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000254.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9c22c5a06e616dd060e55617ba78bf036d097b7e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000254.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52da1b69e43a9d2f4f3d9b62ff540ded7f3e2d7832155fd8b1fefed228247cf3 +size 22931616 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000255.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000255.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a195f470a79d9896861af3a01e9858fb4653d133 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000255.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b6a85da987c30d6b0b41e09135fa5830c28d933dcd6c59bcd3aad6beb29b5d +size 20250997 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000256.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000256.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..41c21f8a47a94615f05bc648ef4e887961aa61cb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000256.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da1e98dfa3c59c5cd70eb9fed08fd27c98228d4ba9e10008551ee8c879d5943 +size 20787390 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000257.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000257.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..10ccdb0995702da067ab586a82890deaeabcff5d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000257.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81166da94ac561ba5405f2081ca0e3332a4f6815609b3ff9af6346b663bf9ed4 +size 20590643 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000258.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000258.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5909a3d570e59e861950ea40af88a7587cf84fec --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000258.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90642b0ab500330313d30361721a0e03f8f8d56f00db34c43926369a558190e6 +size 19563989 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000259.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000259.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ba64c51afcd8bc470621f04c275724d2999bf9f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000259.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c1facfdcc9e95557461dd5e4d4ba2d0cf49125804cbe795c4e5dd58771d72fe +size 19256129 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000260.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000260.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d22de741e35449e740b760149efdb502d4e339f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000260.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3504cf67ddd0e3d998c30423230ec1f8c2cdc1dcd6f1f271b790967af58f75 +size 20169425 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000261.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000261.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb35c4caf3e43abcc3029d37cb9e127317713f7a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000261.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d11550ce4ee4533315ca123caa4e0eb4473fb938eb0cdd579f37a4417b58805 +size 20408921 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000262.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000262.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd601c5024d59529b7f69fe91604c5614781e943 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000262.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e69d264046408d50ff8c35ec9932232f79f1035c3623c13ecea6d7f2d48b5de +size 18682087 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000263.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000263.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3a7a29bc40902a3c43b0e3e6161d5e7f26f184bc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000263.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789817f5647ca7bca0ba7284c726547e1730c8a960ca9a4702f7913d475dc8cc +size 21394368 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000264.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000264.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34f89c79d66f45075ea99fe4004ab55e231e9421 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000264.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deebb693e337f4a34a091a1b57649c756d2db8c1976e8b5e9388931f4cae4dc0 +size 21299244 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000265.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000265.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c60cdb129d52a1dbd657bb34d26c134280d89dab --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000265.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d1cf603865fad41eaa6aa110830324c1d65400d7dc8e8912014fd0579306290 +size 19334819 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000266.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000266.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16330c9bd3d95b395e6dca67b7d26629f33b39cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000266.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bf682f2bc76db222cd241111aa63d4da469ad9c26192d99926d0d9fd39a88e +size 18489731 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000267.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000267.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0b4b884d661429346f2a81a01321d0919332c23 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000267.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e3d7bc3fc663e399b6ecce84b8b6d0fc4a9224398e2e57b6b72051b980bf3f +size 18415435 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000268.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000268.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c755b9910158291b52fd4b747944b2dd591ed655 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000268.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763ba95fa54348854230355806f0511fba1fe1eea72bbacb45ca92ea2b526069 +size 17087069 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000269.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000269.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ada67bc20fd5bce2544cbcac051e51828561d46d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000269.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83487ae8dd0f6c1211259b3575253b429668b0dcb694e6c2c0a23bf6dc4c69ac +size 17067001 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000270.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000270.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..53695f8ee0ac31778739dcede6323aed6cd8881a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000270.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ae8baf29a9444114d40fcc49e5c4378b0727939cfd06125d0e1125687791b7 +size 19047955 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000271.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000271.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8f75e5ea957019b34b4d38a7e777276f0be030fe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000271.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0ae798b5d74249251d007da70a5a112c1be86a623162bd86ca6fe27b4b7b3b +size 21336735 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000272.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000272.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..52c11df66eb90c7b6d6014a7f9ee4c6977301d27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000272.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f13c04cc04753369d37a55fa4c6b523b5373d56f47cfd0be512c50b30f5acb9 +size 17295347 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000273.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000273.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0ed21c057b871dad555c3b127dd913b901c1ebfc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000273.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571832b86159a2fca832746dc00dc2b7a9a65abc2f23a7ed8295ce94a138464d +size 16884349 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000274.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000274.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b4a7795ee09469072205375617cf05cf1c3aacd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000274.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603b72e9ff433bcf6f97481b013b6d823cce31faf530de759d4c0abbae3db367 +size 20378958 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000275.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000275.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..093d91cfb797dbd5fa486ef3f2ff4d6633274820 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000275.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c944b5b4be7777badef86954bc9d40f3f00d2f4469772d5a4109914b7d302e6e +size 19537350 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000276.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000276.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdcfa3f733d9e1c173972e5671706360e1d73d3a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000276.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28eb7bd27eeab3028196d53e6cf7bd172cbc6a21c811664e1310d2733906d3d +size 17008095 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000277.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000277.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0f00d813a2f4afbf25aa15f5b6b02daef3dd5ef6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000277.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8569f2bae18f40c9943754072fe4b8497b617d6deee445ffac2b1a48851e3e5c +size 17019223 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000278.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000278.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cebabfa60bf5e2a4b827fb9aba0f27ff16393ca5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000278.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edcad47486748fb9feba1cc9de08ec49b886faae0a0e22b4ac84bbf0907f0b0 +size 19014433 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000279.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000279.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0cc6fe931bd5c277a08c92e8d63e5a148a1c8a28 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000279.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed0b78eacf8d201b21a12c530c79eefcf56e41e8705af5c8e1201bec74b46c3 +size 19569292 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000280.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000280.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4cc702bac5804b73902756fbe37fa065d4657e6c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000280.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b007951123e7d7e54bed1656afdd64de2686400aa6a97f6d8180a599fbcae9 +size 19042168 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000281.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000281.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c2fedfc90f52499d8a51d54604e75dc74f826abb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000281.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b6c59f505cd6f2de98f6c6409474a3474f0f5421d474dd98482e48b7e1aef0 +size 19848200 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000282.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000282.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..339ce048c7b9ae054e4b44574c0a15e48dbdb262 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000282.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a123c444ae729160491daf205efb286ec1c6896c0ade9e0a8954fb5b0bcf9a6 +size 17431265 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000283.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000283.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d765577c08169d933cd9d25f25cf96fe2edd6dbd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000283.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa61e353e4b20b66a5ab289391b5b7b8415a26d052f35cc7bf75d7dd6b80fb3 +size 19117753 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000284.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000284.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..659d2c606d9b43976efa4c05d087ac14ca8dd56a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000284.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ae4db08d2ac1027bf9f4219fde2f115909c2741f1eee0d77810aac80d19e58 +size 22229371 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000285.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000285.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ad70431d3dda9d26d372fdb78a0b13e438f5469 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000285.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbce56e78b5defee1778e645c7e4bdbbfb9a19b002dd7b603aba4da4a4d11e4d +size 18670996 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000286.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000286.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..194e75444e1f8bad39ecc4afa4cac08516121cc1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000286.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c203e137528b20047012733d792a53e7aa9adea8c71e6bf02e0dcdb0ca80660d +size 20172566 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000287.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000287.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..635b7d18b4cc9cdcfe4c5539ab8fcba4ea99b787 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000287.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625eef5d14783fadc247b5fa9aa9c927fa26d573efe9cfcaba4c5eeeb28828a1 +size 18490402 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000288.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000288.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9385b5db3b5e07b371f206095f0f7997945f6332 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000288.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93545d8711ac804c604a4f5945bb398159a93aeb5700335fbc0fbca40bc8f0d8 +size 18713038 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000289.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000289.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c58f9b0b8b94fa50314150f5266839ee786c3d8d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000289.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf0843043ae6e50843a622773e1eb9d4f34eff44847c4568ca0897fa84e83ab +size 19500941 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000290.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000290.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24b768073c650f3ea575b8d69a15a45ae3de12ae --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000290.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995f2f44c62a18d1eb1fb07009cb6f9fda8e0eeb67239a340cdadc364032f6ea +size 19081331 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000291.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000291.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c4bc22f7c2a7ed21a23ff1928516cee7ad62851 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000291.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302460ab47cc6e79aa8f903465ba025614b409b7fc934399d93b3c3b673cf30c +size 19593353 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000292.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000292.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..71e2363c9e54972e1f1f6f148d981e0a18b83f5f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000292.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41bfdaa6412c88b87e6c9fffae18b5e03f2a0ab924b4caf3e13bdd54c6a99cc3 +size 20414818 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000293.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000293.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..986adf8612377ad019cd23982d2b335ae89ee8cd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000293.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eda3851d30f1bfb9848bc0d20aade73b37fb2cb54d647ea9267f08648dbeb1e +size 19728657 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000294.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000294.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..06611fe343da144bd67141383d2cb8c6707e6b8e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000294.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645321072fd27a8618158b20f87de9f79f777ea0c48d0fd00dfa24642cd3112a +size 20578279 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000295.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000295.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b259bc0830fc1cf6cbfb50737a860376889a319a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000295.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac68078b9ef6a061547b41f22ca9f5a1bb4d69c303dc3db0d96acd67f4febdc +size 18710101 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000296.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000296.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..516f2c90317a407c234d8ce76e31fed40ac3c197 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000296.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c44885e558afee47f19251a747bb08f295d591762cb7d048705cf08cb0f23b5 +size 18687220 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000297.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000297.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eea83332d55678357cbc8c416982f75e968abbb4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000297.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6931a84e30f8ab4df0146a6ba5e533e6f31927d852d56049f3dcdcb6a1d66091 +size 19282047 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000298.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000298.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97d8c1af6cd23f5ae7c0eb79bcb69989d7a71752 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000298.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00673add927f4d574978a963c4bade94c86d753f4720da2c32d286dac2df9482 +size 20477007 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000299.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000299.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..16756ec00c301ff4212cd49bb68c7e2c69d1f83e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000299.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e17f8ec556f0db4b1a048c40c2c32e5e131e1c642bf0635d8788deca80f5524 +size 18440285 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000300.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000300.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..cd80bf7fb0dc0c02f73065be4ceda29c0b553f09 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000300.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb8b6d5a37e9aeef46a6e39a71f1a186c9a3756fa92cde199033052a03e6339 +size 17746156 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000301.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000301.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5e29f4b3f42d3a1743d5d1ef5d3b92fcec8ee185 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000301.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b21c070ebd09ef0c34d8983d612cf43c762debc1047c9cfa76bb0b8a31cb08 +size 18395269 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000302.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000302.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d5319bc4748d951abc2a996a8617678d67947f6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000302.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e40d0c6469f126f539bf5b73fe207e38101d588836da563927a23e6feb9e97 +size 18625080 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000303.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000303.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4d430f4534b50bca7cd43db234126d5b638db9e4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000303.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd65d68c8e41f1862c2cffdb37f5713668a5e3f7d39cd5ddbbef188c67e71e8a +size 18570345 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000304.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000304.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e88a24f20f12359780651134f8f2cc555f7b9376 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000304.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f73090d20b2b15f12524a297ddd3f6c7d710ebe3fc1e4b65f6ddd1cc189bea +size 18552790 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000305.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000305.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..556f5cd43d898ee98c0160659b6070ab403f1afd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000305.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f1a073cafa8d02a941f0b766aa483ae14acdbbb58abbb46e098ba63360d33f +size 18127378 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000306.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000306.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..db1fa07748b22e4c8eb249e998542847834ba21b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000306.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77815801530f1eeec03a1bb29f33bec0358956537955e792c2fe44ba18fc734 +size 18696415 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000307.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000307.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..169978da856ef98b58858a99b398ceb533a0cfa7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000307.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd698de8b1fad99b093a24904c0a4bd832df531c54bfe7605b90d30dbc50e682 +size 18889857 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000308.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000308.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..44c0926bdb8f4055af5c9d02db538b26cb43f51e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000308.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82506feff5b9c20bca6a803de7009a1c940e0bdb26c112670657034a1509b6d8 +size 22567981 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000309.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000309.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ea0fa65e99ecee5aeca29faca4296155c7cec828 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000309.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b466617a57755c67fdc18ec30e2c3c10cc092defe5b23110952d54f1e0051f +size 20660465 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000310.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000310.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b3200a0f0d8317ca30097ad05ef5a8bad4b04118 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000310.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f62b5c41ed5f2ccc4ce44ebd6e4ab8d0184d418da125c932be09c1117c2990b +size 22471499 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000311.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000311.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19f3a131780d686b75d65ccb26d21d2c06d7313c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000311.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a43bbcf12a3b2e927a90eddf3f34b9d5dfb25e76c0086d051e19e8b19fa478 +size 23219164 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000312.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000312.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..003cb2a0d2725ab118161921e684ea13f5d30b7f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000312.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a25aab40c28878997b9b05aceba885d7974c830d901d1ccb8739b4e093335c8 +size 18320092 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000313.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000313.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fb5bf389699065797961d7a74dd5987737987cf5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000313.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41c42ac8b7620691104b0af6ce79b82bf123a3eb62b106d5d6fcbcae74f6b16 +size 16887034 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000314.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000314.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..34001a7cd6ee2131bf43d3a2a85047ec9b393bfa --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000314.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146cded9edbfe8c33a2141bd158a1e45fa8481e338b63767a17c97095dc5e8b7 +size 15888327 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000315.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000315.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..592c02e0b66f1002a2817a22b6e4b56785228d4f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000315.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f96e6387d43383423bb98c16c69c03abdcc3722d6a8b6fa66dd483520caaa9 +size 18714337 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000316.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000316.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fce647bf4856525aa439ea061ffb09a3bd8aa942 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000316.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b889a6475492820cdd3507b486c83c25095b13d10282d7001a7a0732f1b9a0b6 +size 17752150 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000317.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000317.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b5658c6fa138ac47ad8d4cfc348c26412778d49b --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000317.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0798e54b9e638d9818e7f47ead9212bc1772756efed1372d267e791612c72fc6 +size 19384923 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000318.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000318.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1f78d58db9713c35d3f9a57dfa685727f8c09b7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000318.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3b81a8352c8bd14a46a58a1a882310b12f82b984ec79bead3c8508bec015c9 +size 19248939 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000319.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000319.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2aa2791b0acb0419fd3cc4803867b509e80d781d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000319.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b44493104d69053762213673b54a0d0c50ddc1e4fa313e396b106262e11e84 +size 19467645 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000320.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000320.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c92d49f9e6a365534b2f97d09c036e79c08daae9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000320.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c92d8bb042e8935a14bafd941156192a63f94a7061f8462b8950be08bcdcae6 +size 22584112 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000321.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000321.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2920446adddf2b4ee724c1a8ff3bda8c4b7069b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000321.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f864f4a18de63594735b63234c4dd59a81b0584249afa773167604b375824c03 +size 20170642 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000322.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000322.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8d4f64b2a776eaad3ac4b5865e72d7e6fb2fdd11 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000322.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb274ed844b3631aef74073619b1bb3a9c3a5d38562bbf68620f21901870b38b +size 19975041 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000323.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000323.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f5a923170e4f846e9f4ca981b31420a1dd07edcc --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000323.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a0f147e2843e98773e0439476086415c6b8234fbc6c77fb3a2beae1cca54ca +size 24302132 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000324.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000324.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2eb32ed16da131c29f00803d52105459492cf0a5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000324.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642a3efad77e7460d97a1d5e787c308d7914af6b5a7829b485ba8a387ce174ca +size 23145916 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000325.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000325.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f434a6b02237bbbc820fae94b08bebd8fb2a128d --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000325.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d411954d43f84ec5a0221f26ef634444b660403431d0c779a3740f0d6f5c997 +size 20543181 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000326.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000326.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..79de55e78afed78610f8a5ed9bedf3bb15661ffe --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000326.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acc19f9d908636885637db0ab948929afd3b503328001bcb72a56a8ef4e1a03 +size 18452753 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000327.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000327.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1ed5fc9283280749b46832b7bd8c8fe428169f54 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000327.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31724a5dd5bf3cb8c50f0f0eca82e1c302b493ef7da6766fafb2b15d3eae6997 +size 19243551 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000328.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000328.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..33ca850bd4cd496d16aa02f94ff1f0cbf1961c88 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000328.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e02e2a30a253e5fcb632769137ddc51dc056a1e83e84f7cd662f8064486f9a +size 21754213 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000329.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000329.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..26cbc2859a133538f467602c67e8fa1e823a944c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000329.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9f7ef1a4e1007c6b3a955e4a1ff2b38908ebb1a23fcd90e49f5c90a2e9f8e8f +size 21864874 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000330.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000330.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4bd0a4fa78f651d17f73ebe0a46350e5872c1b83 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000330.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff386313109a4c5284fc5714489d53056ee154fad169d1968b77831bf2082e9f +size 18711275 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000331.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000331.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ca1e343e8619a2ffb5686453a4f1a974ba4c2478 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000331.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296fd2f408423b3c46ef2b879e2e27495f5d5cc2ed035c47682cfe1fc13bea56 +size 17685619 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000332.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000332.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..17877e652249a663b432fc55c4f1b4863ce6e7e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000332.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fb32de27036429dedd062cdb81f6bece1fd2d307c583ff25ffa2cb8b63ac2b +size 16973047 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000333.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000333.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..98597571272a07c734aa772a4e81223e2de8d768 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000333.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63c6eef89b10c0903a2c8f924d076bee0184cb88c3159c690bd4bf84ca9cfeb +size 19456448 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000334.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000334.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..86f3a0459e2b6c8902ac3d176b5483469df510b9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000334.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986dcc8c70ab1fe75d5dd0e713bf70c1aa0f9391dac33ce1bc934db23b2fae9d +size 18588193 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000335.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000335.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..dde65266cfa0d907b43a508a5b4b347268f5d134 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000335.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d53e867dc4d7eabd39c2fcc4484920331c0f984a25ebac7543e9fcb5c2d5dbe +size 19056320 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000336.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000336.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2d204e3aa38d63fda08f759a1b4c36f6dd2279b3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000336.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3628b85c12540038d9a3c6ef605d65c27cc2424925a586cc434580aa09cf443 +size 20449334 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000337.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000337.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..231c2c13b76a03db1e20d4a4f5a6ecd2c2d96945 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000337.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fba7dc26f6d15e4ec97a5a56d7d2d636623d300b8fbd9120cf4ccc980f26c95 +size 19902530 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000338.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000338.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..37370bac82404922b088253faec7060dac6712f3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000338.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfaf4c40f4558fd28a6484ffbf521e2716983db73ceb19a287202df6f0b9131 +size 20036968 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000339.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000339.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5eba92a714ce53783b2abb6dff93e616c90a9d04 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000339.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e6165eb7547da331938caef4ed63795880b83be330f3613d3715769add3632e +size 19264962 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000340.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000340.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4820dde46a9e8ff4af0b440f9855de9bebf47a03 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000340.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2654fc7236d633fcaa48e3523f60cc65858f2bae3a6e4a183f5ea4dc6a560c +size 20511919 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000341.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000341.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..7a04757175f6400719d2213862b55b1688c67ef5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000341.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4106b76d775b4f1658f9e6eab2be4c934cf3a09c852eebc91e441b1594deec6 +size 19891750 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000342.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000342.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a5598482039bc97ec2d5e91adea89206bbfa7dcd --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000342.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac03eb546bf8c3843e03e4c15f9ffd00bce4d3127761c9c5fc442a333945e5c +size 21003629 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000343.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000343.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..181301dc5f9b5a5e640fc0b27771c5091029239c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000343.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e48838e7044915382c6823702ae10d01b64b4c7f16cf309060a423698dd630 +size 20130783 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000344.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000344.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d54b03f5b72c406b52cae86e6d837b50cdfad8e7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000344.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc68da06525f562eb41203aebaa11050962ff0863e550d67ca238daeb309cc5f +size 19507598 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000345.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000345.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c98f5d8429af72e55783ec7e87ffa86e8267d270 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000345.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912216c40079c27450e995bdb8f3f3e037ce100c0d03b05623338865ffa95c40 +size 18959109 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000346.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000346.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..92a0a4632d15c12d782cf644636fa8ae239b3177 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000346.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e327b3e374ef0251a5f59ffd3c7c8a633fb26b9d4a6b9adb4ea59000e73def +size 20069632 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000347.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000347.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f357a9a8e461ef747b5c2439756e663b48d7e517 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000347.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045378f137456b997c9db73a4d7131e8c059e9d8175576b83dbcd6deedd7fb5e +size 18595265 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000348.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000348.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1c9c7858586d1d1239d8b8ffdb00464c94208c58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000348.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18fee90b3c2004225f5676c30ed306a5e54c07c2c276efa2e0eaf7ad5232761 +size 18937551 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000349.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000349.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..be75df94586fc65b10bc1f292355e75490efeff6 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000349.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47aa6ec247127cfea783b1f31f7c9c049ccc7ea7da3927e6bc57fa92b56bd901 +size 18781418 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000350.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000350.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3a8f3bd6f8c008f8900d06eb81afd306c7131f9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000350.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0bfe8cb09dd867c13b7a6a9e43baf093f7db2b5b3c22ded6dd74c914e2266a +size 19439309 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000351.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000351.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fecfa494e8414bf19a74855bea42630ef6721d7a --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000351.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471f96f8555e410bff7fd0babd3842d1caddec9d551a115aab39e30dba38fb58 +size 20613010 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000352.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000352.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ddb3a3d7bf8c70d620f59f637062a3bde52effd9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000352.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbff353394dac907aeb8b915ae906cae88dc78bed0685411dac50d1eb3c18485 +size 20221965 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000353.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000353.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6a32a3a4327f49f84afd8d5f8be128ad18a925f5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000353.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca27d923b374e18f264fa9f7efbdfa66e46b29a990cc6d9fb5bc3344bde13649 +size 20833398 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000354.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000354.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d3b8c6148619cca6cce1a9943514e5487ecf41c7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000354.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83445a8027aaf4eaef0e1cd1305d2a70cd090c31e6b1315c52bdfef676abb8a9 +size 19828373 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000355.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000355.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8533dbe0a8aae2a6d4f0c8164e1b672376f58d18 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000355.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b271c7333a81ec31a7f93a2774ad4d8baca4f9580c96f0f221c914c741b78a09 +size 21012150 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000356.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000356.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8be5969383c373b711f0cd213199b27babd5e4a1 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000356.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2332b9de3d3e54d9c2f6f2e271ea70e4727b85eda24202a851ef8dfc5c0aac0c +size 21012177 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000357.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000357.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2acb549d6677e334755df8378010f86bcc314063 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000357.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48912395f5ac9b7ee6a9b7d88af2f73ecab37df1bb06e5bf0cb2358be9d18f54 +size 19642288 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000358.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000358.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..75f9e3f888f6626bd2422e0282e2b00e56f43b71 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000358.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb61032500546084e1bfe5ebc9f6ae8cc7e80b921ca80fbca2d9902064db1ed9 +size 20133772 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000359.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000359.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b087d80618bb70601b72e384c03622c80245bd58 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000359.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a38ce5baf1c205f7785eceb3644cab800eb504e4601261daa394c323b51911e +size 22317083 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000360.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000360.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5adbc7ea104560aaf6f1b7a694d31ac09ddd780c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000360.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa5e8feca623cdeaa3ec89fde087081f0aa06abd4fa042ffc215ebe78e2065d +size 21655835 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000361.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000361.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a12429a0bb8264396f84b0bb41978ae6462ef4bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000361.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a182994eabb6e2423148c9e6b36f2a742366bd76a663184497e80e331f518b +size 21765215 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000362.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000362.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..96de3cec44143336321aa492a43be32b371e1e60 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000362.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1dc32453cd857c2800087cf82460080a37a36cee34e11203ef92b037677af6 +size 22335488 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000363.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000363.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..24f00ca743598083b54425637cd7d7ce9bf34589 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000363.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b499bf81aba8b03ad4bf08c0eab2868101fb81d26add62309918ccdaa94870d +size 22568972 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000364.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000364.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..112a998bb41ae9be3c24732c1411e1ca15cce6d9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000364.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e22332f9944d158384fb4550d29566767af8fc6f2068fb8a54ce2bcdd4fcef5 +size 19441624 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000365.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000365.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..02ca61a366dc08ed1b83279acb88b572f4460add --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000365.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8840ac46d75e93a2f8a66bb461e705c99f5de70c642cacf5cfcd50baac648ddc +size 20518345 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000366.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000366.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..de539c8d743e1f4998631e0a533e5a6d8e3dd1a7 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000366.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:292ddb5dc377ef9e4203c463fecdde4db6de74d9d331e443cde62471185d12b4 +size 20018751 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000367.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000367.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..3d0e3f570070a8f70253e98b443718c2fed2d7f4 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000367.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b58b05fb4e26c97280a24a70728cffc01ddc652ebd544f510fd8092ffa44053 +size 21795957 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000368.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000368.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f51a6576dbfb3fe7559b47bc3a92b9d34daf5c62 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000368.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466a8a22955b6321015735fcd888d8b1f605fe65f0038833fbfd3a231b6496b5 +size 22165511 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000369.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000369.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6c7642048f02236bab8ac00c95138dca773022db --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000369.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e22a443415176713300a37489cad5fa54e7c5118e89d7b9347bab4527a199ea +size 24997872 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000370.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000370.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1520b4276ba26b476983f65578487c6fd9101484 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000370.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d120b99d571a4b7594f6030df30737cedab6af9934b963a76443347c26d8b95 +size 20684779 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000371.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000371.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fc0e24d5182b97c04c81e3ecedb765335583ab19 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000371.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f768002d14bdf1ce550d259b5b7ca92fbff5e9aaf7b23fd967f79b630b182d50 +size 21913660 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000372.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000372.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c1f50d18e9cc4c0c89bea8a60b2bca6c2df32e94 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000372.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c8c224e2cba296abddd8565b4c67d542463fb50682e8d440b831ed2b4e0cdb +size 20784910 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000373.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000373.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..249d1abc93a963f43b5d009ee8306bbf436f785c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000373.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb81fc5170a6b7bde544aff5db73826f1d7b9a6a606c72aa2adcc5b687ba7b4 +size 20739379 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000374.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000374.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fdff7407dc8d8623897f53babc993ebe80a2f8af --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000374.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76448fcf872f3f6a674da0da5457385147522c8cc535898bddede9d5703ac69c +size 21364940 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000375.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000375.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c71b0c06d2db57553cd05d327551ed91a68462ac --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000375.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4597373e4884315a09ff7e6a63711a1b92167d26fe2d20796d4bb9a6f82d1fd0 +size 20607942 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000376.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000376.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..176530f1422ed9e36252aee614d05554a8fed336 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000376.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6274718aa92f287600620ac51c5b280ee3be0a47d2d83fd7aa3bee809cccccf +size 21133567 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000377.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000377.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eb10ce7c20489e8a9b1144ff65ae2ced0579f383 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000377.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81526b303e5d19b1deb8b8e9181e28e6528458de541349a2fe8f3807053ec07 +size 19689459 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000378.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000378.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..eeca480b388ad8486b56df4c8deaf243dfe4c2c5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000378.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d0fadd813f3164fcf5d35afb4ea872e07e7793c87ea5bdb964d7e35e365c46 +size 18843884 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000379.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000379.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e6be3ec9f4c53d7ee1d33e7a289ff30e1ee6c5d3 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000379.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3047ec0f769086edb36628daeeed3510cd221a284e18d887266c86da992acc6 +size 19951949 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000380.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000380.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ae60ad5d0994bd6a68e4b6c7359bb6de7f7db64e --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000380.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8699cd789dee4b77ffe37f54b4af9ed796087c76062e8e3c6ebd3e0a85c19077 +size 20005537 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000381.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000381.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ca6546936a6411b93839edd7abd74529df1d997 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000381.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf29fd609358918d08ec2addc353569c35143c974987884d0304fb43b36d77f +size 19476229 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000382.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000382.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..91938dd344961a0ab06f81b0226e274f8251ecce --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000382.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0738d54759b28bdae617883e48c9d1e424e80ba1e5786a01b359f38c15c8e5e4 +size 20140116 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000383.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000383.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5d23a333f6416740628345e380a903b4ec0c1f42 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000383.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a100154de12cfc81087f5a6386a42ff45d9ce2d242315139002791231e39ce +size 18270808 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000384.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000384.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..8fe931e03a9c7ad42da275c1e3d74e8d91226372 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000384.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bec5ba9d084b1f010a83d412dd950a4ccaed4bd9db8cb80e598539927dc8211 +size 19806632 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000385.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000385.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e7883076d095a22ddc5cd93c5a8bf46636142fa5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000385.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b5d002496756a6ab7b47419ceddd6443e739d9de6d035585d74aa10e96f444 +size 18912534 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000386.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000386.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c917fb5af083c46659c58ad2ee85a0edd9efa9df --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000386.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf61ef57872e92fc7a641ed3ff515527790a9fe9c82612b1652eb90a8b2a1a0a +size 19468079 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000387.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000387.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..526ca20c990e45cf725a7154ab42bae6a327d524 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000387.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c094d30a64fe74200657ebc6feade2f0ec49848522628420003813a60c1c1c05 +size 19401059 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000388.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000388.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a4bc57ede439e82275a81625e98174437ee0771f --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000388.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81354896ead6369f7de94e53821f6feaeea2eda24bca6e8bddf5fbb3802d48b3 +size 18876334 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000389.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000389.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..709cf979dc2a8fe5b5d2fa35b2130a924a8d88bb --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000389.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8dfd5482b7bf339a861dd90b62e5b58a3242a36787e85fc9265a1c6036a1bd +size 20883851 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000390.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000390.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..19218ad2046d5288b7360be33dd376ccb432583c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000390.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acda3a94b6455f3cbc7f64bf0bded410b9affedd30e0100d02b92154c7edbb00 +size 19910531 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000391.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000391.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..4b3c5a58edd771faa589c51de606b2b392e08d27 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000391.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a775bbe0c97ede29c012db5068087a1fc665d3f13b68c4cb8cd1eefc1f0561f +size 20255860 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000392.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000392.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b0a048cfa6c413762356b66fd0d4202144eaf83c --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000392.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5c7395d71ae0e5af205890ff758fc61af9f937e75ad111a771d51a1588c80d +size 19101324 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000393.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000393.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5a260719db3842b695f1787c0b9b79039bd276ef --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000393.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebe21dd31851e56508872ce22075c185c34fe72a9de9ad5d00a0057b37c40fb +size 19910852 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000394.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000394.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5532432e5150f8400dce7c5de684c99189ffae77 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000394.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8f4d39bb6c481c8fdaa735d15b9d57e95762c1cda23e0aa828bc2c237eefff +size 18745646 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000395.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000395.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2c60b1017ddcad8983592026653788033ac8ddb2 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000395.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba53bd153cbb21659ef9db2a98b2669ce0b89931c1d5ebf48394b0a531ce2ed8 +size 21699543 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000396.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000396.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0c5447e27ef9714770147a0015452e20b5673d90 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000396.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d69e3df24eab30ee968847c64db83c67de549d8bbe9ae0e01529060b169896 +size 19482293 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000397.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000397.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..2ba6c1a362578ecc8f8b79913e22d30a84d353e9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000397.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f53b7db50897b55e9b237b28a9aa50e11a2c4c67ad14d5a8e2e65b4c450fdb +size 19144625 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000398.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000398.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..6ba6563181ea44f6ee573a723c3b0b43aea631e0 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000398.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283f162608914ff6d822ccd8ca56bb000df09adb430841a69b8218790953947c +size 19717507 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000399.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000399.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..a3ec638f9e7c04d03e2bcaf7bf5081937f5920c9 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000399.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc66157898346aee4d8c10b8bd4ee92c36cca3913640b83b498bbc4ec1b73358 +size 19269639 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000400.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000400.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..0258834c78646d6bfcb2def4cbe4bbcb02a723cf --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000400.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9c5c2216f1b22de6c087c64318494493406765019047f7a21eb41da868663d +size 15035342 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000401.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000401.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9ae9cb1044bdc14a54362112ca200d262796ada5 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000401.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f70765bb1ab13bc466b486e3ee45ebd3dfa72dbc8b43ca3f806429e0c5fc1e +size 21309778 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000402.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000402.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..5f73702d6e36ebe8ce50deb2d7d5efffa0da4411 --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000402.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a91ed716072b8a775d28db570d66f35dae9d68a4a13d99e052d44f217c372c +size 17602801 diff --git a/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000403.mp4 b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000403.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f7550b2fddc2f568f1bacbb7f263e327e226ecda --- /dev/null +++ b/videos/chunk-000/observation.images.cam_right_wrist_rgb/episode_000403.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8c0b86d4c213f68510a24c90ebf56bcc3e46eb2ea595167034d597ce78b4db +size 21738772